Sylvain
|
b52a59fb42
|
improved comments
|
2022-09-06 17:01:20 +02:00 |
|
Du Peng
|
981cffa27d
|
pay cart with coupon code
|
2022-08-26 20:10:21 +02:00 |
|
Du Peng
|
3a669109b5
|
order extends to payment document
|
2022-08-26 15:56:20 +02:00 |
|
Du Peng
|
453954e2b9
|
save payment gateway object after pay an order
|
2022-08-26 15:30:51 +02:00 |
|
Du Peng
|
49aa54193d
|
rename operator id to operator_profile_id in order
|
2022-08-26 11:55:35 +02:00 |
|
Du Peng
|
939927fb73
|
add wallet transaction id to order
|
2022-08-26 11:19:09 +02:00 |
|
Du Peng
|
8a8ce607b7
|
check product is valid and in stock before payment
|
2022-08-25 11:46:14 +02:00 |
|
Du Peng
|
193c21a583
|
payment of cart by stripe/payzen/local
|
2022-08-25 08:52:17 +02:00 |
|
Du Peng
|
cfd21adb60
|
cart button
|
2022-08-20 18:47:15 +02:00 |
|
Du Peng
|
ab800a519f
|
store cart
|
2022-08-19 20:03:09 +02:00 |
|
Du Peng
|
16288ae2bd
|
fablab store page
|
2022-08-16 19:47:27 +02:00 |
|
Du Peng
|
1cef45e3d7
|
add product stock mouvements
|
2022-08-08 18:04:14 +02:00 |
|
Du Peng
|
fc4fd78843
|
product files and images upload
|
2022-08-03 10:25:36 +02:00 |
|
Du Peng
|
00f811645a
|
add products relation in product's category
|
2022-08-03 10:18:00 +02:00 |
|
Du Peng
|
5e1436eda4
|
create/edit product form
|
2022-08-03 10:18:00 +02:00 |
|
Du Peng
|
1e3e7854b2
|
Product model/controller
|
2022-08-03 10:16:36 +02:00 |
|
Du Peng
|
4ce68f33a8
|
change top position of product category to 0
|
2022-08-03 10:16:12 +02:00 |
|
Du Peng
|
432b60ca9a
|
store product category create/list/update/delete
|
2022-08-03 10:16:08 +02:00 |
|
Du Peng
|
d399a085ee
|
Merge branch 'improves-password-complexity-check-2pxghn4' into dev
|
2022-08-01 19:32:29 +02:00 |
|
Nicolas Florentin
|
1d6a59dd67
|
improvement: add complexity check of the user password
|
2022-07-29 17:37:42 +02:00 |
|
Nicolas Florentin
|
9bc2d4f96c
|
improves file validation, validation is now based on content of the file in addition of the validation of the extension
|
2022-07-27 17:14:15 +02:00 |
|
Sylvain
|
3f84c2dfa1
|
(bug) ics description not using new methdod
|
2022-07-27 13:58:52 +02:00 |
|
Sylvain
|
445e63b44c
|
(feature) Improved attached ICS file texts, in reservations emails
|
2022-07-27 12:04:23 +02:00 |
|
Sylvain
|
7fa9414527
|
Merge pull request #377 from Guichaguri/fix/ignore-empty-from-sso
(bug) Fix SSO data being overridden when it is empty and the user can change it
|
2022-07-27 10:08:00 +02:00 |
|
Sylvain
|
a4649603c0
|
Merge pull request #376 from Guichaguri/fix/admin-group-overriden
(bug) Fix admin group being replaced in SSO authentication
|
2022-07-27 10:04:30 +02:00 |
|
Sylvain
|
98b1919de2
|
Make the username column optionnal (#375)
|
2022-07-27 09:59:23 +02:00 |
|
Sylvain
|
56b254dffc
|
print an error if the current invoice does not have a main_item
|
2022-07-26 17:38:33 +02:00 |
|
Sylvain
|
bb7eec924c
|
Usage of the rails logger instead of printing to standard output
|
2022-07-26 17:27:33 +02:00 |
|
Sylvain
|
7432bb848e
|
(bug) unable to reserve a machine slot when another machine was already reserved on the same slot
|
2022-07-25 16:41:48 +02:00 |
|
Guilherme Chaguri
|
fda93cb7df
|
Fix SSO properties not updating
|
2022-07-20 16:28:17 -03:00 |
|
Sylvain
|
2705b9f6bd
|
(bug) unable to reserve if user's subscription plan is disabled
|
2022-07-20 17:46:09 +02:00 |
|
Sylvain
|
29b9399ca3
|
(bug) unable to reserve event
|
2022-07-20 15:54:04 +02:00 |
|
Sylvain
|
2bd84e623a
|
(bug) missing translations
|
2022-07-20 15:27:01 +02:00 |
|
Sylvain
|
0d072291c7
|
(bug) 2 people can book the same machine slot
Also: fix reservation change behavior
|
2022-07-20 11:22:00 +02:00 |
|
Sylvain
|
6a8c441e85
|
public calendar endpoint refactoring & testing
|
2022-07-18 17:19:33 +02:00 |
|
Sylvain
|
b68e47a0ea
|
refactor shopping_cart/reservation
Previsouly, the reservation was expecting parameters like:
slots_attributes: [{start_at: date, end_at: date, availability_id: number}]
Now, the reservation is expecting simpler parameters like:
slots_reservations_attributes:[{slot_id: number}]
|
2022-07-18 17:18:01 +02:00 |
|
Sylvain
|
37b24a8d2f
|
refactor slots model
|
2022-07-18 17:18:01 +02:00 |
|
Sylvain
|
5012912edd
|
(wip) refactoring Availabilities::AvailabilitiesService and Availabilities::StatusService
|
2022-07-18 17:18:01 +02:00 |
|
Sylvain
|
8be2425275
|
(wip) refactoring slots to be unique per availability time-slot
|
2022-07-18 17:18:00 +02:00 |
|
Guilherme Chaguri
|
27d71dcffd
|
(bug) Fix SSO data being overridden when it is empty and the user can change it
|
2022-07-14 17:55:36 -03:00 |
|
Guilherme Chaguri
|
6423255116
|
(bug) Fix admin group being replaced in SSO authentication
|
2022-07-14 17:03:22 -03:00 |
|
Sylvain
|
bec2e8a514
|
(bug) Gender, Address and Birthday are not mapped properly from SSO (#365)
|
2022-07-06 15:56:57 +02:00 |
|
Sylvain
|
eb1c54d8f3
|
updated diagrams
|
2022-07-04 10:48:42 +02:00 |
|
Du Peng
|
a0d158974b
|
fix bug: validator of reservation can't find if slot has reserved by reservable type
|
2022-06-29 19:58:53 +02:00 |
|
Sylvain
|
6ce762f778
|
(bug) unable to reserve a space
|
2022-06-29 15:34:47 +02:00 |
|
Sylvain
|
0510a5f3a3
|
(bug) when an empty data was retured by the SSO, unable to edit it
|
2022-06-27 12:51:38 +02:00 |
|
Sylvain
|
46b2ba1f54
|
(bug) when email was mapped from SSO but provided as empty string -> unable to merge account
|
2022-06-27 12:06:25 +02:00 |
|
Sylvain
|
48e1cf782f
|
(bug) unable to edit an event
|
2022-06-15 09:42:39 +02:00 |
|
Du Peng
|
ac16eca60f
|
fix conflict
|
2022-06-07 16:57:02 +02:00 |
|
Du Peng
|
c24aad00c4
|
check shopping cart items is valid before pay online
|
2022-06-07 16:55:29 +02:00 |
|