Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adeelq/magento2-customer-statistics

A module which adds grid in Magento admin backOffice for viewing customer lifetime statistics.
https://github.com/adeelq/magento2-customer-statistics

adobe-commerce adobecommerce composer magento2 magento2-extension magento2-extension-free magento2-module open-source opensource php

Last synced: 27 days ago
JSON representation

A module which adds grid in Magento admin backOffice for viewing customer lifetime statistics.

Awesome Lists containing this project

README

        

Magento 2 - Customer Statistics
======

[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)

A module which adds grid in Magento admin backOffice for viewing customer lifetime statistics. User can view the statistics for each individual customer from associated website in table format.

## Requirements

- Magento 2.3+
- Adeelq core module

## Installation

It is recommended to use [composer](https://getcomposer.org) to install the module.

```bash
composer require adeelq/magento2-customer-statistics
```
If you do not use composer, ensure that you also load any dependencies that this module has.

## Screenshots
### Menu
![menu.jpeg](menu.jpeg)

### Grid page
![list.jpeg](list.jpeg)

### Customer statistics page
![statistics.jpeg](statistics.jpeg)