konova/compensation
mipel 6818ef290e 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/compensation/detail Intervention revocation 2021-08-04 13:32:35 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py Compensation control 2021-08-04 11:56:56 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py Compensation users refactoring 2021-07-29 16:10:56 +02:00
forms.py Intervention revocation 2021-08-04 13:32:35 +02:00
models.py Compensation control 2021-08-04 11:56:56 +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 Compensation action 2021-08-04 10:44:02 +02:00
views.py Compensation action 2021-08-04 10:44:02 +02:00