i want a stock report from 4 tables
sales table consist of multiple rows of itemcode,itemna me,qty,tdate
purchase table consist of multiple rows of itemcode,itemna me,qty,tdate
stock table only one row of code and itemcode,itemna me ,qty,
salesreturn table itemcode,itemna me,qty,tdate
now i want to display data for selected date like below format
*************** *************** *************** ***
code,itemname,o peningstock,pur chaseqty,stock atpresent(Purch ase-sales),salesqty ,salesreturn,cl osingstockqty
*************** *************** *************** ***
when iam tryin with joins it will returns multiple rows/multiple qty
Thanks in advance
sales table consist of multiple rows of itemcode,itemna me,qty,tdate
purchase table consist of multiple rows of itemcode,itemna me,qty,tdate
stock table only one row of code and itemcode,itemna me ,qty,
salesreturn table itemcode,itemna me,qty,tdate
now i want to display data for selected date like below format
*************** *************** *************** ***
code,itemname,o peningstock,pur chaseqty,stock atpresent(Purch ase-sales),salesqty ,salesreturn,cl osingstockqty
*************** *************** *************** ***
when iam tryin with joins it will returns multiple rows/multiple qty
Thanks in advance
Comment