Link: Ageing
Status | ||||
---|---|---|---|---|
|
Please provide detailed user guides/ documentation for the page. Please include all the use case scenarios, features, and functionalities involved with as much detail as possible.
...
Ageing Reports with filter
Steps:
Select the Order Type
Select the Min Ship Date
Select the Max Ship Date
Select the State
Click Search
...
The clear button clears all the filters.
Ageing Reports with Order Number:
Steps:
Fill in the Order number
Click Search
...
Questions:
Does order Type have only one option - Orders? (How about Flocks ?)
The state option lists all the states of our branches. Is it hard-coded or grabbed from SAP/DB Table? If yes, what is the table name?
What is the Balance Column refer to? Is it paid/unpaid or just the remaining amount?
Current Issues:
When we search the report without any filters, the page cannot handle the request.
There is only one Order Type (i.e. Orders), yet the user needs to select it.
The Report shows the long list of some applied filters.
The Report displays Orders 997 as the title for the report.
The Report cannot be downloaded.
Solutions:
Can we make Min Ship Date and Max Ship Date required?
Can we auto-select the Order Type as Orders, since it has only one option available?
Can we add pagination and sorting features to the table?
Can we make the Title more readable like Ageing Report for Orders from 2022-08-29 to 2022-08-30 for NSW?
Can we add an Export button on the Top Right Corner to download the generated Report in CSV format?