Title: LAFU Sales Reports for WooCommerce
Author: elsama101
Published: <strong>July 31, 2026</strong>
Last modified: September 11, 2026

---

Search plugins

![](https://ps.w.org/lafu-sales-reports-for-woocommerce/assets/banner-772x250.png?
rev=3692125)

![](https://ps.w.org/lafu-sales-reports-for-woocommerce/assets/icon-256x256.png?
rev=3630492)

# LAFU Sales Reports for WooCommerce

 By [elsama101](https://profiles.wordpress.org/elsama101/)

[Download](https://downloads.wordpress.org/plugin/lafu-sales-reports-for-woocommerce.1.5.3.zip)

 * [Details](https://wordpress.org/plugins/lafu-sales-reports-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/lafu-sales-reports-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/lafu-sales-reports-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/lafu-sales-reports-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/lafu-sales-reports-for-woocommerce/)

## Description

**LAFU Sales Reports for WooCommerce** sends order summaries on the days you choose
each month. Reports include paid orders in a clear **from–through** date range (
site timezone), with CSV and PDF attachments.

#### Features

 * **CSV and PDF** exports with payment method, tax total, and order total.
 * **Comma-separated To / Cc / Bcc** recipients and customizable email subject.
 * **Day-of-month schedule** (1–28) with a repeater UI.
 * **Manual send** with optional custom date range (month-to-date by default).
 * **Report filters** by payment method, customer, product, or category.
 * **Customization** tab for column labels and payment method names.
 * **Logs** tab and JSON settings export/import.
 * **HPOS compatible** — works with WooCommerce custom order tables.
 * **`wp_mail`** delivery (SMTP plugins supported).

#### WooCommerce

Requires WooCommerce 7.0+. Tested with WooCommerce 9.8 and WordPress 7.0.

### For developers

The plugin exposes a small, stable API so other plugins can reuse the report engine.
The plugin itself still ships and uses a single report; these are extension points
only.

 * `LAFU_SRFW_Plugin::run_report( array $settings, string $mode = 'manual', array
   $range = null )` — generate and email a report from your own settings array.
 * `LAFU_SRFW_Plugin::get_report_setting_defaults()` — the default settings shape.
 * `LAFU_SRFW_Plugin::sanitize_report_settings( array $data )` — sanitize an arbitrary
   settings array into the canonical shape.
 * `LAFU_SRFW_Plugin::compute_report_range( array $settings, bool $is_manual = false)`—
   the date range a report would use.
 * `do_action( 'lafu_srfw_run_scheduled_reports', int $today_dom )` — fires daily
   so add-ons can run extra scheduled reports.

The global instance is available as `$GLOBALS['lafu_srfw_plugin']`.

## Screenshots

[⌊Reports tab: recipients, order statuses, columns, filters, schedule, and manual
send.⌉⌊Reports tab: recipients, order statuses, columns, filters, schedule, and 
manual send.⌉[

Reports tab: recipients, order statuses, columns, filters, schedule, and manual 
send.

[⌊Settings tab: report file label, column labels, and payment method labels.⌉⌊Settings
tab: report file label, column labels, and payment method labels.⌉[

Settings tab: report file label, column labels, and payment method labels.

[⌊Logs tab: sent report history and settings import/export.⌉⌊Logs tab: sent report
history and settings import/export.⌉[

Logs tab: sent report history and settings import/export.

[⌊Sample PDF sales report with order rows.⌉⌊Sample PDF sales report with order rows
.⌉[

Sample PDF sales report with order rows.

## Installation

 1. Install and activate **WooCommerce**.
 2. Upload the `lafu-sales-reports-for-woocommerce` folder to `/wp-content/plugins/`.
 3. Activate **LAFU Sales Reports for WooCommerce**.
 4. Open **WooCommerce  Sales Reports**, set recipients and schedule days, then save.

## FAQ

### Does this require WooCommerce?

Yes. The plugin registers under the WooCommerce admin menu and queries orders via
WooCommerce APIs.

### Does it work with HPOS (custom order tables)?

Yes. The plugin declares compatibility with WooCommerce High-Performance Order Storage.

### How do I translate the admin and reports?

Use WordPress.org translations or a translation plugin for the `lafu-sales-reports-
for-woocommerce` text domain.

### Can I send a test report before the schedule runs?

Yes. Use **Generate & Send now** on the Reports tab. Leave the date fields empty
for month-to-date, or set a custom range.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“LAFU Sales Reports for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ elsama101 ](https://profiles.wordpress.org/elsama101/)

[Translate “LAFU Sales Reports for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/lafu-sales-reports-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/lafu-sales-reports-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/lafu-sales-reports-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/lafu-sales-reports-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/lafu-sales-reports-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.5.3

 * Fixed a PHP syntax error in the admin settings view.

#### 1.5.2

 * Maintenance release: packaging cleanup and readme updates. No functional changes.

#### 1.5.1

 * Housekeeping: cleaner plugin package and minor maintenance. No functional changes.

#### 1.5.0

 * Added a documented developer API (`run_report()`, settings helpers, and the `
   lafu_srfw_run_scheduled_reports` action) so add-ons can reuse the report engine.
   The plugin still ships and uses a single report.

#### 1.4.2

 * Simplified the free plugin to a single report configuration.
 * Use literal hook name prefixes so dynamic action names are clearly namespaced.
 * Harden CSV exports against spreadsheet formula injection.
 * Corrected readme FAQ and screenshots to match the Reports / Settings tabs.

#### 1.4.1

 * Scheduled days now start empty so you choose exactly when reports send (no preset
   days).
 * Removed bundled directory image assets from the plugin package.

#### 1.4.0

 * Fix: no fatal errors if WooCommerce is deactivated — the plugin pauses cleanly
   until WooCommerce is back.
 * Improved: small admin UI polish and translation refresh.

#### 1.3.0

 * Tested with WordPress 7.0.
 * Redesigned admin: a Reports tab, a separate Settings tab, and clearer navigation.
 * WooCommerce-style dropdowns with type-ahead search now initialize reliably on
   the plugin screen.
 * Clearer admin notice when WooCommerce is missing.
 * Various small UI and stability fixes.

#### 1.2.0

 * Refactored monolithic plugin class into focused traits (admin, orders, PDF, CSV,
   scheduler, settings).
 * Added LAFU_SRFW_Constants, LAFU_SRFW_Utils, and utility test suite.
 * Paginated WooCommerce order queries (100 per batch) instead of unbounded `limit
   => -1`.
 * WooCommerce dependency header, HPOS compatibility declaration, and admin notice
   when WooCommerce is missing.
 * Report filters (payment method, user, product, category).
 * 20 additional bundled translations (excluding Hebrew).
 * `.distignore` for WordPress.org releases; removed unused large SVG asset.
 * Removed dead CSS and duplicate `lafu_wcsr_generate_now` admin hook.

#### 1.1.6

 * Added payment method label overrides in Customization.
 * Payment method defaults now prefer gateway/plugin titles (with PPCP defaulting
   to PayPal).
 * Improved payment method customization UI with clearer section spacing and reliable
   detected-method listing.

#### 1.1.5

 * Report payment method label now prefers a clean gateway name (for example Kustom,
   Stripe) instead of long gateway titles.

#### 1.1.3

 * Removed legacy/stray Download button from manual report actions; only Generate
   and Email remain.

#### 1.1.2

 * Order queries use `date_after` / `date_before` (full local day bounds) for reliable
   ranges with HPOS.
 * Reports include processing, completed, and refunded orders by default. Adjust
   in settings or via the `lafu_srfw_report_order_statuses` filter.

#### 1.1.1

 * Optional custom order date range for “Send report now” (test sends).

#### 1.1.0

 * Interval-based date ranges for scheduled sends; CSV/PDF tax and payment method;
   i18n + Finnish.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.5.3**
 *  Last updated **2 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0.6**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [csv](https://wordpress.org/plugins/tags/csv/)[pdf](https://wordpress.org/plugins/tags/pdf/)
   [reports](https://wordpress.org/plugins/tags/reports/)[sales](https://wordpress.org/plugins/tags/sales/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/lafu-sales-reports-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/lafu-sales-reports-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lafu-sales-reports-for-woocommerce/reviews/)

## Contributors

 *   [ elsama101 ](https://profiles.wordpress.org/elsama101/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/lafu-sales-reports-for-woocommerce/)