konova/compensation
mipel 3c9d73533f #18 File upload in certain folders
* refactors documents and file upload to be distributed into different subfolders, depending on the type of document (InterventionDocument, RevocationDocument, ...)
* refactors Document model into AbstractDocument
* subclasses RevocationDocument, InterventionDocument, COmpensationDocument, EmaDocument and EcoAccountDocument from AbstractDocument to provide proper functionality for each
* adds new specialized routes for each new document type (opening, removing)
* drops generic get and remove routes for documents
2021-09-01 16:24:49 +02:00
..
templates/compensation/detail #18 File upload in certain folders 2021-09-01 16:24:49 +02:00
views #18 File upload in certain folders 2021-09-01 16:24:49 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
account_urls.py #18 File upload in certain folders 2021-09-01 16:24:49 +02:00
admin.py Withdraw to deduct 2021-08-30 11:34:35 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
comp_urls.py #18 File upload in certain folders 2021-09-01 16:24:49 +02:00
filters.py HTML improvements 2021-08-10 13:12:15 +02:00
forms.py Payment date and comment #3 2021-08-26 14:30:05 +02:00
models.py #18 File upload in certain folders 2021-09-01 16:24:49 +02:00
payment_urls.py Compensation app url reorganizing 2021-08-24 15:55:06 +02:00
settings.py EMA 2021-08-19 13:02:31 +02:00
tables.py Withdraw to deduct 2021-08-30 11:29:15 +02:00
tests.py Initial 2021-07-01 13:36:07 +02:00
urls.py Compensation app url reorganizing 2021-08-24 15:55:06 +02:00