aimanecouissi / module-negotiable-quote-close-admin-ui
Add single and mass close actions to the negotiable quotes admin interface
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 Quote Admin UI, including a Close button on the quote view page and a mass action on the negotiable quotes listing.
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 the Admin. A Close button is displayed on the quote view page when the current user has permission to close quotes. If the quote is already closed or converted to an order, the button is shown as disabled. From the negotiable quotes listing, one or more quotes can be selected and closed at once 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