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 |
|