I've created a stock label in NAV2013 as a report, printing the 'Item Code','Item Name', 'Description' etc. using a list.
This produces one label per page as required but only produces one label per SKU.
I'm trying to get it to print the quantity in stock but haven't got an idea of where to start even though I've been reading up on this.
I've got it to filter to show only the SKU's in stock using Inventory_Item but there seems to be a lack of info to do with quantity's of print from within NAV.
I think its either printloop or copyloop but i'm not even sure about that. Can anyone point me in the right direction please?
0
Comments
Item
<Indent>Integer
DataItem Item -> DataItemTableView : SORTING(No.) WHERE(Inventory=FILTER(<>0))
DataItem Integer -> OnPreDataItem
item.calcfields(inventory);
integer.setrange(Number,1,item.inventory);
www.pardaan.com