1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
Commit Graph

323 Commits

Author SHA1 Message Date
Nicolas Florentin
5cfafaaa46 updates rake task fablab:chain:all 2023-09-29 14:33:50 +02:00
Du Peng
8ec90337b5 (bug) fix ruby syntax 2023-08-30 18:56:41 +02:00
Du Peng
5e621b0615 (bug) unable to update status to paid for latest payment schedule item 2023-08-30 18:51:04 +02:00
Du Peng
d22c3db4c2 (bug) unable to update payment schedule item 2023-07-10 20:53:02 +02:00
Du Peng
48ea7509cf (bug) Incorrect amount calculation when paying monthly subcription with a wallet 2023-06-19 21:09:26 +02:00
Du Peng
4c126a63d5 (bug) add a task for clean abuse notifications 2023-04-17 12:32:01 +02:00
Sylvain
e863dda151 (bug) unable to subscribe with a payment schedule using PayZen 2023-04-05 10:19:07 +02:00
Sylvain
5b14a9a4a7 (feat) error message on payzen misconfigured currency 2023-04-05 09:46:00 +02:00
Sylvain
378d6cfb8b (bug) unable to write the configuration of the auth provider 2023-04-03 15:27:04 +02:00
Sylvain
a25a31b95c (bug) invoice with esoteric ref pattern 2023-03-31 17:21:33 +02:00
Sylvain
e9205775ce (bug) find_by_number should consider the number period
Also: added progress indicators
2023-03-31 15:09:24 +02:00
Sylvain
a184f3b0be (bug) fix references is missing invoices when the sequence jumps 2023-03-31 13:30:42 +02:00
Sylvain
7945895c1e (bug) undefined method strategy_name 2023-03-30 11:29:58 +02:00
Sylvain
1f618d29f7 (bug) meta_data does not exists
Also: improved writing auth provider config to file
2023-03-30 10:51:18 +02:00
Sylvain
68aad57b14 (bug) unable to read provider config if no file 2023-03-30 10:28:31 +02:00
Sylvain
70be8b4053 (quality) do not print newlines for progression indicator 2023-03-30 09:57:05 +02:00
Sylvain
66f740104a (feat) cache auth provider config 2023-03-29 18:01:16 +02:00
Sylvain
3cff0d4c28 (feat) generate invoices for missing references 2023-03-28 11:18:27 +02:00
Sylvain
227c6d1844 (bug) associate order/payment-schedule with invoice before saving
Also: timezone in fixtures
2023-03-27 11:43:36 +02:00
Sylvain
f9123fe20f (feat) recover order numbers 2023-03-24 17:21:44 +01:00
Sylvain
a92df2150e (feat) updated dependencies 2023-03-24 10:45:47 +01:00
Sylvain
71a9a87315 (feat) improved chaining system 2023-03-24 10:16:21 +01:00
Sylvain
5295cc94ef (feat) task to fix missing references 2023-03-23 09:33:43 +01:00
Sylvain
db5796816a (quality) linted code 2023-03-22 17:30:37 +01:00
Sylvain
1d15c3bfac (security) updated sentry & web-console 2023-03-22 17:01:46 +01:00
Sylvain
cc830d7deb (security) updated ruby to 3.1.3 2023-03-22 16:05:25 +01:00
Sylvain
01df96dc20 (security) upgrade to rails 6 2023-03-22 10:58:22 +01:00
Sylvain
9b4c47d733 (feat) usage history of prepaid packs 2023-03-09 13:23:42 +01:00
Sylvain
ed3353ce7c (bug) wrong minutes used when booking with a prepaid pack 2023-03-09 10:41:52 +01:00
Sylvain
65a7c5c73b (bug) wrong namespace for task fix:cart_operator 2023-03-06 14:38:19 +01:00
Sylvain
1681dbdb76 (feat) clean ghost availabilities and slots 2023-02-20 16:55:45 +01:00
Sylvain
c0b465748a (bug) unable to fix availabilities for events 2023-02-20 12:26:11 +01:00
Sylvain
142eceb661 (quality) replace DateTime by Time 2023-02-17 11:45:07 +01:00
Sylvain
986a663c40 (feat) places cache for slots 2023-02-15 10:29:54 +01:00
Sylvain
bfe0936b40 (feat) save both operator/customer for orders 2023-02-15 10:29:50 +01:00
Sylvain
04f933f94d (bug) deal with DST using Time instead of DateTime 2023-02-14 13:10:58 +01:00
Du Peng
ce23597657 (quality) check statistics_module is active? before run build_stats task 2023-02-02 12:52:56 +01:00
Sylvain
193407e0da (bug) filter statistics by slot date 2023-02-02 11:02:33 +01:00
Sylvain
40eb4c3bd3 (wip) refactor seeds 2023-02-01 16:37:43 +01:00
Sylvain
953cf46ec1 (bug) fix_invoice_item if items.object=error 2023-01-10 11:28:20 +01:00
Sylvain
7ec8a4845e (quality) fix_invoice_item task 2023-01-06 15:38:39 +01:00
Sylvain
5dae938078 (bug) empty object for some invoice item 2023-01-06 10:15:32 +01:00
Sylvain
44a167f4c7 (bug) unable to build accounting lines if no invoices 2023-01-05 16:39:59 +01:00
Sylvain
4d7e09c98d (feat) multiple accounting journals 2022-12-21 14:14:36 +01:00
Sylvain
b3072ec444 (feat) auto fix rouding errors on accounting lines
Also: (ui) added help tooltips on some input fields
2022-12-21 14:12:10 +01:00
Sylvain
5acd44e51d (wip) script to fix invoices totals 2022-12-21 14:11:40 +01:00
Sylvain
c9c9ed9a02 (feature) auto validate admins 2022-11-04 09:46:17 +01:00
Du Peng
6d448e0af2 (merge) merge dev and product-store 2022-10-26 09:37:31 +02:00
Sylvain
744b811b62 (feat) remove admins group: allow admins to reserve 2022-10-25 11:57:26 +02:00
Sylvain
45129e3e37 (quality) linted code about payment schedules 2022-10-25 10:52:33 +02:00