mrp_consumption_warning_line

-1 rows


Description

Line of issue consumption

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('mrp_consumption_warning_line_id_seq'::regclass)
mrp_consumption_warning_id int4 10 null
mrp_consumption_warning.id mrp_consumption_warning_line_mrp_consumption_warning_id_fkey C

Parent Wizard

mrp_production_id int4 10 null
mrp_production.id mrp_consumption_warning_line_mrp_production_id_fkey C

Manufacturing Order

product_id int4 10 null
product_product.id mrp_consumption_warning_line_product_id_fkey C

Product

create_uid int4 10 null
res_users.id mrp_consumption_warning_line_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id mrp_consumption_warning_line_write_uid_fkey N

Last Updated by

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

product_consumed_qty_uom float8 17,17 null

Consumed

product_expected_qty_uom float8 17,17 null

To Consume

Indexes

Constraint Name Type Sort Column(s)
mrp_consumption_warning_line_pkey Primary key Asc id

Relationships