// Travel Expense Tracker (travel-budget-optimizer) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.travel_expenses), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.travel_expenses.createMany({
        data: [
            { id: 1, trip_name: "excursion", expense_type: "accommodation", amount: "1838.28", expense_date: "2022-05-10", notes: "The invoice was confirmed after a routine check." },
            { id: 2, trip_name: "landmark", expense_type: "transport", amount: "25.87", expense_date: "2023-07-13", notes: "Flagged as incomplete. The account owner refunded the account." },
            { id: 3, trip_name: "adventures relaxation", expense_type: "accommodation", amount: "81.35", expense_date: "2023-01-09", notes: "The claim was updated — minor case, no further action." },
            { id: 4, trip_name: "quest", expense_type: "food", amount: "292.85", expense_date: "2023-03-31", notes: "No response from the courier, so the record was processed." },
            { id: 5, trip_name: "expeditions sightseeing holiday", expense_type: "accommodation", amount: "41.15", expense_date: "2022-05-05", notes: null },
            { id: 6, trip_name: "landscape", expense_type: "transport", amount: "5.82", expense_date: "2022-08-19", notes: "Flagged as incomplete. The team confirmed the delivery." },
            { id: 7, trip_name: "quests getaways", expense_type: "accommodation", amount: "14.05", expense_date: "2022-08-23", notes: null },
            { id: 8, trip_name: "sojourns", expense_type: "food", amount: "2500.23", expense_date: "2023-02-15", notes: "A manual follow-up: the delivery was processed." },
            { id: 9, trip_name: "trips escape escapade", expense_type: "food", amount: "81.64", expense_date: "2023-11-13", notes: "The appointment was updated after a repeat check." },
            { id: 10, trip_name: "explore site tours", expense_type: "accommodation", amount: "920.50", expense_date: "2023-05-16", notes: "Flagged as partial. The courier replaced the document." },
            { id: 11, trip_name: "explore", expense_type: "accommodation", amount: "2938.63", expense_date: "2023-08-07", notes: "The document was rescheduled after a late check." },
            { id: 12, trip_name: "voyage site trip", expense_type: "food", amount: "224.36", expense_date: "2022-12-04", notes: "The courier confirmed the details and the account was cancelled." },
            { id: 13, trip_name: "quests", expense_type: "food", amount: "2842.25", expense_date: "2022-11-12", notes: null },
            { id: 14, trip_name: "pilgrimages", expense_type: "food", amount: "7.51", expense_date: "2023-01-28", notes: "An incomplete follow-up: the item was processed." },
            { id: 15, trip_name: "getaway", expense_type: "transport", amount: "1912.71", expense_date: "2023-11-10", notes: "The delivery was refunded following a partial review." },
            { id: 16, trip_name: "pilgrimage", expense_type: "transport", amount: "4101.54", expense_date: "2023-03-04", notes: null },
            { id: 17, trip_name: "landmark experience getaways", expense_type: "transport", amount: "184.54", expense_date: "2023-12-31", notes: "A partial follow-up: the record was approved." },
            { id: 18, trip_name: "roadtrip getaway tours", expense_type: "food", amount: "67.41", expense_date: "2023-11-30", notes: "An unusual payment was resolved the same day." },
            { id: 19, trip_name: "exploration", expense_type: "transport", amount: "4193.40", expense_date: "2022-11-30", notes: "An urgent request was reviewed the same day." },
            { id: 20, trip_name: "holidays retreat landscape", expense_type: "accommodation", amount: "86.08", expense_date: "2023-01-16", notes: null },
            { id: 21, trip_name: "journeys escapes", expense_type: "transport", amount: "9.60", expense_date: "2023-07-15", notes: "The claim was resolved following a minor review." },
            { id: 22, trip_name: "safaris expeditions", expense_type: "food", amount: "4922.83", expense_date: "2022-08-24", notes: "No response from support, so the order was resolved." },
            { id: 23, trip_name: "adventures pilgrimages roadtrips", expense_type: "shopping", amount: "2171.39", expense_date: "2023-09-09", notes: "The claim was escalated following a partial review." },
            { id: 24, trip_name: "relaxation locale excursion", expense_type: "accommodation", amount: "4366.59", expense_date: "2023-08-08", notes: "The delivery was closed following a late review." },
            { id: 25, trip_name: "journeys excursion", expense_type: "food", amount: "22.06", expense_date: "2023-12-29", notes: "No response from the customer, so the request was completed." },
            { id: 26, trip_name: "exploration resort tours", expense_type: "food", amount: "634.82", expense_date: "2023-07-07", notes: "No response from an operator, so the report was reopened." },
            { id: 27, trip_name: "escapade trips destinations", expense_type: "shopping", amount: "439.78", expense_date: "2023-09-17", notes: "No response from support, so the shipment was approved." },
            { id: 28, trip_name: "retreats", expense_type: "accommodation", amount: "3373.12", expense_date: "2023-07-18", notes: "The document was confirmed after a routine check." },
            { id: 29, trip_name: "locale", expense_type: "food", amount: "2857.23", expense_date: "2022-01-20", notes: "An operator asked for a change and the report was cancelled." },
            { id: 30, trip_name: "travels attraction", expense_type: "shopping", amount: "1577.92", expense_date: "2023-02-19", notes: "An unusual follow-up: the booking was resolved." },
            { id: 31, trip_name: "travels", expense_type: "food", amount: "94.92", expense_date: "2023-09-19", notes: "The account owner confirmed the details and the appointment was closed." },
            { id: 32, trip_name: "excursions vacation", expense_type: "transport", amount: "2646.70", expense_date: "2023-08-15", notes: "No response from the reviewer, so the claim was closed." },
            { id: 33, trip_name: "getaway safari sojourns", expense_type: "transport", amount: "3257.21", expense_date: "2023-09-11", notes: "The invoice was cancelled — urgent case, no further action." },
            { id: 34, trip_name: "site paradise", expense_type: "accommodation", amount: "9.20", expense_date: "2023-07-25", notes: "A duplicate record was processed the same day." },
            { id: 35, trip_name: "relaxation", expense_type: "transport", amount: "211.71", expense_date: "2023-09-23", notes: null },
            { id: 36, trip_name: "sanctuary", expense_type: "food", amount: "2437.94", expense_date: "2023-04-09", notes: "A partial follow-up: the refund was updated." },
            { id: 37, trip_name: "sanctuary", expense_type: "accommodation", amount: "3721.94", expense_date: "2023-11-28", notes: "The courier asked for a change and the item was completed." },
            { id: 38, trip_name: "locale exploration expedition", expense_type: "food", amount: "517.11", expense_date: "2023-01-12", notes: "No response from the customer, so the shipment was cancelled." },
            { id: 39, trip_name: "adventures", expense_type: "transport", amount: "2810.73", expense_date: "2023-10-07", notes: "No response from the reviewer, so the invoice was closed." },
            { id: 40, trip_name: "retreats odyssey pilgrimage", expense_type: "food", amount: "953.40", expense_date: "2023-10-07", notes: "The team asked for a change and the shipment was approved." },
            { id: 41, trip_name: "relaxation locale", expense_type: "food", amount: "1046.22", expense_date: "2023-04-19", notes: "An unusual invoice was reviewed the same day." },
            { id: 42, trip_name: "journeys getaway", expense_type: "food", amount: "1097.71", expense_date: "2022-11-07", notes: "The ticket was rescheduled after an urgent check." },
            { id: 43, trip_name: "escape", expense_type: "accommodation", amount: "2503.84", expense_date: "2023-11-09", notes: "The invoice was cancelled following an unusual review." },
            { id: 44, trip_name: "holidays excursions", expense_type: "food", amount: "147.88", expense_date: "2022-04-30", notes: "Flagged as incomplete. The account owner confirmed the order." },
            { id: 45, trip_name: "expeditions", expense_type: "activities", amount: "3638.24", expense_date: "2022-07-15", notes: "The account owner reported a standard issue; the request was confirmed." },
            { id: 46, trip_name: "pilgrimage adventure", expense_type: "food", amount: "86.49", expense_date: "2023-12-24", notes: "The account owner reported an unusual issue; the claim was cancelled." },
            { id: 47, trip_name: "pilgrimages", expense_type: "transport", amount: "38.51", expense_date: "2023-02-01", notes: "A repeat follow-up: the order was reopened." },
            { id: 48, trip_name: "safaris getaways", expense_type: "transport", amount: "214.21", expense_date: "2022-11-03", notes: null },
            { id: 49, trip_name: "sanctuary landmark travels", expense_type: "shopping", amount: "14.16", expense_date: "2023-12-11", notes: "The refund was refunded following an urgent review." },
            { id: 50, trip_name: "landmark escapade", expense_type: "food", amount: "5.01", expense_date: "2023-11-11", notes: "The claim was confirmed after a standard check." },
            { id: 51, trip_name: "adventure", expense_type: "transport", amount: "75.35", expense_date: "2023-10-07", notes: null },
            { id: 52, trip_name: "holidays", expense_type: "food", amount: "78.82", expense_date: "2022-02-25", notes: "The item was reopened after a minor check." },
            { id: 53, trip_name: "retreats vacation paradise", expense_type: "food", amount: "3462.79", expense_date: "2022-10-03", notes: "The courier asked for a change and the delivery was closed." },
            { id: 54, trip_name: "expeditions explorations attraction", expense_type: "shopping", amount: "1810.37", expense_date: "2023-09-05", notes: "No response from the reviewer, so the delivery was reopened." },
            { id: 55, trip_name: "site sanctuary", expense_type: "accommodation", amount: "1391.17", expense_date: "2023-08-06", notes: "The appointment was cancelled — routine case, no further action." },
            { id: 56, trip_name: "explore roadtrip pilgrimage", expense_type: "accommodation", amount: "2360.15", expense_date: "2022-05-15", notes: "The appointment was closed after a standard check." },
            { id: 57, trip_name: "sojourns sanctuary adventures", expense_type: "food", amount: "4428.76", expense_date: "2022-06-29", notes: "The delivery was processed following a manual review." },
            { id: 58, trip_name: "view attraction sojourns", expense_type: "shopping", amount: "21.56", expense_date: "2022-07-17", notes: "Flagged as standard. Support processed the appointment." },
            { id: 59, trip_name: "site expeditions", expense_type: "activities", amount: "4650.11", expense_date: "2022-05-12", notes: "An operator reported an urgent issue; the payment was closed." },
            { id: 60, trip_name: "excursion holiday holidays", expense_type: "food", amount: "5.06", expense_date: "2022-08-10", notes: "Support asked for a change and the claim was updated." },
            { id: 61, trip_name: "adventures", expense_type: "food", amount: "4860.57", expense_date: "2023-08-03", notes: "The appointment was completed after a duplicate check." },
            { id: 62, trip_name: "getaway sojourns quest", expense_type: "food", amount: "40.39", expense_date: "2023-07-09", notes: "The appointment was closed after a repeat check." },
            { id: 63, trip_name: "expedition", expense_type: "food", amount: "5.06", expense_date: "2023-05-08", notes: "An operator asked for a change and the report was cancelled." },
            { id: 64, trip_name: "experience journeys", expense_type: "transport", amount: "667.78", expense_date: "2022-04-03", notes: "The report was replaced after a repeat check." },
            { id: 65, trip_name: "landscape journey retreat", expense_type: "food", amount: "2087.41", expense_date: "2023-06-26", notes: "The account was cancelled — late case, no further action." },
            { id: 66, trip_name: "excursion journeys unwind", expense_type: "food", amount: "140.53", expense_date: "2023-05-22", notes: null },
            { id: 67, trip_name: "adventures safari adventure", expense_type: "transport", amount: "1110.61", expense_date: "2023-06-29", notes: "The session was resolved after a standard check." },
            { id: 68, trip_name: "getaways excursions", expense_type: "shopping", amount: "346.89", expense_date: "2023-12-27", notes: "A standard document was confirmed the same day." },
            { id: 69, trip_name: "adventures", expense_type: "accommodation", amount: "210.30", expense_date: "2022-02-25", notes: "A duplicate follow-up: the shipment was delayed." },
            { id: 70, trip_name: "odyssey", expense_type: "food", amount: "82.11", expense_date: "2022-09-23", notes: "The appointment was replaced following a late review." },
            { id: 71, trip_name: "quests escapes", expense_type: "activities", amount: "279.42", expense_date: "2023-02-10", notes: "The account owner confirmed the details and the booking was processed." },
            { id: 72, trip_name: "getaway pilgrimages", expense_type: "shopping", amount: "5.08", expense_date: "2023-03-13", notes: "The record was processed following an urgent review." },
            { id: 73, trip_name: "trips unwind", expense_type: "shopping", amount: "18.11", expense_date: "2022-04-29", notes: "No response from the customer, so the refund was resolved." },
            { id: 74, trip_name: "sanctuary safari", expense_type: "food", amount: "3284.70", expense_date: "2022-12-14", notes: "A manual session was confirmed the same day." },
            { id: 75, trip_name: "view", expense_type: "transport", amount: "462.57", expense_date: "2022-01-22", notes: "Flagged as repeat. The customer confirmed the appointment." },
            { id: 76, trip_name: "relaxation adventure", expense_type: "food", amount: "79.28", expense_date: "2023-09-23", notes: "The record was cancelled after a minor check." },
            { id: 77, trip_name: "quests", expense_type: "transport", amount: "20.56", expense_date: "2023-09-16", notes: "Flagged as repeat. The courier escalated the transfer." },
            { id: 78, trip_name: "relaxation excursions", expense_type: "accommodation", amount: "5.00", expense_date: "2023-09-02", notes: "Flagged as standard. The courier reviewed the report." },
            { id: 79, trip_name: "scenic explore", expense_type: "food", amount: "1648.97", expense_date: "2023-10-21", notes: "The account was processed after an incomplete check." },
            { id: 80, trip_name: "holidays escapade", expense_type: "food", amount: "4336.69", expense_date: "2022-10-11", notes: "The account owner asked for a change and the booking was rescheduled." },
            { id: 81, trip_name: "tour tours explore", expense_type: "food", amount: "231.91", expense_date: "2023-10-22", notes: "A duplicate item was completed the same day." },
            { id: 82, trip_name: "excursion safari", expense_type: "food", amount: "608.69", expense_date: "2022-02-19", notes: "The reviewer reported an urgent issue; the booking was approved." },
            { id: 83, trip_name: "holidays experience", expense_type: "transport", amount: "830.72", expense_date: "2022-05-21", notes: "A late booking was replaced the same day." },
            { id: 84, trip_name: "escapes excursion", expense_type: "shopping", amount: "168.43", expense_date: "2023-07-05", notes: null },
            { id: 85, trip_name: "odyssey paradise tour", expense_type: "accommodation", amount: "4772.90", expense_date: "2023-10-24", notes: null },
            { id: 86, trip_name: "relaxation trips scenic", expense_type: "activities", amount: "223.83", expense_date: "2022-10-30", notes: "The courier asked for a change and the delivery was closed." },
            { id: 87, trip_name: "retreat", expense_type: "transport", amount: "5.44", expense_date: "2023-08-19", notes: null },
            { id: 88, trip_name: "trip holidays landscape", expense_type: "activities", amount: "481.13", expense_date: "2023-09-15", notes: "A routine booking was reviewed the same day." },
            { id: 89, trip_name: "trips sanctuary", expense_type: "accommodation", amount: "1136.42", expense_date: "2023-05-08", notes: "The courier asked for a change and the appointment was reviewed." },
            { id: 90, trip_name: "excursion", expense_type: "activities", amount: "18.50", expense_date: "2023-04-06", notes: "The refund was rescheduled after an automatic check." },
            { id: 91, trip_name: "adventure resort cruise", expense_type: "food", amount: "48.20", expense_date: "2023-08-22", notes: "The account was escalated after a minor check." },
            { id: 92, trip_name: "sightseeing", expense_type: "activities", amount: "216.98", expense_date: "2023-09-17", notes: "The courier reported a duplicate issue; the appointment was refunded." },
            { id: 93, trip_name: "safari destinations escapade", expense_type: "shopping", amount: "49.17", expense_date: "2023-02-11", notes: "The item was reopened following a late review." },
            { id: 94, trip_name: "exploration", expense_type: "food", amount: "215.78", expense_date: "2023-10-11", notes: "The claim was confirmed following a repeat review." },
            { id: 95, trip_name: "paradise escape tour", expense_type: "food", amount: "856.73", expense_date: "2022-09-15", notes: "The reviewer asked for a change and the request was rescheduled." },
            { id: 96, trip_name: "experience adventures", expense_type: "transport", amount: "690.36", expense_date: "2022-08-15", notes: "The account owner confirmed the details and the transfer was rejected." },
            { id: 97, trip_name: "wanderlust", expense_type: "food", amount: "2944.22", expense_date: "2023-11-12", notes: "Flagged as routine. The customer rescheduled the report." },
            { id: 98, trip_name: "resort", expense_type: "transport", amount: "85.41", expense_date: "2023-10-16", notes: "The account was escalated following a minor review." },
            { id: 99, trip_name: "quest", expense_type: "shopping", amount: "2332.89", expense_date: "2023-06-07", notes: "No response from the supplier, so the account was updated." },
            { id: 100, trip_name: "locale holidays trips", expense_type: "activities", amount: "169.82", expense_date: "2023-12-17", notes: "An operator confirmed the details and the payment was reopened." },
            { id: 101, trip_name: "sanctuary roadtrips", expense_type: "food", amount: "21.87", expense_date: "2023-08-14", notes: "The team asked for a change and the account was completed." },
            { id: 102, trip_name: "paradise", expense_type: "transport", amount: "2020.71", expense_date: "2023-10-21", notes: "A minor item was processed the same day." },
            { id: 103, trip_name: "safaris", expense_type: "shopping", amount: "161.19", expense_date: "2023-01-23", notes: "The team asked for a change and the invoice was closed." },
            { id: 104, trip_name: "exploration", expense_type: "accommodation", amount: "46.78", expense_date: "2023-02-27", notes: "Flagged as partial. The courier closed the document." },
            { id: 105, trip_name: "destinations journey getaways", expense_type: "accommodation", amount: "42.53", expense_date: "2023-03-24", notes: "The claim was cancelled following an incomplete review." },
            { id: 106, trip_name: "attraction sightseeing", expense_type: "food", amount: "64.34", expense_date: "2023-07-10", notes: "The reviewer asked for a change and the order was confirmed." },
            { id: 107, trip_name: "retreats cruise relaxation", expense_type: "transport", amount: "4450.97", expense_date: "2023-12-02", notes: "An unusual refund was rescheduled the same day." },
            { id: 108, trip_name: "excursions getaway landscape", expense_type: "accommodation", amount: "10.95", expense_date: "2023-12-24", notes: "No response from the customer, so the record was processed." },
            { id: 109, trip_name: "expeditions sanctuary cruise", expense_type: "activities", amount: "103.99", expense_date: "2023-07-14", notes: "The refund was reviewed — manual case, no further action." },
            { id: 110, trip_name: "expedition", expense_type: "accommodation", amount: "35.88", expense_date: "2023-10-01", notes: null },
            { id: 111, trip_name: "landscape", expense_type: "food", amount: "2096.67", expense_date: "2023-10-13", notes: "The record was resolved after an automatic check." },
            { id: 112, trip_name: "odyssey cruises", expense_type: "food", amount: "1589.55", expense_date: "2022-02-27", notes: "The team confirmed the details and the appointment was resolved." },
            { id: 113, trip_name: "pilgrimages", expense_type: "accommodation", amount: "10.18", expense_date: "2023-08-31", notes: "An operator confirmed the details and the session was refunded." },
            { id: 114, trip_name: "voyage retreat", expense_type: "transport", amount: "64.22", expense_date: "2023-08-06", notes: "The item was reviewed after an incomplete check." },
            { id: 115, trip_name: "quests cruise", expense_type: "food", amount: "24.88", expense_date: "2023-04-23", notes: "A manual order was resolved the same day." },
            { id: 116, trip_name: "excursions wanderlust experience", expense_type: "food", amount: "340.77", expense_date: "2022-10-05", notes: "The refund was escalated following a routine review." },
            { id: 117, trip_name: "sanctuary tours site", expense_type: "accommodation", amount: "3855.69", expense_date: "2023-08-03", notes: "Flagged as urgent. The team refunded the appointment." },
            { id: 118, trip_name: "getaway adventures relaxation", expense_type: "transport", amount: "464.30", expense_date: "2022-08-24", notes: "The record was closed following a repeat review." },
            { id: 119, trip_name: "escape cruises", expense_type: "activities", amount: "566.54", expense_date: "2023-01-28", notes: "Flagged as manual. The reviewer resolved the document." },
            { id: 120, trip_name: "locale retreat", expense_type: "activities", amount: "1221.85", expense_date: "2023-06-21", notes: "Flagged as unusual. Support updated the session." },
            { id: 121, trip_name: "trip", expense_type: "accommodation", amount: "16.46", expense_date: "2023-11-24", notes: "The ticket was cancelled after an unusual check." },
            { id: 122, trip_name: "roadtrips", expense_type: "accommodation", amount: "2212.37", expense_date: "2022-09-12", notes: "An incomplete follow-up: the report was approved." },
            { id: 123, trip_name: "tour expedition", expense_type: "transport", amount: "35.98", expense_date: "2023-01-27", notes: "An incomplete claim was closed the same day." },
            { id: 124, trip_name: "quests tour holidays", expense_type: "transport", amount: "909.17", expense_date: "2023-04-13", notes: "The reviewer confirmed the details and the shipment was approved." },
            { id: 125, trip_name: "paradise journeys exploration", expense_type: "activities", amount: "2812.33", expense_date: "2023-07-21", notes: "The appointment was confirmed — repeat case, no further action." },
            { id: 126, trip_name: "escape sightseeing", expense_type: "accommodation", amount: "4345.08", expense_date: "2022-05-09", notes: "An automatic follow-up: the request was updated." },
            { id: 127, trip_name: "locale attraction", expense_type: "transport", amount: "16.71", expense_date: "2023-07-02", notes: "The courier asked for a change and the payment was resolved." },
            { id: 128, trip_name: "retreat discover holiday", expense_type: "food", amount: "85.56", expense_date: "2023-01-11", notes: "Flagged as partial. An operator approved the transfer." },
            { id: 129, trip_name: "site travels", expense_type: "food", amount: "2551.63", expense_date: "2023-07-21", notes: "The invoice was confirmed — urgent case, no further action." },
            { id: 130, trip_name: "roadtrips", expense_type: "transport", amount: "874.98", expense_date: "2022-09-02", notes: "No response from the customer, so the appointment was processed." },
            { id: 131, trip_name: "view retreat pilgrimages", expense_type: "transport", amount: "16.77", expense_date: "2023-10-19", notes: "An automatic session was rescheduled the same day." },
            { id: 132, trip_name: "escapade destinations", expense_type: "transport", amount: "290.18", expense_date: "2022-12-09", notes: "The customer confirmed the details and the record was escalated." },
            { id: 133, trip_name: "adventure", expense_type: "food", amount: "2089.01", expense_date: "2023-09-01", notes: "A routine session was confirmed the same day." },
            { id: 134, trip_name: "expeditions tour", expense_type: "shopping", amount: "3013.09", expense_date: "2023-08-24", notes: "Flagged as manual. The team rescheduled the booking." },
            { id: 135, trip_name: "cruises retreat", expense_type: "food", amount: "232.24", expense_date: "2023-09-20", notes: "Flagged as incomplete. The account owner delayed the shipment." },
            { id: 136, trip_name: "attraction travels", expense_type: "transport", amount: "1022.14", expense_date: "2023-12-05", notes: "A repeat request was rejected the same day." },
            { id: 137, trip_name: "voyage experience paradise", expense_type: "transport", amount: "5.45", expense_date: "2022-08-02", notes: "No response from the customer, so the ticket was confirmed." },
            { id: 138, trip_name: "sightseeing escape vacation", expense_type: "food", amount: "472.39", expense_date: "2022-03-24", notes: "The supplier confirmed the details and the order was completed." },
            { id: 139, trip_name: "trips explorations", expense_type: "food", amount: "6.43", expense_date: "2022-04-15", notes: "No response from the customer, so the booking was refunded." },
            { id: 140, trip_name: "explorations", expense_type: "food", amount: "171.86", expense_date: "2023-05-13", notes: "The account owner reported a routine issue; the item was confirmed." },
            { id: 141, trip_name: "pilgrimages voyage vacation", expense_type: "accommodation", amount: "4511.13", expense_date: "2023-12-21", notes: "Flagged as repeat. The courier resolved the claim." },
            { id: 142, trip_name: "journey journeys expedition", expense_type: "transport", amount: "498.02", expense_date: "2022-04-07", notes: "An automatic shipment was approved the same day." },
            { id: 143, trip_name: "journeys safaris sightseeing", expense_type: "activities", amount: "8.85", expense_date: "2023-02-08", notes: "No response from support, so the invoice was delayed." },
            { id: 144, trip_name: "view trips", expense_type: "accommodation", amount: "255.67", expense_date: "2022-11-09", notes: "No response from the reviewer, so the order was approved." },
            { id: 145, trip_name: "expeditions", expense_type: "accommodation", amount: "1906.07", expense_date: "2022-09-21", notes: "No response from support, so the report was approved." },
            { id: 146, trip_name: "tours", expense_type: "food", amount: "690.52", expense_date: "2023-04-13", notes: "The order was rejected after an automatic check." },
            { id: 147, trip_name: "escape escapade", expense_type: "transport", amount: "1685.73", expense_date: "2023-07-03", notes: "No response from the courier, so the appointment was rejected." },
            { id: 148, trip_name: "adventures", expense_type: "food", amount: "2435.63", expense_date: "2023-02-13", notes: "The account owner asked for a change and the payment was refunded." },
            { id: 149, trip_name: "escape adventures", expense_type: "shopping", amount: "4220.79", expense_date: "2022-01-29", notes: null },
            { id: 150, trip_name: "scenic landmark unwind", expense_type: "food", amount: "2836.29", expense_date: "2023-08-11", notes: "A partial payment was reopened the same day." },
            { id: 151, trip_name: "relaxation paradise destinations", expense_type: "transport", amount: "3589.35", expense_date: "2023-05-14", notes: "The account was rescheduled — unusual case, no further action." },
            { id: 152, trip_name: "sanctuary escapade landscape", expense_type: "transport", amount: "1927.87", expense_date: "2022-10-23", notes: "The customer asked for a change and the shipment was refunded." },
            { id: 153, trip_name: "unwind locale travels", expense_type: "food", amount: "1214.03", expense_date: "2023-12-26", notes: "The reviewer confirmed the details and the item was replaced." },
            { id: 154, trip_name: "exploration", expense_type: "transport", amount: "1162.08", expense_date: "2023-06-22", notes: "The reviewer asked for a change and the ticket was refunded." },
            { id: 155, trip_name: "view", expense_type: "transport", amount: "109.59", expense_date: "2023-11-17", notes: "The customer confirmed the details and the shipment was escalated." },
            { id: 156, trip_name: "holiday travels", expense_type: "transport", amount: "97.72", expense_date: "2023-04-18", notes: "The transfer was escalated after an automatic check." },
            { id: 157, trip_name: "tour odyssey", expense_type: "activities", amount: "4398.11", expense_date: "2023-05-19", notes: "The courier reported a minor issue; the ticket was escalated." },
            { id: 158, trip_name: "landmark", expense_type: "food", amount: "1971.99", expense_date: "2022-12-17", notes: "The team asked for a change and the request was replaced." },
            { id: 159, trip_name: "safari", expense_type: "accommodation", amount: "3449.44", expense_date: "2022-02-14", notes: "The supplier asked for a change and the shipment was reviewed." },
            { id: 160, trip_name: "odyssey expedition holidays", expense_type: "transport", amount: "263.21", expense_date: "2022-09-15", notes: "The order was reopened after a late check." },
            { id: 161, trip_name: "adventures voyage landmark", expense_type: "transport", amount: "302.52", expense_date: "2023-02-12", notes: "Flagged as automatic. The account owner resolved the booking." },
            { id: 162, trip_name: "escape", expense_type: "shopping", amount: "3785.43", expense_date: "2022-04-09", notes: "Flagged as unusual. The team reopened the booking." },
            { id: 163, trip_name: "destinations view", expense_type: "transport", amount: "53.43", expense_date: "2022-12-23", notes: null },
            { id: 164, trip_name: "unwind", expense_type: "shopping", amount: "206.42", expense_date: "2023-11-24", notes: "Flagged as incomplete. The team rescheduled the shipment." },
            { id: 165, trip_name: "cruise destination relaxation", expense_type: "food", amount: "181.69", expense_date: "2023-12-25", notes: "The supplier confirmed the details and the claim was updated." },
            { id: 166, trip_name: "excursions sojourn", expense_type: "transport", amount: "11.51", expense_date: "2022-07-22", notes: null },
            { id: 167, trip_name: "cruise", expense_type: "food", amount: "4020.63", expense_date: "2023-12-25", notes: "The customer confirmed the details and the delivery was delayed." },
            { id: 168, trip_name: "journey locale explorations", expense_type: "food", amount: "3445.70", expense_date: "2023-05-26", notes: "A minor refund was reviewed the same day." },
            { id: 169, trip_name: "retreat landmark getaway", expense_type: "accommodation", amount: "3859.84", expense_date: "2023-11-27", notes: "No response from the account owner, so the invoice was refunded." },
            { id: 170, trip_name: "holiday", expense_type: "activities", amount: "6.14", expense_date: "2023-03-21", notes: null },
            { id: 171, trip_name: "tour", expense_type: "shopping", amount: "85.34", expense_date: "2023-10-03", notes: "The account was rescheduled after an unusual check." },
            { id: 172, trip_name: "adventure getaways", expense_type: "shopping", amount: "935.49", expense_date: "2022-09-19", notes: null },
            { id: 173, trip_name: "excursions", expense_type: "accommodation", amount: "774.84", expense_date: "2023-07-26", notes: "No response from the reviewer, so the invoice was processed." },
            { id: 174, trip_name: "pilgrimages scenic", expense_type: "food", amount: "2916.53", expense_date: "2022-11-21", notes: "The request was reopened after an urgent check." },
            { id: 175, trip_name: "attraction getaways unwind", expense_type: "activities", amount: "7.26", expense_date: "2023-03-15", notes: "An operator confirmed the details and the delivery was resolved." },
            { id: 176, trip_name: "cruise", expense_type: "food", amount: "53.37", expense_date: "2022-12-26", notes: "Flagged as minor. The customer replaced the refund." },
            { id: 177, trip_name: "escapes", expense_type: "accommodation", amount: "120.77", expense_date: "2023-07-20", notes: "The transfer was reviewed after a partial check." },
            { id: 178, trip_name: "sojourns scenic holiday", expense_type: "accommodation", amount: "1218.45", expense_date: "2023-06-25", notes: "An urgent transfer was updated the same day." },
            { id: 179, trip_name: "roadtrip safari", expense_type: "food", amount: "34.55", expense_date: "2023-03-15", notes: "Support reported an automatic issue; the appointment was processed." },
            { id: 180, trip_name: "destinations", expense_type: "accommodation", amount: "1907.78", expense_date: "2022-12-12", notes: "No response from an operator, so the report was reviewed." },
            { id: 181, trip_name: "escape view vacation", expense_type: "food", amount: "134.34", expense_date: "2023-04-14", notes: "A repeat record was resolved the same day." },
            { id: 182, trip_name: "voyage explore relaxation", expense_type: "food", amount: "418.01", expense_date: "2022-12-18", notes: "No response from the team, so the invoice was rejected." },
            { id: 183, trip_name: "landmark retreat escape", expense_type: "food", amount: "3996.29", expense_date: "2023-03-01", notes: null },
            { id: 184, trip_name: "roadtrips scenic trips", expense_type: "activities", amount: "364.79", expense_date: "2022-03-16", notes: "The supplier reported a minor issue; the ticket was processed." },
            { id: 185, trip_name: "retreat journeys resort", expense_type: "activities", amount: "83.62", expense_date: "2023-05-27", notes: "A routine follow-up: the request was updated." },
            { id: 186, trip_name: "exploration", expense_type: "transport", amount: "23.98", expense_date: "2023-11-25", notes: "The order was reviewed after a repeat check." },
            { id: 187, trip_name: "pilgrimages sanctuary destinations", expense_type: "activities", amount: "16.18", expense_date: "2023-01-08", notes: "The refund was closed — unusual case, no further action." },
            { id: 188, trip_name: "tour", expense_type: "activities", amount: "6.41", expense_date: "2023-11-15", notes: null },
            { id: 189, trip_name: "paradise tours getaway", expense_type: "activities", amount: "4626.26", expense_date: "2022-02-27", notes: "The payment was completed after an incomplete check." },
            { id: 190, trip_name: "explorations", expense_type: "transport", amount: "526.86", expense_date: "2023-08-16", notes: "Flagged as minor. The courier delayed the session." },
            { id: 191, trip_name: "trips site", expense_type: "food", amount: "2754.51", expense_date: "2022-08-18", notes: "The request was cancelled after a duplicate check." },
            { id: 192, trip_name: "getaway adventure", expense_type: "food", amount: "51.63", expense_date: "2023-12-10", notes: "The customer asked for a change and the shipment was reviewed." },
            { id: 193, trip_name: "trips", expense_type: "food", amount: "1230.23", expense_date: "2022-03-21", notes: "Flagged as standard. The customer resolved the record." },
            { id: 194, trip_name: "cruise adventure destination", expense_type: "food", amount: "2645.19", expense_date: "2023-12-15", notes: null },
            { id: 195, trip_name: "sojourns retreat excursions", expense_type: "food", amount: "714.08", expense_date: "2023-02-20", notes: "No response from the account owner, so the invoice was rejected." },
            { id: 196, trip_name: "site safari", expense_type: "transport", amount: "396.77", expense_date: "2023-06-22", notes: "Flagged as urgent. An operator cancelled the item." },
            { id: 197, trip_name: "destinations", expense_type: "transport", amount: "4306.81", expense_date: "2022-05-03", notes: "No response from the courier, so the ticket was replaced." },
            { id: 198, trip_name: "sanctuary vacation adventure", expense_type: "accommodation", amount: "79.66", expense_date: "2023-09-26", notes: "The delivery was approved after a partial check." },
            { id: 199, trip_name: "pilgrimage escapade relaxation", expense_type: "transport", amount: "96.04", expense_date: "2022-05-20", notes: "An automatic request was rejected the same day." },
            { id: 200, trip_name: "excursion", expense_type: "food", amount: "2046.80", expense_date: "2023-06-20", notes: "An incomplete order was closed the same day." },
            { id: 201, trip_name: "journey", expense_type: "accommodation", amount: "4685.11", expense_date: "2023-08-07", notes: "The payment was cancelled following an unusual review." },
            { id: 202, trip_name: "paradise quest", expense_type: "transport", amount: "5.15", expense_date: "2023-12-19", notes: "An operator reported an automatic issue; the refund was delayed." },
            { id: 203, trip_name: "landscape site excursion", expense_type: "activities", amount: "1099.05", expense_date: "2022-10-06", notes: "The order was completed after an urgent check." },
            { id: 204, trip_name: "getaway", expense_type: "transport", amount: "5.16", expense_date: "2022-04-05", notes: "The order was rejected following a manual review." },
            { id: 205, trip_name: "pilgrimage", expense_type: "shopping", amount: "4590.82", expense_date: "2023-07-22", notes: "The payment was rescheduled following a duplicate review." },
            { id: 206, trip_name: "pilgrimage excursion", expense_type: "accommodation", amount: "289.36", expense_date: "2022-10-08", notes: "The item was updated after an incomplete check." },
            { id: 207, trip_name: "voyage", expense_type: "activities", amount: "1721.41", expense_date: "2022-10-22", notes: "The supplier reported an automatic issue; the appointment was completed." },
            { id: 208, trip_name: "adventures", expense_type: "accommodation", amount: "466.24", expense_date: "2023-11-05", notes: "An unusual refund was delayed the same day." },
            { id: 209, trip_name: "trips adventure", expense_type: "food", amount: "354.75", expense_date: "2023-07-15", notes: "The invoice was cancelled following a standard review." },
            { id: 210, trip_name: "holidays", expense_type: "food", amount: "4162.41", expense_date: "2023-04-10", notes: "An operator asked for a change and the document was reviewed." },
            { id: 211, trip_name: "exploration tour travels", expense_type: "food", amount: "904.25", expense_date: "2023-07-24", notes: "Flagged as incomplete. The team rejected the invoice." },
            { id: 212, trip_name: "attraction sanctuary paradise", expense_type: "accommodation", amount: "136.58", expense_date: "2023-01-14", notes: "The claim was updated — late case, no further action." },
            { id: 213, trip_name: "explore sanctuary", expense_type: "activities", amount: "1077.70", expense_date: "2022-10-20", notes: "The reviewer asked for a change and the record was completed." },
            { id: 214, trip_name: "view discover", expense_type: "food", amount: "2234.33", expense_date: "2023-05-08", notes: "A manual follow-up: the ticket was refunded." },
            { id: 215, trip_name: "sojourns", expense_type: "accommodation", amount: "24.18", expense_date: "2022-02-12", notes: "A manual report was completed the same day." },
            { id: 216, trip_name: "trips sanctuary", expense_type: "food", amount: "340.57", expense_date: "2022-08-09", notes: null },
            { id: 217, trip_name: "wanderlust", expense_type: "transport", amount: "4856.02", expense_date: "2022-07-21", notes: "The courier asked for a change and the booking was processed." },
            { id: 218, trip_name: "paradise locale", expense_type: "food", amount: "2140.87", expense_date: "2023-12-26", notes: "Support confirmed the details and the account was completed." },
            { id: 219, trip_name: "destinations", expense_type: "shopping", amount: "3886.11", expense_date: "2023-05-30", notes: "Flagged as partial. The account owner processed the order." },
            { id: 220, trip_name: "paradise exploration", expense_type: "activities", amount: "128.98", expense_date: "2023-05-17", notes: "A late follow-up: the request was reopened." },
            { id: 221, trip_name: "sojourns pilgrimage", expense_type: "accommodation", amount: "2833.70", expense_date: "2022-08-31", notes: null },
            { id: 222, trip_name: "destinations sanctuary", expense_type: "food", amount: "686.22", expense_date: "2023-05-08", notes: "Flagged as manual. The customer confirmed the invoice." },
            { id: 223, trip_name: "holiday pilgrimage", expense_type: "activities", amount: "55.80", expense_date: "2023-04-27", notes: "A partial shipment was approved the same day." },
            { id: 224, trip_name: "holiday", expense_type: "food", amount: "51.38", expense_date: "2023-03-05", notes: "No response from the reviewer, so the payment was completed." },
            { id: 225, trip_name: "escapes scenic", expense_type: "food", amount: "1063.74", expense_date: "2022-06-14", notes: "The invoice was escalated — urgent case, no further action." },
            { id: 226, trip_name: "landmark experience tours", expense_type: "accommodation", amount: "2954.58", expense_date: "2022-10-10", notes: "The customer confirmed the details and the request was replaced." },
            { id: 227, trip_name: "site escapade", expense_type: "food", amount: "3486.08", expense_date: "2022-08-03", notes: "No response from support, so the refund was cancelled." },
            { id: 228, trip_name: "sojourns landmark journeys", expense_type: "food", amount: "2565.40", expense_date: "2022-12-12", notes: "No response from the customer, so the booking was reviewed." },
            { id: 229, trip_name: "getaways escapade", expense_type: "activities", amount: "1090.00", expense_date: "2023-04-07", notes: null },
            { id: 230, trip_name: "expeditions", expense_type: "food", amount: "1074.69", expense_date: "2023-05-20", notes: "The ticket was completed following a repeat review." },
            { id: 231, trip_name: "sojourn", expense_type: "transport", amount: "80.36", expense_date: "2023-12-26", notes: "The courier confirmed the details and the shipment was reopened." },
            { id: 232, trip_name: "adventure vacation scenic", expense_type: "accommodation", amount: "2055.03", expense_date: "2023-08-14", notes: "The customer reported a routine issue; the delivery was rescheduled." },
            { id: 233, trip_name: "retreat explore resort", expense_type: "food", amount: "1084.35", expense_date: "2023-05-27", notes: "A manual order was processed the same day." },
            { id: 234, trip_name: "site", expense_type: "food", amount: "64.97", expense_date: "2022-06-25", notes: "The reviewer confirmed the details and the document was delayed." },
            { id: 235, trip_name: "vacation explore quest", expense_type: "food", amount: "3110.90", expense_date: "2023-11-16", notes: "The shipment was closed following a duplicate review." },
            { id: 236, trip_name: "adventure", expense_type: "food", amount: "712.74", expense_date: "2023-03-13", notes: "The item was resolved — incomplete case, no further action." },
            { id: 237, trip_name: "landscape sojourn", expense_type: "food", amount: "18.39", expense_date: "2022-09-05", notes: "Support confirmed the details and the report was updated." },
            { id: 238, trip_name: "holidays tour", expense_type: "accommodation", amount: "4036.85", expense_date: "2023-08-24", notes: null },
            { id: 239, trip_name: "pilgrimages roadtrip sanctuary", expense_type: "accommodation", amount: "15.81", expense_date: "2023-08-19", notes: "The courier reported a partial issue; the refund was closed." },
            { id: 240, trip_name: "destinations excursions holidays", expense_type: "food", amount: "368.22", expense_date: "2023-03-31", notes: "The claim was rejected following a repeat review." },
            { id: 241, trip_name: "destination", expense_type: "transport", amount: "160.57", expense_date: "2022-11-27", notes: "The transfer was escalated after a late check." },
            { id: 242, trip_name: "roadtrips escape locale", expense_type: "accommodation", amount: "23.46", expense_date: "2022-11-12", notes: "A partial follow-up: the delivery was resolved." },
            { id: 243, trip_name: "escapes getaway excursions", expense_type: "accommodation", amount: "2126.82", expense_date: "2022-09-16", notes: "The transfer was approved after a routine check." },
            { id: 244, trip_name: "quest pilgrimages", expense_type: "transport", amount: "2566.71", expense_date: "2023-12-25", notes: "The appointment was delayed — minor case, no further action." },
            { id: 245, trip_name: "trip", expense_type: "food", amount: "292.03", expense_date: "2023-12-12", notes: "Flagged as routine. The courier cancelled the session." },
            { id: 246, trip_name: "getaways", expense_type: "food", amount: "4716.08", expense_date: "2022-11-01", notes: "Support confirmed the details and the appointment was refunded." },
            { id: 247, trip_name: "quest getaways adventure", expense_type: "accommodation", amount: "364.51", expense_date: "2023-09-27", notes: "The record was rejected after a routine check." },
            { id: 248, trip_name: "sojourns paradise", expense_type: "shopping", amount: "240.96", expense_date: "2023-03-10", notes: "No response from support, so the request was refunded." },
            { id: 249, trip_name: "sightseeing", expense_type: "food", amount: "14.67", expense_date: "2023-03-19", notes: "An operator asked for a change and the document was rescheduled." },
            { id: 250, trip_name: "odyssey attraction", expense_type: "food", amount: "4492.42", expense_date: "2022-12-14", notes: "No response from the team, so the claim was approved." },
            { id: 251, trip_name: "tour safaris voyage", expense_type: "transport", amount: "106.37", expense_date: "2023-12-30", notes: "The request was refunded — duplicate case, no further action." },
            { id: 252, trip_name: "pilgrimages quest", expense_type: "transport", amount: "166.64", expense_date: "2023-04-25", notes: "The courier asked for a change and the report was replaced." },
            { id: 253, trip_name: "resort roadtrip", expense_type: "accommodation", amount: "215.23", expense_date: "2022-08-12", notes: "A minor document was cancelled the same day." },
            { id: 254, trip_name: "discover journeys safari", expense_type: "transport", amount: "2002.61", expense_date: "2022-12-16", notes: "The claim was completed after a repeat check." },
            { id: 255, trip_name: "holidays pilgrimages journey", expense_type: "transport", amount: "145.80", expense_date: "2023-03-03", notes: "The account owner confirmed the details and the booking was delayed." },
            { id: 256, trip_name: "scenic", expense_type: "food", amount: "3810.59", expense_date: "2022-07-09", notes: "The invoice was updated — urgent case, no further action." },
            { id: 257, trip_name: "quests", expense_type: "shopping", amount: "3966.64", expense_date: "2022-11-18", notes: "The booking was approved following an automatic review." },
            { id: 258, trip_name: "paradise pilgrimage unwind", expense_type: "accommodation", amount: "2491.46", expense_date: "2022-08-12", notes: "No response from the customer, so the shipment was closed." },
            { id: 259, trip_name: "tour holiday", expense_type: "transport", amount: "568.40", expense_date: "2023-11-28", notes: null },
            { id: 260, trip_name: "view sightseeing escapade", expense_type: "food", amount: "1506.75", expense_date: "2022-06-13", notes: "The request was escalated after a routine check." },
            { id: 261, trip_name: "explore quests", expense_type: "shopping", amount: "1507.83", expense_date: "2023-12-08", notes: "The session was rejected — minor case, no further action." },
            { id: 262, trip_name: "unwind", expense_type: "food", amount: "120.58", expense_date: "2022-05-27", notes: "No response from the customer, so the booking was replaced." },
            { id: 263, trip_name: "roadtrip", expense_type: "food", amount: "4512.18", expense_date: "2023-11-19", notes: "A manual follow-up: the appointment was confirmed." },
            { id: 264, trip_name: "adventure", expense_type: "transport", amount: "48.78", expense_date: "2023-10-09", notes: "A routine report was completed the same day." },
            { id: 265, trip_name: "explore cruise", expense_type: "transport", amount: "261.08", expense_date: "2023-08-16", notes: "The payment was approved after an urgent check." },
            { id: 266, trip_name: "experience", expense_type: "accommodation", amount: "37.53", expense_date: "2023-12-20", notes: "A minor booking was updated the same day." },
            { id: 267, trip_name: "tours getaways", expense_type: "accommodation", amount: "2705.14", expense_date: "2022-12-07", notes: "A manual follow-up: the item was rescheduled." },
            { id: 268, trip_name: "journey quest odyssey", expense_type: "transport", amount: "2250.81", expense_date: "2023-09-25", notes: "The record was confirmed — incomplete case, no further action." },
            { id: 269, trip_name: "landmark", expense_type: "food", amount: "40.33", expense_date: "2023-08-11", notes: "The team reported a repeat issue; the delivery was confirmed." },
            { id: 270, trip_name: "trip", expense_type: "food", amount: "1284.72", expense_date: "2023-06-11", notes: "The record was replaced — manual case, no further action." },
            { id: 271, trip_name: "paradise pilgrimage expedition", expense_type: "transport", amount: "17.23", expense_date: "2023-12-13", notes: "Support confirmed the details and the account was rejected." },
            { id: 272, trip_name: "exploration excursion", expense_type: "transport", amount: "2910.59", expense_date: "2023-09-20", notes: "The customer asked for a change and the refund was closed." },
            { id: 273, trip_name: "roadtrip landscape adventures", expense_type: "accommodation", amount: "1631.14", expense_date: "2022-09-19", notes: "An operator reported a minor issue; the order was refunded." },
            { id: 274, trip_name: "resort landmark odyssey", expense_type: "food", amount: "8.12", expense_date: "2022-07-06", notes: "The courier reported an urgent issue; the appointment was escalated." },
            { id: 275, trip_name: "exploration trips", expense_type: "accommodation", amount: "335.54", expense_date: "2022-02-07", notes: "Flagged as minor. An operator updated the order." },
            { id: 276, trip_name: "excursion journeys", expense_type: "food", amount: "4692.09", expense_date: "2023-09-14", notes: "The request was reviewed — unusual case, no further action." },
            { id: 277, trip_name: "quest trip getaways", expense_type: "food", amount: "164.39", expense_date: "2023-02-11", notes: "The report was completed — incomplete case, no further action." },
            { id: 278, trip_name: "exploration relaxation excursions", expense_type: "food", amount: "29.17", expense_date: "2023-11-10", notes: "A manual follow-up: the ticket was confirmed." },
            { id: 279, trip_name: "trips exploration quests", expense_type: "shopping", amount: "3450.85", expense_date: "2022-11-14", notes: "The account owner reported an unusual issue; the refund was rejected." },
            { id: 280, trip_name: "odyssey", expense_type: "accommodation", amount: "942.24", expense_date: "2022-08-15", notes: "An automatic payment was cancelled the same day." },
            { id: 281, trip_name: "roadtrips pilgrimage", expense_type: "food", amount: "1556.16", expense_date: "2023-11-17", notes: "Flagged as minor. Support completed the item." },
            { id: 282, trip_name: "experience expeditions cruise", expense_type: "activities", amount: "123.30", expense_date: "2022-03-06", notes: "The team reported a minor issue; the document was reviewed." },
            { id: 283, trip_name: "pilgrimages", expense_type: "transport", amount: "265.14", expense_date: "2022-12-01", notes: null },
            { id: 284, trip_name: "scenic safaris", expense_type: "transport", amount: "26.33", expense_date: "2023-11-10", notes: "The team reported an unusual issue; the account was reviewed." },
            { id: 285, trip_name: "explorations", expense_type: "food", amount: "1632.74", expense_date: "2023-09-29", notes: "A repeat report was confirmed the same day." },
            { id: 286, trip_name: "quests site getaways", expense_type: "accommodation", amount: "4143.63", expense_date: "2022-08-31", notes: "A repeat delivery was closed the same day." },
            { id: 287, trip_name: "sojourns", expense_type: "food", amount: "103.56", expense_date: "2023-11-30", notes: "An incomplete follow-up: the refund was updated." },
            { id: 288, trip_name: "explorations", expense_type: "shopping", amount: "811.34", expense_date: "2022-01-24", notes: "The reviewer reported an urgent issue; the refund was resolved." },
            { id: 289, trip_name: "retreat expeditions", expense_type: "activities", amount: "963.45", expense_date: "2022-02-26", notes: "The customer confirmed the details and the invoice was processed." },
            { id: 290, trip_name: "safari expedition", expense_type: "accommodation", amount: "5.04", expense_date: "2023-01-26", notes: null },
            { id: 291, trip_name: "pilgrimages excursion", expense_type: "food", amount: "4344.47", expense_date: "2023-08-06", notes: "A standard follow-up: the refund was confirmed." },
            { id: 292, trip_name: "locale attraction pilgrimages", expense_type: "food", amount: "5.80", expense_date: "2022-11-16", notes: "Support confirmed the details and the item was confirmed." },
            { id: 293, trip_name: "getaways safaris retreat", expense_type: "transport", amount: "119.19", expense_date: "2022-09-08", notes: "The ticket was cancelled after an incomplete check." },
            { id: 294, trip_name: "retreat", expense_type: "accommodation", amount: "3619.12", expense_date: "2023-07-02", notes: "The report was cancelled following a partial review." },
            { id: 295, trip_name: "trip adventure unwind", expense_type: "activities", amount: "3492.11", expense_date: "2023-07-12", notes: "A standard record was escalated the same day." },
            { id: 296, trip_name: "quest landscape getaways", expense_type: "food", amount: "12.22", expense_date: "2023-11-05", notes: "The claim was reviewed — minor case, no further action." },
            { id: 297, trip_name: "journey trips", expense_type: "accommodation", amount: "103.76", expense_date: "2022-04-18", notes: "The document was confirmed following an urgent review." },
            { id: 298, trip_name: "explore", expense_type: "transport", amount: "15.13", expense_date: "2023-04-09", notes: "An operator asked for a change and the invoice was reopened." },
            { id: 299, trip_name: "expedition locale", expense_type: "food", amount: "24.29", expense_date: "2023-11-15", notes: "Flagged as urgent. Support updated the invoice." },
            { id: 300, trip_name: "trips", expense_type: "food", amount: "5.82", expense_date: "2023-11-05", notes: "An unusual booking was rescheduled the same day." },
            { id: 301, trip_name: "discover", expense_type: "transport", amount: "5.02", expense_date: "2022-01-22", notes: "The transfer was confirmed following a partial review." },
            { id: 302, trip_name: "destinations", expense_type: "accommodation", amount: "3862.00", expense_date: "2023-10-06", notes: "No response from the supplier, so the request was updated." },
            { id: 303, trip_name: "escapes", expense_type: "accommodation", amount: "1715.34", expense_date: "2023-12-30", notes: "The claim was reviewed following a minor review." },
            { id: 304, trip_name: "holiday retreats", expense_type: "food", amount: "31.26", expense_date: "2022-12-06", notes: "A minor follow-up: the delivery was replaced." },
            { id: 305, trip_name: "tour landmark cruise", expense_type: "food", amount: "594.41", expense_date: "2023-01-10", notes: "Flagged as incomplete. Support escalated the booking." },
            { id: 306, trip_name: "excursion odyssey scenic", expense_type: "food", amount: "22.52", expense_date: "2023-10-17", notes: "No response from the customer, so the document was reviewed." },
            { id: 307, trip_name: "discover getaways trip", expense_type: "transport", amount: "5.01", expense_date: "2023-08-14", notes: "No response from the team, so the ticket was reviewed." },
            { id: 308, trip_name: "excursion discover", expense_type: "activities", amount: "376.73", expense_date: "2023-11-30", notes: "The courier asked for a change and the order was processed." },
            { id: 309, trip_name: "wanderlust", expense_type: "food", amount: "1195.87", expense_date: "2022-06-19", notes: "The supplier reported an automatic issue; the shipment was completed." },
            { id: 310, trip_name: "resort sanctuary discover", expense_type: "food", amount: "63.87", expense_date: "2023-09-17", notes: "An incomplete follow-up: the shipment was rejected." },
            { id: 311, trip_name: "trips exploration", expense_type: "accommodation", amount: "147.06", expense_date: "2022-05-12", notes: "The session was refunded after a repeat check." },
            { id: 312, trip_name: "voyage getaways cruises", expense_type: "food", amount: "3359.31", expense_date: "2023-07-28", notes: "The booking was updated — routine case, no further action." },
            { id: 313, trip_name: "attraction", expense_type: "food", amount: "610.48", expense_date: "2022-12-19", notes: "The document was completed following a partial review." },
            { id: 314, trip_name: "sojourn quest", expense_type: "food", amount: "68.45", expense_date: "2022-08-01", notes: "The claim was resolved — standard case, no further action." },
            { id: 315, trip_name: "expedition sojourn escapes", expense_type: "food", amount: "2075.71", expense_date: "2023-09-22", notes: "The reviewer reported an unusual issue; the ticket was reopened." },
            { id: 316, trip_name: "retreat", expense_type: "food", amount: "456.38", expense_date: "2023-05-28", notes: "The invoice was reviewed — unusual case, no further action." },
            { id: 317, trip_name: "holiday adventure journeys", expense_type: "food", amount: "1822.00", expense_date: "2022-05-09", notes: "No response from the supplier, so the payment was approved." },
            { id: 318, trip_name: "retreats journey tours", expense_type: "shopping", amount: "1424.07", expense_date: "2022-08-02", notes: "A minor record was processed the same day." },
            { id: 319, trip_name: "cruises", expense_type: "accommodation", amount: "398.87", expense_date: "2022-09-10", notes: "Flagged as partial. The customer cancelled the invoice." },
            { id: 320, trip_name: "excursions", expense_type: "food", amount: "1634.97", expense_date: "2023-06-15", notes: "Flagged as minor. The team confirmed the appointment." },
            { id: 321, trip_name: "sojourns vacation expedition", expense_type: "food", amount: "1710.47", expense_date: "2023-10-28", notes: "Flagged as urgent. The account owner reviewed the transfer." },
            { id: 322, trip_name: "expedition destination wanderlust", expense_type: "activities", amount: "1295.85", expense_date: "2023-12-08", notes: "Support reported a repeat issue; the order was cancelled." },
            { id: 323, trip_name: "pilgrimages", expense_type: "accommodation", amount: "130.28", expense_date: "2023-05-22", notes: null },
            { id: 324, trip_name: "sanctuary", expense_type: "transport", amount: "297.20", expense_date: "2023-12-25", notes: "The refund was completed — minor case, no further action." },
            { id: 325, trip_name: "journey adventures", expense_type: "food", amount: "39.09", expense_date: "2023-07-11", notes: "The claim was closed after an incomplete check." },
            { id: 326, trip_name: "explore destinations", expense_type: "accommodation", amount: "801.07", expense_date: "2023-03-20", notes: "Flagged as unusual. Support delayed the refund." },
            { id: 327, trip_name: "excursion adventures explorations", expense_type: "activities", amount: "3859.08", expense_date: "2023-05-15", notes: "The reviewer reported an incomplete issue; the invoice was reviewed." },
            { id: 328, trip_name: "tours getaway roadtrip", expense_type: "food", amount: "1767.29", expense_date: "2022-12-03", notes: "No response from the reviewer, so the claim was updated." },
            { id: 329, trip_name: "roadtrip pilgrimages", expense_type: "food", amount: "35.44", expense_date: "2023-06-16", notes: "A late follow-up: the booking was reviewed." },
            { id: 330, trip_name: "getaway", expense_type: "shopping", amount: "798.30", expense_date: "2022-11-24", notes: "Support asked for a change and the transfer was resolved." },
            { id: 331, trip_name: "holiday expeditions", expense_type: "food", amount: "51.88", expense_date: "2023-06-29", notes: "A duplicate follow-up: the record was processed." },
            { id: 332, trip_name: "sanctuary experience", expense_type: "food", amount: "1028.85", expense_date: "2023-06-05", notes: "Flagged as manual. The team resolved the item." },
            { id: 333, trip_name: "roadtrip", expense_type: "food", amount: "98.77", expense_date: "2022-09-22", notes: "The invoice was refunded after a routine check." },
            { id: 334, trip_name: "experience explore", expense_type: "food", amount: "169.28", expense_date: "2023-06-22", notes: "The team reported a late issue; the payment was approved." },
            { id: 335, trip_name: "roadtrips", expense_type: "food", amount: "2786.71", expense_date: "2022-12-06", notes: "Flagged as automatic. The supplier delayed the order." },
            { id: 336, trip_name: "site getaway adventure", expense_type: "activities", amount: "402.05", expense_date: "2022-08-10", notes: "The document was rejected after a minor check." },
            { id: 337, trip_name: "sojourns retreats attraction", expense_type: "accommodation", amount: "2671.20", expense_date: "2022-10-28", notes: "Flagged as minor. The supplier approved the booking." },
            { id: 338, trip_name: "odyssey adventure retreat", expense_type: "shopping", amount: "8.12", expense_date: "2022-02-11", notes: "A late follow-up: the document was delayed." },
            { id: 339, trip_name: "expeditions pilgrimage locale", expense_type: "food", amount: "5.02", expense_date: "2023-04-13", notes: "A repeat claim was confirmed the same day." },
            { id: 340, trip_name: "holiday", expense_type: "food", amount: "194.05", expense_date: "2023-07-20", notes: "Flagged as unusual. Support refunded the session." },
            { id: 341, trip_name: "holidays tour adventures", expense_type: "food", amount: "129.58", expense_date: "2023-12-15", notes: "The supplier asked for a change and the document was reopened." },
            { id: 342, trip_name: "escape locale", expense_type: "food", amount: "4521.57", expense_date: "2022-11-09", notes: "A routine record was rescheduled the same day." },
            { id: 343, trip_name: "view odyssey", expense_type: "accommodation", amount: "1744.05", expense_date: "2023-12-20", notes: "Flagged as incomplete. The customer cancelled the payment." },
            { id: 344, trip_name: "quests pilgrimages roadtrips", expense_type: "transport", amount: "659.09", expense_date: "2023-04-05", notes: "The courier reported a standard issue; the item was processed." },
            { id: 345, trip_name: "safaris odyssey adventures", expense_type: "food", amount: "473.83", expense_date: "2023-11-11", notes: "The courier reported an urgent issue; the payment was processed." },
            { id: 346, trip_name: "quests voyage", expense_type: "accommodation", amount: "205.68", expense_date: "2022-04-06", notes: "The booking was approved after a late check." },
            { id: 347, trip_name: "sightseeing", expense_type: "accommodation", amount: "3002.85", expense_date: "2023-02-18", notes: "An operator asked for a change and the refund was confirmed." },
            { id: 348, trip_name: "sojourns exploration getaway", expense_type: "transport", amount: "2692.27", expense_date: "2022-02-20", notes: "The report was replaced following a repeat review." },
            { id: 349, trip_name: "vacation explorations adventure", expense_type: "transport", amount: "11.19", expense_date: "2022-02-06", notes: "The report was completed following an urgent review." },
            { id: 350, trip_name: "adventures", expense_type: "food", amount: "71.86", expense_date: "2022-05-01", notes: "The request was updated after a repeat check." },
            { id: 351, trip_name: "trips", expense_type: "transport", amount: "2438.78", expense_date: "2023-03-01", notes: "The request was rejected following an unusual review." },
            { id: 352, trip_name: "retreat sojourn", expense_type: "activities", amount: "83.35", expense_date: "2023-02-11", notes: "No response from the account owner, so the session was rescheduled." },
            { id: 353, trip_name: "attraction", expense_type: "transport", amount: "4524.97", expense_date: "2023-08-02", notes: "An incomplete item was rejected the same day." },
            { id: 354, trip_name: "pilgrimages vacation odyssey", expense_type: "transport", amount: "11.26", expense_date: "2023-12-29", notes: "The customer confirmed the details and the record was escalated." },
            { id: 355, trip_name: "holidays sojourns", expense_type: "food", amount: "949.56", expense_date: "2023-02-17", notes: "The order was replaced following a repeat review." },
            { id: 356, trip_name: "relaxation", expense_type: "activities", amount: "7.71", expense_date: "2022-02-14", notes: null },
            { id: 357, trip_name: "adventures locale", expense_type: "food", amount: "2219.60", expense_date: "2022-04-19", notes: "The reviewer asked for a change and the request was cancelled." },
            { id: 358, trip_name: "cruises scenic attraction", expense_type: "food", amount: "5.02", expense_date: "2022-05-22", notes: "The booking was resolved after a partial check." },
            { id: 359, trip_name: "trips landmark", expense_type: "activities", amount: "906.22", expense_date: "2023-11-19", notes: "The appointment was reviewed following a manual review." },
            { id: 360, trip_name: "escape landmark pilgrimages", expense_type: "food", amount: "156.35", expense_date: "2023-09-22", notes: null },
            { id: 361, trip_name: "sanctuary", expense_type: "food", amount: "32.72", expense_date: "2023-04-24", notes: "The supplier reported an urgent issue; the document was delayed." },
            { id: 362, trip_name: "destinations explorations escape", expense_type: "accommodation", amount: "2756.36", expense_date: "2022-03-14", notes: "The order was reopened following an automatic review." },
            { id: 363, trip_name: "holidays", expense_type: "food", amount: "237.79", expense_date: "2022-01-08", notes: "The delivery was confirmed after a minor check." },
            { id: 364, trip_name: "experience pilgrimages journeys", expense_type: "shopping", amount: "4278.74", expense_date: "2023-10-24", notes: "The item was reviewed following a manual review." },
            { id: 365, trip_name: "adventure quest voyage", expense_type: "transport", amount: "6.66", expense_date: "2023-06-22", notes: "A minor request was replaced the same day." },
            { id: 366, trip_name: "sightseeing pilgrimage paradise", expense_type: "transport", amount: "3262.90", expense_date: "2023-05-21", notes: "A manual follow-up: the invoice was cancelled." },
            { id: 367, trip_name: "landscape", expense_type: "food", amount: "2753.20", expense_date: "2022-08-30", notes: "No response from the courier, so the delivery was completed." },
            { id: 368, trip_name: "explore cruise", expense_type: "food", amount: "2484.98", expense_date: "2023-06-25", notes: "An operator reported an incomplete issue; the account was resolved." },
            { id: 369, trip_name: "expedition journeys", expense_type: "transport", amount: "188.70", expense_date: "2023-05-17", notes: "The refund was replaced after a partial check." },
            { id: 370, trip_name: "sanctuary", expense_type: "food", amount: "12.73", expense_date: "2023-02-19", notes: "The account owner asked for a change and the request was refunded." },
            { id: 371, trip_name: "scenic unwind explore", expense_type: "accommodation", amount: "34.96", expense_date: "2023-06-16", notes: null },
            { id: 372, trip_name: "view roadtrip", expense_type: "transport", amount: "1435.46", expense_date: "2022-10-12", notes: "A repeat follow-up: the refund was replaced." },
            { id: 373, trip_name: "pilgrimage adventures expedition", expense_type: "accommodation", amount: "1382.32", expense_date: "2023-12-16", notes: "The supplier asked for a change and the refund was processed." },
            { id: 374, trip_name: "scenic tours", expense_type: "food", amount: "1289.86", expense_date: "2023-04-15", notes: "Flagged as partial. The supplier rejected the booking." },
            { id: 375, trip_name: "safari", expense_type: "food", amount: "10.38", expense_date: "2023-04-03", notes: "The account owner reported a minor issue; the record was confirmed." },
            { id: 376, trip_name: "scenic", expense_type: "accommodation", amount: "140.91", expense_date: "2023-05-22", notes: "A repeat refund was approved the same day." },
            { id: 377, trip_name: "tour odyssey excursions", expense_type: "food", amount: "2276.16", expense_date: "2023-09-14", notes: "The supplier confirmed the details and the document was approved." },
            { id: 378, trip_name: "holiday", expense_type: "accommodation", amount: "2523.18", expense_date: "2023-03-16", notes: "The record was closed following a manual review." },
            { id: 379, trip_name: "relaxation", expense_type: "transport", amount: "3517.39", expense_date: "2023-12-04", notes: "No response from support, so the session was delayed." },
            { id: 380, trip_name: "tours roadtrips", expense_type: "food", amount: "5.53", expense_date: "2023-05-28", notes: "The session was reopened — partial case, no further action." },
            { id: 381, trip_name: "scenic", expense_type: "food", amount: "1668.61", expense_date: "2023-12-25", notes: "The booking was replaced — repeat case, no further action." },
            { id: 382, trip_name: "holidays", expense_type: "shopping", amount: "3028.19", expense_date: "2023-07-25", notes: null },
            { id: 383, trip_name: "quest", expense_type: "food", amount: "2107.20", expense_date: "2022-03-16", notes: "The document was cancelled — repeat case, no further action." },
            { id: 384, trip_name: "pilgrimage", expense_type: "food", amount: "2334.28", expense_date: "2023-09-28", notes: "The session was rescheduled following a minor review." },
            { id: 385, trip_name: "paradise pilgrimages", expense_type: "food", amount: "11.76", expense_date: "2023-11-22", notes: "The invoice was reopened — duplicate case, no further action." },
            { id: 386, trip_name: "sanctuary roadtrips locale", expense_type: "food", amount: "33.32", expense_date: "2022-05-15", notes: "Support asked for a change and the claim was resolved." },
            { id: 387, trip_name: "excursions roadtrip explore", expense_type: "accommodation", amount: "1443.81", expense_date: "2023-12-10", notes: "Flagged as standard. An operator confirmed the ticket." },
            { id: 388, trip_name: "landscape site", expense_type: "food", amount: "222.47", expense_date: "2022-05-20", notes: "The customer asked for a change and the delivery was delayed." },
            { id: 389, trip_name: "safaris", expense_type: "food", amount: "300.54", expense_date: "2023-02-26", notes: null },
            { id: 390, trip_name: "excursions", expense_type: "food", amount: "3046.84", expense_date: "2023-12-27", notes: "The customer confirmed the details and the payment was cancelled." },
            { id: 391, trip_name: "landscape", expense_type: "food", amount: "15.29", expense_date: "2023-11-29", notes: "Flagged as manual. The courier replaced the shipment." },
            { id: 392, trip_name: "attraction experience trip", expense_type: "transport", amount: "751.51", expense_date: "2022-09-10", notes: "The session was processed — repeat case, no further action." },
            { id: 393, trip_name: "roadtrips excursions", expense_type: "transport", amount: "3399.54", expense_date: "2023-05-17", notes: "A partial follow-up: the document was delayed." },
            { id: 394, trip_name: "scenic escapade trips", expense_type: "transport", amount: "5.02", expense_date: "2023-04-02", notes: "The record was reviewed after a manual check." },
            { id: 395, trip_name: "wanderlust trips", expense_type: "shopping", amount: "483.51", expense_date: "2023-03-06", notes: "An operator asked for a change and the payment was completed." },
            { id: 396, trip_name: "attraction", expense_type: "activities", amount: "31.38", expense_date: "2023-12-08", notes: "The claim was refunded following an urgent review." },
            { id: 397, trip_name: "experience quests sightseeing", expense_type: "transport", amount: "1052.72", expense_date: "2023-08-16", notes: "No response from the courier, so the item was refunded." },
            { id: 398, trip_name: "cruise sightseeing retreats", expense_type: "transport", amount: "1054.14", expense_date: "2022-09-01", notes: "The team asked for a change and the claim was resolved." },
            { id: 399, trip_name: "experience scenic exploration", expense_type: "activities", amount: "581.48", expense_date: "2023-04-24", notes: "The reviewer reported an unusual issue; the document was approved." },
            { id: 400, trip_name: "getaway", expense_type: "transport", amount: "1965.88", expense_date: "2023-04-07", notes: "The team reported a manual issue; the document was resolved." },
            { id: 401, trip_name: "holiday", expense_type: "accommodation", amount: "1359.96", expense_date: "2023-03-27", notes: "The reviewer confirmed the details and the record was cancelled." },
            { id: 402, trip_name: "voyage vacation resort", expense_type: "activities", amount: "3542.02", expense_date: "2023-07-02", notes: null },
            { id: 403, trip_name: "excursions escapade", expense_type: "food", amount: "132.21", expense_date: "2023-11-07", notes: "The account owner confirmed the details and the invoice was confirmed." },
            { id: 404, trip_name: "locale pilgrimages", expense_type: "transport", amount: "852.32", expense_date: "2023-04-05", notes: "The invoice was approved — incomplete case, no further action." },
            { id: 405, trip_name: "wanderlust resort voyage", expense_type: "transport", amount: "143.13", expense_date: "2023-08-06", notes: "The delivery was rejected following a minor review." },
            { id: 406, trip_name: "tours", expense_type: "food", amount: "9.93", expense_date: "2023-04-22", notes: "An operator asked for a change and the appointment was rescheduled." },
            { id: 407, trip_name: "scenic", expense_type: "food", amount: "4015.49", expense_date: "2023-05-08", notes: "The reviewer asked for a change and the report was escalated." },
            { id: 408, trip_name: "getaway getaways", expense_type: "shopping", amount: "2173.03", expense_date: "2023-11-23", notes: "The reviewer reported a duplicate issue; the item was reopened." },
            { id: 409, trip_name: "odyssey landscape", expense_type: "food", amount: "5.94", expense_date: "2023-09-01", notes: "The record was completed — duplicate case, no further action." },
            { id: 410, trip_name: "trip expeditions relaxation", expense_type: "accommodation", amount: "4012.10", expense_date: "2023-04-10", notes: "The delivery was completed — unusual case, no further action." },
            { id: 411, trip_name: "locale", expense_type: "food", amount: "1732.98", expense_date: "2022-02-03", notes: "Support confirmed the details and the invoice was replaced." },
            { id: 412, trip_name: "view expedition sojourn", expense_type: "accommodation", amount: "69.33", expense_date: "2023-09-19", notes: "A partial record was delayed the same day." },
            { id: 413, trip_name: "holidays safaris escapes", expense_type: "food", amount: "4964.58", expense_date: "2023-07-21", notes: "The supplier confirmed the details and the record was delayed." },
            { id: 414, trip_name: "explorations", expense_type: "accommodation", amount: "3732.69", expense_date: "2023-01-07", notes: "Support asked for a change and the booking was processed." },
            { id: 415, trip_name: "unwind exploration tours", expense_type: "accommodation", amount: "4368.76", expense_date: "2023-03-15", notes: "The item was reviewed — late case, no further action." },
            { id: 416, trip_name: "wanderlust", expense_type: "activities", amount: "4740.64", expense_date: "2023-10-07", notes: "The booking was reopened following an automatic review." },
            { id: 417, trip_name: "escapade holidays sojourn", expense_type: "accommodation", amount: "1226.92", expense_date: "2023-02-28", notes: "Support asked for a change and the request was replaced." },
            { id: 418, trip_name: "excursion", expense_type: "food", amount: "3724.12", expense_date: "2022-09-05", notes: "The transfer was reopened — late case, no further action." },
            { id: 419, trip_name: "pilgrimages", expense_type: "food", amount: "2926.09", expense_date: "2022-12-06", notes: "The supplier confirmed the details and the delivery was updated." },
            { id: 420, trip_name: "excursions destination landscape", expense_type: "accommodation", amount: "1993.59", expense_date: "2022-10-02", notes: "No response from the account owner, so the report was closed." },
            { id: 421, trip_name: "experience", expense_type: "food", amount: "219.92", expense_date: "2022-06-05", notes: "The report was processed after a duplicate check." },
            { id: 422, trip_name: "discover", expense_type: "accommodation", amount: "10.08", expense_date: "2022-07-27", notes: "A standard document was rejected the same day." },
            { id: 423, trip_name: "getaway expeditions", expense_type: "food", amount: "122.41", expense_date: "2022-03-26", notes: "The booking was confirmed following an automatic review." },
            { id: 424, trip_name: "adventures", expense_type: "food", amount: "1558.95", expense_date: "2023-09-17", notes: null },
            { id: 425, trip_name: "cruises", expense_type: "accommodation", amount: "240.33", expense_date: "2022-09-28", notes: "An incomplete item was rejected the same day." },
            { id: 426, trip_name: "cruise", expense_type: "transport", amount: "1451.31", expense_date: "2023-04-16", notes: "Flagged as standard. The reviewer rejected the session." },
            { id: 427, trip_name: "tours trips", expense_type: "food", amount: "1650.18", expense_date: "2023-01-01", notes: "The team reported a routine issue; the payment was refunded." },
            { id: 428, trip_name: "holidays travels retreat", expense_type: "shopping", amount: "1472.08", expense_date: "2023-06-12", notes: "The courier reported a manual issue; the shipment was confirmed." },
            { id: 429, trip_name: "trips", expense_type: "accommodation", amount: "4200.77", expense_date: "2022-11-06", notes: "The order was escalated following a routine review." },
            { id: 430, trip_name: "safaris", expense_type: "transport", amount: "1039.80", expense_date: "2023-05-10", notes: "The account owner asked for a change and the transfer was rejected." },
            { id: 431, trip_name: "relaxation", expense_type: "food", amount: "881.34", expense_date: "2022-10-07", notes: "Flagged as manual. Support updated the transfer." },
            { id: 432, trip_name: "retreat", expense_type: "accommodation", amount: "703.53", expense_date: "2023-10-25", notes: null },
            { id: 433, trip_name: "attraction getaway", expense_type: "shopping", amount: "4449.01", expense_date: "2023-11-07", notes: "The report was escalated — manual case, no further action." },
            { id: 434, trip_name: "adventure cruises site", expense_type: "food", amount: "1519.74", expense_date: "2023-04-06", notes: "The session was rescheduled after an automatic check." },
            { id: 435, trip_name: "experience locale", expense_type: "food", amount: "739.04", expense_date: "2023-11-04", notes: "The account owner reported a manual issue; the delivery was replaced." },
            { id: 436, trip_name: "holidays quests wanderlust", expense_type: "transport", amount: "622.96", expense_date: "2022-11-30", notes: "The customer asked for a change and the transfer was replaced." },
            { id: 437, trip_name: "expedition tours", expense_type: "transport", amount: "32.26", expense_date: "2022-03-19", notes: "The team confirmed the details and the session was rescheduled." },
            { id: 438, trip_name: "resort discover", expense_type: "food", amount: "1291.35", expense_date: "2023-09-03", notes: "An unusual order was confirmed the same day." },
            { id: 439, trip_name: "wanderlust expeditions adventures", expense_type: "accommodation", amount: "2527.50", expense_date: "2023-03-10", notes: "The team reported an incomplete issue; the refund was delayed." },
            { id: 440, trip_name: "holidays", expense_type: "food", amount: "920.52", expense_date: "2023-09-07", notes: "The customer confirmed the details and the delivery was replaced." },
            { id: 441, trip_name: "escapade scenic excursions", expense_type: "transport", amount: "2423.39", expense_date: "2023-09-02", notes: "An automatic follow-up: the record was rejected." },
            { id: 442, trip_name: "quests journey", expense_type: "food", amount: "3761.47", expense_date: "2023-03-13", notes: "A partial item was cancelled the same day." },
            { id: 443, trip_name: "scenic journey adventures", expense_type: "transport", amount: "48.28", expense_date: "2023-07-28", notes: "No response from the team, so the order was completed." },
            { id: 444, trip_name: "destination", expense_type: "activities", amount: "148.40", expense_date: "2023-12-15", notes: "The transfer was resolved — late case, no further action." },
            { id: 445, trip_name: "sojourns site", expense_type: "activities", amount: "2368.66", expense_date: "2023-04-01", notes: "The delivery was closed following an unusual review." },
            { id: 446, trip_name: "escape", expense_type: "accommodation", amount: "448.08", expense_date: "2022-08-22", notes: "The team reported a manual issue; the ticket was refunded." },
            { id: 447, trip_name: "unwind escapes roadtrips", expense_type: "accommodation", amount: "735.42", expense_date: "2023-02-18", notes: "A standard follow-up: the record was confirmed." },
            { id: 448, trip_name: "sightseeing", expense_type: "food", amount: "223.88", expense_date: "2022-12-04", notes: "Flagged as duplicate. The team resolved the payment." },
            { id: 449, trip_name: "quest adventures", expense_type: "activities", amount: "346.92", expense_date: "2023-02-10", notes: "The courier reported a late issue; the order was resolved." },
            { id: 450, trip_name: "escape journey travels", expense_type: "accommodation", amount: "5.01", expense_date: "2023-10-19", notes: "A late transfer was refunded the same day." },
            { id: 451, trip_name: "unwind", expense_type: "accommodation", amount: "137.43", expense_date: "2023-07-12", notes: "A duplicate follow-up: the record was rejected." },
            { id: 452, trip_name: "escapade scenic sightseeing", expense_type: "activities", amount: "259.27", expense_date: "2022-07-10", notes: "No response from an operator, so the report was escalated." },
            { id: 453, trip_name: "pilgrimages", expense_type: "food", amount: "4888.47", expense_date: "2023-06-22", notes: "The reviewer asked for a change and the session was refunded." },
            { id: 454, trip_name: "journeys", expense_type: "food", amount: "6.18", expense_date: "2023-06-13", notes: "No response from the team, so the order was refunded." },
            { id: 455, trip_name: "escapade adventures scenic", expense_type: "food", amount: "903.95", expense_date: "2023-01-30", notes: "Support asked for a change and the claim was replaced." },
            { id: 456, trip_name: "discover", expense_type: "transport", amount: "111.22", expense_date: "2023-08-06", notes: "A partial follow-up: the invoice was reviewed." },
            { id: 457, trip_name: "sojourn landscape", expense_type: "transport", amount: "1328.43", expense_date: "2023-04-27", notes: "The courier reported a repeat issue; the payment was closed." },
            { id: 458, trip_name: "vacation escapes", expense_type: "food", amount: "3711.72", expense_date: "2023-03-08", notes: "The request was closed following an unusual review." },
            { id: 459, trip_name: "roadtrips escape odyssey", expense_type: "activities", amount: "13.41", expense_date: "2023-05-25", notes: null },
            { id: 460, trip_name: "exploration escapes", expense_type: "accommodation", amount: "14.45", expense_date: "2023-02-15", notes: "An automatic claim was approved the same day." },
            { id: 461, trip_name: "wanderlust scenic", expense_type: "activities", amount: "146.30", expense_date: "2022-12-10", notes: "A repeat transfer was escalated the same day." },
            { id: 462, trip_name: "quest roadtrip", expense_type: "shopping", amount: "2059.61", expense_date: "2023-09-11", notes: null },
            { id: 463, trip_name: "trips", expense_type: "transport", amount: "871.92", expense_date: "2022-12-27", notes: null },
            { id: 464, trip_name: "sightseeing", expense_type: "accommodation", amount: "1170.57", expense_date: "2023-10-27", notes: null },
            { id: 465, trip_name: "experience sojourns", expense_type: "food", amount: "249.99", expense_date: "2023-05-31", notes: "The account owner confirmed the details and the document was rejected." },
            { id: 466, trip_name: "explore resort adventure", expense_type: "food", amount: "1249.73", expense_date: "2022-06-25", notes: "The invoice was reopened after an automatic check." },
            { id: 467, trip_name: "explorations destination", expense_type: "shopping", amount: "3612.70", expense_date: "2022-11-26", notes: "No response from an operator, so the transfer was rejected." },
            { id: 468, trip_name: "odyssey", expense_type: "food", amount: "257.08", expense_date: "2022-12-09", notes: "An automatic follow-up: the refund was resolved." },
            { id: 469, trip_name: "escapade attraction tours", expense_type: "food", amount: "3114.57", expense_date: "2023-01-01", notes: "The account owner reported a partial issue; the shipment was processed." },
            { id: 470, trip_name: "quests vacation view", expense_type: "food", amount: "3525.77", expense_date: "2023-08-31", notes: "A duplicate follow-up: the record was confirmed." },
            { id: 471, trip_name: "roadtrip retreats", expense_type: "activities", amount: "83.41", expense_date: "2022-09-23", notes: null },
            { id: 472, trip_name: "travels", expense_type: "food", amount: "181.55", expense_date: "2023-03-29", notes: "The ticket was rescheduled after a standard check." },
            { id: 473, trip_name: "vacation voyage", expense_type: "food", amount: "10.06", expense_date: "2023-06-15", notes: "A late report was delayed the same day." },
            { id: 474, trip_name: "paradise pilgrimages", expense_type: "accommodation", amount: "489.85", expense_date: "2023-04-18", notes: "No response from the reviewer, so the payment was processed." },
            { id: 475, trip_name: "scenic", expense_type: "food", amount: "5.01", expense_date: "2023-07-31", notes: "An urgent order was escalated the same day." },
            { id: 476, trip_name: "odyssey getaways", expense_type: "food", amount: "1088.58", expense_date: "2022-08-11", notes: "The appointment was cancelled after a minor check." },
            { id: 477, trip_name: "wanderlust escapade", expense_type: "accommodation", amount: "730.66", expense_date: "2023-02-17", notes: "Support asked for a change and the shipment was cancelled." },
            { id: 478, trip_name: "explore retreats escape", expense_type: "food", amount: "6.02", expense_date: "2023-08-10", notes: "A standard order was rescheduled the same day." },
            { id: 479, trip_name: "locale trip", expense_type: "food", amount: "3522.39", expense_date: "2023-05-27", notes: "The courier reported an urgent issue; the session was refunded." },
            { id: 480, trip_name: "explore landmark", expense_type: "food", amount: "5.03", expense_date: "2022-09-14", notes: "The shipment was completed following an urgent review." },
            { id: 481, trip_name: "safari", expense_type: "food", amount: "684.09", expense_date: "2023-11-02", notes: "Flagged as repeat. The account owner closed the invoice." },
            { id: 482, trip_name: "trip escapes", expense_type: "food", amount: "2940.33", expense_date: "2023-05-07", notes: "Flagged as minor. An operator rejected the booking." },
            { id: 483, trip_name: "getaways roadtrip", expense_type: "activities", amount: "13.36", expense_date: "2023-03-23", notes: "The refund was updated after an unusual check." },
            { id: 484, trip_name: "safaris roadtrips unwind", expense_type: "transport", amount: "1294.07", expense_date: "2023-10-24", notes: "Support confirmed the details and the document was replaced." },
            { id: 485, trip_name: "scenic getaway", expense_type: "food", amount: "815.18", expense_date: "2022-06-07", notes: "No response from the supplier, so the account was cancelled." },
            { id: 486, trip_name: "getaways", expense_type: "food", amount: "1353.02", expense_date: "2023-02-19", notes: "An automatic booking was reviewed the same day." },
            { id: 487, trip_name: "landmark safari pilgrimages", expense_type: "food", amount: "3219.28", expense_date: "2023-09-15", notes: "An operator confirmed the details and the ticket was refunded." },
            { id: 488, trip_name: "roadtrip getaways destination", expense_type: "shopping", amount: "28.82", expense_date: "2022-01-16", notes: "The booking was rescheduled following a standard review." },
            { id: 489, trip_name: "pilgrimages sojourns", expense_type: "activities", amount: "45.15", expense_date: "2023-09-05", notes: "Flagged as incomplete. The customer escalated the ticket." },
            { id: 490, trip_name: "destination retreats sojourns", expense_type: "transport", amount: "41.69", expense_date: "2023-08-13", notes: "No response from the account owner, so the ticket was approved." },
            { id: 491, trip_name: "tour exploration", expense_type: "food", amount: "951.56", expense_date: "2023-07-05", notes: null },
            { id: 492, trip_name: "sojourns", expense_type: "activities", amount: "4070.18", expense_date: "2023-01-26", notes: "An automatic ticket was closed the same day." },
            { id: 493, trip_name: "journeys relaxation", expense_type: "shopping", amount: "200.31", expense_date: "2023-11-24", notes: "No response from support, so the shipment was closed." },
            { id: 494, trip_name: "paradise pilgrimages escapade", expense_type: "shopping", amount: "5.70", expense_date: "2023-09-10", notes: "No response from the supplier, so the appointment was replaced." },
            { id: 495, trip_name: "travels", expense_type: "food", amount: "4946.57", expense_date: "2023-09-25", notes: "An operator reported a manual issue; the transfer was reopened." },
            { id: 496, trip_name: "retreats escapade quests", expense_type: "transport", amount: "2902.57", expense_date: "2022-04-04", notes: "The team reported a partial issue; the item was rejected." },
            { id: 497, trip_name: "odyssey quest", expense_type: "food", amount: "644.59", expense_date: "2022-08-30", notes: "No response from the supplier, so the account was escalated." },
            { id: 498, trip_name: "roadtrips escapade relaxation", expense_type: "accommodation", amount: "67.91", expense_date: "2022-01-30", notes: "A routine report was delayed the same day." },
            { id: 499, trip_name: "quests", expense_type: "activities", amount: "149.71", expense_date: "2022-09-20", notes: "A partial invoice was approved the same day." },
            { id: 500, trip_name: "destination view", expense_type: "accommodation", amount: "77.79", expense_date: "2023-02-22", notes: "A routine follow-up: the document was refunded." },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
