logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
judy at Web2Market  
#1 Posted : Tuesday, April 18, 2023 7:45:29 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

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

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Katie S  
#2 Posted : Tuesday, April 18, 2023 1:05:22 PM(UTC)
Katie S

Rank: Advanced Member

Groups: System, Administrators, Developers, Registered, HelpDesk
Joined: 10/29/2018(UTC)
Posts: 429

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
Users browsing this topic
Guest (2)
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.