konova/compensation
mipel f666c3afa3 Compensation action
* adds compensation action to compensation detail view
* adds adding/removing logic for compensation action
* adds bootstrap style to select fields in forms
* refactors UnitEnum into UnitChoices using models.TextChoices (Django 3.x)
* adds translations
2021-08-04 10:44:02 +02:00
..
templates/compensation/detail Compensation action 2021-08-04 10:44:02 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py Created|Deleted refactoring 2021-08-02 11:52:20 +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 Compensation action 2021-08-04 10:44:02 +02:00
models.py Compensation action 2021-08-04 10:44:02 +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