aimanecouissi / module-sales-order-grid-total-columns
Add financial total columns to the Admin orders grid
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/aimanecouissi/module-sales-order-grid-total-columns
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
Adds financial total columns for both base and purchased currency to the Admin → Sales → Orders grid.
Installation
composer require aimanecouissi/module-sales-order-grid-total-columns bin/magento module:enable AimaneCouissi_SalesOrderGridTotalColumns bin/magento setup:upgrade bin/magento cache:flush
Usage
Open Admin → Sales → Orders. The module adds Paid, Due, Invoiced, Refunded, and Canceled columns in both base and purchased currency. All added columns are hidden by default and can be enabled from the Columns toggle.
Uninstall
bin/magento module:disable AimaneCouissi_SalesOrderGridTotalColumns composer remove aimanecouissi/module-sales-order-grid-total-columns bin/magento setup:upgrade bin/magento cache:flush