Codeunit 18123479 EOS Update Costs
Codeunit EOS Update Costs (ID 18123479).
procedure UpdateItemValueEntry(ItemHistory: Record "EOS Item Cost History"; StartDate: Date; EndDate: Date; CostType: Integer)
UpdateItemValueEntry.
ItemHistory Record "EOS Item Cost History"
Record “EOS Item Cost History”.
StartDate Date
Date.
EndDate Date
Date.
CostType Integer
Integer.
procedure UpdateWorkCenterValueEntry(WorkCenterHistory: Record "EOS Work Center History"; StartDate: Date; EndDate: Date; CostType: Integer)
UpdateWorkCenterValueEntry.
WorkCenterHistory Record "EOS Work Center History"
Record “EOS Work Center History”.
StartDate Date
Date.
EndDate Date
Date.
CostType Integer
Integer.
procedure UpdateMachineCenterValueEntry(MachineCenterHistory: Record "EOS Machine Center History"; StartDate: Date; EndDate: Date; CostType: Integer)
UpdateMachineCenterValueEntry.
MachineCenterHistory Record "EOS Machine Center History"
Record “EOS Machine Center History”.
StartDate Date
Date.
EndDate Date
Date.
CostType Integer
Integer.
procedure UpdateCapacityLedgerEntry(PeriodCode: Code[20]; CapacityTypeJnl: Enum "Capacity Type Journal"; CapacityNo: Code[20]; DirCost: Decimal; OvhdCost: Decimal; StartDate: Date; EndDate: Date; OnlyOvhd: Boolean)
UpdateCapacityLedgerEntry.
PeriodCode Code[20]
Code[20].
CapacityTypeJnl Enum "Capacity Type Journal"
Enum “Capacity Type Journal”.
CapacityNo Code[20]
Code[20].
DirCost Decimal
Decimal.
OvhdCost Decimal
Decimal.
StartDate Date
Date.
EndDate Date
Date.
OnlyOvhd Boolean
Boolean.
procedure UpdateWCOverheadValueEntry(WorkCenterHistory: Record "EOS Work Center History"; StartDate: Date; EndDate: Date)
UpdateWCOverheadValueEntry.
WorkCenterHistory Record "EOS Work Center History"
Record “EOS Work Center History”.
StartDate Date
Date.
EndDate Date
Date.
procedure UpdateMCOverheadValueEntry(MachineCenterHistory: Record "EOS Machine Center History"; StartDate: Date; EndDate: Date)
UpdateMCOverheadValueEntry.
MachineCenterHistory Record "EOS Machine Center History"
Record “EOS Machine Center History”.
StartDate Date
Date.
EndDate Date
Date.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.