savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Order creation may cause order mistakes #819

Open JeanFrancoisFournier opened 6 years ago

JeanFrancoisFournier commented 6 years ago

Expected Behaviour

When entering an order manually, the protocol that should ALWAYS be followed is:

Although nothing within the manual order creation form prevents the user from deviating from that specific sequence (you could by mistake start by selecting a DATE, then a CLIENT) doing so will not load/ display the MEAL DEFAULT for the selected CLIENT for that selected DATE but instead will show the SYSTEM DEFAULT (1 Regular meal/ 1 Dessert).

Actual Behaviour

Any deviation from the specific sequence prevent loading/displaying of the REAL meal deafult

Steps to reproduce