ghiobi / tally-ticketsystem

Making Expensing Better Than Great Again
MIT License
1 stars 0 forks source link

As a user, I would like to be able to view filed expenses on a page #132

Closed miisaka closed 5 years ago

miisaka commented 5 years ago

Story Points: 5

Risk: LOW

Not critical to the functionality of the ticketing platform.

Priority: MEDIUM

Required for other expense related stories.

Description

Ability see employee expenses. Each expense can contain multiple items, call these expense line items. Each line item should be accompanied by a receipt/invoice image. The entities are described below:

Expense

Expense Line Item

Mockup

expenseMockup

Acceptance Test

Test Reference Test Date Tester Test Steps Expected Result Actual Result
1 10/02/2019 Eric Xiao 1. Go to dashboard, 2.Click user icon, 3.Click on expenses from dropdown Should reveal expense page PASSED
2 10/02/2019 Eric Xiao 1. Go to expense page 2. Click on any expense Should bring user to individual expense page and show line item PASSED

Tasks