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

Add additional total columns to Sales Order grid

Installs: 4

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 2025-09-16 19:28 UTC

This package is auto-updated.

Last update: 2025-09-16 19:30:08 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