| システム名 | http://www.as-link.com/ | 作成者 | 秦 松甫 |
|---|---|---|---|
| サブシステム名 | ERPlus@iDempiere3.1_daily | 作成日 | 2016/3/7 |
| スキーマ名 | adempiere | 更新日 | |
| 論理テーブル名 | RDBMS | PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit 9.4.5 | |
| 物理テーブル名 | pp_order | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | documentno | character varying(60) | Yes | |||
| 2 | s_resource_id | numeric(10) | Yes | |||
| 3 | m_product_id | numeric(10) | Yes | |||
| 4 | m_warehouse_id | numeric(10) | Yes | |||
| 5 | assay | numeric | (0) | |||
| 6 | c_activity_id | numeric(10) | ||||
| 7 | c_campaign_id | numeric(10) | ||||
| 8 | c_doctypetarget_id | numeric(10) | Yes | (0) | ||
| 9 | c_doctype_id | numeric(10) | (0) | |||
| 10 | c_orderline_id | numeric(10) | ||||
| 11 | c_project_id | numeric(10) | ||||
| 12 | c_uom_id | numeric(10) | Yes | |||
| 13 | copyfrom | character(1) | ||||
| 14 | created | timestamp without time zone | Yes | statement_timestamp() | ||
| 15 | createdby | numeric(10) | Yes | |||
| 16 | dateconfirm | timestamp without time zone | ||||
| 17 | datedelivered | timestamp without time zone | ||||
| 18 | datefinish | timestamp without time zone | ||||
| 19 | datefinishschedule | timestamp without time zone | ||||
| 20 | dateordered | timestamp without time zone | Yes | |||
| 21 | datepromised | timestamp without time zone | Yes | |||
| 22 | datestart | timestamp without time zone | ||||
| 23 | datestartschedule | timestamp without time zone | Yes | |||
| 24 | description | character varying(510) | ||||
| 25 | docaction | character(2) | Yes | '--' | ||
| 26 | docstatus | character(2) | Yes | 'DR' | ||
| 27 | floatafter | numeric | ||||
| 28 | floatbefored | numeric | ||||
| 29 | isactive | character(1) | Yes | |||
| 30 | isapproved | character(1) | Yes | 'N' | ||
| 31 | isprinted | character(1) | Yes | 'N' | ||
| 32 | isqtypercentage | character(1) | ||||
| 33 | issotrx | character(1) | Yes | 'N' | ||
| 34 | isselected | character(1) | Yes | 'N' | ||
| 35 | line | numeric(10) | Yes | |||
| 36 | lot | character varying(20) | ||||
| 37 | m_attributesetinstance_id | numeric(10) | ||||
| 38 | ordertype | character varying(1) | ||||
| 39 | pp_order_id | numeric(10) | Yes (PK) | |||
| 40 | pp_product_bom_id | numeric(10) | Yes | |||
| 41 | planner_id | numeric(10) | ||||
| 42 | posted | character(1) | ||||
| 43 | priorityrule | character(1) | Yes | |||
| 44 | processed | character(1) | Yes | 'N' | ||
| 45 | processing | character(1) | ||||
| 46 | qtybatchsize | numeric | (0) | |||
| 47 | qtybatchs | numeric | (0) | |||
| 48 | qtydelivered | numeric | Yes | (0) | ||
| 49 | qtyentered | numeric | (1) | |||
| 50 | qtyordered | numeric | Yes | (1) | ||
| 51 | qtyreject | numeric | Yes | (0) | ||
| 52 | qtyreserved | numeric | ||||
| 53 | qtyscrap | numeric | Yes | (0) | ||
| 54 | scheduletype | character varying(1) | 'D' | |||
| 55 | serno | character varying(20) | ||||
| 56 | updated | timestamp without time zone | Yes | statement_timestamp() | ||
| 57 | updatedby | numeric(10) | Yes | |||
| 58 | user1_id | numeric(10) | ||||
| 59 | user2_id | numeric(10) | ||||
| 60 | ad_client_id | numeric(10) | Yes | |||
| 61 | yield | numeric | Yes | (100) | ||
| 62 | ad_orgtrx_id | numeric(10) | ||||
| 63 | ad_org_id | numeric(10) | Yes | |||
| 64 | ad_workflow_id | numeric(10) | Yes | |||
| 65 | processedon | numeric | ||||
| 66 | pp_order_uu | character varying(36) | NULL |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|---|---|---|---|
| 1 | idxpp_order_proc_on | posted,processed,processedon,ad_client_id | ||
| 2 | pp_order_key | pp_order_id | Yes | |
| 3 | pp_order_uu_idx | pp_order_uu | Yes |
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|---|---|---|---|
| 1 | adorgtrx_pporder | ad_orgtrx_id | adempiere.ad_org | ad_org_id |
| 2 | adworkflow_pporder | ad_workflow_id | adempiere.ad_workflow | ad_workflow_id |
| 3 | cactivity_pporder | c_activity_id | adempiere.c_activity | c_activity_id |
| 4 | ccampaign_pporder | c_campaign_id | adempiere.c_campaign | c_campaign_id |
| 5 | cdoctype_pporder | c_doctype_id | adempiere.c_doctype | c_doctype_id |
| 6 | cdoctypetarget_pporder | c_doctypetarget_id | adempiere.c_doctype | c_doctype_id |
| 7 | corderline_pporder | c_orderline_id | adempiere.c_orderline | c_orderline_id |
| 8 | cproject_pporder | c_project_id | adempiere.c_project | c_project_id |
| 9 | cuom_pporder | c_uom_id | adempiere.c_uom | c_uom_id |
| 10 | mattributesetinstance_pporder | m_attributesetinstance_id | adempiere.m_attributesetinstance | m_attributesetinstance_id |
| 11 | mproduct_pporder | m_product_id | adempiere.m_product | m_product_id |
| 12 | mwarehouse_pporder | m_warehouse_id | adempiere.m_warehouse | m_warehouse_id |
| 13 | planner_pporder | planner_id | adempiere.ad_user | ad_user_id |
| 14 | ppproductbom_pporder | pp_product_bom_id | adempiere.pp_product_bom | pp_product_bom_id |
| 15 | sresource_pporder | s_resource_id | adempiere.s_resource | s_resource_id |
| 16 | user1_pporder | user1_id | adempiere.c_elementvalue | c_elementvalue_id |
| 17 | user2_pporder | user2_id | adempiere.c_elementvalue | c_elementvalue_id |
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|---|---|---|---|
| 1 | pporder_ppcostcollector | pp_order_id | adempiere.pp_cost_collector | pp_order_id |
| 2 | pporder_ppmrp | pp_order_id | adempiere.pp_mrp | pp_order_id |
| 3 | pporder_pporderbom | pp_order_id | adempiere.pp_order_bom | pp_order_id |
| 4 | pporder_pporderbomline | pp_order_id | adempiere.pp_order_bomline | pp_order_id |
| 5 | pporder_ppordercost | pp_order_id | adempiere.pp_order_cost | pp_order_id |
| 6 | pporder_ppordernode | pp_order_id | adempiere.pp_order_node | pp_order_id |
| 7 | pporder_ppordernodeasset | pp_order_id | adempiere.pp_order_node_asset | pp_order_id |
| 8 | pporder_ppordernodenext | pp_order_id | adempiere.pp_order_nodenext | pp_order_id |
| 9 | pporder_ppordernodeproduct | pp_order_id | adempiere.pp_order_node_product | pp_order_id |
| 10 | pporder_pporderworkflow | pp_order_id | adempiere.pp_order_workflow | pp_order_id |
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | tablename | pp_order |
| 3 | tableowner | adempiere |
| 4 | tablespace | |
| 5 | hasindexes | True |
| 6 | hasrules | False |
| 7 | hastriggers | True |