mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-01 15:42:48 +00:00
b317eceec3
changes: Article: remove COTISATION_TYPE, duration(_days), type_cotisation add duration(_days)_connection, duration(_days)_membership Vente: remove COTISATION_TYPE, duration(_days), type_cotisation add duration(_days)_connection, duration(_days)_membership add method `test_membership_or_connection()` to replace `bool(type_cotisation)` Cotisation: remove COTISATION_TYPE, date_start, date_end, type_cotisation add date_start_con, date_end_con, date_start_memb, date_end_memb create_cotis(date_start=False) -> create_cotis(date_start_con=False, date_start_memb=False) + migration + changes to use the new models in the remaining of the code |
||
---|---|---|
.. | ||
api | ||
locale/fr/LC_MESSAGES | ||
management/commands | ||
migrations | ||
templates/users | ||
__init__.py | ||
acl.py | ||
admin.py | ||
forms.py | ||
models.py | ||
test_models.py | ||
tests.py | ||
urls.py | ||
views.py | ||
widgets.py |