stock_assign_serial

-1 rows


Description

Stock Assign Serial Numbers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('stock_assign_serial_id_seq'::regclass)
move_id int4 10 null
stock_move.id stock_assign_serial_move_id_fkey N

Move

next_serial_count int4 10 null

Number of SN

create_uid int4 10 null
res_users.id stock_assign_serial_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id stock_assign_serial_write_uid_fkey N

Last Updated by

next_serial_number varchar 2147483647 null

First SN

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

production_id int4 10 null
mrp_production.id stock_assign_serial_production_id_fkey N

Production

serial_numbers text 2147483647 null

Produced Serial Numbers

multiple_lot_components_names text 2147483647 null

Multiple Lot Components Names

expected_qty numeric 0 null

Expected Quantity

produced_qty numeric 0 null

Produced Quantity

show_apply bool 1 null

Show Apply

show_backorders bool 1 null

Show Backorders

mark_as_done bool 1 null

Valide all the productions after the split

Indexes

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

Relationships