stock_change_product_qty

-1 rows


Description

Change Product Quantity

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('stock_change_product_qty_id_seq'::regclass)
product_id int4 10 null
product_product.id stock_change_product_qty_product_id_fkey C

Product

product_tmpl_id int4 10 null
product_template.id stock_change_product_qty_product_tmpl_id_fkey C

Template

create_uid int4 10 null
res_users.id stock_change_product_qty_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id stock_change_product_qty_write_uid_fkey N

Last Updated by

new_quantity numeric 0 null

New Quantity on Hand

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

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

Relationships