aimanecouissi / module-negotiable-quote-order-reference
Add an Order Reference link to the Admin negotiable quote view page
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/aimanecouissi/module-negotiable-quote-order-reference
Requires
- php: ~8.3.0||~8.4.0
- magento/extension-b2b: ^1.5
- magento/framework: 103.0.*
README
Adds an Order ID link to the negotiable quote view page in the Admin for quick navigation to the order placed from that quote.
Installation
composer require aimanecouissi/module-negotiable-quote-order-reference bin/magento module:enable AimaneCouissi_NegotiableQuoteOrderReference bin/magento setup:upgrade bin/magento cache:flush
Usage
Open any negotiable quote in Admin → Sales → Quotes. If the quote has been converted to an order, an Order ID link appears in the Quote section and navigates directly to the order view. The link is not displayed if no order has been placed from the quote.
Uninstall
bin/magento module:disable AimaneCouissi_NegotiableQuoteOrderReference composer remove aimanecouissi/module-negotiable-quote-order-reference bin/magento setup:upgrade bin/magento cache:flush