Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fresh workflow: enter different weight than ordered #26

Open
fsmanuel opened this issue May 25, 2013 · 0 comments
Open

add fresh workflow: enter different weight than ordered #26

fsmanuel opened this issue May 25, 2013 · 0 comments
Milestone

Comments

@fsmanuel
Copy link

At the moment we can only add the exact amount to the bill based on the price of a product and quantity of that product that it has ordered.
We want to sell vegetables and fruits, and later also other products we will sell without packages with fixed weight. The issue is that it is not possible to get the exact weight as ordered because carrots or pumpkins are never the same size/weight.

Solution proposal:
with products (like veggies/fruit) sold per kg without fixed quantity packaging, add functionality that the person dividing the veggies/fruit can enter the amount of a product that he/she has allocated to a certain member and the system ignores the ordered quantity.
to do this we have to separate the amount ordered from the amount you get and pay
also the system has to accept irrational numbers (e.g. 0.8 kg, 3,67 kg).

the amount ordered by the member is then an indication to allocate a certain amount of the amount that is delivered of that product to that member. the member who divides the veggies has to see what is ordered, puts an amount of the right veggies on the scale until it is near what the ordering member has ordered.

screen shot 2013-05-10 at 10 57 54 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant