k3系統常用資料表結構(工業版)
一、1、k/3公共表
1 t_accesscontrol 許可權控制表
2 t_groupaccess 使用者組許可權表
3 t_groupaccesstype 使用者組許可權類表
4 t_objectaccess 物件許可權表
5 t_objectaccesstype 物件許可權型別表
6 t_objecttype 物件型別表
7 t_kds_report 二次開發平台報表
8 t_kds_reportclass 報表類別
9 t_kds_reportright 報表許可權
10 t_account 科目表
11 t_itemclass 基礎資料類別表
12 t_item 基礎資料表
13 t_icitem 物料表
14 t_tabledescription 萬能報表表描述表
15 t_userdefinerpt 萬能報表使用者定義表
16 t_fielddescription 萬能報表字段描述表
17 t_voucherentry 憑證分錄表
18 t_voucher 憑證表
19 t_user 系統使用者資訊表
20 t_stock 倉庫表
2、自定義單據及其它相關資料表
a、自定義單據相關的表的表結構內容(單據基礎結構表,單據選單結構表,單據控制結構表,單據套打結構表)
b、 庫存單據資訊, 工業物流中單據的編碼控制資訊, 核算專案資料相關表結構
二、 可從k/3 v9.41以上版本的客戶化工具包從獲取相關資料表資料。
K3 二次開發 常用資料表
select from icclasstype where fname chs like 供貨 用此表基本上可以查詢到所有的表 select from porequest 採購申請單表頭 select from porequestentry 採購申請單表體 表頭與表體用finterid關聯 sele...
K3 資料庫常用表
k3 資料庫常用表 1 基礎資料 1.1 t itemclass 基礎資料類別表 1.2 t item 基礎資料主表 1.3 t itempropdesc 核算專案附表資訊描述表 1.4 t submestype 輔助資料類別表 1.5 t submessage 輔助資料 2 單據模板 2.1 ic...
K3工業老單單據的相關表
一 單據基礎模板 1 ictransactiontype 該錶反映了供需鏈所有單據的總體情況。2 icclasstype 單據類別表 3 ictemplate 該錶反映了所有單據的表頭的詳細情況。4 ictemplateentry 該錶反映了所有單據的分錄的詳細情況。二 單據選單模板 1 icsel...