7e05d05d97
Model
...
* adds new model and mixin
* adds new functionality for Mailer class for sending resubmission mails
2022-08-15 08:08:15 +02:00
5e0144f761
Merge pull request '189_Parcel_calculation_race_condition' ( #193 ) from 189_Parcel_calculation_race_condition into 132_Old_entries
...
Reviewed-on: SGD-Nord/konova#193
2022-08-11 07:19:40 +02:00
b2f29a3651
Merge pull request 'Fix' ( #196 ) from 192_Deduction_modal_form_on_recorded_intervention into master
...
Reviewed-on: SGD-Nord/konova#196
2022-08-10 09:29:18 +02:00
45e9ff9539
Fix
...
* adds more detailed situation check on check_for_recorded_instance()
2022-08-10 09:28:43 +02:00
b5333baa86
Merge pull request '191_Deduction_change_notification' ( #195 ) from 191_Deduction_change_notification into master
...
Reviewed-on: SGD-Nord/konova#195
2022-08-10 09:04:29 +02:00
049305c32e
Minor changes
...
* updates translation
2022-08-10 09:03:24 +02:00
ff26019b6e
Mail sending
...
* adds mail sending logic for new notification setting
* adds new templates for user and team based sending
* enhances all email template layout
* adds translations
2022-08-10 08:59:24 +02:00
4138481a1b
New Notification
...
* adds new notification setting to user settings form
* adds translations
* adds initial creating of ENUM on setup command
2022-08-10 08:03:18 +02:00
00336c24b9
Merge pull request ' #190 Mandatory finished deadline' ( #194 ) from 190_Deadlines_mandatory into master
...
Reviewed-on: SGD-Nord/konova#194
2022-08-08 15:01:31 +02:00
538d8d1ed2
#190 Mandatory finished deadline
...
* adds template message to indicate a finished-deadline is mandatory
* adds finished deadline existance to quality check of compensation-like entries
* adds proper warning to quality check result
* extends tests
2022-08-08 14:57:36 +02:00
fbf613f16e
#189 EcoAccount deferred parcel calculation
...
* adds celery parcel calculation to EcoAccount migration logic
2022-08-08 12:13:10 +02:00
a8ffcf856d
#189 Minor fix
...
* adds try-catch if WFS result is not a valid json
2022-08-05 11:31:52 +02:00
7acd11096b
#189 Parcel calculation mutex
...
* adds cache based mutex (valid e.g. for celery use cases)
* drops atomic parcel bulk creation in favor of proper mutex implementation
2022-08-04 15:25:55 +02:00
9d11008fee
User migration
...
* fixes bug in user migration
* catches error in compensation migration on KOM of corrupted EIVs
* optimized log migration
2022-08-04 12:22:35 +02:00
1a0a19531e
Merge pull request 'Docker_tmp' ( #188 ) from Docker_tmp into Docker
...
Reviewed-on: SGD-Nord/konova#188
2022-08-02 09:54:31 +02:00
8653166154
Revert "Revert "Merge branch 'Docker' into master""
...
This reverts commit a955e9f564
.
2022-08-02 09:44:25 +02:00
b89cbc8484
Merge pull request 'master' ( #187 ) from master into Docker_tmp
...
Reviewed-on: SGD-Nord/konova#187
2022-08-02 09:43:04 +02:00
f717e650e6
Merge pull request ' #185 Parcel loading on public reports' ( #186 ) from 185_Parcels_loading_CORS_error into master
...
Reviewed-on: SGD-Nord/konova#186
2022-08-02 09:38:44 +02:00
ac49f983ee
#185 Parcel loading on public reports
...
* fixes bug where unauthorized clients would not load a geometries parcel view properly
* minor general templates enhancements
2022-08-02 09:38:03 +02:00
492110882b
Fixes + enhancements
...
* minor fixes and enhancements
2022-08-01 14:07:48 +02:00
fbb7b66249
Merge branch 'master' into 132_Old_entries
2022-07-14 08:09:46 +02:00
fb36bb6d3e
Old data migration srid update
...
* changes fetched srid for old entry migration (rlp default can be expected)
2022-07-13 13:00:09 +02:00
a955e9f564
Revert "Merge branch 'Docker' into master"
...
This reverts commit 8c47c8ae35
, reversing
changes made to 2206565673
.
Undos accidental remote merge
2022-07-13 11:21:51 +02:00
8c47c8ae35
Merge branch 'Docker' into master
2022-07-13 11:02:57 +02:00
2206565673
Merge pull request 'geometry_srid_migration' ( #183 ) from geometry_srid_migration into master
...
Reviewed-on: SGD-Nord/konova#183
2022-07-13 10:57:37 +02:00
72e5599395
Test update
...
* updates tests for SRID migration
2022-07-13 10:53:45 +02:00
85a4563123
Geometry Model geom SRID migration
...
* adds two new migrations for transforming existing geometries into the default SRID
2022-07-13 08:19:27 +02:00
fc3c0c4beb
Merge pull request ' #180 Shared data users hidden' ( #181 ) from 180_Visibility_of_contact_data into master
...
Reviewed-on: SGD-Nord/konova#181
2022-06-27 14:31:30 +02:00
053612a924
#180 Shared data users hidden
...
* implements hidden visibility of shared users on non-shared entries
2022-06-27 14:31:09 +02:00
10c86af314
Merge pull request '177_Minor_enhancements' ( #178 ) from 177_Minor_enhancements into master
...
Reviewed-on: SGD-Nord/konova#178
2022-06-22 11:53:43 +02:00
72b779de98
# 177 Impressum link
...
* adds impressum link to footer
2022-06-21 14:27:32 +02:00
e4528dc5ef
# 177 Overview layout enhancement
...
* enhances layout title section layout on overview template
2022-06-21 14:25:50 +02:00
83039e63ce
# 177 Timespanreport and Excel download
...
* fixes bug on excel download
* adds new order of columns to excel template for report download
* enhances subtitle for old data entries on timespanreport template
2022-06-21 14:19:10 +02:00
2d3299cffa
# 177 Timespanreport helptext for deductions
...
* adds help text for recorded deduction section
2022-06-21 14:11:01 +02:00
30d8a3c6e5
# 177 Timespanreport column order
...
* rearranges the column order so 'Total' will always be the first column
2022-06-21 14:02:49 +02:00
8245cf5bbb
# 177 Report help texts
...
* adds report form field help texts
* adds translations
2022-06-21 13:54:41 +02:00
3fe80680a0
Merge pull request '# 175 Report law calculation bugfix' ( #176 ) from 175_Report_law_calculation_wrong into master
...
Reviewed-on: SGD-Nord/konova#176
2022-06-15 17:46:49 +02:00
6c99a5b4e6
# 175 Report law calculation bugfix
...
* fixes bug where amount of used laws in intervention forms would not be calculated properly
2022-06-15 17:44:43 +02:00
5d1815b31c
Multiple admins and unnamed team
...
* fixes bug where an unnamed team would have been created
* adds every migrated team user as admin as well
2022-06-15 12:35:16 +02:00
d7c9c77b7b
Merge pull request 'master' ( #174 ) from master into Docker
...
Reviewed-on: SGD-Nord/konova#174
2022-06-02 09:38:06 +02:00
b273afdea3
Merge pull request 'Konova Code fix' ( #173 ) from konova_code_migration into master
...
Reviewed-on: SGD-Nord/konova#173
2022-06-02 09:37:36 +02:00
e513db9da5
Merge pull request 'master' ( #172 ) from master into Docker
...
Reviewed-on: SGD-Nord/konova#172
2022-06-02 08:53:32 +02:00
dd5cbbef10
Merge branch 'master' into 132_Old_entries
...
# Conflicts:
# konova/management/commands/update_all_parcels.py
# konova/urls.py
# user/admin.py
2022-06-01 13:12:35 +02:00
b0a15d9d1c
Konova Code fix
...
* adds command sync_codelist
* provides updating of all codes to the newest version (id)
* must be run once on staging, can be dropped afterwards since the root for the problem has been resolved on the codelist management application
2022-05-31 16:53:13 +02:00
5cf4dbf2a4
Merge pull request '158_PIK' ( #171 ) from 158_PIK into master
...
Reviewed-on: SGD-Nord/konova#171
2022-05-31 13:41:54 +02:00
b0f6d83277
#158 is_pik added
...
* adds model and form mixin for PIK
* integrates mixins for compensation, ema and ecoaccount
* adds migration files
* extends API
* extends API test data
* adds is_xy fields to compensation, ema and ecoaccount reports
* adds is_pik information to detail views
* adds/updates translations
2022-05-31 13:33:44 +02:00
2e68d7bbcb
HOTFIX: Team sharing
...
* fixes bug where entries would show up on index views as they would be shared (are shared but using a 'deleted' Team, which still exists on the db)
2022-05-31 12:58:35 +02:00
8b6c8dc1aa
Merge pull request '169_Unknown_admin_on_teams' ( #170 ) from 169_Unknown_admin_on_teams into master
...
Reviewed-on: SGD-Nord/konova#170
2022-05-31 09:48:33 +02:00
c911276cb4
#169 Team delete-restore
...
* removes unused code snippets
2022-05-31 09:47:32 +02:00
4ec8e1ae07
#169 Team delete-restore
...
* adds tests for user app
2022-05-31 09:10:44 +02:00