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

Add a Close action to the negotiable quotes Admin UI

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/aimanecouissi/module-negotiable-quote-close-admin-ui

1.0.0 2026-03-01 21:29 UTC

This package is auto-updated.

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


README

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

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