You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
histausse
ff784f36f8
Split the membership duration from the connection duration
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
|
5 years ago |
| .. |
|
api
|
Split the membership duration from the connection duration
|
5 years ago |
|
locale/fr/LC_MESSAGES
|
Add thumbnail to user model
|
6 years ago |
|
migrations
|
Split the membership duration from the connection duration
|
5 years ago |
|
payment_methods
|
Fix cheque cotisations being saved twice
|
6 years ago |
|
templates/cotisations
|
Split the membership duration from the connection duration
|
5 years ago |
|
__init__.py
|
Hello Lara :D
|
6 years ago |
|
acl.py
|
Fix can_view_app
|
5 years ago |
|
admin.py
|
Fix some translations in cotisations/
|
6 years ago |
|
forms.py
|
Mark strings for translation in cotisations
|
6 years ago |
|
models.py
|
Split the membership duration from the connection duration
|
5 years ago |
|
test_models.py
|
Split the membership duration from the connection duration
|
5 years ago |
|
test_views.py
|
Split the membership duration from the connection duration
|
5 years ago |
|
tex.py
|
Mark strings for translation in cotisations
|
6 years ago |
|
urls.py
|
I like my ☕ black.
|
6 years ago |
|
utils.py
|
Split the membership duration from the connection duration
|
5 years ago |
|
validators.py
|
I like my ☕ black.
|
6 years ago |
|
views.py
|
Split the membership duration from the connection duration
|
5 years ago |