| システム名 | 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 | |
| 物理テーブル名 | m_inoutconfirm_vt | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | ad_client_id | numeric(10) | ||||
| 2 | ad_org_id | numeric(10) | ||||
| 3 | isactive | character(1) | ||||
| 4 | created | timestamp without time zone | ||||
| 5 | createdby | numeric(10) | ||||
| 6 | updated | timestamp without time zone | ||||
| 7 | updatedby | numeric(10) | ||||
| 8 | ad_language | character varying(6) | ||||
| 9 | m_inoutconfirm_id | numeric(10) | ||||
| 10 | documentno | character varying(30) | ||||
| 11 | confirmtype | character(2) | ||||
| 12 | isapproved | character(1) | ||||
| 13 | iscancelled | character(1) | ||||
| 14 | description | character varying(255) | ||||
| 15 | m_inout_id | numeric(10) | ||||
| 16 | shipdescription | character varying(255) | ||||
| 17 | c_bpartner_id | numeric(10) | ||||
| 18 | c_bpartner_location_id | numeric(10) | ||||
| 19 | ad_user_id | numeric(10) | ||||
| 20 | salesrep_id | numeric(10) | ||||
| 21 | c_doctype_id | numeric(10) | ||||
| 22 | documenttype | character varying(60) | ||||
| 23 | c_order_id | numeric(10) | ||||
| 24 | dateordered | timestamp without time zone | ||||
| 25 | movementdate | timestamp without time zone | ||||
| 26 | movementtype | character(2) | ||||
| 27 | m_warehouse_id | numeric(10) | ||||
| 28 | poreference | character varying(20) | ||||
| 29 | deliveryrule | character(1) | ||||
| 30 | freightcostrule | character(1) | ||||
| 31 | deliveryviarule | character(1) | ||||
| 32 | m_shipper_id | numeric(10) | ||||
| 33 | priorityrule | character(1) | ||||
| 34 | processed | character(1) |
| ソース |
|---|
SELECT ioc.ad_client_id, |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | viewname | m_inoutconfirm_vt |
| 3 | viewowner | adempiere |
| 4 | definition | SELECT ioc.ad_client_id, ioc.ad_org_id, ioc.isactive, ioc.created, ioc.createdby, ioc.updated, ioc.updatedby, dt.ad_language, ioc.m_inoutconfirm_id, ioc.documentno, ioc.confirmtype, ioc.isapproved, ioc.iscancelled, ioc.description, io.m_inout_id, io.description AS shipdescription, io.c_bpartner_id, io.c_bpartner_location_id, io.ad_user_id, io.salesrep_id, io.c_doctype_id, dt.printname AS documenttype, io.c_order_id, io.dateordered, io.movementdate, io.movementtype, io.m_warehouse_id, io.poreference, io.deliveryrule, io.freightcostrule, io.deliveryviarule, io.m_shipper_id, io.priorityrule, ioc.processed FROM ((m_inoutconfirm ioc JOIN m_inout io ON ((ioc.m_inout_id = io.m_inout_id))) JOIN c_doctype_trl dt ON ((io.c_doctype_id = dt.c_doctype_id))); |