Skip to content

Releases: lat9/sales_report

v4.0.1: Correct HTML class name in report

01 Jun 13:01
Compare
Choose a tag to compare

This version corrects the HTML class name (see issue #44) for one of the report's columns.

v4.0.0: Releasing as an encapsulated plugin

30 Apr 12:28
Compare
Choose a tag to compare

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

17 Jul 17:09
Compare
Choose a tag to compare

This release contains changes associated with the following GitHub issues:

#31: Attributed products' sales are incorrectly aggregated.
#32: Duplicate constant TABLE_HEADING_MODEL with different contents

Captures the actual change for #31.

v3.5.1: Bugfixes

17 Jul 15:15
Compare
Choose a tag to compare

This release contains changes associated with the following GitHub issues:

#31: Attributed products' sales are incorrectly aggregated.
#32: Duplicate constant TABLE_HEADING_MODEL with different contents

v3.5.0: Country/state now in CSV output

30 Mar 19:05
Compare
Choose a tag to compare

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

29 Jan 13:10
Compare
Choose a tag to compare

This release contains changes associated with the following GitHub issues:

#24: Additional discount- and fee-related order totals.
#25: Correct handling of 'payment_method' and 'payment_method_omit' filters

v3.3.3: Bugfixes

26 Jan 12:38
Compare
Choose a tag to compare

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

22 Oct 14:43
Compare
Choose a tag to compare

This release contains changes associated with the following GitHub issues:

#16: Correct PHP notices during products-purchased CSV output.
#17: (Interoperation) Don't load extra-functions until an admin is logged in.

v3.3.1: Bugfixes

25 Aug 12:14
Compare
Choose a tag to compare

This release contains changes associated with the following GitHub issues:

#14: Correct PHP 7.3 warning
#15: Correct custom date-range not remembered

v3.3.0: Various changes, drops support for Zen Cart < 1.5.5

03 Jul 19:16
Compare
Choose a tag to compare

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.