-
Allow Pre-selected dimensions during ProductSearch/Scan in all inventory views
Steps to reproduce:
1) Open any inventory operation
2) Scan product (add new line)
3) Scan result is Product Master with pre-selected Color dimension
4) Pre selected Color dimension is ignored in variant selection dialog
Method:
Pos.Core.js
GetInventoryDocumentProductWithLocationAndQuantityClientRequestHandler.prototype._getVariantAsync
var selectProductVariantClientRequest = new Commerce.Products.SelectProductVariantClientRequest(product, undefined, editResult.correlationId, editResult.title);
Undefined value is passed as second parameter to variant selection dialog which ignoring the already selected dimension;
Idea:
To pass selected deimensions instead of undefined value
-
Custom columns extension point for InventoryDocumentCreationView
Custom columns extension point for InventoryDocumentCreationView, most of the inventory views having the possibilty to define/reorder columns during journal creation but TransaferOrder In/Out (InventoryDocumentCreationView) lacks this option
Idea:
Extension point for custom columns in InventoryDocumentCreationView