Releases: lat9/sales_report
v4.0.1: Correct HTML class name in report
v4.0.0: Releasing as an encapsulated plugin
This version contains changes associated with the following GitHub issues:
#35: Now distributed as a Zen Cart encapsulated plugin, for zc158 and later.
#26: Add customers_email_address
as an optional column for "Orders Line-Items" reports.
#36: Using the Zen Cart admin_html_head.php
to load required CSS/JS files, each now as their own file.
#37: Correct 'matrix' display, was using products id
, not uprid
, so attributed-products weren't properly displayed.
#38, #39: Various refactorings and performance improvements.
#40: Adding "Last 12 Months" as a preset date selection.
#41: Use "datepicker" instead of "spiffyCal" for custom-date selection.
#42: Change DISPLAY_EMPTY_TIMEFRAMES
constant interpretation; true
now displays the timeframes (was false
in previous versions of the report).
#43: Enable additional order-total discounts and surcharges via site-specific customization.
v3.5.1a: Missed a required change; replaces v3.5.1
v3.5.1: Bugfixes
v3.5.0: Country/state now in CSV output
This release contains changes to
- Include the shipping country/state in the CSV output
- Corrects an HTML validation issue.
v3.4.0: More discount/fee order-totals and bugfix
v3.3.3: Bugfixes
This release contains changes associated with the following GitHub issues:
#18: Correct "missing" admin menu-entry on initial installations.
#19: Correct incorrect tax calculation
#20: "Suggest" a .csv
file extension on CSV downloads
#21: Move menu-name into a language extra-definition (enables translation).
#22: Enable date-formatting overrides.
v3.3.2: Bugfixes
v3.3.1: Bugfixes
v3.3.0: Various changes, drops support for Zen Cart < 1.5.5
This release contains changes associated with the following GitHub issues:
#5: zc156, calendar displays off-screen
#6: Correct various PHP Notices.
#8: Correct error when specific products/customers indicated, but no list supplied.
#9: Add a setting to exclude orders-status values.
#10: "Remember" the admin's selection for 'Open report in new window'.
#11: Convert javascript to jQuery.
#12: Convert HTML to HTML5.
#13: Use the customer's name from the order, not the customers table.