aimanecouissi / module-sales-order-grid-totals
Add total columns to the Admin order grid
Package info
github.com/aimanecouissi/magento2-module-sales-order-grid-totals
Type:magento2-module
pkg:composer/aimanecouissi/module-sales-order-grid-totals
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
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.