I want to add one column in the PO and Inventory Transfer print out for the item UOM.
*This post is locked for comments
I want to add one column in the PO and Inventory Transfer print out for the item UOM.
*This post is locked for comments
Use this field. Purchaseorder.Entry.UnitsOfMeasure
answered by mr. akber alwani
You need to edit the file at C:\Program Files\Microsoft Retail Management System\Store Operations\ReceiptTemplates\PO.xml
This is how I've edited my file at line 400. Hope this gives you an idea.
<FOR each="PurchaseOrderEntry">
<ROW> PurchaseOrder.Entry.QuantityOrdered "|" PurchaseOrder.Entry.UnitsOfMeasure "|" PurchaseOrder.Entry.LookUpCode "|" PurchaseOrder.Entry.Description "|" PurchaseOrder.Entry.UnitPrice "|" PurchaseOrder.Entry.ExtendedPriceOrdered "|" PurchaseOrder.Entry.TaxRate </ROW>
</FOR>
No reply from any one?
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156