The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
496 Ready
245 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Negotiable Quote Close Action for Admin

aimanecouissi/module-negotiable-quote-close-admin-ui

Adds a Close action to the negotiable quote admin interface, allowing administrators to close quotes directly from the B2B quote management panel.

0
Downloads
0
GitHub Stars
Today
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.8-p4
Mar 26, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Negotiable Quote Close Action for Admin Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_NegotiableQuoteCloseAdminUi

Adds a Close action to the Negotiable Quotes Admin UI — both as a button on the quote view page and as a mass action on the grid.

Installation

composer require aimanecouissi/module-negotiable-quote-close-admin-ui
bin/magento module:enable AimaneCouissi_NegotiableQuoteCloseAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open any negotiable quote in Admin → Sales → Quotes. A Close button is shown on the view page when the current user has permission to close quotes, and is displayed as disabled if the quote is already closed or converted to an order. Multiple quotes can also be closed at once from the grid using the Close mass action.

Uninstall

bin/magento module:disable AimaneCouissi_NegotiableQuoteCloseAdminUi
composer remove aimanecouissi/module-negotiable-quote-close-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.