Story: Update Inventory After Shopping
As a Host, After I have purchased supplies from my shopping list, I want to easily update my inventory levels in the system, so that my inventory is accurate for future event planning.
Acceptance Criteria
- I can view a previously generated shopping list.
- I can mark items on the list as "purchased."
- When an item is marked as purchased, the system should prompt me to confirm the quantity added.
- The corresponding product's level in my main inventory must be increased by the purchased amount.
- The shopping list should clearly indicate which items have been acquired.
Related Commands
PurchaseSupplies
(C6)UpdateInventory
(C11)UpdateProductLevel
(C51)