Success ! session->flashdata('success') ?>
Error ! session->flashdata('danger') ?>
';
// print_r($item_info);
?>
Item Details
Stock Details
Purchase
S.No. | Supplier | Contact No. | Qty. | Unit Price | Total Amount | Purchased On |
---|---|---|---|---|---|---|
= $p_key + 1 ?> | = $i_purchase['supplier_name'] ?> | = $i_purchase['supplier_contact_number'] ?> | = $i_purchase['qty'] ?> | = number_format($i_purchase['unit_price']) ?> | = number_format($i_purchase['total_price']) ?> | = $i_purchase['purchased_on'] ?> | Total |
Sales
S.No. | Name | Class | Qty. | Unit Price | Total Amount | Date |
---|---|---|---|---|---|---|
= $s_key + 1 ?> | = $i_sales['name'] ?> | = $i_sales['course_name'] ?> | = $i_sales['qty'] ?> | = number_format($i_sales['unit_price']) ?> | = number_format($i_sales['total_amount']) ?> | Total |