AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
9.0.4 Sales Over Time report Details button not working properly
Rank: Member
Groups: Developers, Registered, HelpDesk Joined: 11/7/2018(UTC) Posts: 23
Thanks: 5 times
|
Steps to reproduce:
Run the Sales Over Time report Click the Details button for a specific date in the report that is not the current date
The details report always defaults to the current date regardless of the date you clicked from the Sales Over Time report. It should be using the date from the row I clicked on the Sales Over Time report.
|
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
The issue is fixed and will be the part of upcoming release. Thanks. To fix: 1- Open file /Website/Areas/Admin/Views/Report/_GetSalesOverTime.cshtml 2- Search for Code:<a href="@Url.Action("DailySales", new { date = sale.StartDate })" class="btn btn-white btn-sm">Details</a>
3- Replace with Code:<a href="@Url.Action("DailySales", new { startDate = sale.StartDate })" class="btn btn-white btn-sm">Details</a>
|
1 user thanked shaharyar for this useful post.
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
AbleCommerce 9 Bug Reports
»
9.0.4 Sales Over Time report Details button not working properly
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