システム名 | 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 | |
物理テーブル名 | t_bomline_costs | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | seqno | numeric(10) | ||||
2 | levelno | numeric(10) | ||||
3 | levels | character varying(250) | ||||
4 | ad_client_id | numeric(10) | ||||
5 | c_acctschema_id | numeric(10) | ||||
6 | ad_org_id | numeric(10) | ||||
7 | createdby | numeric(10) | ||||
8 | updatedby | numeric(10) | ||||
9 | updated | timestamp without time zone | ||||
10 | created | timestamp without time zone | ||||
11 | ad_pinstance_id | numeric(10) | ||||
12 | implosion | character(1) | ||||
13 | m_product_id | numeric(10) | ||||
14 | m_costelement_id | numeric(10) | ||||
15 | currentcostprice | numeric | ||||
16 | currentcostpricell | numeric | ||||
17 | futurecostprice | numeric | ||||
18 | futurecostpricell | numeric | ||||
19 | iscostfrozen | character(1) | ||||
20 | qtybom | numeric | ||||
21 | cost | numeric | ||||
22 | coststandard | numeric | ||||
23 | m_costtype_id | numeric(10) | ||||
24 | costingmethod | character(1) | ||||
25 | isactive | character(1) | ||||
26 | pp_product_bom_id | numeric(10) | ||||
27 | pp_product_bomline_id | numeric(10) | ||||
28 | description | character varying(255) | ||||
29 | iscritical | character(1) | ||||
30 | componenttype | character(2) | ||||
31 | tm_product_id | numeric(10) | ||||
32 | c_uom_id | numeric(10) | ||||
33 | issuemethod | character(1) | ||||
34 | line | numeric(10) | ||||
35 | m_attributesetinstance_id | numeric(10) | ||||
36 | scrap | numeric | ||||
37 | validfrom | timestamp without time zone | ||||
38 | validto | timestamp without time zone | ||||
39 | isqtypercentage | character(1) |
ソース |
---|
SELECT t.seqno, |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | viewname | t_bomline_costs |
3 | viewowner | adempiere |
4 | definition | SELECT t.seqno, t.levelno, t.levels, t.ad_client_id, t.c_acctschema_id, t.ad_org_id, t.createdby, t.updatedby, t.updated, t.created, t.ad_pinstance_id, t.implosion, t.sel_product_id AS m_product_id, t.m_costelement_id, t.currentcostprice, t.currentcostpricell, t.futurecostprice, t.futurecostpricell, t.iscostfrozen, t.qtybom, ((t.currentcostprice + t.currentcostpricell) * t.qtybom) AS cost, ((t.futurecostprice + t.futurecostpricell) * t.qtybom) AS coststandard, t.m_costtype_id, t.costingmethod, bl.isactive, bl.pp_product_bom_id, bl.pp_product_bomline_id, bl.description, bl.iscritical, bl.componenttype, t.m_product_id AS tm_product_id, bl.c_uom_id, bl.issuemethod, bl.line, bl.m_attributesetinstance_id, bl.scrap, bl.validfrom, bl.validto, bl.isqtypercentage FROM (t_bomline t LEFT JOIN pp_product_bomline bl ON ((t.pp_product_bomline_id = bl.pp_product_bomline_id))); |