I understand how to enter counts using the calculate inventory process; was just wondering why I can't not manually enter the item number and count. If I do so, I receive the following error "Field Phys. Inventory in table Item Journal Line must be equal to 'Yes'. Current value in 'No'." It looks like it is complaining when I enter item in manually that there is no calculated on hand, and then can't figure out correct postive or negative adjustment. My problem is how do you enter 10 tags in for the same item, and mantain an audit tag counts compared to the posted inventory. Looking like I will have to do that outside the system, then dataport the net on-hand by item.
0
Comments
This is damn annoying. I normally make some code changes using the code in the calc phys inv report so that the use can enter manual items.
if you don't want to code, then you can just use the calc report, enter the item no and tick the "item Not On inventory" box and it will create the line.
I sort of thought this. The calculate each time was a little ugly. You have no way of being sure you have every item counted. I just tested it and skipped a few negative items that should be zero. Doing it outside the system, then doing a dataport to bring it back in looks like the best option.
Hi David,
I wonder what changes you do in the calc phys inventory report to make adding lines easier... We're just trying to use proper physical inventory journal for setting up opening balances before going live. The problem is that report does not pick the items we need to report in as they have no movement (journals are empty at the moment).
When entring th eline manually, the error message comes up "Phys. Inventory must be Yes in Item Journal Line Journal Template Name="PHYS.INVE", Journal Batch Name="DEFAULT", Line No.=...."
So I did a dirty trick making the Physical Inventory boolean editable in the table and we set it TRUE for every lien we enter this way... when opening balnces are migrated I will rather set it back as non editable... but have my doubts this is a proper way of doing it.
For people doing actual physical counts, there are a few 3rd-party add-on modules for NAV that address these issues. Google "nav physical inventory".
- Mark
this seem to be perfect solution for us, will get the dataport in and play in our test environment, but it seem wuite straight forward way of doing it!! =D>