Commit Graph

10 Commits (ffae18ebc45c33c26c6e02422126ef60bc0c64b4)

Author SHA1 Message Date
mpeltriaux c13216761e #290 Egon exporter file name
* replace user given file name with file based file name for egon export handling
2 years ago
mpeltriaux a786023e75 Empty value egon fix
* adds support for missing values so that EGON can properly handle these entries
2 years ago
mpeltriaux c3c1e472e8 EGON Export fixes
* replaces missing value 'None' with empty string ''
2 years ago
mpeltriaux c3350bb9bc EGON GML Payment date
* fixes bug where missing payment date would result in no egon message sent
2 years ago
mpeltriaux 2c493d33dc Egon Payment compatibility
* EGON expects the payment amount to be a localized string instead of float
    * adds transformation for this
2 years ago
mpeltriaux 854382dc9a #149 Send on changes
* changes trigger for sending data to EGON: on each new payment, edited payment or deleted payment action, the data will be sent to EGON instead only once on "recording"
2 years ago
mpeltriaux 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
3 years ago
mpeltriaux 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
3 years ago
mpeltriaux 0269dfb392 #131 EGON exporter
* enhances EGON exporter code structure
3 years ago
mpeltriaux 18c2513863 #131 WIP: EGON exporter
* adds incomplete WIP implementation of an EGON exporter
3 years ago