Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cof_c_taxdetermination_line_id | numeric | 10 | null |
|
|
||||||
| cof_c_taxdetermination_line_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 |
|
|
||||||
| cof_printcode | varchar | 50 | √ | NULL::character varying |
|
|
|||||
| cof_printdescription | varchar | 255 | √ | NULL::character varying |
|
|
|||||
| lbr_cfop_id | numeric | 10 | NULL::numeric |
|
|
||||||
| cof_taxamt_cr | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_taxamt_other | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_taxamt_base | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_taxamt_exempt | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_taxamt_acct | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_c_taxdetermination_hdr_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_taxamt_dr | numeric | 0 | √ | (0)::numeric |
|
|
|||||
| cof_fact_cst | varchar | 5 | √ | NULL::character varying |
|
|
|||||
| lbr_docfiscal_line_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| lbr_docfiscal_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_region_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| det_prod_voutro | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| det_prod_vdesc | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| det_prod_vfrete | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| det_prod_vprod | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| imposto_icms_vicmsst | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| imposto_ipi_vipi | numeric | 0 | √ | null |
|
|
|||||
| imposto_ii_vii | numeric | 0 | √ | '0'::numeric |
|
|
|||||
| det_impostodevol_ipi_vipidevol | numeric | 0 | √ | '0'::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_c_taxdetermination_lin_key | Primary key | Asc | cof_c_taxdetermination_line_id |
| cof_c_taxdetermination_liuuidx | Must be unique | Asc | cof_c_taxdetermination_line_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_c_taxdetermination_line_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |