G
Guest
Hi All,
I have 2 forms one for receiving items and the other for issuing items.
I have calculated stock in qty and stock out qty and the QOH on the fly on
the form.
I want the QOH of each item in the end of the day as a report.
How to include qoh field in a report since this is not a database field.
my table details :
Stock_in table
Sin_item_no, stock_in_qty
Stock_out table
So_item_no, stock_out_qty
Product table,
Item_no, item_desc,uom
item_no is the primary key linking both the stock in and out tables.
I need a report that has
ITEM_ NO SUM(STOCK _IN_QTY) SUM(STOCK_OUT_QTY) QOH
Is this possible. thanks in advance.
I have 2 forms one for receiving items and the other for issuing items.
I have calculated stock in qty and stock out qty and the QOH on the fly on
the form.
I want the QOH of each item in the end of the day as a report.
How to include qoh field in a report since this is not a database field.
my table details :
Stock_in table
Sin_item_no, stock_in_qty
Stock_out table
So_item_no, stock_out_qty
Product table,
Item_no, item_desc,uom
item_no is the primary key linking both the stock in and out tables.
I need a report that has
ITEM_ NO SUM(STOCK _IN_QTY) SUM(STOCK_OUT_QTY) QOH
Is this possible. thanks in advance.