1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
Commit Graph

7828 Commits

Author SHA1 Message Date
Peng
10d58f08ad Merge branch 'fix/birthdate-bug' into 'dev'
refacto project service, do the same but it is clear that service is receiving...

See merge request projets/fab-manager!19
2023-11-24 14:18:17 +00:00
Nicolas Florentin
a946399ec5 (fix) avoids crash if invoicing_profile has no address associated to it 2023-11-24 10:40:28 +01:00
Nicolas Florentin
be1f0cc883 (fix) event.pre_registration_end_date (was set to beginning_of_day instead of end_of_day) 2023-11-23 15:37:09 +01:00
Nicolas Florentin
0716596add updates changelog 2023-11-23 15:17:54 +01:00
Nicolas Florentin
e1a3309783 (fix) user was not able to reserve at the same time of an event with pre-registration invalidated 2023-11-23 15:17:41 +01:00
Nicolas Florentin
e16cd061f2 sends a date as yyyy-mm-dd 2023-11-23 11:29:08 +01:00
Nicolas Florentin
7c4a6781d6 refacto project service, do the same but it is clear that service is receiving a date and not a time 2023-11-23 11:28:28 +01:00
Nicolas Florentin
f18454bf97 force to send a date yyyy-mm-dd and not a time ot avoids time zone pb 2023-11-23 11:27:58 +01:00
Nicolas Florentin
10acf9d3ee Version 6.3.4 2023-11-23 08:14:10 +01:00
Nicolas Florentin
775739b15e updates changelog 2023-11-23 08:12:51 +01:00
Nicolas Florentin
5dd8c9f473 Merge branch 'master' of git.sleede.com:projets/fab-manager into dev 2023-11-23 08:12:16 +01:00
Nicolas Florentin
2250427b9a (fix) regresion on PaymentScheduleItemWorker from v6.3.2 2023-11-23 08:07:18 +01:00
Du Peng
b2c3851ddc (bug) wrong amount when pay a reservation with payment schedule 2023-11-17 17:59:10 +01:00
Nicolas Florentin
23b9f976d1 Merge branch 'dev' for release 6.3.3 2023-11-14 11:16:35 +01:00
Nicolas Florentin
28f62228b0 Version 6.3.3 2023-11-14 11:16:35 +01:00
Nicolas Florentin
7f67d7610d (fix): wrong currency unit for fr-CH locale 2023-11-14 11:15:21 +01:00
Nicolas Florentin
5b3c9d1fa5 Merge branch 'dev' for release 6.3.2 2023-11-14 10:38:54 +01:00
Nicolas Florentin
26ea12340a Version 6.3.2 2023-11-14 10:38:45 +01:00
Nicolas Florentin
08b4127331 updates sidekiq and sidekiq-scheduler, fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency 2023-11-14 10:36:12 +01:00
Nicolas Florentin
4979accf11 Merge branch 'dev' for release 6.3.1 2023-11-10 17:09:21 +01:00
Nicolas Florentin
1fa3f37776 Version 6.3.1 2023-11-10 17:09:20 +01:00
Nicolas Florentin
33a47c320f updates changelog 2023-11-10 17:06:39 +01:00
Vincent
8485ae604a (quality) Update changelog 2023-11-10 16:27:18 +01:00
Vincent
931032b086 (ui) Replace original image by large generated version 2023-11-10 15:59:21 +01:00
Nicolas Florentin
342eec9881 updates translations 2023-11-10 09:41:54 +01:00
Nicolas Florentin
bdf94c6826 (feat) when deleting an event, all reservations are canceled 2023-11-10 09:13:23 +01:00
Nicolas Florentin
2d887c5b83 Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-09 18:13:38 +01:00
Nicolas Florentin
9f77f8ab2b (fix) avoids crash due to oidc config with scope = nil 2023-11-09 18:13:13 +01:00
Vincent
feec2e37ac (quality) Update changelog 2023-11-08 16:31:09 +01:00
Nicolas Florentin
7c3e84cc6d updates spanish translations 2023-11-08 15:59:48 +01:00
Nicolas Florentin
7c2279f114 Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-08 15:56:35 +01:00
Nicolas Florentin
bc3a5100b8 updates changelog 2023-11-08 15:56:27 +01:00
Vincent
dfea3f744d (ui) Small fix on modals 2023-11-08 11:14:10 +01:00
Nicolas Florentin
f15af0292b Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev 2023-11-08 10:49:27 +01:00
Nicolas Florentin
7d1fae84fe adds a migrations to fix all statistic_sub_types of plans having label = nil 2023-11-08 10:48:39 +01:00
Nicolas Florentin
519dbefd2f (fix) statistic_subtype.label of plan was nil 2023-11-08 10:36:40 +01:00
Du Peng
8fa9567eae (bug) unable to show wallet payment mean for avoir 2023-11-07 09:34:02 +01:00
Nicolas Florentin
75ced8fd9f Merge branch 'dev' for release 6.3.0 2023-11-03 13:25:12 +01:00
Nicolas Florentin
cba38056f0 Version 6.3.0 2023-11-03 13:25:07 +01:00
Nicolas Florentin
1037f99f14 (i18n) updated translations 2023-11-03 13:23:47 +01:00
Nicolas Florentin
ce90bbf186 improvement: dynamic label (i18n) for stats structure tables 2023-11-03 12:56:13 +01:00
Nicolas Florentin
28d40ec7aa updates changelog 2023-11-03 10:22:53 +01:00
Nicolas Florentin
946d54a1a4 (feat) add rake task fablab:maintenance:delete_all_reservations_and_invoices 2023-11-03 10:22:04 +01:00
Nicolas Florentin
046cc1b05b rm dead code 2023-11-03 10:21:16 +01:00
Nicolas Florentin
835f3b6ec3 (fix) replaces custom ServerLocale middleware with sidekiq i18n middleware 2023-11-02 13:54:40 +01:00
Nicolas Florentin
7e2b4593f5 adds a rake task to regenerate invoices by ids (see maintenance.rake) 2023-11-02 13:49:54 +01:00
Du Peng
b70d095e37 (bug) unable to load api reservations/user_trainings 2023-10-30 11:05:54 +01:00
Nicolas Florentin
910bdcb080 (fix) api/products/index bug when sorting by amount 2023-10-30 10:45:52 +01:00
Du Peng
2b9cb8ca96 (feat) change the param delted_user to including_deleted_users 2023-10-30 08:52:49 +01:00
Du Peng
614abec39e (feat) add deleted_user param for open api users 2023-10-30 08:08:35 +01:00