Store Closing reports doesnot show report name
Hi,
I have configured the "DAILY_SALES_CASH_REPORT" to run at the store close. Also I am able to print it during the store close process.
===========================
<ReportGroup name="CLOSE" enabled="true">
<ReportRun dtype="String">GSS.TODAYS_SALES</ReportRun>
</ReportGroup>
<ReportRun name="GSS.TODAYS_SALES" enabled="true">
<!-- this is the name that will be used when saved, also title of an email -->
<title dtype="String">Today's Sales report from store ${dtv.location.storeNumber}</title>
<report dtype="Url"><![CDATA[report://DAILY_SALES_CASH_REPORT?dtvStartDate=TODAY]]></report>
<Action dataKey="REPORT_PRINT_QUIET" />
</ReportRun>
==============================
I found a difference in the "DAILY_SALES_CASH_REPORT" when it is printed from the BO-->Reports-->Reports-->'Daily Sales & Cash Report'-->Fill details and run the report-->Print.