konova/intervention
mipel 881edaeba6 Compensation detail view
* adds compensation detail view (WIP)
* adds includes dir for related objects, similar to interventions
* adds functionality for
   * adding/removing before_states
   * adding/removing after_states
   * adding/removing deadlines
   * adding/removing documents
* refactors usage of BaseModalForm
   * holds now process_request() in base class for generic usage anywhere
* adds __str__() method for some models
* compensation__action is blank=True now
* renamed tooltips
* adds new routes for state/deadline/document handling inside of compensation/urls.py
* adds precalculation of before/after_states for detail view, so users will see directly if there are missing states
* removes unnecessary link for intervention detail payment
* adds missing tooltips for check and record icon on detail views
* refactors DeadlineTypeEnum into DeadlineType in konova/models.py, just as the django 3.x documentation suggests for model enumerations
* UuidModel id field is not editable anymore in the admin interface
* adds/updates translations
2021-08-03 13:13:01 +02:00
..
templates/intervention/detail Compensation detail view 2021-08-03 13:13:01 +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 Intervention model refactoring 2021-07-29 15:49:19 +02:00
forms.py Default group required 2021-08-02 16:23:29 +02:00
models.py Default group required 2021-08-02 16:23:29 +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 Access url for interventions 2021-07-30 13:30:42 +02:00
views.py Compensation detail view 2021-08-03 13:13:01 +02:00