No tickets found
There are no tickets to display. Click New Ticket to add one.
| # | Service ID | Customer | Airline | Route | PNR | Travel Date | Selling Price | Profit | Status | Notes | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.service_id }} | {{ item.customer?.name||'-' }} | {{ item.airline }} | {{ item.route }} | {{ item.pnr||'-' }} | {{ item.travel_date }} | {{ formatCurrency(item.selling_price) }} | {{ formatCurrency(item.profit) }} | {{ item.status }} |
|