Item removal

This commit is contained in:
David Underwood
2026-07-15 11:50:49 -04:00
parent 07a9c25d9e
commit e7f6a9620f
3 changed files with 55 additions and 1 deletions
-1
View File
@@ -32,7 +32,6 @@ Discounts are simple calculations done in-line, again for simplicity
## Future Work
Some basic stuff is missing.
* Items cannot be individually removed from the checkout
* Checkout items are not grouped when listed
* Subtotals are not listed anywhere
* Discount totals are not assoiated with the items they apply to (or available to the user at all, they're just applied to the total silently)