Skip to content

zeroedin/spree_advanced_reporting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTES:

This branch is for use with Spree 1.1.0 and later.

For Spree 1.0.x, use the spree-1-0 branch.

Forked from what appeared to the be the most up to date for, and made the following general changes:

  1. Removed PDF generation, which isn't working under Ruby 1.9.x
  2. Removed the route that overrides the main admin overview page
  3. Fixed a warning about ADVANCED_REPORTS being redefined
  4. Fixed the en.yml translation lookups

Note

This extension seems in flux, having many forks, but no official rails3 update.

Advanced Reporting

Advanced reporting for Spree.

Includes:

  • 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.

Dependencies:

  • Ruport and Ruport-util
  • You can find Ruport for Ruby 1.9 here: http://github.com/johnu/ruport under the ruby 1.9 compat branch
  • gem 'ruport', :git => 'git://github.com/johnu/ruport.git', :branch => 'ruby19-compat'
  • gem 'ruport-util'
  • gem 'spree_advanced_reporting', :git => 'git://github.com/tg0/spree_advanced_reporting.git', :branch => 'master'
  • Google Visualization

About

Advanced Sales Reporting in Spree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.8%
  • JavaScript 5.2%