landv

金蝶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%\'

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-02-07
  • 2021-06-11
猜你喜欢
  • 2021-10-01
  • 2021-12-02
  • 2021-12-24
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-11
相关资源
相似解决方案