Advanced reporting for Spree.
- Base reports of Revenue, Units, Profit into Daily, Weekly, Monthly, and Yearly increments
- Geo reports of Revenue, Units divided into states and countries
- Two "top" reports for top products and top customers
- The ability to limit reports by order date, "store" (multi-store extension), product, and taxon.
- The ability to export data in PDF or CSV format.
- Ruport and Ruport-util
- Google Visualization
- Ruby 1.9.3+
This extension seems in flux, having many forks, but no official rails3/rails4 update. This branch is for use with Spree 2.2.0 and later. It will likely not work with earlier versions.
- Complete overhaul to report GUI
- Update references to
AVAILABLE_REPORTS
- Fix Taxon and Product searches to work with Spree 2.2
- Fix Daily/Weekly/Monthly/Quarterly/Yearly reports to work with Spree 2.2
- Cleaned up
README
Forked from what appeared to the be the most up to date for, and made the following general changes:
- Removed PDF generation, which isn't working under Ruby 1.9.x
- Removed the route that overrides the main admin overview page
- Fixed a warning about
ADVANCED_REPORTS
being redefined - Fixed the en.yml translation lookups
- Change the I18 default locale to use the Rails setting