foivz / pop-app-flutter

Mobile application for the course Entrepreneurial venture.
2 stars 0 forks source link

Show Invoices screen #7

Closed mislavmatijevic closed 1 year ago

mislavmatijevic commented 1 year ago

Application enables user to see all their invoices in the database and also check specific invoice's details.

Acceptance Criteria

Condition Description
Given User is logged in and on menu page
When User selects INVOICES option in the menu
Then Display current user's invoices from the database (using the backend) in cards, containing info about Invoice number, Amount, Date and Time. Each card needs to have a red button without text with an eye-over-document icon on it - SHOW DETAILS button.
When User selects the SHOW DETAILS button on an invoice.
Then A new INVOICE DETAILS screen is opened with detailed overview of the selected invoice

(Note: screenshot of the old app uses HRK, but EUR currency is to be used.)

Image


Image