copanier/tests
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
..
conftest.py Make sure not staff is set for tests 2019-04-22 23:13:41 +02:00
test_config.py Renamed + remote 2019-03-24 15:45:58 +01:00
test_imports.py Add xlsx import 2019-04-06 20:06:22 +02:00
test_models.py Allow to archive deliveries 2019-04-24 17:51:56 +02:00
test_reports.py Add delivery balance report 2019-04-19 16:48:11 +02:00
test_views.py Merge branch 'delivery-contact' into 'master' 2019-04-21 13:02:34 +02:00