Currently the app allows me to sell something that is out of stock and when I do, the inventory goes negative!
Instead, when an item doesn't have any stock left, Inventory should print the message:
Sorry, that item is out of stock
and the stock count should for that item should not change.
Currently the app allows me to sell something that is out of stock and when I do, the inventory goes negative!
Instead, when an item doesn't have any stock left,
Inventoryshould print the message:Sorry, that item is out of stockand the stock count should for that item should not change.