8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00
Commit graph

169 commits

Author SHA1 Message Date
Yoann Pétri db929676e2 fix: 🐛 Fix voucher_pdf function (#315)
Replace date_end by date_end_memb in voucher_pdf. Close #315
2021-01-24 16:37:10 +01:00
Yoann Pétri 69f78d8c60 Ça se dit Rézo Metz 'tain 2021-01-24 16:37:09 +01:00
grisel-davy af3da1eafb Move facture list to cotisation, add paginator 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
Laouen Fernet 792e424430 Fix some translations in cotisations/ 2021-01-24 16:36:16 +01:00
Jean-Romain Garnier 69286beabf Fix calls to invoice.save 2021-01-24 16:33:31 +01:00
Jean-Romain Garnier cb9ae34418 Make emails throw timeout errors, and gracefully handle them 2021-01-24 16:33:31 +01:00
Gabriel Detraz f91f284ed1 Fix js calculation of price - NaN bug 2019-12-27 17:00:41 +01:00
Hugo Levy-Falk 05501c90d9 Fix Overlapping invoices. 2019-12-15 15:24:54 +00:00
Laouen Fernet 2454de2032 Mark strings for translation in cotisations 2019-11-24 23:27:55 +01:00
Hugo Levy-Falk c4a104b3b6 I like my black.
Just ran black on the whoe repository. Fix #210.
2019-11-04 22:47:24 +01:00
Hugo Levy-Falk c76f32cf26 Fix #222 2019-11-03 19:55:37 +01:00
Hugo Levy-Falk 6171f42b66 Get the right mandate when creating voucher. 2019-10-01 19:30:35 +02:00
Hugo Levy-Falk 6dd4e776c1 Make use of mandates everywhere. 2019-10-01 19:30:34 +02: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
Hugo Levy-Falk 0cb9388cde Fix #191 2019-09-30 15:20:20 +02:00
Hugo LEVY-FALK 4fef4a6057 Déplace les templates dans préférences. 2019-01-21 00:54:02 +01:00
Hugo LEVY-FALK ddc2c6e380 Suppression des anciens templates lors de la mise à jour 2019-01-20 19:32:29 +01:00
detraz d323ed5937 Start date set au moment de la validation de la facture 2019-01-20 16:44:22 +01:00
Hugo LEVY-FALK b83bfc0da9 Fix #123 Subscription voucher 2019-01-20 16:44:22 +01:00
Hugo LEVY-FALK 48d8d7921d subscripbtion voucher 2019-01-20 16:41:11 +01:00
Hugo LEVY-FALK 6fdf8a0406 Add Document templates to re2o 2019-01-20 16:41:11 +01:00
Laouen Fernet 2012f20352 add translations for cotisations/ 2019-01-12 16:56:14 +01:00
Hugo LEVY-FALK 37dbfd2fbf Add Cost Estimates 2019-01-01 18:09:58 +01:00
Hugo LEVY-FALK f612e4192f Add remark to custom invoices 2019-01-01 18:09:58 +01:00
Hugo LEVY-FALK fd57a9b925 Display payment method on invoices 2019-01-01 18:09:58 +01:00
Hugo LEVY-FALK e7a7e81a2c Add discount for custom invoices. 2019-01-01 18:09:58 +01:00
Gabriel Detraz 6c6330dd4d Séparation entre utils et base (dossier re2o) 2018-11-15 18:59:06 +01:00
detraz f2c132016f Les factures sont validées en post_paiement + bug fix paiement relation 2018-09-08 21:17:08 +02:00
detraz 32be355fd8 Corrections de front buttons et labels cotisations 2018-09-02 18:07:43 +02:00
Hugo LEVY-FALK 9b080450ab Fix le choix des articles pour les custom invoices 2018-09-01 19:37:34 +02:00
Gabriel Detraz 2dd410fedf Fix l'envoie de mail, en postsave maintenant (plus propre) 2018-09-01 01:15:37 +02:00
grisel-davy db198c46ad Déconfusion entre la personne qui fait l'action et le compte concerné. 2018-08-27 19:00:10 +02:00
grisel-davy 25a710395f envoyer le bon user pour les verifications 2018-08-27 18:30:10 +02:00
grisel-davy 39b9c1b3a9 Fix #155 confusion entre request.user et user 2018-08-27 18:30:09 +02:00
Gabriel Detraz 3eda283f64 Correction du problème de vente d'articles + simplification views et forms 2018-08-26 17:24:33 +02:00
Laouen Fernet a06082c6d4 Translation of cotisations/ (front) 2018-08-18 13:20:22 +02:00
Hugo LEVY-FALK d6091d117c Custom invoices. 2018-08-16 00:06:35 +02:00
Delphine SALVY 9dd54a99a5 Fix 141 : envoi des factures par mail 2018-08-15 23:56:49 +02:00
Delphine SALVY 904c7b279b POC de l'envoi de facture par mail. 2018-08-15 23:56:49 +02:00
Hugo LEVY-FALK 5915485d89 Oubli d'import + form vide pas validé remplacé par None 2018-07-16 21:46:13 +02:00
Hugo LEVY-FALK f28ad9a12d Vérification de la permission de créditer le solde cohérente. 2018-07-16 20:14:26 +02:00
Hugo LEVY-FALK 3dc863a635 Ne save pas les factures avant d'en avoir vérifié le prix. 2018-07-16 09:24:53 +02:00
Hugo LEVY-FALK e5789dbe03 Fix le paiement par cheque 2018-07-13 22:29:37 +02:00
Hugo LEVY-FALK 241af30211 Fix d'affichage 2018-07-13 22:23:32 +02:00
Hugo LEVY-FALK be7f8753f0 Fix génération de facture pdf 2018-07-13 22:12:33 +02:00
Hugo LEVY-FALK 71663a9dcf Permet de vérifier que une facture peut être payée pourvalider le form. 2018-07-13 22:03:22 +02:00
Hugo LEVY-FALK 557f2b43fb Ajoute la possibilité de faire vérifier un form pour le paiement personnalisé. 2018-07-13 20:19:57 +02:00
Hugo LEVY-FALK 36741e21a6 Plafond de solde optionnel + affiche le plafond de solde lors de la recharge. 2018-07-13 17:52:49 +02:00
Hugo LEVY-FALK c05f8f826c Fix de la migration des données. 2018-07-12 14:42:13 +02:00