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

The possibility to raise the quantity/amount of item sold #6

Open
ruzaq opened this issue Jan 7, 2016 · 0 comments
Open

The possibility to raise the quantity/amount of item sold #6

ruzaq opened this issue Jan 7, 2016 · 0 comments

Comments

@ruzaq
Copy link
Member

ruzaq commented Jan 7, 2016

Problem:
Brmbar GUI currently doesnt allow to sell more than one piece of the stock item (amount is always 1). Such tasks like "Buy 3x beer paid by cash":

  • takes more time than neccessary
  • there are too many steps to do such task
  • can cause accounting errors made by user not beeing sure how many items he/she already billed
  • at the same time, doing repeating steps to buy each piece of an item one by one, beside user need to watch an amount already billed, he/she needs to sum how much money needs to be paid for all items (SW should calculate how much user will pay)

Even more extreme task is "I'll buy 3 beers for price X and 2 ClubMate for price Y". How much I will pay? Afaik there is no need to have a sum of such extreme payment example implement in SW. We can count on user ability to sum A+B (where A=3X and B=2Y).

Solution suggested:

  • possibility to buy more than one amount of item via GUI would be helpful.
  • amount of 1 should remain the default. There should be no need for a user to specify amount desired if he/she is going to buy only one piece of an item.
  • GUI should ask user to pay exact sum of money for several pieces of an item (no need for a user to calculate that in his/her head)
@ruzaq ruzaq changed the title The possibility to enter the quantity/amount of goods sold The possibility to enter the quantity/amount of item sold Jan 7, 2016
@ruzaq ruzaq changed the title The possibility to enter the quantity/amount of item sold The possibility to raise the quantity/amount of item sold Jan 7, 2016
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