diff --git a/InventorySalesAdminUi/i18n/en_US.csv b/InventorySalesAdminUi/i18n/en_US.csv index da0f8db2188f..20e6bcf8acef 100644 --- a/InventorySalesAdminUi/i18n/en_US.csv +++ b/InventorySalesAdminUi/i18n/en_US.csv @@ -4,3 +4,4 @@ Websites,Websites "Product Salable Quantity","Product Salable Quantity" "Salable Quantity","Salable Quantity" +"Aggregated inventory available to purchase for a stock. The amount aggregates assigned source's Quantity subtracting the Out-of-Stock Threshold (or MinQty)", "Aggregated inventory available to purchase for a stock. The amount aggregates assigned source's Quantity subtracting the Out-of-Stock Threshold (or MinQty)" diff --git a/InventorySalesAdminUi/view/adminhtml/ui_component/product_form.xml b/InventorySalesAdminUi/view/adminhtml/ui_component/product_form.xml index 2169a79059b2..6705b1148e8f 100644 --- a/InventorySalesAdminUi/view/adminhtml/ui_component/product_form.xml +++ b/InventorySalesAdminUi/view/adminhtml/ui_component/product_form.xml @@ -6,7 +6,14 @@ */ -->
-
+
+ + + + Aggregated inventory available to purchase for a stock. The amount aggregates assigned source's Quantity subtracting the Out-of-Stock Threshold (or MinQty). + + + true diff --git a/InventorySalesAdminUi/view/adminhtml/web/css/source/_module.less b/InventorySalesAdminUi/view/adminhtml/web/css/source/_module.less new file mode 100644 index 000000000000..cf3de4c485ba --- /dev/null +++ b/InventorySalesAdminUi/view/adminhtml/web/css/source/_module.less @@ -0,0 +1,18 @@ +// /** +// * Copyright © Magento, Inc. All rights reserved. +// * See COPYING.txt for license details. +// */ + +// +// Styling for tooltip styling +// --------------------------------------------- + +.admin__field-saleable-qty { + .admin__field-tooltip-content { + font-size: 14px; + font-weight: normal; + right: -5rem; + width: 29rem; + } + margin-top: 0; +} diff --git a/InventorySalesAdminUi/view/adminhtml/web/template/product/form/fieldset.html b/InventorySalesAdminUi/view/adminhtml/web/template/product/form/fieldset.html new file mode 100644 index 000000000000..a6eeab558f0b --- /dev/null +++ b/InventorySalesAdminUi/view/adminhtml/web/template/product/form/fieldset.html @@ -0,0 +1,57 @@ + +