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 |
|
Sylvain
|
7cd689b92c
|
(bug) product low stock notification
|
2022-12-28 11:01:05 +01:00 |
|
Sylvain
|
7b30086a34
|
(bug) unable to set amount to 4.85
|
2022-12-01 15:43:16 +01:00 |
|
Du Peng
|
0fddd22df8
|
(bug) admin cannot filter product availble in store
|
2022-10-24 12:34:20 +02:00 |
|
Du Peng
|
b2ddc48d51
|
(bug) product search accent letter
|
2022-10-20 19:14:16 +02:00 |
|
Du Peng
|
de960cf00c
|
(bug) filter product is available in admin products list
|
2022-10-20 19:14:16 +02:00 |
|
Du Peng
|
0c19c9856f
|
(bug) filter product is available
|
2022-10-20 19:14:16 +02:00 |
|
Du Peng
|
b9397388c5
|
(feat) stock limit if stock <= stock threshold
|
2022-10-14 11:27:59 +02:00 |
|
Du Peng
|
9ddc21619b
|
(bug) fix product cannot update low stock alert
|
2022-10-13 14:42:32 +02:00 |
|
Du Peng
|
ef9a5c22bb
|
(feat) clone a product
|
2022-10-11 18:53:12 +02:00 |
|
Sylvain
|
6a0b896815
|
(bug) ArgumentError (comparison of Integer with nil failed)
this crash occured when creating/updating a product without activating
the low stock alert
|
2022-10-10 10:00:06 +02:00 |
|
Sylvain
|
d750885f3b
|
(feat) filter and paginate stock movements
|
2022-10-05 16:58:40 +02:00 |
|
Sylvain
|
8dd4463a14
|
(feat) alert on low stock threshold
|
2022-10-05 15:51:33 +02:00 |
|
Sylvain
|
35dd29c193
|
(bug) show explicit error message when unable to delete a product
|
2022-10-05 13:50:57 +02:00 |
|
Sylvain
|
ae0d87c893
|
(bug) ability to filter by negative stock
|
2022-10-03 16:35:54 +02:00 |
|
Sylvain
|
db86769d42
|
(bug) products filter: is_available
previously, we misunderstand the behavior or this filter and
we used the filter is_active instead
|
2022-10-03 16:32:32 +02:00 |
|
Sylvain
|
f61e784ace
|
(feat) prevent show product in store if price not set
|
2022-09-27 15:58:59 +02:00 |
|
Sylvain
|
e687e8ad02
|
(bug) order by price with unset prices
In product ordering, consider NULL prices (no price has been defined) as 0, to
order those products as lowest prices items
|
2022-09-27 11:50:35 +02:00 |
|
Sylvain
|
e217f61524
|
(bug) undefined method privileged? for nil:Class
|
2022-09-27 09:43:21 +02:00 |
|
Sylvain
|
75a4038a60
|
(feat) save/restore filters in admin/store/products
|
2022-09-26 17:18:52 +02:00 |
|
Sylvain
|
bc09450418
|
(bug) product store filtering
- Do not reset the category when reseting the filters
- Prevent filtering by internal stock when user is not privileged
|
2022-09-26 15:45:52 +02:00 |
|
Sylvain
|
c23b57131b
|
(bug) fix admin/orders & public/store due to refactoring
|
2022-09-20 17:12:45 +02:00 |
|
Sylvain
|
117c9bb1dd
|
(feat) products list ordering
|
2022-09-20 15:47:15 +02:00 |
|
Sylvain
|
a41e5a93e5
|
(feat) products filtering for admin view
|
2022-09-20 15:30:44 +02:00 |
|
Du Peng
|
906931f40f
|
(bug) save double product image when creation of product
|
2022-09-19 19:09:54 +02:00 |
|
Du Peng
|
e2b6267924
|
(feat) cannot delete a product if it is used in order
|
2022-09-19 15:20:42 +02:00 |
|
Du Peng
|
010718d53e
|
(merge) store manage the orders by admin
|
2022-09-16 11:45:58 +02:00 |
|
Sylvain
|
850076f79a
|
(bug) undefined method due to merge conflict
undefined method `amount_multiplied_by_hundred' for ProductService:Class
|
2022-09-14 15:19:32 +02:00 |
|
Sylvain
|
c4baf89c54
|
(merge) Merge branch 'product-store_stocks' into product-store
|
2022-09-14 15:15:47 +02:00 |
|
Sylvain
|
feabded2a0
|
(feat) update the stock total
|
2022-09-13 15:01:55 +02:00 |
|
Du Peng
|
dff0cb26be
|
(bug) product pagination in store
|
2022-09-09 17:14:22 +02:00 |
|
vincent
|
a1c6757cc3
|
(quality) Increase products per page count
|
2022-09-09 14:00:53 +02:00 |
|
vincent
|
6678412cd6
|
(feat) pagination
|
2022-09-09 13:48:20 +02:00 |
|
Du Peng
|
e3dfe4935a
|
set default value of order_item_id in update_stock
|
2022-08-26 14:08:20 +02:00 |
|
Du Peng
|
8059512f19
|
add order item id to product stock movement for sold
|
2022-08-26 11:06:09 +02:00 |
|
Du Peng
|
193c21a583
|
payment of cart by stripe/payzen/local
|
2022-08-25 08:52:17 +02:00 |
|
Du Peng
|
16288ae2bd
|
fablab store page
|
2022-08-16 19:47:27 +02:00 |
|
Du Peng
|
1b605b3265
|
fix bug: product amount cannot update
|
2022-08-04 14:02:19 +02:00 |
|
Du Peng
|
1e3e7854b2
|
Product model/controller
|
2022-08-03 10:16:36 +02:00 |
|