help with INVENTORY ON A CERTAIN DATE

agsboy
Member Posts: 14
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
thanks in advance
i mean, if i want to see the inventory of a certain product 7 days ago
thanks in advance
0
Comments
-
have you tried the inventory valuation report?
check the options tab for "As of Date"0 -
ok..i'll check it..thanks0
-
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.0 -
ok then how about form 158: Item Turnover
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?)0 -
ara3n wrote: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.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
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.0 -
ara3n wrote: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.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
ara3n wrote: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.0 -
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).
Not saying it is perfect though.0 -
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).0
-
Hi There is a field called "Net Change", this takes all the filters inventory takes plus a date filter.
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.Analyst Developer with over 17 years Navision, Contract Status - Busy
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com0 -
There is no need to write code , it is sufficient to add the "Net change" field to the item card and apply a date flowfilter to the form.
http://www.mibuso.com/forum/viewtopic.p ... &highlightKai Kowalewski0 -
Kowa wrote:There is no need to write code , it is sufficient to add the "Net change" field to the item card and apply a date flowfilter to the form.
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.Analyst Developer with over 17 years Navision, Contract Status - Busy
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions