konova/intervention
mipel a6c51aede6 Payments add modal form
* adds help texts to add payment form
* adds removing button for payments
* refactors user fetching into BaseForm
* adds generic RemoveModalForm which is intended to be used for every modal form which shall remove something
* adds translations
* removes unused html
* prepares payment amount field to be able to process german inputs like '1.000,50' which is not the international default
2021-07-26 11:29:05 +02:00
..
templates/intervention Payments add modal form 2021-07-26 11:29:05 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py Refactoring to konova 2021-07-01 15:08:22 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py Table filters 2021-07-22 10:00:59 +02:00
forms.py Initial 2021-07-01 13:36:07 +02:00
models.py Intervention relations enhancements 2021-07-23 09:36:43 +02:00
settings.py Initial 2021-07-01 13:36:07 +02:00
tables.py Intervention Detail View 2021-07-22 13:19:14 +02:00
tests.py Initial 2021-07-01 13:36:07 +02:00
urls.py Intervention Detail View 2021-07-22 14:58:58 +02:00
views.py Payments add modal form 2021-07-26 10:23:09 +02:00