Production - Setup and Run Time not work in Output Journals

dede_aja_tuh
Member Posts: 39
Dear All,
Just get direct to the point. I got a question about Production modules, first, this is setting in NAV :
1. Create Work Center, with this setting :
- tab Posting : field Unit Cost Calculation : Time.
- tab Schedulling : field Unit of Measure Code : MINUTES.
2. Create Routing, and setting Work Center point 1 in this Routing, and this setting :
- In Detail, field Setup Time : 10
field Setup Time Unit of Measure.Code : MINUTES
field RunTime : 20
field Run Time Unit of Measure.Code : MINUTES
Last i change status routing to : CERTIFIED.
3. Setting this routing to item Finished Goods.
4. Setting Prod BOM to item Finished Goods.
5. Then i create Released Prod Order for this item Finished Goods, qty = 1, then i click Functions Button | Refresh | OK.
6.So, i click LINE BUTTON | Production Journal, then u see in Entry Type : OUTPUT, field Setup Time and Run Time show 0 (zero).
My question is : why that two field (setup time and run time) show zero? Previous i already setting that 2 field in Routing menu and i setting that routing in item Finished Goods.
Because if i go to next transaction until Output Journals, the Actual Cost for Capacity Cost and Capacity Overhead don't show so the actual cost just came from Material Cost only, and if i want to keep that Capacity Cost and Capacity Overhead show, i must fill 2 field MANUALLY. the big question is what the function i must fill that 2 field in Routing menu?
Appreciate for anyone info and advice for this issue.
Thanks all.
Just get direct to the point. I got a question about Production modules, first, this is setting in NAV :
1. Create Work Center, with this setting :
- tab Posting : field Unit Cost Calculation : Time.
- tab Schedulling : field Unit of Measure Code : MINUTES.
2. Create Routing, and setting Work Center point 1 in this Routing, and this setting :
- In Detail, field Setup Time : 10
field Setup Time Unit of Measure.Code : MINUTES
field RunTime : 20
field Run Time Unit of Measure.Code : MINUTES
Last i change status routing to : CERTIFIED.
3. Setting this routing to item Finished Goods.
4. Setting Prod BOM to item Finished Goods.
5. Then i create Released Prod Order for this item Finished Goods, qty = 1, then i click Functions Button | Refresh | OK.
6.So, i click LINE BUTTON | Production Journal, then u see in Entry Type : OUTPUT, field Setup Time and Run Time show 0 (zero).
My question is : why that two field (setup time and run time) show zero? Previous i already setting that 2 field in Routing menu and i setting that routing in item Finished Goods.
Because if i go to next transaction until Output Journals, the Actual Cost for Capacity Cost and Capacity Overhead don't show so the actual cost just came from Material Cost only, and if i want to keep that Capacity Cost and Capacity Overhead show, i must fill 2 field MANUALLY. the big question is what the function i must fill that 2 field in Routing menu?
Appreciate for anyone info and advice for this issue.
Thanks all.
0
Comments
-
I have the same query as posted here. What is the purpose of setting times on routing lines if they are not defaulted to production journal lines when posting capacity against a production order?
Thanks0 -
These fields show 0 because they are set to 0 in the CodeUnit that creates the Output Journal lines. I've also stumpled and wondered over this. :-k
CodeUnit: Production Journal Mgt
Function: InsertOutputJnlLine
Code lines:
- ItemJnlLine.VALIDATE("Setup Time",0);
- ItemJnlLine.VALIDATE("Run Time", 0);
Maybe you can alter the code.0 -
Ploeg wrote:These fields show 0 because they are set to 0 in the CodeUnit that creates the Output Journal lines. I've also stumpled and wondered over this. :-k
CodeUnit: Production Journal Mgt
Function: InsertOutputJnlLine
Code lines:
- ItemJnlLine.VALIDATE("Setup Time",0);
- ItemJnlLine.VALIDATE("Run Time", 0);
Maybe you can alter the code.
There is a reason why:
- You enter the times on the routing lines to be able to plan to execution of the production order
- The times are empty on the production journal for the same reason why Quantities on Picks are initially zero: The user has to fill in the real values, not the estimated values.
Of course, when you test, you'd prefer it to take over the estimated values so you'll get decent Capacity Ledger Entries.
And yes, you can change the code to take over the times from the routing lines.aka Vincent Vancalbergh
"I tried filtering life, but the universe returned an Internal Error"0
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