konova/intervention
mipel 8e1f679c2a Intervention revocation
* adds Revocation model to interventions/models.py
* adds revocations to interventions detail view
* fixes duplicated ids in html includes
* refactors controls for detail view into included template files (controls.html)
* reduces max length for payment transfer notes from 1000 to 200
* adds RevocationAdmin to intervention/admin.py
* adds new form for adding a Revocation to an intervention's legal_data
  * only one revocation per intervention possible
  * removes add button in case of an existing revocation
* adds revocation routes to intervention app
* renames document field in Document model into file for more clarity
* adds/updates translations
2021-08-04 13:32:35 +02:00
..
templates/intervention/detail Intervention revocation 2021-08-04 13:32:35 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py Intervention revocation 2021-08-04 13:32:35 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py Intervention model refactoring 2021-07-29 15:49:19 +02:00
forms.py Intervention revocation 2021-08-04 13:32:35 +02:00
models.py Intervention revocation 2021-08-04 13:32:35 +02:00
settings.py Initial 2021-07-01 13:36:07 +02:00
tables.py Compensation detail view 2021-08-03 13:13:01 +02:00
tests.py Initial 2021-07-01 13:36:07 +02:00
urls.py Intervention revocation 2021-08-04 13:32:35 +02:00
views.py Intervention revocation 2021-08-04 13:32:35 +02:00