layout->load_view('layout/alerts'); ?>
input->post('client_name')){ $cid=$this->input->post('client_name'); echo '('.$cid.')'; } if($this->input->post('financialyear')){ $ab=$this->input->post('financialyear'); echo '('.$ab.')'; } if($this->input->post('month')){ $month = $this->input->post('month'); echo '('.$month.')'; } ?>
| invoice_date_created)); echo $d; ?> | invoice_number); ?> | client_tax_code); ?> | product_sku); ?> | percentage.'%');?> | item_subtotal); echo format_currency(round($result->item_subtotal)); //echo ($result->item_subtotal); ?> | cgst); echo format_currency(round($result->cgst)); //echo ($result->sgst); ?> | sgst); echo format_currency(round($result->sgst)); //echo ($result->cgst); ?> | igst); echo format_currency(round($result->igst)); //echo ($result->igst); ?> | item_tax_total); echo format_currency(round($result->item_tax_total)); //echo ($result->item_tax_total); ?> | total); echo format_currency(round($result->total)); //echo ($result->total); ?> |
| Total |