b60a9abb84
Add a demo mode
2020-11-26 22:27:25 +01:00
e839422bf6
Properly remove the archive feature
2020-11-21 14:41:52 +01:00
a1cd995d9d
Make all tests pass again.
2020-04-08 17:55:52 +02:00
d54324c2c1
Merge branch 'master' into crac
2019-10-05 21:12:16 +02:00
cef7a200dc
Add a concept of groups
2019-07-19 00:12:33 +02:00
Yohan Boniface
b3062fd385
Allow to remove a product from a delivery with orders
...
Eg. when some products are missing from the real delivery while
being ordered.
2019-05-25 17:33:20 +02:00
Alexis Métaireau
ec291e4c85
Rename delivery.producer to delivery.name
2019-05-01 01:18:28 +02:00
Yohan Boniface
6db17fa56e
Allow to archive deliveries
...
- Delivery.id is not persisted anymore: the file name and relaltive
directory *is* the id, and we don't want to denormalize this info
- Delivery.load will filter out non fields keys from the storage: this
allows more resilient upgrade of the data model, and is usefull when
dealing with multiple branches with different data models
- Delivery.archive/unarchive will move the delivery storage from
root to archive/
- Delivery.all now accepts "is_archived" to retrieve archived instead
of active deliveries
- import products is now moved to a modal
- archived deliveries are now listed in a separate page
2019-04-24 17:51:56 +02:00
Yohan Boniface
b6ed2b412b
Add Delivery.contact
2019-04-17 22:12:14 +02:00
Yohan Boniface
c020ec89fa
Display adjustement col on closed delivery if order has adjustements
2019-04-16 23:14:55 +02:00
Yohan Boniface
425222a0a2
Allow to define ProductOrder.ajustment when product needs adjustment
2019-04-14 09:41:55 +02:00
Yohan Boniface
8684e83880
Make everyone staff if not staff is on the config
2019-04-09 18:48:42 +02:00
Yohan Boniface
59783879b6
Place order: use session email if not email is provided
2019-03-24 16:55:49 +01:00
Yohan Boniface
3216aeac11
Renamed + remote
2019-03-24 15:45:58 +01:00
Yohan Boniface
a009948e08
Do not take order_before hours into account
2019-03-24 11:09:14 +01:00
Yohan Boniface
4c34c2bacd
Deal with from/to time
2019-03-23 23:22:45 +01:00
Yohan Boniface
e7e82f2c99
More CSS all around
2019-03-23 12:01:18 +01:00
Yohan Boniface
cd12223d6d
Basic messages, config and XLSX export
2019-03-19 23:18:01 +01:00
Yohan Boniface
8b31985c5c
POC with dataclasses
2019-03-18 22:02:04 +01:00
Yohan Boniface
b3adffb8f7
Minimal POC
2019-03-18 00:11:27 +01:00
Yohan Boniface
b25d8a28c8
non working MongoDB custom ODM
2019-03-17 19:30:10 +01:00