采购订单目的地类型的验证逻辑

本文详细阐述了在新增采购订单时的验证逻辑,包括目的地类型的选取依据:物料状态、接收应计标识及transaction_flow_header_id。同时介绍了这些验证规则如何影响会计科目生成,并指出在从采购申请创建订单时这些限制不适用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

-- Validation Logic:
--   If not null, validate destination_type_code based on item_status,
--   accrue_on_receipt_flag, transaction_flow_header_id;
--
-- Validation Business Rules
-- item status
-- 'O'  =  outside processing item
--         - destination type must be SHOP FLOOR
-- 'E'  =  item stockable in the org
--         - destination type cannot be SHOP FLOOR
-- 'D'  =  item defined but not stockable in org
--         - destination type must be EXPENSE
-- null =  item not defined in org
--
-- accrue on receipt
-- 'N'     - destination type must be expense
-- 'Y'     - if expense_accrual = PERIOD END
--           then destination type code cannot be EXPENSE
-- Cannot be INVENTORY if item_id is null.
-- If SHIKYU item, then dest type code must be INVENTORY.

也就是说物料的目的地类型的值取决于物料的状态,接收应计标识,以及transaction_flow_header_id。

这些验证逻辑在新增采购订单时是有效的,但是从采购申请创建订单的时候这些限制有没有了。

目的地类型影响会计科目的生成。 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值