aimanecouissi/module-sales-order-grid-totals

Add total columns to the Admin order grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-sales-order-grid-totals

Type:magento2-module

pkg:composer/aimanecouissi/module-sales-order-grid-totals

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:34 UTC

This package is auto-updated.

Last update: 2026-04-30 21:39:36 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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

MIT