金蝶k3wise 核算項目、輔助資料


金蝶k3wise 核算項目、輔助資料

 

----核算項目信息
select * from t_ItemClass  
----核算項目字段信息
select * from t_ItemPropDesc where FItemClassID= 1  
update t_ItemPropDesc set FViewMask=8 where FName='城市' and FItemClassID=1 --鎖定字段
----核算項目內容表
select * from t_Item where FItemClassID=1
select * from t_Organization    --FItemClassID = 1 
select * from t_Department        --FItemClassID = 2 
select * from t_Emp                --FItemClassID = 3 
select * from t_ICItem            --FItemClassID = 4 
select * from t_Stock            --FItemClassID = 5 
select * from t_Exp                --FItemClassID = 6 
select * from t_MeasureUnit        --FItemClassID = 7 
select * from t_Supplier        --FItemClassID = 8 
select * from cbCostObj            --FItemClassID = 2011 
select * from t_WorkCenter        --FItemClassID = 14 

---輔助資料
select * from t_SubMesType  ---
select * from t_SubMessage where FTypeID = 20


select * from t_Identity  
--單據最大內碼
select * from ICMaxNum where FTableName like '%icstockbill%'

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM