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.)
Application enables user to see all their invoices in the database and also check specific invoice's details.
Acceptance Criteria
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.(Note: screenshot of the old app uses HRK, but EUR currency is to be used.)