| システム名 | 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 | |
| 物理テーブル名 | rv_allocation | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | c_allocationhdr_id | numeric(10) | ||||
| 2 | ad_client_id | numeric(10) | ||||
| 3 | ad_org_id | numeric(10) | ||||
| 4 | isactive | character(1) | ||||
| 5 | created | timestamp without time zone | ||||
| 6 | createdby | numeric(10) | ||||
| 7 | updated | timestamp without time zone | ||||
| 8 | updatedby | numeric(10) | ||||
| 9 | documentno | character varying(30) | ||||
| 10 | description | character varying(255) | ||||
| 11 | datetrx | timestamp without time zone | ||||
| 12 | dateacct | timestamp without time zone | ||||
| 13 | c_currency_id | numeric(10) | ||||
| 14 | approvalamt | numeric | ||||
| 15 | ismanual | character(1) | ||||
| 16 | docstatus | character(2) | ||||
| 17 | docaction | character(2) | ||||
| 18 | processed | character(1) | ||||
| 19 | c_allocationline_id | numeric(10) | ||||
| 20 | c_invoice_id | numeric(10) | ||||
| 21 | c_bpartner_id | numeric(10) | ||||
| 22 | c_order_id | numeric(10) | ||||
| 23 | c_payment_id | numeric(10) | ||||
| 24 | c_cashline_id | numeric(10) | ||||
| 25 | amount | numeric | ||||
| 26 | discountamt | numeric | ||||
| 27 | writeoffamt | numeric | ||||
| 28 | overunderamt | numeric | ||||
| 29 | isapproved | character(1) | ||||
| 30 | posted | character(1) | ||||
| 31 | c_allocationline_ad_org_id | numeric(10) | ||||
| 32 | c_allocationline_created | timestamp without time zone | ||||
| 33 | c_allocationline_createdby | numeric(10) | ||||
| 34 | c_allocationline_datetrx | timestamp without time zone | ||||
| 35 | c_allocationline_isactive | character(1) | ||||
| 36 | c_allocationline_ismanual | character(1) | ||||
| 37 | c_allocationline_updated | timestamp without time zone | ||||
| 38 | c_allocationline_updatedby | numeric(10) |
| ソース |
|---|
SELECT h.c_allocationhdr_id, |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | viewname | rv_allocation |
| 3 | viewowner | adempiere |
| 4 | definition | SELECT h.c_allocationhdr_id, h.ad_client_id, h.ad_org_id, h.isactive, h.created, h.createdby, h.updated, h.updatedby, h.documentno, h.description, h.datetrx, h.dateacct, h.c_currency_id, h.approvalamt, h.ismanual, h.docstatus, h.docaction, h.processed, l.c_allocationline_id, l.c_invoice_id, l.c_bpartner_id, l.c_order_id, l.c_payment_id, l.c_cashline_id, l.amount, l.discountamt, l.writeoffamt, l.overunderamt, h.isapproved, h.posted, l.ad_org_id AS c_allocationline_ad_org_id, l.created AS c_allocationline_created, l.createdby AS c_allocationline_createdby, l.datetrx AS c_allocationline_datetrx, l.isactive AS c_allocationline_isactive, l.ismanual AS c_allocationline_ismanual, l.updated AS c_allocationline_updated, l.updatedby AS c_allocationline_updatedby FROM (c_allocationhdr h JOIN c_allocationline l ON ((h.c_allocationhdr_id = l.c_allocationhdr_id))); |