All Projects → vinsol-spree-contrib → spree-admin-insights

vinsol-spree-contrib / spree-admin-insights

Licence: BSD-3-Clause license
This extension provides extensive and targeted reports for the Admin. Which products were viewed the most yesterday, which brand is most popular in a particular geography, which user is a consistent buyer and much more, all the reports a website owner could probably need are a click away!

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to spree-admin-insights

spree favorite products
Spree Favorite Products is an extension that allows the user to mark/unkmark a product as favorite from the product page. Admin can view which products have been marked as favorite, and by which users, on the Admin end. It gives user the ability to see all products marked as favorite by him/her.
Stars: ✭ 18 (-10%)
Mutual labels:  spree, spreecommerce, spreecommerce-extensions
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+57755%)
Mutual labels:  spree, spreecommerce
spree-storefront-api-v2-js-sdk
Spree Storefront API JavaScript / TypeScript SDK
Stars: ✭ 98 (+390%)
Mutual labels:  spree, spreecommerce
spree-on-react
ReactJS front-end for spree commerce. Demo Details -->
Stars: ✭ 71 (+255%)
Mutual labels:  spree
spree-postal-service
Weight based calculator for Spree Commerce.
Stars: ✭ 21 (+5%)
Mutual labels:  spree
spree admin roles and access
Admin Roles And Access for Spree
Stars: ✭ 45 (+125%)
Mutual labels:  spree
ionic-ecommerce
Ionic Ecommerce Frontend
Stars: ✭ 43 (+115%)
Mutual labels:  spree

SpreeAdminInsights

When it comes to driving an Ecommerce business, knowing the right metrics and access to relevant data is half the battle won! This allows you to take immediate and more importantly, the right action.

This extension provides extensive and targeted reports for the Admin. Which products were viewed the most yesterday, which brand is most popular in a particular geography, which user is a consistent buyer and much more, all the reports a website owner could probably need are a click away!

Demo

Try Spree Admin Insights for Spree master with direct deployment on Heroku:

Deploy

Try Spree Admin Insights for Spree 3-4 with direct deployment on Heroku:

Deploy

Try Spree Admin Insights for Spree 3-1 with direct deployment on Heroku:

Deploy

Dependency

You need to install spree_events_tracker gem.

Features

Elaborate reporting from the following categories are available:

  • Financial Analysis - Involves reports around sales, payment methods and shipping etc
  • Product Analysis - Insights of product purchase, abandoned cart etc
  • Promotional analysis - Reports of promotional costs etc are available.
  • Search Analysis - Search details reports.
  • User Analysis - Includes elaborate user analysis.

Other features include :

  • Search and Filter
  • Save reports in various formats.
  • Refresh reports
  • Reset report
  • Remove pagination or change pagination count.

Installation

  1. Add spree_admin_insights to your Gemfile:

Spree >= 3.1

gem 'spree_admin_insights', git: 'https://github.com/vinsol-spree-contrib/spree-admin-insights', branch: 'master'
  1. Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_admin_insights:install
  1. Restart your server

Usage

Once installed it will automatically starts all data loging and statistical analysis and provides you a user friendly graphical representation of reports. This extension also allows you to download the reports in multiple formats. For more detailed usage please see this blog.

To access these reports goto admin section and click on 'Insights' section in the vertical menu bar.

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rspec spec

See It In Action

Youtube Video Tutorial

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2016 vinsol.com, released under the New MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].