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

1616 Commits

Author SHA1 Message Date
Sylvain
b938232c19 Merge branch 'dev' into payzen 2021-05-25 14:06:30 +02:00
Sylvain
a654a501c9 New translations app.admin.en.yml (Spanish) 2021-05-25 10:06:55 +02:00
Sylvain
ff5dc421bf New translations app.admin.en.yml (German) 2021-05-25 09:54:51 +02:00
Sylvain
e95143583b New translations app.admin.en.yml (French) 2021-05-24 17:26:01 +02:00
Sylvain
718f2f904b New translations en.yml (French) 2021-05-24 17:25:59 +02:00
Sylvain
b6d432b68c Update source file en.yml 2021-05-24 17:02:51 +02:00
Sylvain
83c989ccc1 Update source file app.admin.en.yml 2021-05-24 17:02:50 +02:00
Sylvain
03f480e73e New translations app.admin.en.yml (Zulu) 2021-05-24 16:38:11 +02:00
Sylvain
17af3e99e1 New translations app.admin.en.yml (French) 2021-05-24 16:38:10 +02:00
Sylvain
7c4a865396 New translations en.yml (Spanish) 2021-05-24 16:38:06 +02:00
Sylvain
cb67c12f77 New translations app.admin.en.yml (Spanish) 2021-05-24 16:38:04 +02:00
Sylvain
c36a4531a0 New translations en.yml (German) 2021-05-24 16:38:01 +02:00
Sylvain
bba7421fca New translations app.admin.en.yml (German) 2021-05-24 16:37:59 +02:00
Sylvain
37e5b2feea New translations en.yml (Portuguese) 2021-05-24 16:37:55 +02:00
Sylvain
0aea4a051d New translations app.admin.en.yml (Portuguese) 2021-05-24 16:37:54 +02:00
Sylvain
fb1949a5f5 New translations en.yml (Zulu) 2021-05-24 16:37:50 +02:00
Sylvain
46dcf7766e New translations en.yml (French) 2021-05-24 16:37:46 +02:00
Sylvain
c00c6f05e1 Update source file en.yml 2021-05-24 16:37:33 +02:00
Sylvain
1b5c2e6c68 Update source file app.admin.en.yml 2021-05-24 16:37:32 +02:00
Sylvain
ecf80b0591 ability to set invoices as erroneous 2021-05-24 16:34:27 +02:00
Sylvain
da3eb4f8bd [bug] typo in allow/prevent booking overlapping slots 2021-05-21 17:18:22 +02:00
Sylvain
6d237a540f New translations app.admin.en.yml (French) 2021-05-20 15:24:14 +02:00
Sylvain
66f81a975e WIP: array of items
Migration from cart_items:{reservation:{}, subscription:{}, ...}
to cart_items:{items:[{reservation:{}, ...}], ...}
2021-05-19 18:12:52 +02:00
Sylvain
4826db7cf0 [bug] typo in allow/prevent booking overlapping slots 2021-05-18 10:52:59 +02:00
Sylvain
6bcd9f6fef Merge branch 'dev' into payzen 2021-05-17 15:07:41 +02:00
Sylvain
a57b170f65 New translations app.shared.en.yml (Spanish) 2021-05-17 12:41:40 +02:00
Sylvain
bb099cfbad New translations app.shared.en.yml (French) 2021-05-17 12:41:35 +02:00
Sylvain
ba5e86bcbe New translations app.shared.en.yml (German) 2021-05-17 12:41:29 +02:00
Sylvain
1e3774ae35 New translations app.shared.en.yml (Portuguese) 2021-05-17 12:41:18 +02:00
Sylvain
eaaf42ec48 New translations app.shared.en.yml (Zulu) 2021-05-14 17:34:46 +02:00
Sylvain
dd8b6950bb New translations app.shared.en.yml (French) 2021-05-14 17:34:42 +02:00
Sylvain
68b9104e37 New translations app.shared.en.yml (Spanish) 2021-05-14 17:34:36 +02:00
Sylvain
1b7025e916 New translations app.shared.en.yml (German) 2021-05-14 17:34:29 +02:00
Sylvain
b3ddc79cd8 New translations app.shared.en.yml (Portuguese) 2021-05-14 17:34:24 +02:00
Sylvain
82260d8c62 [bug] invalid currency in notifications for locales with region 2021-05-14 11:57:52 +02:00
Sylvain
7ac119d4cf [bug] invoices are not generated in test/development if the configured locale is composed
Eg. If locale is fr-CA, it was crashing. If locale was only fr, is was working.
Now, composed locales print the watermark using the base locale and
hour_minute format is fetched from the base locale
2021-05-12 17:23:42 +02:00
Sylvain
436db80ccf Increased the width of the input field for the prices of the events
This is especially useful for currencies like FCFA that have large numbers and large currency symbol
2021-05-12 15:16:10 +02:00
Sylvain
2a7a7fd614 [bug] the event themes are not kept when editing the event again 2021-05-12 14:54:56 +02:00
Sylvain
2c6b3aaa75 updated README 2021-04-30 16:14:05 +02:00
Sylvain
5f47624d4e WIP: create payment schedule w/ payzen 2021-04-29 17:10:02 +02:00
Sylvain
23e38238c8 fix payment on site modal in case of payment schedule 2021-04-28 17:25:42 +02:00
Sylvain
e456ddc7c9 WIP: refactor the price computation system 2021-04-22 19:24:08 +02:00
Sylvain
26dfbef5e1 WIP: refactor models to use payment_gateway_objects 2021-04-21 17:38:06 +02:00
Sylvain
ddd1ac52d6 save reservation|subscription to db after payment 2021-04-14 17:56:10 +02:00
Sylvain
07ea6e8c69 renamed SUPERADMIN_EMAIL to ADMINSYS_EMAIL
The previous was too much subject to confusions
2021-04-14 15:04:41 +02:00
Sylvain
4e512dda45 validate the payment server side 2021-04-13 17:16:05 +02:00
Sylvain
fd5c3a87ce rename /api/payment to /api/stripe
other payment gateways will have their own separate endpoints
2021-04-12 10:45:41 +02:00
Sylvain
23032c405b WIP: create the formToken server-side 2021-04-09 17:17:58 +02:00
Sylvain
d70d0dcf7a stripe modal -> generic payment modal 2021-04-08 15:21:24 +02:00
Sylvain
67d0ce24b4 set payzen currency
also: refactored the comments in the react components to fit high quality
2021-04-07 16:21:12 +02:00