hi everyone....can someone tell me if is there a way in navision to get the nventory on a certain date???
i mean, if i want to see the inventory of a certain product 7 days ago
What is funny with that report is that for a lot of the customers, you run as of certain date and you see zero on hand and the value is -100 or something.
I know it's a costing bug, when how do you explain that to the client. And where do you start from fixing the cost?
I just refere the to the costing consultant.
Ahmed Rashed Amini
Independent Consultant/Developer
What is funny with that report is that for a lot of the customers, you run as of certain date and you see zero on hand and the value is -100 or something.
I know it's a costing bug, when how do you explain that to the client. And where do you start from fixing the cost?
I just refere the to the costing consultant.
It's not a bug. It's just the timing of when you run the adjust cost process.
Well it shouldn't make a difference when you run adjust cost. If inventory is zero, the value should be zero.
Also average costing was never working corectly, especially if you went negative on it. That is why they are creating a new type of average costing in v5 that called periodic average costing. I'm sure a lot of manufacturing company will be happy about this costing, especially if they have raw material set as average costing.
Ahmed Rashed Amini
Independent Consultant/Developer
Well it shouldn't make a difference when you run adjust cost. If inventory is zero, the value should be zero.
Also average costing was never working corectly, especially if you went negative on it. That is why they are creating a new type of average costing in v5 that called periodic average costing. I'm sure a lot of manufacturing company will be happy about this costing, especially if they have raw material set as average costing.
Well.. I guess it's how it's presented. Personally I don't think it's a bug, our clients doesn't think it's a bug as well. Although the maintainence on the costing is tedious.
What is funny with that report is that for a lot of the customers, you run as of certain date and you see zero on hand and the value is -100 or something.
I know it's a costing bug, when how do you explain that to the client. And where do you start from fixing the cost?
I just refere the to the costing consultant.
The inventory valuation report in the North American version (report 10139) cannot correctly report inventory as of a prior date. This is because the report uses item ledger posting dates to determine the quantity on hand as of the specified date and value entry posting dates to determine the value as of that date. It's pretty easy to create situations where the cost of a positive entry is changed on one date (e.g. invoicing a purchase order posts a value entry with a date matching the posting date of the invoice) and the adjust cost process adjusts the applied negative entries on different dates (e.g. the date of the negative item ledger entry).
In a way it is showing the correct value, but based on the best information at that time. It is all a question of cut-off, at some point you have to present accounts and you take the information as at that time (the value entries). Later you may get better information and an adjustment is made (a later value entry).
As inventory on a certain date is a very common and often a high priority requirement, I suggest changing the Inventory flowfield in Item table by adding a new filter to the CalcFormula property: Posting Date, FILTER, Date Filter - and then running all the reports you normally use with a <=20060301 - like filter. Maybe it needs some changes in the keys of table Item Ledger Entry as well, but not big ones (only if you got an error message, in that case, it will display clearly what kind of key it wants).
The original poster did not make it clear as to where the field was required.
I assumed like all the other answers a report, as this would be most likely scenario, but if it is on the item card you are quite correct, but they would have to apply a date filter just the same in each case, one problem two solutions.
Comments
check the options tab for "As of Date"
http://www.BiloBeauty.com
http://www.autismspeaks.org
I know it's a costing bug, when how do you explain that to the client. And where do you start from fixing the cost?
I just refere the to the costing consultant.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Set it for 7 Days so you can see what was sold & purchased in the last 7 days and adjust the current inventory #
(if you just want to get a number?)
http://www.BiloBeauty.com
http://www.autismspeaks.org
It's not a bug. It's just the timing of when you run the adjust cost process.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Also average costing was never working corectly, especially if you went negative on it. That is why they are creating a new type of average costing in v5 that called periodic average costing. I'm sure a lot of manufacturing company will be happy about this costing, especially if they have raw material set as average costing.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Well.. I guess it's how it's presented. Personally I don't think it's a bug, our clients doesn't think it's a bug as well. Although the maintainence on the costing is tedious.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Not saying it is perfect though.
Its as easy as this on the Item table
Item - OnPreDataItem()
SETRANGE("Date Filter",0D,AsAtDate);
Item - OnAfterGetRecord()
CALCFIELDS("Net Change");
This is the sum of quantity from Zero date to the date you want, no field or special changes, just standard Navision.
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com
http://www.mibuso.com/forum/viewtopic.p ... &highlight
The original poster did not make it clear as to where the field was required.
I assumed like all the other answers a report, as this would be most likely scenario, but if it is on the item card you are quite correct, but they would have to apply a date filter just the same in each case, one problem two solutions.
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com