8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 05:04:06 +00:00
re2o/cotisations/templates/cotisations
histausse 640499a9e2 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
2020-10-08 22:22:48 +02:00
..
aff_article.html Split the membership duration from the connection duration 2020-10-08 22:22:48 +02:00
aff_banque.html Hello Lara :D 2019-10-01 13:37:56 +02:00
aff_cost_estimate.html Fix #123 Subscription voucher 2019-01-20 16:44:22 +01:00
aff_cotisations.html Hello Lara :D 2019-10-01 13:37:56 +02:00
aff_custom_invoice.html add translations for cotisations/ 2019-01-12 16:56:14 +01:00
aff_paiement.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
control.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
delete.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
edit_facture.html Hello Lara :D 2019-10-01 13:37:56 +02:00
email_invoice Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
email_subscription_accepted Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
facture.html Fix float display 2019-12-27 18:01:16 +01:00
factures.tex Add Cost Estimates 2019-01-01 18:09:58 +01:00
index.html Hello Lara :D 2019-10-01 13:37:56 +02:00
index_article.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
index_banque.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
index_cost_estimate.html Hello Lara :D 2019-10-01 13:37:56 +02:00
index_custom_invoice.html Hello Lara :D 2019-10-01 13:37:56 +02:00
index_paiement.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
payment.html Hello Lara :D 2019-10-01 13:37:56 +02:00
sidebar.html Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
voucher.tex Fix #123 Subscription voucher 2019-01-20 16:44:22 +01:00