Import current_orders plugin from foodcoop-adam
This commit is contained in:
parent
ae4979a3f0
commit
5907ff11bb
43 changed files with 1031 additions and 0 deletions
16
plugins/current_orders/README.md
Normal file
16
plugins/current_orders/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
FoodsoftCurrentOrders
|
||||
=====================
|
||||
|
||||
Quick support for working with all current orders, to bridge the time until we
|
||||
have full support for order cycles in foodsoft.
|
||||
|
||||
* `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.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/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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue