= ++$count ?> |
= $row['item_name'] ?> |
= number_format((float)cost_latest($row['item_id'], $month, $year), 2, '.', '') ?>
|
= previous_balance($row['item_id'], $month, $year) ?> |
|
= procurement_details($row['item_id'], $month, $year, $ohc) ?> |
|
= total(previous_balance($row['item_id'], $month, $year), procurement_details($row['item_id'], $month, $year, $ohc)) ?>
|
|
= consume_details($row['item_id'], $month, $year, $ohc) ?> |
|
= expiry_details($row['item_id'], $month, $year,$ohc) ?> |
|
= (ceil(balance(total(previous_balance($row['item_id'], $month, $year), procurement_details($row['item_id'], $month, $year, $ohc)), consume_details($row['item_id'], $month, $year, $ohc)))- expiry_details($row['item_id'], $month, $year,$ohc)); ?>
|
|