Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AX 如何计算库存交易(Inventrans表)的实际成本金额?
Inventrans
在采购订单中过帐装箱单时,会在 Inventrans 表中创建交易记录,该表有一个字段(CostAmountPhysical)
AX 如何计算该字段的值?
有时此值与采购订单中每个项目计算的净金额不同?
该CostAmountPhysical字段在InventMovement.updateLedgerPhysical方法中计算。
CostAmountPhysical
InventMovement.updateLedgerPhysical
没有简单的解释如何以及为什么计算它。去看看代码。
请更新您的交叉引用,这极大地简化了此类问题。