Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_pinstance_id | numeric | 10 | null |
|
|
||||||
c_invoice_id | numeric | 10 | null |
|
|
||||||
fact_acct_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
grandtotal | numeric | 0 | 0 |
|
|
||||||
openamt | numeric | 0 | 0 |
|
|
||||||
percent | numeric | 0 | √ | null |
|
|
|||||
apar | bpchar | 1 | √ | null |
|
|
|||||
amtsourcebalance | numeric | 0 | 0 |
|
|
||||||
amtacctbalance | numeric | 0 | 0 |
|
|
||||||
c_conversiontypereval_id | numeric | 10 | null |
|
|
||||||
amtrevaldr | numeric | 0 | 0 |
|
|
||||||
amtrevalcr | numeric | 0 | 0 |
|
|
||||||
datereval | timestamp | 29,6 | null |
|
|
||||||
amtrevaldrdiff | numeric | 0 | 0 |
|
|
||||||
amtrevalcrdiff | numeric | 0 | 0 |
|
|
||||||
c_doctypereval_id | numeric | 10 | √ | null |
|
|
|||||
isallcurrencies | bpchar | 1 | 'N'::bpchar |
|
|
||||||
t_invoicegl_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_invoicegl_pkey | Primary key | Asc/Asc/Asc | ad_pinstance_id + c_invoice_id + fact_acct_id |
t_invoicegl_uu_idx | Must be unique | Asc | t_invoicegl_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
t_invoicegl_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |