K3 二次開發 常用資料表

2021-06-03 11:44:27 字數 1803 閱讀 5477

select * from icclasstype  where fname_chs like '%供貨%'   用此表基本上可以查詢到所有的表

select * from porequest --採購申請單表頭

select * from porequestentry --採購申請單表體 表頭與表體用finterid關聯

select * from poorder --採購申訂單表頭

select * from poorderentry --採購申請單表體

select * from t_supplyentry --**表

select * from t_icitem --物料表

select * from t_supplier --**商表

select * from icstockbill --所有出入庫單表頭 不同型別的出入庫單據用ftrantype來區分

select * from icstockbillentry --所有出入庫單錶體 表頭與表體用finterid關聯

select * from t_stock --倉庫

select * from t_emp --職員表

select * from t_department --部門

select * from t_organization --客戶

select * from t_measureunit --計量單位

select * from seorder --銷售訂單表頭

select * from seorderentry --銷售訂單表體 表頭與表體用finterid關聯

select * from icmo --生產任務單

select * from ppbom --生產投料單

select * from icsubcontract --委外訂單表頭

select * from icsubcontractentry --委外訂單表體 表頭與表體用finterid關聯

select * from ictemplate --欄位模板表頭

select * from ictemplateentry --欄位模板分錄

select * from t_icitemcustom --物料所有自定義的字段表

select * from t_submessage --輔助資料表

select * from ictransactiontype --出入庫報表

select * from iclisttemplate --序時薄模板

select * from t_item --核算專案上級表

select * from t_userprofile --使用者方案表

select * from icinventory --實倉庫存表

select * from poinventory --虛倉庫存表

k3二次開發 之 bom分層展開

create table dbo bom detail pkid int identity 1,1 not null bom head pkid int not null children item int not null qty decimal 10,0 not null on primary ...

K3老單二次開發學習記錄

重點內容 一 老單相關表 select from t thirdpartycomponent 老單外掛程式表 select from ictransactiontype 單據型別表 select from ictemplate select from ictemplateentry 單據模版表12 ...

K3系統常用資料表結構 工業版

k3系統常用資料表結構 工業版 一 1 k 3公共表 1 t accesscontrol 許可權控制表 2 t groupaccess 使用者組許可權表 3 t groupaccesstype 使用者組許可權類表 4 t objectaccess 物件許可權表 5 t objectaccesstyp...