rramirezii / SeniorLink

2 stars 1 forks source link

Client Main UI #42

Open andreilb opened 1 month ago

andreilb commented 1 month ago

Functionalities:

  1. Can view Total discount at the top. (highlighted in big text for readability)
  2. Grouped tables per day and per establishment.

Other Information:

  1. Scrollable table cells when overflow.
  2. Sorted tables from most recent to oldest transaction.
  3. Payload format: { "Senior": ["john_doe_senior", "John Doe"], "Date": "2024-05-21", "Products": [ { "name": "Product1", "Qty": 3, "amount": 29.99 }, { "name": "Product2", "Qty": 1, "amount": 15.50 }, { "name": "Product3", "Qty": 2, "amount": 45.00 } ], "Establishment": ["store123", "Tech Store"] },

Lacking:

Image