-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2021R5
-
Fix Version/s: CFA 2021R5
-
Component/s: Reports
-
Labels:
-
SCRUM Team:Brotherhood of Mutants
-
Source Code ID(s):
-
Sprint:2021.R6 New Features Sprint 4
When running any report in MMS, as a PDF, the labels on the reports are showing as Null CultureCode!!, rather than the actual message/label that should be there.
When running the report as html, I see:
- The 'EntityCulture' parameter is missing a value
I think that this might be specific to the store and user configuration that I have, but this is a typical, and normal config.
//CTA TESTING
select CultureID, NotificationCultureID, * from tbEntity with(nolock)
where EntityID = 416
select CultureID, * from tbUser with(nolock)
where UserID = 391302
select * from tbLocalisation with(nolock)
where LocalisationID in (21, 58)
Note: When running from MxC all is good.
Steps to reproduce:
- Login to CFA Testing
- will.englefield / test123
- Go to MMS > Reports
- Select Store 00713
- Run a report
- Try PDF and HTML
Expected results
- Reports render correctly
Actual Results
Inventory Extension Report
Cashier Keystroke Summary Report
Daily Sales Report
Day Track Report
HTML
This is perhaps the most helpful
- Clones
-
CFAMX-16030 When running reports in MMS, all labels are showing as Null CultureCode!!
- Done