Port current_orders plugin to current foodsoft
This commit is contained in:
parent
5907ff11bb
commit
466e8c5eeb
19 changed files with 114 additions and 108 deletions
|
|
@ -1,16 +1,19 @@
|
|||
FoodsoftCurrentOrders
|
||||
=====================
|
||||
|
||||
Quick support for working with all current orders, to bridge the time until we
|
||||
have full support for order cycles in foodsoft.
|
||||
Foodsoft is currently designed to work with one order at a time. In practice,
|
||||
however there can be multiple orders open at the same time, with one pickup
|
||||
day. The proper solution to this is to introduce the notion of order cycles,
|
||||
with each order belonging to a cycle. Until that time, we have this plugin,
|
||||
with screens for working on all orders that are closed-but-not-finished.
|
||||
|
||||
* `current_orders/ordergroups` to edit an ordergroup's order articles for all
|
||||
orders that are closed but not settled.
|
||||
* `current_orders/articles` to edit an order article's ordergroups for all
|
||||
orders that are closed but not settled.
|
||||
* `current_orders/orders/receive` for a list of orders that can be received.
|
||||
* `current_orders/orders.pdf?document=(groups|articles)` for PDFs for all
|
||||
orders that are closed but not settled.
|
||||
* `current_orders/orders/receive` for a list of orders that can be received.
|
||||
* `current_orders/articles` to edit an order article's ordergroups in all
|
||||
orders that are closed but not settled.
|
||||
* `current_orders/ordergroups` to edit an ordergroup's order articles in all
|
||||
orders that are closed but not settled.
|
||||
* `current_orders/group_orders` for all articles in the user's group orders
|
||||
from orders that are not settled. Can be used as a "shopping-cart overview"
|
||||
page.
|
||||
or "checkout" page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue