-
Type: Customer Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Closed/Resolved by Caller
-
Affects Version/s: CFA 2021R1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
VTask #:VTASK0441892
Store 04235
Discounts and Giveaways report in InFORM is missing all Discounts except for Employee Discounts for the month of January 2021.
The discounts are available in ServicePoint report for the month.
Looking at the following query it looks like all are employee except one but the POS generated Discounts and Giveaways Report shows there are more discounts that should be in Inform
SELECT * FROM tbtransactionDiscount td with (nolock)
JOIN tbtransactionsummary ts with (nolock) ON td.transactionsummaryid = ts.transactionsummaryid WHERE ts.entityid =5204
and ts.businessday between '2021-01-01 00:00:00' and '2021-01-30 00:00:00' order by td.discounttypeid
- is blocked by
-
CFAMX-11540 Production Defects
- Open