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
Requires
- php: ~8.3.0||~8.4.0
- magento/extension-b2b: ^1.5
- magento/framework: 103.0.*
README
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