foodcoop-adam / foodsoft

DEPRECATED, being merged in upstream. Web-based software for foodcoops - as used in NL.
http://foodcoop-adam.github.io/
Other
10 stars 3 forks source link

Group orders by pickup day #92

Closed wvengen closed 3 years ago

wvengen commented 11 years ago

It would be really nice to be able to group orders by order cycle (also known as pickup day or delivery day). For most people, this is what they associate the orders with: the moment they went on their bike or in their car to fetch the products.

This could be present in many places in the interface. For members, they would see orders from the current order cycle (also when they're closed - in that case they can see how much they ordered). And the backend would be clearer as well, only showing orders relevant to the current order cycle. There may be an order cycle selector throughout the interface (including the "all" option, perhaps?).

This requires quite some changes. The data model would need a new order cycle model, and orders would need to refer to an order cycle.

Related issues: #22 #47 #68 #82