aimanecouissi/module-sales-order-grid-total-columns

Add additional total columns to Sales Order grid

1.0.0 2025-09-15 20:16 UTC

This package is auto-updated.

Last update: 2025-09-15 20:28:01 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Adds additional total columns to the Admin Sales → Orders grid (base and purchased currency).

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 total columns—Paid, Due, Invoiced, Refunded, Canceled—for both base and purchased currency. They’re hidden by default; enable them from Columns.

Uninstall

bin/magento module:disable AimaneCouissi_SalesOrderGridTotalColumns
composer remove aimanecouissi/module-sales-order-grid-total-columns
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT