Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
c_invoicebatchline_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 |
|
|
||||||
c_invoicebatch_id | numeric | 10 | null |
|
|
||||||
line | numeric | 10 | 0 |
|
|
||||||
c_doctype_id | numeric | 10 | null |
|
|
||||||
documentno | varchar | 30 | null |
|
|
||||||
dateinvoiced | timestamp | 29,6 | null |
|
|
||||||
dateacct | timestamp | 29,6 | null |
|
|
||||||
c_bpartner_id | numeric | 10 | null |
|
|
||||||
c_bpartner_location_id | numeric | 10 | null |
|
|
||||||
ad_user_id | numeric | 10 | √ | null |
|
|
|||||
c_charge_id | numeric | 10 | null |
|
|
||||||
qtyentered | numeric | 0 | 0 |
|
|
||||||
priceentered | numeric | 0 | 0 |
|
|
||||||
istaxincluded | bpchar | 1 | 'N'::bpchar |
|
|
||||||
linenetamt | numeric | 0 | 0 |
|
|
||||||
c_tax_id | numeric | 10 | null |
|
|
||||||
taxamt | numeric | 0 | 0 |
|
|
||||||
linetotalamt | numeric | 0 | 0 |
|
|
||||||
c_project_id | numeric | 10 | √ | null |
|
|
|||||
c_activity_id | numeric | 10 | √ | null |
|
|
|||||
ad_orgtrx_id | numeric | 10 | √ | null |
|
|
|||||
user1_id | numeric | 10 | √ | null |
|
|
|||||
user2_id | numeric | 10 | √ | null |
|
|
|||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
c_invoice_id | numeric | 10 | √ | null |
|
|
|||||
c_invoiceline_id | numeric | 10 | √ | null |
|
|
|||||
description | varchar | 255 | √ | null |
|
|
|||||
c_invoicebatchline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_invoicebatchline_pkey | Primary key | Asc | c_invoicebatchline_id |
c_invoicebatchline_uu_idx | Must be unique | Asc | c_invoicebatchline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_invoicebatchline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_invoicebatchline_istaxincluded_check | ((istaxincluded = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_invoicebatchline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |