konova/compensation
mipel 510d77422a EMA
* adds Ema model (basically Compensation inherited)
* adds index view for EMAs
* fixes drop-down link bug for menu 'More' in navbar
* refactors some more forms to use process_request()
* adds modified attribute to BaseResource for easy last_modified check
* adds setting of modified attribute in all places where UserAction.EDITED is added to log
* adds EMA_ACCOUNT_IDENTIFIER_LENGTH and EMA_ACCOUNT_IDENTIFIER_TEMPLATE to ema/settings.py
* adds EmaAdmin to ema/admin.py
* fixes wrong title in intervention detail view html for revocations
* adds support for subtitle variable to BaseTable and generic_index.html
* drops next_version attribute from models
* adds/updates translations
* adds default ordering for UserActionLogEntry
   * removes extra ordering in log modal rendering
2021-08-19 13:02:31 +02:00
..
templates/compensation/detail Recording data 2021-08-10 17:19:42 +02:00
views EMA 2021-08-19 13:02:31 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py EcoAccount index 2021-08-09 14:16:54 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py HTML improvements 2021-08-10 13:12:15 +02:00
forms.py EMA 2021-08-19 13:02:31 +02:00
models.py EMA 2021-08-19 13:02:31 +02:00
settings.py EMA 2021-08-19 13:02:31 +02:00
tables.py EMA 2021-08-19 13:02:31 +02:00
tests.py Initial 2021-07-01 13:36:07 +02:00
urls.py Recording data 2021-08-10 17:19:42 +02:00