Recording data
* adds dynamic icon for recording and unrecording of data * adds record view to intervention and eco accounts * adds quality_check() method for Intervention and EcoAccount class which holds logic for data quality checking * adds UserAction "unrecorded"
This commit is contained in:
Binary file not shown.
@@ -16,7 +16,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-08-10 14:11+0200\n"
|
||||
"POT-Creation-Date: 2021-08-10 14:39+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -384,19 +384,19 @@ msgid "Public report"
|
||||
msgstr "Öffentlicher Bericht"
|
||||
|
||||
#: compensation/templates/compensation/detail/compensation/includes/controls.html:17
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:17
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:28
|
||||
#: intervention/templates/intervention/detail/includes/controls.html:32
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
#: compensation/templates/compensation/detail/compensation/includes/controls.html:21
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:21
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:32
|
||||
#: intervention/templates/intervention/detail/includes/controls.html:36
|
||||
msgid "Show log"
|
||||
msgstr "Log anzeigen"
|
||||
|
||||
#: compensation/templates/compensation/detail/compensation/includes/controls.html:24
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:24
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:35
|
||||
#: intervention/templates/intervention/detail/includes/controls.html:39
|
||||
#: venv/lib/python3.7/site-packages/django/forms/formsets.py:391
|
||||
msgid "Delete"
|
||||
@@ -522,6 +522,15 @@ msgstr "Zuletzt bearbeitet"
|
||||
msgid "Shared with"
|
||||
msgstr "Freigegeben für"
|
||||
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:17
|
||||
msgid "Unrecord"
|
||||
msgstr "Entzeichnen"
|
||||
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/controls.html:21
|
||||
#: intervention/templates/intervention/detail/includes/controls.html:25
|
||||
msgid "Record"
|
||||
msgstr "Verzeichnen"
|
||||
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/withdraws.html:8
|
||||
#: intervention/templates/intervention/detail/includes/withdraws.html:8
|
||||
msgid "Eco Account Withdraws"
|
||||
@@ -538,7 +547,7 @@ msgstr "Eingriffskennung"
|
||||
|
||||
#: compensation/templates/compensation/detail/eco_account/includes/withdraws.html:34
|
||||
#: intervention/templates/intervention/detail/includes/withdraws.html:34
|
||||
#: user/models.py:50
|
||||
#: user/models.py:51
|
||||
msgid "Created"
|
||||
msgstr "Erstellt"
|
||||
|
||||
@@ -567,22 +576,22 @@ msgid "Compensation removed"
|
||||
msgstr "Kompensation entfernt"
|
||||
|
||||
#: compensation/views/compensation_views.py:162
|
||||
#: compensation/views/eco_account_views.py:262 intervention/views.py:96
|
||||
#: compensation/views/eco_account_views.py:275 intervention/views.py:96
|
||||
msgid "Document added"
|
||||
msgstr "Dokument hinzugefügt"
|
||||
|
||||
#: compensation/views/compensation_views.py:181
|
||||
#: compensation/views/eco_account_views.py:206
|
||||
#: compensation/views/eco_account_views.py:219
|
||||
msgid "State added"
|
||||
msgstr "Zustand hinzugefügt"
|
||||
|
||||
#: compensation/views/compensation_views.py:200
|
||||
#: compensation/views/eco_account_views.py:225
|
||||
#: compensation/views/eco_account_views.py:238
|
||||
msgid "Action added"
|
||||
msgstr "Maßnahme hinzugefügt"
|
||||
|
||||
#: compensation/views/compensation_views.py:219
|
||||
#: compensation/views/eco_account_views.py:244
|
||||
#: compensation/views/eco_account_views.py:257
|
||||
msgid "Deadline added"
|
||||
msgstr "Frist hinzugefügt"
|
||||
|
||||
@@ -602,7 +611,15 @@ msgstr "Ökokonto entfernt"
|
||||
msgid "Withdraw removed"
|
||||
msgstr "Abbuchung entfernt"
|
||||
|
||||
#: compensation/views/eco_account_views.py:282 intervention/views.py:414
|
||||
#: compensation/views/eco_account_views.py:196
|
||||
msgid "{} unrecorded"
|
||||
msgstr "{} entzeichnet"
|
||||
|
||||
#: compensation/views/eco_account_views.py:196
|
||||
msgid "{} recorded"
|
||||
msgstr "{} verzeichnet"
|
||||
|
||||
#: compensation/views/eco_account_views.py:295 intervention/views.py:414
|
||||
msgid "Withdraw added"
|
||||
msgstr "Abbuchung hinzugefügt"
|
||||
|
||||
@@ -748,7 +765,7 @@ msgstr "Kompensationen und Zahlungen geprüft"
|
||||
msgid "Run check"
|
||||
msgstr "Prüfung vornehmen"
|
||||
|
||||
#: intervention/forms.py:406
|
||||
#: intervention/forms.py:406 konova/forms.py:347
|
||||
msgid ""
|
||||
"I, {} {}, confirm that all necessary control steps have been performed by "
|
||||
"myself."
|
||||
@@ -802,12 +819,12 @@ msgstr ""
|
||||
#: intervention/templates/intervention/detail/view.html:90
|
||||
#: intervention/templates/intervention/detail/view.html:94
|
||||
#: intervention/templates/intervention/detail/view.html:98
|
||||
msgid "Missing"
|
||||
msgstr "Fehlt"
|
||||
msgid "missing"
|
||||
msgstr "fehlt"
|
||||
|
||||
#: intervention/models.py:205
|
||||
msgid "Exists"
|
||||
msgstr "Existiert"
|
||||
msgid "exists"
|
||||
msgstr "vorhanden"
|
||||
|
||||
#: intervention/tables.py:70
|
||||
msgid "Interventions"
|
||||
@@ -829,10 +846,6 @@ msgstr "Neue Kompensation hinzufügen"
|
||||
msgid "Remove compensation"
|
||||
msgstr "Kompensation entfernen"
|
||||
|
||||
#: intervention/templates/intervention/detail/includes/controls.html:25
|
||||
msgid "Record"
|
||||
msgstr "Verzeichnen"
|
||||
|
||||
#: intervention/templates/intervention/detail/includes/payments.html:8
|
||||
msgid "Payments"
|
||||
msgstr "Ersatzzahlungen"
|
||||
@@ -1024,27 +1037,47 @@ msgstr "Datei"
|
||||
msgid "Added document"
|
||||
msgstr "Dokument hinzugefügt"
|
||||
|
||||
#: konova/management/commands/setup_data.py:42
|
||||
#: konova/forms.py:338
|
||||
msgid "Confirm record"
|
||||
msgstr "Verzeichnen bestätigen"
|
||||
|
||||
#: konova/forms.py:346
|
||||
msgid "Record data"
|
||||
msgstr "Daten verzeichnen"
|
||||
|
||||
#: konova/forms.py:351
|
||||
msgid "Confirm unrecord"
|
||||
msgstr "Entzeichnen bestätigen"
|
||||
|
||||
#: konova/forms.py:352
|
||||
msgid "Unrecord data"
|
||||
msgstr "Daten entzeichnen"
|
||||
|
||||
#: konova/forms.py:353
|
||||
msgid "I, {} {}, confirm that this data must be unrecorded."
|
||||
msgstr "Ich, {} {}, bestätige, dass diese Daten wieder entzeichnet werden müssen."
|
||||
|
||||
#: konova/management/commands/setup_data.py:41
|
||||
msgid "On new related data"
|
||||
msgstr "Wenn neue Daten für mich angelegt werden"
|
||||
|
||||
#: konova/management/commands/setup_data.py:43
|
||||
#: konova/management/commands/setup_data.py:42
|
||||
msgid "On disabled share link"
|
||||
msgstr "Wenn ein Freigabelink deaktiviert wird"
|
||||
|
||||
#: konova/management/commands/setup_data.py:44
|
||||
#: konova/management/commands/setup_data.py:43
|
||||
msgid "On shared access removed"
|
||||
msgstr "Wenn mir eine Freigabe zu Daten entzogen wird"
|
||||
|
||||
#: konova/management/commands/setup_data.py:45
|
||||
#: konova/management/commands/setup_data.py:44
|
||||
msgid "On shared data recorded"
|
||||
msgstr "Wenn meine freigegebenen Daten verzeichnet wurden"
|
||||
|
||||
#: konova/management/commands/setup_data.py:46
|
||||
#: konova/management/commands/setup_data.py:45
|
||||
msgid "On shared data deleted"
|
||||
msgstr "Wenn meine freigegebenen Daten gelöscht wurden"
|
||||
|
||||
#: konova/management/commands/setup_data.py:47
|
||||
#: konova/management/commands/setup_data.py:46
|
||||
msgid "On registered data edited"
|
||||
msgstr "Wenn meine freigegebenen Daten bearbeitet wurden"
|
||||
|
||||
@@ -1276,11 +1309,15 @@ msgstr ""
|
||||
msgid "User contact data"
|
||||
msgstr "Kontaktdaten"
|
||||
|
||||
#: user/models.py:51
|
||||
#: user/models.py:50
|
||||
msgid "Unrecorded"
|
||||
msgstr "Entzeichnet"
|
||||
|
||||
#: user/models.py:52
|
||||
msgid "Edited"
|
||||
msgstr "Bearbeitet"
|
||||
|
||||
#: user/models.py:52
|
||||
#: user/models.py:53
|
||||
msgid "Deleted"
|
||||
msgstr "Gelöscht"
|
||||
|
||||
@@ -2552,9 +2589,6 @@ msgstr ""
|
||||
#~ msgid "Delete eco account"
|
||||
#~ msgstr "Ökokonto löschen"
|
||||
|
||||
#~ msgid "Confirm check on data"
|
||||
#~ msgstr "Datenprüfung bestätigen"
|
||||
|
||||
#~ msgid "Add new EMA"
|
||||
#~ msgstr "Neue EMA hinzufügen"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user