标签:
Jeffer9@gmail.com
? ?
? ?
工艺是指在不同工作中心执行的作业序列
? ?
? ?
作业的详细信息
Number of cycles 在该工作中心操作几个循环
Number of hours 在该工作中心操作几个小时
? ?
这些时间、循环参数,用来计算安排工单work Order
? ?
? ?
工作中心参数
Resource type
Material 机器
Human 人类
? ?
Working Time 工作中心的工作时间安排,用于工单排程
? ?
Capacity information, 用于计算产能,产能安排
Efficiency factor 效率因子 ET, 100%表示正常,200%表示loading减少为一半,50%表示loading增加一倍
Capacity per cycle 每个循环的加工能力 CA
Time for 1 cycle 每个循环的工时 TC
Time before prod. 开工前的准备时间 TS
Time after prod. 完工后的清理时间 TN
? ?
Cost information, 用于计算成本
Work center product 工作中心产品
Cost per hour 每小时成本
Hour account 时间科目
Cost per cycle 每循环成本
Cycle account 循环科目
Analytic journal 管理会计账簿
General account 财务会计科目
? ?
? ?
工单work order
Duration计划的时间
Number of cycles 该工单的循环
Number of hours该工单的预计总工时 例如: ( 60*2 + 1*2*45 + 0 + 0 ) * 1 = 210 #结果为3:30 # mult=2
? ?
Actual production Date实际时间
? ?
? ?
相关计算
工单工时 ( hour_nbr* mult + cycle_nbr* mult * TC + TS + TN ) * ET [ hour_nbr,Cycle_nbr在工艺作业定义 ]
工单循环 cycle_nbr* mult
循环数 mult 为要完成生产必须的循环
算法如下
d, m = divmod(factor, wc_use.workcenter_id.capacity_per_cycle)
mult = (d + (m and 1.0 or 0.0))
? ?
当该工作中心设置了analytic journal和general account时,才计算成本
该工序的成本分为
工时成本
Work Order number of hours * cost per hours
记入管理会计账簿analytic journal,科目为 hour account指定的科目,财务会计科目为 general account指定的科目
? ?
循环成本
Work Order number of cycles * cost per cycle
记入管理会计账簿analytic journa,科目为 cycle account指定的科目,财务会计科目为 general account指定的科目
标签:
原文地址:http://www.cnblogs.com/odoouse/p/4711800.html