Sales Order Grid Totals
aimanecouissi/module-sales-order-grid-totals
Adds paid, due, invoiced, refunded, and canceled total columns to the Admin Sales Orders grid in both base and purchased currencies, with sorting and range filtering. Columns are hidden by default and enabled via the column toggle.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_SalesOrderGridTotals
Adds payment total columns to the Admin → Sales → Orders grid. The module exposes paid, due, invoiced, refunded, and canceled order totals in both base and purchased currencies.
Installation
composer require aimanecouissi/module-sales-order-grid-totals
bin/magento module:enable AimaneCouissi_SalesOrderGridTotals
bin/magento setup:upgrade
bin/magento cache:flush
Usage
Open the Admin → Sales → Orders grid. The Total Paid, Total Due, Total Invoiced, Total Refunded, and Total Canceled columns are available in base and purchased currency, support sorting and range filtering, and use values aggregated from the sales order table.
The added total columns are hidden by default and can be enabled from the Columns toggle.
Uninstall
bin/magento module:disable AimaneCouissi_SalesOrderGridTotals
composer remove aimanecouissi/module-sales-order-grid-totals
bin/magento setup:upgrade
bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.