Skip to main content

Models

Return Order

The container of the details of the return order, it contains one-or-more Return Order Line and is it used to collect all the needed information to manage the warehouse movements.

FieldTypeOther
idunsigned big int
yearunsigned int
order_datedate
noteslong textnullable
customer_idunsigned intforeign_key
destination_warehouse_idunsigned big intforeign_key

Return Order Line

The unit of the return order, it is connected to a Shipment Line, to a Product and a Production Lot, it has a quantity field that is used to define how much of the product has been returned by the customer.

FieldTypeOther
idunsigned big int
qtyunsigned float
product_idunsigned intforeign_key
production_lot_idunsigned intforeign_key
linkable_idunsigned big int
linkable_typestring