Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('mrp_workorder_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||
| workcenter_id | int4 | 10 | null |
|
|
Work Center |
||||||||||||||||||||||||||
| product_id | int4 | 10 | √ | null |
|
|
Product |
|||||||||||||||||||||||||
| product_uom_id | int4 | 10 | null |
|
|
Unit of Measure |
||||||||||||||||||||||||||
| production_id | int4 | 10 | null |
|
|
Manufacturing Order |
||||||||||||||||||||||||||
| leave_id | int4 | 10 | √ | null |
|
|
Leave |
|||||||||||||||||||||||||
| duration_percent | int4 | 10 | √ | null |
|
|
Duration Deviation (%) |
|||||||||||||||||||||||||
| operation_id | int4 | 10 | √ | null |
|
|
Operation |
|||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
Work Order |
||||||||||||||||||||||||||
| barcode | varchar | 2147483647 | √ | null |
|
|
Barcode |
|||||||||||||||||||||||||
| production_availability | varchar | 2147483647 | √ | null |
|
|
Stock Availability |
|||||||||||||||||||||||||
| state | varchar | 2147483647 | √ | null |
|
|
Status |
|||||||||||||||||||||||||
| qty_produced | numeric | 0 | √ | null |
|
|
Quantity |
|||||||||||||||||||||||||
| duration_expected | numeric | 0 | √ | null |
|
|
Expected Duration |
|||||||||||||||||||||||||
| qty_reported_from_previous_wo | numeric | 0 | √ | null |
|
|
Carried Quantity |
|||||||||||||||||||||||||
| date_start | timestamp | 29,6 | √ | null |
|
|
Start |
|||||||||||||||||||||||||
| date_finished | timestamp | 29,6 | √ | null |
|
|
End |
|||||||||||||||||||||||||
| production_date | timestamp | 29,6 | √ | null |
|
|
Production Date |
|||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
|||||||||||||||||||||||||
| duration | float8 | 17,17 | √ | null |
|
|
Real Duration |
|||||||||||||||||||||||||
| duration_unit | float8 | 17,17 | √ | null |
|
|
Duration Per Unit |
|||||||||||||||||||||||||
| costs_hour | float8 | 17,17 | √ | null |
|
|
Cost per hour |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| mrp_workorder_pkey | Primary key | Asc | id |
| mrp_workorder__production_id_index | Performance | Asc | production_id |
| mrp_workorder__state_index | Performance | Asc | state |

