Skip to content

Releases: humanear/inventory-reporter

v1.4.1

Choose a tag to compare

@humanear humanear released this 16 Jul 12:04

Adds dealer/role-based pricing to the report.

New

  • Price columns — Retail plus one column per dealer role (Bronze, Platinum, Pinnacle Trailers), computed from the Role Based Pricing for WooCommerce plugin's per-product rules. Handles fixed price, fixed increase/decrease, and percentage increase/decrease. Sortable and included in the CSV export.
  • Price filter — pick a tier (Retail or a dealer role) and set a min and/or max price. Carries through sorting, pagination, and export.
  • Roles and the pricing meta prefix are configurable via the ss_inv_role_price_roles and ss_inv_role_price_meta_prefix filters, so the plugin adapts to other stores.

Install: download ss-inventory-reporter-1.4.1.zip below, then in WP Admin go to Plugins → Add New → Upload Plugin. After updating, click Refresh Data once so the report picks up the new price data.

v1.3.3

Choose a tag to compare

@humanear humanear released this 25 Jun 13:52

Security hardening release.

What changed

  • CSV export now neutralizes formula/CSV injection by prefixing a single quote on any cell that begins with a trigger character (=, +, -, @, tab, or carriage return), instead of stripping the character. This preserves the original value while keeping the file safe to open in Excel/LibreOffice/Google Sheets.
  • Fixes a data bug where a leading - (a negative/backordered stock quantity, or a SKU like -100) was being removed from the export.

No changes to filtering, sorting, or the report UI. Safe drop-in update over 1.3.2.

Install: download ss-inventory-reporter-1.3.3.zip below, then in WP Admin go to Plugins → Add New → Upload Plugin.

v1.3.2

Choose a tag to compare

@humanear humanear released this 25 Jun 13:28

Read-only WooCommerce inventory & sales report for the WordPress admin.

Install: download ss-inventory-reporter-1.3.2.zip below, then in WP Admin go to Plugins → Add New → Upload Plugin, choose the file, install, and activate. Requires WooCommerce and PHP 8.0+.

Highlights in this release

  • SKU column filter: a checklist of every SKU in the current category, each showing its units-sold quantity, e.g. 1156 (12).
  • Multi-category filtering, click-to-sort on every column, and a "Hide 0 units sold" toggle.
  • CSV export named YYYY.MM.DD-{site}-inventory-report.csv.

See CHANGELOG.md for the full history.