| id | Invoice No | Invoice Date | Customer Name | GST | Discount | Count | OT Charges | Total | payment |
|---|---|---|---|---|---|---|---|---|---|
| invoice_id;?> | invoice_number;?> | invoice_date;?> | first_name." ".$row->last_name;?> | tax . '%'; ?> | discount, 2, '.', ','); ?> | item_count;?> | shipping_charge, 2, '.', ','); ?> | total_amount, 2, '.', ','); ?> | payment_method;?> |