aimanecouissi/module-negotiable-quote-order-link-admin-ui

Link orders from the Admin negotiable quote view

Maintainers

Package info

github.com/aimanecouissi/magento2-module-negotiable-quote-order-link-admin-ui

Type:magento2-module

pkg:composer/aimanecouissi/module-negotiable-quote-order-link-admin-ui

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:33 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:57 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Adds related Order ID links to negotiable quote views in Admin → Sales → Quotes. The module displays the order relationship in the negotiable quote view when a quote has been converted to an order.

Installation

composer require aimanecouissi/module-negotiable-quote-order-link-admin-ui
bin/magento module:enable AimaneCouissi_NegotiableQuoteOrderLinkAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open a negotiable quote from the Admin → Sales → Quotes grid. When the quote has a related order, the quote details include an Order ID row with a link to the Admin order view; quotes without an order do not render the row.

Uninstall

bin/magento module:disable AimaneCouissi_NegotiableQuoteOrderLinkAdminUi
composer remove aimanecouissi/module-negotiable-quote-order-link-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT