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

1.0.0 2026-03-01 21:29 UTC

This package is auto-updated.

Last update: 2026-03-01 22:34:51 UTC


README

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

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

License

MIT