| id | Invoice No | Invoice Date | Customer Name | Count | Invoice Type | Status | Payment | Discount (₹) | OT Charges (₹) | GST (%) | Total (₹) |
|---|---|---|---|---|---|---|---|---|---|---|---|
| invoice_id; ?> | invoice_number; ?> | formatted_invoice_date; ?> | first_name . " " . $row->last_name; ?> | item_count; ?> | invoice_type == 1) ? 'Book' : 'Membership'; ?> | status; ?> | payment_method); ?> | discount, 2, '.', ','); ?> | shipping_charge, 2, '.', ','); ?> | tax ? $row->tax : '0.00'; ?> | total_amount, 2, '.', ','); ?> |