nadinebo / CPSC304

1 stars 0 forks source link

Daily Sales Report (#7) #10

Open nicole-wright opened 10 years ago

nicole-wright commented 10 years ago

Description

As a store manager, I would like to know what the daily sales are for my company.

Priority: 3

Acceptance Criteria

The only data returned is for the day provided by the user The report shows all sales grouped by item The system returns nothing if there are no sales for the proved day Subtotal rows correctly sum all sales above Total row correctly sums all subtotal rows The system accepts dates in multiple formats

Testing plan

prove that the amount aggregation is correct prove that the system detects the date correctly prove that the system handles dates in multiple formats prove that visual elements respond to the report request in a predictable and logical manner

Story points: 5

Tasks

Create the Order table in SQL