Description

Stores information about all operations in the warehouse

Columns

Name Title Datatype Nullable Other Description Last edit
id int(11) NO auto_increment 1 year ago
date Operation time timestamp NO 1 year ago
id_user Editor (user) int(11) NO Who made a change in the Warehouse? Ref. users 1 year ago
action Operation int(11) NO Define the operation that was done: 1 - production change 2 - warehouse give back 3 - warehouse correction 4 - warehouse give out 5 - change on shipment 6 - collect to the warehouse 1 year ago
amount Product quantity int(11) NO How many product items was the subject of action 1 year ago
id_product Product int(11) NO ref. products 1 year ago
id_packing Shipment int(11) NO ref. packings 1 year ago
id_order Order int(11) NO Used only when operation was part of the order. 1 year ago