Commit Graph

803 Commits

Author SHA1 Message Date
dd0b3c0680 #146 Record-unshare with default
* adds automatic unsharing with default-only users if entry is recorded
2022-04-14 08:37:43 +02:00
e029f8c61e #146 Team leave
* adds button and functionality for leaving a team
   * if the admin leaves the team, another user will be chosen as new admin automatically
* improves Team (django) admin backend
   * better control over user adding-removing
   * only added team members are selectable as admin
2022-04-13 15:52:41 +02:00
25d2b806ab #146 Clickable QR codes
* refactors QR codes on report views to be clickable as well (even supported through saved pdf)
2022-04-13 14:57:05 +02:00
23b6130907 #146 Share with fix
* fixes bug where editable icon on overview table would not glow if user has only team based shared access
2022-04-13 14:18:32 +02:00
8282509e2d #146 (Parcel) table
* set default rpp for overview tables from 5 to 10
* improves loading speed of parcel table
2022-04-13 14:07:01 +02:00
d3d4fac7d3 #146 Admins and update_all_parcels.py
* extends admin backend
    * adds found_in_codelists to KonovaCodeAdmin to see where a KonovaCode can be found in
    * improves rendering of after_states and before_states for all AbstractCompensationAdmins
    * adds geometry_id to all major datatype admin backends
    * adds st_area like calculation to geometry admin backend
* update_all_parcels
    * orders geometries by size (small to big) to process smaller geometries first and bigger later
    * adds more output to command for a better overview of what is just going on
