Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
If you go to the daily sales report, then click on a day, then select a date and export that day's sales, if there are any sales for the current date, it exports them, otherwise it exports nothing. The date passed via the querystring is "undefined". The following section looks for the wrong input box, it should look for #StartDate $("#exportReport").click(function () { var date = $("#date").val(); var action = $(this).data('action'); window.location.href = action + "?date=" + date; }); EDIT: If there are no sales, the ExportDailySales report says "Successfully exported" but there is no file because there are no sales. It should either show a message to that effect or not show the button to export if there are no sales for the date. Edited by user Tuesday, April 18, 2023 7:47:34 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: System, Administrators, Developers, Registered, HelpDesk Joined: 10/29/2018(UTC) Posts: 471
Thanks: 4 times Was thanked: 34 time(s) in 33 post(s)
|
Hi Judy,
Thanks for taking the time to report this issue. I confirmed the Daily Sales export is not working as expected. This is logged as JIRA issue AC9-2119. |
Thanks for your support!
Katie Secure eCommerce Software and Hosting |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close