jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Adding timestamps to needed entities #66

Closed t-andrews closed 3 years ago

t-andrews commented 3 years ago
- DEADLINE:  2021-03-05

As an ERP user, I want to be able to track the moment at which an item (in the large sense) was added or updated, so that I can filter searches with dates and create reports narrows with dates.

The following entities should track insertion and update timestamps:

Views where these entities are displayed should be updated and make the date filter available

Acceptance Test

Given When Then
An ERP user trying to track timestamps An ERP user searches a table using filters The table items will be displayed with timestamps for when they were added and modified
An ERP user trying to track timestamps An ERP user filters a table using a date The item added or modified during that time will be displayed
noahfreger commented 3 years ago

Transfer-Mobile

order tab image

procurement tab image

Transfer-Desktop

order tab image

procurement tab image

noahfreger commented 3 years ago

Accounting-Mobile

image

Accounting-Desktop

image

noahfreger commented 3 years ago

Inventory-Mobile

image

Inventory-Desktop

image

t-andrews commented 3 years ago

@sarahGhrbl Can you please add the acceptance tests for this story?