
Sales by State Report for FluentCart adds a report showing net and gross sales grouped by state, county, or province, for a chosen year and a chosen set of order statuses.
It appears under FluentCart Sales by State.
Use it when you need to know how much each state bought in a given year, counting only the order statuses that matter for sales tax or territory planning.
This plugin requires FluentCart. There are no settings screens to configure. After you activate the plugin, open the report and choose a country, year, and order statuses.
Documentation: salesbystate.com
If the store already has orders, the plugin copies them into its report table in the background. A progress bar appears until that finishes. You can leave the page; the copy continues on its own.
Gross Sales is the order total. Net Sales is the order total minus tax and shipping. Both use the values FluentCart stores on the order (converted from cents).
Refunds are not modeled as separate records. Whether a fully refunded order counts depends on the status filter. A partial refund is not deducted from the order total.
A full year of sales is loaded with one indexed query that returns one row per state. The response size does not grow with the number of orders.
The plugin creates one custom database table holding, per order: the order ID, order status, creation and payment dates, billing and shipping country and state codes, currency, and the order, tax, shipping and net totals. It stores no names, addresses, email addresses or any other personal data.
Nothing is sent anywhere. The plugin makes no external HTTP requests, includes no third-party services, and collects no analytics or telemetry.
Deleting the plugin removes the table and its options.