Shopping List
Please enter all inputs!
Item added to shopping list!
$
Item Name | Shop | Quantity | Price | Delete | |
{{item.name}} | {{item.shop}} | {{item.quantity}} | {{item.price | currency}} |
Your shopping list is empty.
Total Cost:
{{getTotal() | currency}}
Inventory List
{{item.name}} | {{item.shop}} | {{item.quantity}} | {{item.price | currency}} |