8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-18 08:32:26 +00:00
Commit graph

23 commits

Author SHA1 Message Date
Yoann Pétri 69f78d8c60 Ça se dit Rézo Metz 'tain 2021-01-24 16:37:09 +01:00
histausse b317eceec3 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
2021-01-24 16:36:16 +01:00
Hugo Levy-Falk c76f32cf26 Fix #222 2019-11-03 19:55:37 +01:00
Hugo Levy-Falk a9194b405a Hello Lara :D
Just ran `find /var/www/re2o \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/Goulven/Lara/g'`.
2019-10-01 13:37:56 +02:00
Laouen Fernet 2012f20352 add translations for cotisations/ 2019-01-12 16:56:14 +01:00
Laouen Fernet a06082c6d4 Translation of cotisations/ (front) 2018-08-18 13:20:22 +02:00
Hugo LEVY-FALK 37dbf3d82a i18n pour cotisations 2018-08-16 00:08:29 +02:00
Charlie Jacomme 51bfb5d6ce Aff_article template bug fix 2018-08-12 18:30:54 +02:00
Maël Kervella a854174954 Fix shit 2018-07-23 21:41:30 +00:00
Hugo LEVY-FALK cf1057b717 utilisation du filtre tick partout où des booléens sont affichés. 2018-07-23 13:41:17 +00:00
Hugo LEVY-FALK 6b945bf322 fix #65, gestion propre de l'historique. 2018-07-19 12:30:15 +02:00
Hugo LEVY-FALK ca7c7c5fa3 Affiche les articles disponibles pour tout le monde 2018-07-12 14:42:13 +02:00
Maël Kervella 433ee298dc Translation: Mark all strings in templates of cotisation 2018-04-08 21:00:31 +00:00
Yoann Pétri 8cd7ed1a54 Modification de la navbar et passage sous font awesome 2018-03-07 11:45:03 +01:00
Gabriel Detraz 15852329d4 Nouvelle gestion acl dans cotisation 2018-01-06 17:56:02 +01:00
Gabriel Detraz 8ed051fc54 Creation d'articles contenant ou non les adhésion, nouveau system fin adh fin co 2017-10-28 05:00:08 +02:00
Gabriel Detraz 84617e2460 Fix js paiement 2017-09-04 15:32:09 +02:00
lhark 157b305add Add copyright header to all .html files 2017-01-15 18:07:42 -05:00
lhark 5a3c729eca Lots of little UI improvements 2016-11-18 11:53:10 +01:00
lhark c4f26c4090 Various UI improvements 2016-11-16 20:55:28 +01:00
chirac 38a59b75bd Gestion de l'historique de tous les objets 2016-07-21 16:58:12 +02:00
chirac ee324af6fa Cache les boutons si les acl ne sont pas suffisantes 2016-07-09 14:29:43 +02:00
chirac d67fba7f38 Crée des listes de moyens de paiement, banque, et articles 2016-07-08 03:27:02 +02:00