Result filter by :

">
item_price * $invoice->item_quantity; // Calculate CGST and SGST $cgst_amount = ($subtotal * $invoice->cgst) / 100; $sgst_amount = ($subtotal * $invoice->sgst) / 100; $total = $subtotal + $cgst_amount + $sgst_amount; ?>
Invoice Date Invoice No Client Name Product HSN Quantity Rate Sub Total GST Total
invoice_date_created)); ?> invoice_url)) { ?> invoice_number; ?> invoice_url)) { ?> client_name ?> item_name ?> hsn_or_sac ?> item_quantity, 2, '.', ',') ?> item_price, 2, '.', ',') ?>
Total