2022-04-13 11:42:04 +02:00
4fc1ca9eed Merge pull request 'master' (#147) from master into Docker
Reviewed-on: SGD-Nord/konova#147
2022-04-13 08:48:19 +02:00
75bae95db7 Merge pull request '#144 Report improved' (#145) from 144_Improve_report into master
Reviewed-on: SGD-Nord/konova#145
2022-04-12 10:46:06 +02:00
e85a2294d9 #144 Report improved
* fixes bug in egon_export.py where missing payment date would result in non writing of gml
* fixes bug in egon_export.py which occured due to extension of parcel data fetching
* updates unavailable.html report content, such that users will understand why a recorded entry might not be visible, yet
2022-04-12 10:33:03 +02:00
157655a085 Merge pull request '#142 Localized date improved' (#143) from 142_Localized_date_format into master
Reviewed-on: SGD-Nord/konova#143
2022-04-12 09:06:05 +02:00
250189d895 #142 Localized date improved
* fixes bug where created timestamp has been displayed on modified attribute on detail views
* enhances localized date and datetime rendering
* reorders sub menus in user's profile hub
2022-04-12 09:05:33 +02:00
a22f52ddd4 Merge pull request '139_Improve_parcel_reference' (#141) from 139_Improve_parcel_reference into master
Reviewed-on: SGD-Nord/konova#141
2022-04-11 12:21:41 +02:00
e93ea72019 # 139 Doc update
* updates doc
2022-04-11 10:55:15 +02:00
6e76a3fdce #139 Parcel filter improved
* improves frontend filtering for district, municipal, ..., so keys can be used for a lookup as well
2022-04-11 10:51:15 +02:00
8af0e41e2d # 139 Parcel reference improved
* improves frontend layout to display more details on district, municipal and parce group
* improves ordering of parcels
* refactors parcel related models
* improves parcel fetching
* extends and simplifies sanitize_db parcel related code
2022-04-11 10:23:28 +02:00
bdb9f74aca #138 WIP
* minor changes for dev purposes
2022-04-11 08:02:48 +02:00
6ce2dd8509 #132 WIP Migrate recording accounts
* adds recording state of ecoaccounts
2022-04-06 09:55:37 +02:00
eb3d58ed19 #138 Map client to views
* adds netgis map client to all detail and report views
* adds netgis map client to new object forms
* WIP: needs functionality server-client
2022-04-04 12:27:45 +02:00
d19a563491 #132 EMA recording
* automatically record migrated ema using the created data (user + timestamp)
2022-03-31 17:00:29 +02:00
5c15f84fba #132 WIP Migrate Revocations
* adds revocation migrating into intervention data
* adds intervention recording migration (MUST BE RUN AFTER MAIN MIGRATION!!!)
   * WIP other data types need recording migration logic as well!
2022-03-31 16:27:38 +02:00
c3cce6eb28 #132 WIP Deduction enhances
* enhances comment messages
* adds fallback calculation for deduction-account ratio in case of missing or unlogical values
* adds creation timestamp for migrated deductions, derived from old kom-deduction log/protokoll table
* fixes bug in eco account migration where legal changes would not be saved
* changes bug in compensation where direct data changes would not be saved
* improves update_all_parcels.py by catching all types of possible exceptions during the update procedure and adding the causing geometry to the try_again_ids list
2022-03-31 14:45:34 +02:00
320d21af78 #132 WIP migration improvements
* set automatically DEFAULT_GROUP to migrated users
* fixes bug where GISPADID could not be resolved properly, since it is suddenly named FKEY in source table (protokoll)
* adds fallback for protokoll table migration, since some logs can be found in a table called "log"
* set created and modified attributes of a migrated instance according to their first and last log entries
* automatically create teams from previous registration and conservation office access roles
    * need to be populated with users using data from natportal migration
* checks first if a KOM's EIV exists before performing all (time consuming) migration steps
2022-03-30 14:45:30 +02:00
9c41cfb380 #132 WIP migration
* adds KOM paragraph 7 migration into compensation comment field
* adds fallback data for missing registration and binding dates, file numbers and so on
* fixes bug where a migration class' db connection would get a timeout if not used asap after instanciation
* enhances parcel update command
    * collects geometry id in case of unsuccessful calculation attempt and rerun another try on these afterwards (errors cased server-side of WFS)
2022-03-29 17:08:58 +02:00
f9db0e7596 #132 WIP Migrate OEKs
* migration for deductions added
2022-03-24 18:09:59 +01:00
a77cfa7fe3 #132 Log migration
* adds basic log migration for all data types
  * empty users will be auto-created on log creation
* drops CODELIST_INTERVENTION_HANDLER in favor of CODELIST_COMPENSATION_HANDLER
* fixes bug in rendering of parent-child Konova Code label
2022-03-24 13:42:05 +01:00
f621aab6e1 #132 WIP OEK
* adds geometry-remerging with former deductions
* adds geometry-area calculation
* adds fallback for old data migration on deprecated biotope code lists
* fixes typo in CODELIST_AFTER_STATE_BIOTOPES_ID
2022-03-22 16:36:52 +01:00
f312dafa68 #132 Enhancements
* adds CL288 to list of codelists
    * holds historic detail codes on biotopes (needed for proper migration of old entries but not for future, new entries)
* improves EMA finance migration
* adds fix for KonovaCodes where parents do not have any proper long_name values set but short_names instead
2022-03-22 13:41:03 +01:00
57e3287821 Merge pull request 'master' (#136) from master into Docker
Reviewed-on: SGD-Nord/konova#136
2022-03-21 12:21:50 +01:00
a052283319 Merge pull request '131_EGON_connection' (#135) from 131_EGON_connection into master
Reviewed-on: SGD-Nord/konova#135
2022-03-21 12:20:55 +01:00
bc53649ea8 #131 EGON export
* finishes egon compatible (tested) data export
* moves egon export into celery process
* adds export of data in case of intervention recording
* adds _RABBITMQ_ settings for intervention/settings.py
* adds new dependency for requirements.txt
2022-03-21 12:14:55 +01:00
0c1ca4d173 #132 WIP Migrate OEKs
* WIP: adds oek migrations
* refactors ema migration into own file
2022-03-17 16:33:06 +01:00
899a6240c1 #132 EMA finance volume migration
* adds migration of finance volumes into ema comment
2022-03-17 16:08:50 +01:00
4a06f8625a #132 Control deadlines
* extends migration to migration of action control deadlines
* adds EMA deadline migration
2022-03-17 15:30:27 +01:00
87e88fea54 # 132 Compensation handler codelist
* extends codelist settings by compensation handler codelist (differs from regular handler codelist)
2022-03-17 13:59:57 +01:00
ac704bc930 #132 WIP: EMA
* WIP: adds first implementation for EMA migration
* fixes bug where not found files would case migration to fail
2022-03-15 17:04:15 +01:00
f8627930d8 #132 COmpensation document
* adds migration for compensation documents
2022-03-15 16:52:32 +01:00
24ea850689 #132 Compensation migrater enhancements
* adds further catches for data garbage
* adds action migrater
* extends UnitChoices
2022-03-15 15:28:13 +01:00
24298d2043 #132 Compensation deadlines
* adds deadline migration
2022-03-15 11:43:17 +01:00
8b4104c704 #132 Compensation states
* adds migration for ksp-KOM states (before+after)
* adds migration for CEF/Coherence info
2022-03-15 11:26:09 +01:00
d21baf11f3 #132 Compensations
* WIP: adds CompensationMigrater
* moves more ksp-migration logic from InterventionMigrater to BaseMigrater
* improves comment card rendering
2022-03-14 15:58:02 +01:00
7338bfd073 #132 Migrater restructure
* restructures code into base migrater logic and inheriting migrater logic
    * preparation for further migraters
2022-03-14 15:03:05 +01:00
e95b337edc #132 Comment card
* improves multiline content rendering for comment card template
2022-03-14 14:50:28 +01:00
675a3a0287 #132 Old entries migration
* adds intervention payment migration
* adds intervention document migration
2022-03-14 14:47:38 +01:00
88946f663c #132 old entries
* WIP: further improves migration of interventions
2022-03-11 14:36:12 +01:00
228333d509 #132 WIP Old entries
* WIP: implements raw migration from ksp to konova
2022-03-10 15:31:47 +01:00
f50f17d593 Docker worker enhancement
* drops docker worker process in favor of background celery worker on main process
* changes uploaded files folder into host-based folder
2022-03-09 14:03:50 +01:00
0269dfb392 #131 EGON exporter
* enhances EGON exporter code structure
2022-03-09 08:34:26 +01:00
18c2513863 #131 WIP: EGON exporter
* adds incomplete WIP implementation of an EGON exporter
2022-03-08 11:54:26 +01:00
05c8d6e520 Merge pull request 'master' (#134) from master into Docker
Reviewed-on: SGD-Nord/konova#134
2022-03-04 13:33:35 +01:00
caa840849e Merge pull request '129_Handler_code' (#133) from 129_Handler_code into master
Reviewed-on: SGD-Nord/konova#133
2022-03-04 13:23:11 +01:00