Hi,
(NAV2009 SP1, Classic Client, SQL, US)
Got a customer who wants to consolidate three locations. So they want to transfer everything from two of the locations (A +
to the last one (C).
Does anybody know of an easy way of doing this?
I've been looking at using the Phys. Inventory Journal and the job "Calculate Inventory" and then copy the lines to the Item Reclass. Journal where the column "New Location" can be put on. It almost functions except that it leaves out the quantities when copying because "Quantity" in the Phys. Inventory Journal is blank. I've tested it if I double the quantity in "Qty. (Phys. Inventory)" in the Phys. Inventory Journal before copying the lines because then it fills out the quantity field with the correct amount.
I would very much like to avoid changing anything at all in the system but I am aware that I could maybe put "New location" in to the Phys. Inventory Journal and solve it this way.
But I just want to hear if anybody knows about a simple standard solution for this.
Thank you in advance
/Ulrik
Comments
Bruce Anderson
You should really consider learning at least the NAV basics before taking on a customer...
@kahala program a processing only report that reads the inventory per item (location filter, calcfields inventory etc.) and generates these lines, it is not that hard actually. You just validate the fields in the same order as you do it on the form, plus have to give a line number. Not the most perfomant solution but the easiest.