|
|
@@ -98,7 +98,7 @@ prodinout.companyid= prodiodetail.companyid
|
|
|
pi_custname,
|
|
|
cu_type,
|
|
|
cu_sellername,
|
|
|
- SUM( (IFNULL( pd_sendprice, 0 ) * ( IFNULL( pd_outqty, 0 ) - IFNULL( pd_inqty, 0 ) )) * ifnull(cr_rate,1) ) AS saamount,,
|
|
|
+ SUM( (IFNULL( pd_sendprice, 0 ) * ( IFNULL( pd_outqty, 0 ) - IFNULL( pd_inqty, 0 ) )) * ifnull(cr_rate,1) ) AS saamount,
|
|
|
SUM(
|
|
|
IFNULL(pd_netprice,0) * (IFNULL(pd_outqty,0) - IFNULL(pd_inqty,0))
|
|
|
) AS netamount,
|