X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep309.php;h=a306a4330fab62e4a630f95fbf31b7a97d04c2c9;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=4c8f449e3f30f39ca832a09b7fdddc195e2ab077;hpb=8c7347cfc3afdc92c2231a79cf08686fce07f7f7;p=fa-stable.git diff --git a/reporting/rep309.php b/reporting/rep309.php index 4c8f449e..a306a433 100644 --- a/reporting/rep309.php +++ b/reporting/rep309.php @@ -37,7 +37,7 @@ function getTransactions($category, $from, $to) category.description AS cat_description, item.stock_id, item.description, - line.unit_price, + line.unit_price * trans.rate AS unit_price, SUM(line.quantity) as quantity FROM ".TB_PREF."stock_master item, ".TB_PREF."stock_category category, @@ -163,4 +163,3 @@ function print_inventory_sales() $rep->End(); } -?> \ No newline at end of file