|
client_name;?>
|
product_description)) { echo $result->product_description ; } else {echo "-";}?> |
TQty)) { echo anchor('reports/cumulative_report_day/'.$result->client_id . '/' . $result->product_id,number_format(round($result->TQty),2,'.','')); $tqt += round($result->TQty); } else {echo "0.00";$tqt += 0.00; }?> |
TValue)) { echo anchor('reports/cumulative_report_day/'.$result->client_id . '/' . $result->product_id,format_currency(round($result->TValue),2,'.','')); $tvt += round($result->TValue); } else {echo "0.00"; $tvt += 0.00;}?> |
MQty)) { echo anchor('reports/cumulative_report_month/'.$result->client_id . '/' . $result->product_id,number_format(round($result->MQty),2,'.','')); $mqt += round($result->MQty); } else {echo "0.00"; $mqt += 0.00;}
?> |
MValue)) { echo anchor('reports/cumulative_report_month/'.$result->client_id . '/' . $result->product_id,format_currency(round($result->MValue),2,'.','')); $mvt += round($result->MValue); } else {echo "0.00"; $mvt += 0.00;}?> |
Qty)){echo anchor('reports/cumulative_report_year/'.$result->client_id . '/' . $result->product_id,number_format(round($result->Qty),2,'.',''));} else { echo "0.00";}
$yqt += round($result->Qty);
?> |
Value)) {echo anchor('reports/cumulative_report_year/'.$result->client_id . '/' . $result->product_id,format_currency(round($result->Value),2,'.',''));} else {echo "0.00";}
$yvt += round($result->Value);
?> |