aelmizeb / magento2-reports
A Magento 2 module that adds reports in the admin panel.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/aelmizeb/magento2-reports
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
This package is not auto-updated.
Last update: 2025-12-29 13:33:04 UTC
README
🔎 Preview
✨ Description
Advanced Reports for Magento 2 is a free extension which helps stores quickly access advanced reports on the Dashboard. As your shop grows, so does the amount of data you have to deal with every day. Eventually, it reaches a point where you find yourself in dire need of a tool that can handle analytics and insights for you. This module provides visual dashboards and detailed statistics to help you make informed business decisions.
❗ Disclaimer
This module has the potential to make irreversible changes to your database if set up incorrectly. Use at your own risk. Always test in a staging environment before deploying to production.
🛠 Features
- Sales overview dashboard
- Sales by country/location chart
- Customer growth over time
- Annual sales objective tracking
- Top-selling products chart (using ECharts)
- Dynamic, filterable charts for clear data visualization
- Fully integrated with the Magento 2 admin panel
- Responsive design and clean UI
💻 Installation
Run the following commands:
composer require aelmizeb/magento2-reports php bin/magento module:enable Originalapp_Reports php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
🧩 Compatibility
Magento Open Source 2.4.x+ Mage OS 1.3.x+
PHP 8.1+
Compatible with most custom and third-party themes
🚀 Support
This is a free and open-source module provided as-is with no guaranteed support. However, contributions, suggestions, or issues can be submitted via GitHub.
🤝 Contributing
Contributions are welcome! If you'd like to contribute:
- Fork the repository
- Create your feature branch (git checkout -b feature/my-feature)
- Commit your changes (git commit -m 'Add new feature')
- Push to the branch (git push origin feature/my-feature)
- Open a Pull Request
🛡 License
This project is licensed under the MIT License.


