Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_c_taxdetermination_fact_id | numeric | 10 | null |
|
|
||||||
cof_c_taxdetermination_fact_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
classification | bpchar | 1 | NULL::bpchar |
|
|
||||||
cof_printcode | varchar | 50 | √ | NULL::character varying |
|
|
|||||
cof_printdescription | varchar | 255 | √ | NULL::character varying |
|
|
|||||
description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
amount | numeric | 0 | (0)::numeric |
|
|
||||||
type | bpchar | 1 | NULL::bpchar |
|
|
||||||
cof_c_taxdetermination_hdr_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_c_adjustment_code_id | numeric | 10 | NULL::numeric |
|
|
||||||
cof_posted | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_adjustmenttype | varchar | 2 | 'AP'::character varying |
|
|
||||||
det_prod_cprod | varchar | 60 | √ | NULL::character varying |
|
|
|||||
imposto_icms_vbc | numeric | 0 | √ | (0)::numeric |
|
|
|||||
imposto_icms_picms | numeric | 0 | √ | (0)::numeric |
|
|
|||||
imposto_icms_vicms | numeric | 0 | √ | (0)::numeric |
|
|
|||||
total_icmstotal_voutro | numeric | 0 | √ | (0)::numeric |
|
|
|||||
cof_docfiscal_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_region_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_c_taxdetermination_fac_key | Primary key | Asc | cof_c_taxdetermination_fact_id |
cof_c_taxdetermination_fauuidx | Must be unique | Asc | cof_c_taxdetermination_fact_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_c_taxdetermination_fact_cof_posted_check | ((cof_posted = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_c_taxdetermination_fact_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |