Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| m_movementline_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 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| m_movement_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| m_locator_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| m_locatorto_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| m_product_id | numeric | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| line | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| movementqty | numeric | 0 | 0 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| description | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| confirmedqty | numeric | 0 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| scrappedqty | numeric | 0 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| targetqty | numeric | 0 | √ | 0 |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| m_attributesetinstanceto_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| dd_orderline_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| reversalline_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| m_movementline_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_productionline_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_costamt | numeric | 0 | √ | (0)::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_linenetamt | numeric | 0 | √ | (0)::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| lbr_tax_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| lbr_cfop_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| lbr_legalmessage_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_cfop_movement_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_tax_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| lbr_recalculatetax | bpchar | 1 | √ | 'N'::bpchar |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_taxruleshistory | varchar | 255 | √ | NULL::character varying |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_pp_gestaomp_id | numeric | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| cof_orderline_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_movementline_pkey | Primary key | Asc | m_movementline_id |
| m_movementline_movement | Performance | Asc | m_movement_id |
| m_movementline_uu_idx | Must be unique | Asc | m_movementline_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_movementline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_movementline_lbr_recalculatetax_check | ((lbr_recalculatetax = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |