Stockout time for Items
Becka
Member Posts: 178
Hello there 
Our client requires Report, that shows stockout time for Item. ](*,)
Any ideas??
Thanks a lot
Our client requires Report, that shows stockout time for Item. ](*,)
Any ideas??
Thanks a lot
MCSD
Attain Navision
Attain Navision
0
Answers
-
Guessing what you mean by "Stockout time" is "When will I run out of stock"
Sounds like you need to count how many of an item have been using in the last month divide that into your current stock. That number is how many months of stock you have left.
That's just a linear "curve fitting", there's lots of other methods you can use but if the client hasn't specified keep it simple.
AFAIK there's no standard Navision report to do anything like it.Robert de Bath
TVision Technology Ltd0 -
Stockout time = time during Item was out of stockMCSD
Attain Navision0 -
Err, that's not something that'll just drop out of a sumindex, but it's still pretty easy.
Use a temp table to collect the posting dates that exist on the ILEs for that item within the report's date range.
For each of those work out the stock level, when it's negative add it into your sum.Robert de Bath
TVision Technology Ltd0 -
what do you mean by "ILE"?
MCSD
Attain Navision0 -
add new flowfield Item."Inventory to date "that is the same as Item."Inventory" but with Posting Date=FIELD(UPPERLIMIT(Date Filter))
run report from some [start date] to [end date] in REPEAT..UNTIL cycle for each Item
Calculate this new field "Inventory to date" applying Date Filter with each date from [start date] to [end date] period
and check IF "Inventory to date" < 1 (or some other minimum) THEN
Days := Days + 1;
something like this..0 -
Becka wrote:what do you mean by "ILE"?

ILE = Item Ledger Entrysuperjet wrote:add new flowfield Item."Inventory to date "that is the same as Item."Inventory" but with Posting Date=FIELD(UPPERLIMIT(Date Filter))
You could also use the existing field "Net Change" and always write the filter like this one: ..EndDate
Salut!Laura Nicolàs
Author of the book Implementing Dynamics NAV 2013
Cursos Dynamics NAV (spanish) : http://clipdynamics.com/ - A new lesson released every day.0 -
Thanks a lot, I solved this problem with your help guys..
Thanks again 8)MCSD
Attain Navision0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 250 Dynamics CRM
- 102 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
