// Financial Transaction Oversight (financial-transaction-oversight) 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.accounts), 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.accounts.createMany({
        data: [
            { id: 1, account_name: "trust", account_type: "liability", balance: "966603.13" },
            { id: 2, account_name: "health brokerage highyield", account_type: "asset", balance: "25285.50" },
            { id: 3, account_name: "investment foreigncurrency student", account_type: "asset", balance: "624134.31" },
            { id: 4, account_name: "highyield foreigncurrency mobile", account_type: "expense", balance: "52237.16" },
            { id: 5, account_name: "retirement debit", account_type: "asset", balance: "11129.97" },
            { id: 6, account_name: "business checking custodial", account_type: "liability", balance: "919641.91" },
            { id: 7, account_name: "escrow investment", account_type: "revenue", balance: "951461.86" },
            { id: 8, account_name: "debit investment", account_type: "asset", balance: "253718.32" },
            { id: 9, account_name: "moneymarket foreigncurrency brokerage", account_type: "asset", balance: "240252.09" },
            { id: 10, account_name: "investment checking", account_type: "expense", balance: "73948.23" },
            { id: 11, account_name: "escrow foreigncurrency trust", account_type: "asset", balance: "46796.55" },
            { id: 12, account_name: "trust", account_type: "asset", balance: "127504.36" },
            { id: 13, account_name: "checking retirement", account_type: "expense", balance: "25.44" },
            { id: 14, account_name: "joint", account_type: "asset", balance: "1692.91" },
            { id: 15, account_name: "moneymarket", account_type: "asset", balance: "646401.71" },
            { id: 16, account_name: "escrow retirement checking", account_type: "asset", balance: "158751.82" },
            { id: 17, account_name: "credit", account_type: "asset", balance: "355070.40" },
            { id: 18, account_name: "custodial cashmanagement student", account_type: "asset", balance: "51761.71" },
            { id: 19, account_name: "student mobile", account_type: "revenue", balance: "174241.54" },
            { id: 20, account_name: "joint", account_type: "asset", balance: "19717.54" },
            { id: 21, account_name: "student moneymarket", account_type: "liability", balance: "10275.75" },
            { id: 22, account_name: "custodial brokerage", account_type: "liability", balance: "1412.19" },
            { id: 23, account_name: "business savings cashmanagement", account_type: "expense", balance: "10856.63" },
            { id: 24, account_name: "savings", account_type: "asset", balance: "23713.05" },
            { id: 25, account_name: "credit retirement health", account_type: "liability", balance: "383103.11" },
            { id: 26, account_name: "savings investment moneymarket", account_type: "revenue", balance: "482381.90" },
            { id: 27, account_name: "retirement investment", account_type: "asset", balance: "279443.82" },
            { id: 28, account_name: "business", account_type: "asset", balance: "140072.14" },
            { id: 29, account_name: "student joint", account_type: "asset", balance: "411666.59" },
            { id: 30, account_name: "investment health highyield", account_type: "asset", balance: "345151.26" },
            { id: 31, account_name: "debit business", account_type: "expense", balance: "91859.51" },
            { id: 32, account_name: "checking retirement", account_type: "expense", balance: "476502.49" },
            { id: 33, account_name: "checking highyield", account_type: "asset", balance: "890868.50" },
            { id: 34, account_name: "student investment business", account_type: "asset", balance: "793187.98" },
            { id: 35, account_name: "mobile health debit", account_type: "asset", balance: "28630.88" },
            { id: 36, account_name: "digital student cashmanagement", account_type: "asset", balance: "167532.07" },
            { id: 37, account_name: "custodial savings joint", account_type: "asset", balance: "76994.38" },
            { id: 38, account_name: "mobile", account_type: "expense", balance: "21356.85" },
            { id: 39, account_name: "brokerage custodial", account_type: "asset", balance: "490191.23" },
            { id: 40, account_name: "foreigncurrency checking", account_type: "expense", balance: "5263.43" },
            { id: 41, account_name: "investment", account_type: "asset", balance: "259812.03" },
            { id: 42, account_name: "business", account_type: "asset", balance: "0.00" },
            { id: 43, account_name: "joint highyield", account_type: "asset", balance: "249035.88" },
            { id: 44, account_name: "student", account_type: "asset", balance: "385250.53" },
            { id: 45, account_name: "custodial moneymarket digital", account_type: "expense", balance: "953620.45" },
            { id: 46, account_name: "trust debit", account_type: "liability", balance: "97019.00" },
            { id: 47, account_name: "business", account_type: "asset", balance: "3395.13" },
            { id: 48, account_name: "foreigncurrency", account_type: "asset", balance: "248057.67" },
            { id: 49, account_name: "health escrow", account_type: "liability", balance: "58095.51" },
            { id: 50, account_name: "highyield brokerage", account_type: "asset", balance: "113151.48" },
            { id: 51, account_name: "foreigncurrency checking", account_type: "expense", balance: "131766.81" },
            { id: 52, account_name: "health joint", account_type: "asset", balance: "125431.02" },
            { id: 53, account_name: "foreigncurrency highyield checking", account_type: "asset", balance: "48766.91" },
            { id: 54, account_name: "moneymarket", account_type: "asset", balance: "25973.14" },
            { id: 55, account_name: "investment custodial", account_type: "asset", balance: "1338.15" },
            { id: 56, account_name: "mobile credit foreigncurrency", account_type: "asset", balance: "5856.16" },
            { id: 57, account_name: "investment student", account_type: "expense", balance: "384632.67" },
            { id: 58, account_name: "foreigncurrency health", account_type: "expense", balance: "23908.32" },
            { id: 59, account_name: "custodial debit savings", account_type: "liability", balance: "51.27" },
            { id: 60, account_name: "moneymarket student", account_type: "asset", balance: "28450.48" },
            { id: 61, account_name: "student moneymarket", account_type: "asset", balance: "1859.47" },
            { id: 62, account_name: "escrow credit", account_type: "asset", balance: "206153.33" },
            { id: 63, account_name: "credit", account_type: "expense", balance: "468908.84" },
            { id: 64, account_name: "digital escrow credit", account_type: "asset", balance: "0.03" },
            { id: 65, account_name: "joint business custodial", account_type: "liability", balance: "106.33" },
            { id: 66, account_name: "escrow", account_type: "equity", balance: "448154.81" },
            { id: 67, account_name: "brokerage checking", account_type: "asset", balance: "631598.49" },
            { id: 68, account_name: "highyield joint business", account_type: "asset", balance: "34771.17" },
            { id: 69, account_name: "retirement", account_type: "asset", balance: "61412.57" },
            { id: 70, account_name: "escrow checking", account_type: "expense", balance: "514.66" },
            { id: 71, account_name: "retirement joint", account_type: "liability", balance: "284066.66" },
            { id: 72, account_name: "investment trust", account_type: "asset", balance: "924251.82" },
            { id: 73, account_name: "retirement cashmanagement", account_type: "equity", balance: "76719.26" },
            { id: 74, account_name: "business", account_type: "liability", balance: "12266.15" },
            { id: 75, account_name: "foreigncurrency custodial", account_type: "expense", balance: "71672.74" },
            { id: 76, account_name: "savings brokerage debit", account_type: "liability", balance: "125723.29" },
            { id: 77, account_name: "retirement", account_type: "equity", balance: "272436.33" },
            { id: 78, account_name: "brokerage", account_type: "revenue", balance: "277540.24" },
            { id: 79, account_name: "cashmanagement", account_type: "revenue", balance: "5049.92" },
            { id: 80, account_name: "savings debit", account_type: "asset", balance: "594738.23" },
            { id: 81, account_name: "custodial checking", account_type: "expense", balance: "68483.06" },
            { id: 82, account_name: "foreigncurrency credit joint", account_type: "expense", balance: "140257.31" },
            { id: 83, account_name: "foreigncurrency savings", account_type: "asset", balance: "174142.88" },
            { id: 84, account_name: "checking", account_type: "asset", balance: "68177.76" },
            { id: 85, account_name: "highyield", account_type: "liability", balance: "505402.67" },
            { id: 86, account_name: "brokerage debit", account_type: "expense", balance: "773391.41" },
            { id: 87, account_name: "digital savings", account_type: "expense", balance: "1.11" },
            { id: 88, account_name: "credit digital retirement", account_type: "asset", balance: "425945.80" },
            { id: 89, account_name: "savings foreigncurrency", account_type: "asset", balance: "274604.74" },
            { id: 90, account_name: "business", account_type: "liability", balance: "63634.37" },
            { id: 91, account_name: "custodial debit checking", account_type: "asset", balance: "705998.23" },
            { id: 92, account_name: "moneymarket brokerage", account_type: "asset", balance: "186212.96" },
            { id: 93, account_name: "digital retirement", account_type: "asset", balance: "86.13" },
            { id: 94, account_name: "digital brokerage health", account_type: "expense", balance: "24641.92" },
            { id: 95, account_name: "savings escrow", account_type: "liability", balance: "86.11" },
            { id: 96, account_name: "checking savings moneymarket", account_type: "expense", balance: "2855.74" },
            { id: 97, account_name: "checking credit", account_type: "asset", balance: "7982.11" },
            { id: 98, account_name: "trust cashmanagement", account_type: "expense", balance: "297076.34" },
            { id: 99, account_name: "savings", account_type: "expense", balance: "4181.59" },
            { id: 100, account_name: "credit student", account_type: "asset", balance: "21545.49" },
        ],
    });
    await prisma.cost_centers.createMany({
        data: [
            { id: 1, cost_center_name: "innovation", budget: "89963.20", remaining_budget: "3183.79", expenses_to_date: "121242.48" },
            { id: 2, cost_center_name: "compliance quality support", budget: "2744.16", remaining_budget: "3253.69", expenses_to_date: "136945.33" },
            { id: 3, cost_center_name: "training research humanresources", budget: "15158.70", remaining_budget: "130588.65", expenses_to_date: "121693.87" },
            { id: 4, cost_center_name: "analytics customer compliance", budget: "177727.34", remaining_budget: "13784.94", expenses_to_date: "140776.69" },
            { id: 5, cost_center_name: "support innovation analytics", budget: "10371.26", remaining_budget: "65797.18", expenses_to_date: "88963.99" },
            { id: 6, cost_center_name: "compliance innovation support", budget: "6925.39", remaining_budget: "45.15", expenses_to_date: "162418.89" },
            { id: 7, cost_center_name: "development compliance", budget: "49056.53", remaining_budget: "5584.95", expenses_to_date: "114470.36" },
            { id: 8, cost_center_name: "sales strategy administration", budget: "1387.13", remaining_budget: "140274.00", expenses_to_date: "74165.25" },
            { id: 9, cost_center_name: "it customer", budget: "54119.02", remaining_budget: "97537.98", expenses_to_date: "86837.81" },
            { id: 10, cost_center_name: "compliance it research", budget: "9618.02", remaining_budget: "3777.77", expenses_to_date: "95747.08" },
            { id: 11, cost_center_name: "quality", budget: "2.78", remaining_budget: "28619.99", expenses_to_date: "148655.35" },
            { id: 12, cost_center_name: "legal support", budget: "1.04", remaining_budget: "179784.75", expenses_to_date: "81778.77" },
            { id: 13, cost_center_name: "marketing it customer", budget: "6121.11", remaining_budget: "6409.29", expenses_to_date: "83385.64" },
            { id: 14, cost_center_name: "support innovation analytics", budget: "0.21", remaining_budget: "51457.85", expenses_to_date: "112889.96" },
            { id: 15, cost_center_name: "sales", budget: "5.49", remaining_budget: "110786.33", expenses_to_date: "130301.84" },
            { id: 16, cost_center_name: "production strategy research", budget: "1135.93", remaining_budget: "155118.11", expenses_to_date: "82626.47" },
            { id: 17, cost_center_name: "it", budget: "13688.92", remaining_budget: "1744.49", expenses_to_date: "131836.57" },
            { id: 18, cost_center_name: "training strategy", budget: "2206.87", remaining_budget: "3507.73", expenses_to_date: "110888.21" },
            { id: 19, cost_center_name: "logistics", budget: "34705.67", remaining_budget: "109968.25", expenses_to_date: "107669.28" },
            { id: 20, cost_center_name: "research administration", budget: "2.15", remaining_budget: "137438.41", expenses_to_date: "97979.95" },
            { id: 21, cost_center_name: "innovation development", budget: "49783.13", remaining_budget: "84530.56", expenses_to_date: "100475.68" },
            { id: 22, cost_center_name: "legal sales", budget: "137.64", remaining_budget: "202.86", expenses_to_date: "119144.70" },
            { id: 23, cost_center_name: "logistics development", budget: "7531.71", remaining_budget: "107373.30", expenses_to_date: "120976.07" },
            { id: 24, cost_center_name: "training research it", budget: "3657.52", remaining_budget: "142207.42", expenses_to_date: "61363.08" },
            { id: 25, cost_center_name: "compliance support", budget: "16019.47", remaining_budget: "108.12", expenses_to_date: "45943.85" },
            { id: 26, cost_center_name: "customer analytics", budget: "120689.40", remaining_budget: "29676.62", expenses_to_date: "126054.28" },
            { id: 27, cost_center_name: "sales strategy", budget: "30572.69", remaining_budget: "9822.46", expenses_to_date: "88188.10" },
            { id: 28, cost_center_name: "quality it analytics", budget: "117914.27", remaining_budget: "14963.13", expenses_to_date: "88261.48" },
            { id: 29, cost_center_name: "humanresources", budget: "8095.20", remaining_budget: "133566.41", expenses_to_date: "88678.23" },
            { id: 30, cost_center_name: "quality finance research", budget: "7835.79", remaining_budget: "148.11", expenses_to_date: "78821.65" },
            { id: 31, cost_center_name: "humanresources quality customer", budget: "25925.84", remaining_budget: "38061.13", expenses_to_date: "104870.86" },
            { id: 32, cost_center_name: "strategy", budget: "75355.03", remaining_budget: "1252.41", expenses_to_date: "102822.69" },
            { id: 33, cost_center_name: "operations analytics administration", budget: "9700.72", remaining_budget: "3503.23", expenses_to_date: "103256.55" },
            { id: 34, cost_center_name: "operations sales logistics", budget: "13266.46", remaining_budget: "86101.64", expenses_to_date: "103410.50" },
            { id: 35, cost_center_name: "compliance", budget: "10.01", remaining_budget: "59955.76", expenses_to_date: "84697.35" },
            { id: 36, cost_center_name: "training innovation analytics", budget: "16134.44", remaining_budget: "100309.73", expenses_to_date: "181516.34" },
            { id: 37, cost_center_name: "logistics strategy", budget: "23208.11", remaining_budget: "133718.71", expenses_to_date: "58639.88" },
            { id: 38, cost_center_name: "quality", budget: "22726.51", remaining_budget: "51641.17", expenses_to_date: "53459.56" },
            { id: 39, cost_center_name: "strategy", budget: "547.47", remaining_budget: "8335.93", expenses_to_date: "103608.62" },
            { id: 40, cost_center_name: "marketing", budget: "5519.66", remaining_budget: "118077.64", expenses_to_date: "114118.88" },
            { id: 41, cost_center_name: "production", budget: "75356.75", remaining_budget: "147864.01", expenses_to_date: "95855.48" },
            { id: 42, cost_center_name: "innovation", budget: "5366.31", remaining_budget: "116506.03", expenses_to_date: "102211.42" },
            { id: 43, cost_center_name: "marketing", budget: "142697.80", remaining_budget: "33657.71", expenses_to_date: "142190.41" },
            { id: 44, cost_center_name: "operations administration marketing", budget: "22325.43", remaining_budget: "82054.87", expenses_to_date: "40357.84" },
            { id: 45, cost_center_name: "research production quality", budget: "34550.85", remaining_budget: "63760.51", expenses_to_date: "123774.72" },
            { id: 46, cost_center_name: "support", budget: "28854.72", remaining_budget: "4056.15", expenses_to_date: "114289.41" },
            { id: 47, cost_center_name: "finance production development", budget: "45936.49", remaining_budget: "2743.17", expenses_to_date: "127391.07" },
            { id: 48, cost_center_name: "marketing", budget: "1589.12", remaining_budget: "128394.54", expenses_to_date: "103526.70" },
            { id: 49, cost_center_name: "strategy production", budget: "6.34", remaining_budget: "70455.63", expenses_to_date: "72656.43" },
            { id: 50, cost_center_name: "development operations", budget: "73543.56", remaining_budget: "96283.51", expenses_to_date: "94931.37" },
        ],
    });
    await prisma.budgets.createMany({
        data: [
            { id: 1, cost_center_id: 49, project_name: "marketing", allocated_budget: "35046.78", budget_period: "2023-12-30" },
            { id: 2, cost_center_id: 11, project_name: "assessment", allocated_budget: "2408.61", budget_period: "2023-10-03" },
            { id: 3, cost_center_id: 45, project_name: "optimization automation", allocated_budget: "4791.10", budget_period: "2023-02-15" },
            { id: 4, cost_center_id: 44, project_name: "research", allocated_budget: "15601.18", budget_period: "2023-08-12" },
            { id: 5, cost_center_id: 48, project_name: "training integration", allocated_budget: "70050.01", budget_period: "2023-07-11" },
            { id: 6, cost_center_id: 5, project_name: "automation collaboration", allocated_budget: "6829.47", budget_period: "2023-10-02" },
            { id: 7, cost_center_id: 1, project_name: "expansion assessment", allocated_budget: "42358.50", budget_period: "2023-10-31" },
            { id: 8, cost_center_id: 27, project_name: "enhancement training strategy", allocated_budget: "14611.53", budget_period: "2023-10-05" },
            { id: 9, cost_center_id: 40, project_name: "integration assessment research", allocated_budget: "49170.68", budget_period: "2023-08-18" },
            { id: 10, cost_center_id: 25, project_name: "integration collaboration", allocated_budget: "31.91", budget_period: "2023-08-29" },
            { id: 11, cost_center_id: 23, project_name: "design migration research", allocated_budget: "206.06", budget_period: "2023-01-17" },
            { id: 12, cost_center_id: 26, project_name: "upgrade", allocated_budget: "53007.06", budget_period: "2023-01-09" },
            { id: 13, cost_center_id: 4, project_name: "implementation development", allocated_budget: "211.63", budget_period: "2023-07-18" },
            { id: 14, cost_center_id: 33, project_name: "upgrade integration automation", allocated_budget: "7.14", budget_period: "2023-07-24" },
            { id: 15, cost_center_id: 20, project_name: "design expansion innovation", allocated_budget: "75252.32", budget_period: "2023-09-26" },
            { id: 16, cost_center_id: 6, project_name: "assessment", allocated_budget: "14460.82", budget_period: "2023-08-17" },
            { id: 17, cost_center_id: 25, project_name: "optimization innovation strategy", allocated_budget: "14772.71", budget_period: "2023-12-18" },
            { id: 18, cost_center_id: 23, project_name: "assessment", allocated_budget: "10096.48", budget_period: "2023-11-24" },
            { id: 19, cost_center_id: 2, project_name: "evaluation", allocated_budget: "76623.75", budget_period: "2023-12-06" },
            { id: 20, cost_center_id: 47, project_name: "migration", allocated_budget: "2323.90", budget_period: "2023-12-13" },
            { id: 21, cost_center_id: 5, project_name: "implementation launch", allocated_budget: "49808.10", budget_period: "2023-08-25" },
            { id: 22, cost_center_id: 45, project_name: "implementation", allocated_budget: "82221.76", budget_period: "2023-12-17" },
            { id: 23, cost_center_id: 22, project_name: "evaluation research", allocated_budget: "18749.33", budget_period: "2023-01-19" },
            { id: 24, cost_center_id: 19, project_name: "training", allocated_budget: "55.34", budget_period: "2023-03-22" },
            { id: 25, cost_center_id: 9, project_name: "analysis marketing", allocated_budget: "76034.41", budget_period: "2023-09-18" },
            { id: 26, cost_center_id: 18, project_name: "implementation upgrade", allocated_budget: "18983.65", budget_period: "2023-09-04" },
            { id: 27, cost_center_id: 16, project_name: "launch strategy", allocated_budget: "98186.09", budget_period: "2023-01-28" },
            { id: 28, cost_center_id: 47, project_name: "migration", allocated_budget: "76073.08", budget_period: "2023-09-09" },
            { id: 29, cost_center_id: 24, project_name: "assessment automation analysis", allocated_budget: "17679.05", budget_period: "2023-03-20" },
            { id: 30, cost_center_id: 3, project_name: "strategy enhancement", allocated_budget: "11630.47", budget_period: "2023-02-03" },
            { id: 31, cost_center_id: 50, project_name: "research", allocated_budget: "57452.00", budget_period: "2023-12-07" },
            { id: 32, cost_center_id: 4, project_name: "collaboration", allocated_budget: "97233.25", budget_period: "2023-02-10" },
            { id: 33, cost_center_id: 21, project_name: "optimization", allocated_budget: "66760.73", budget_period: "2023-01-03" },
            { id: 34, cost_center_id: 7, project_name: "upgrade", allocated_budget: "17243.26", budget_period: "2023-03-06" },
            { id: 35, cost_center_id: 10, project_name: "research", allocated_budget: "30213.83", budget_period: "2023-04-07" },
            { id: 36, cost_center_id: 28, project_name: "implementation optimization research", allocated_budget: "76027.89", budget_period: "2023-10-24" },
            { id: 37, cost_center_id: 32, project_name: "development", allocated_budget: "7521.31", budget_period: "2023-12-31" },
            { id: 38, cost_center_id: 41, project_name: "expansion innovation design", allocated_budget: "12460.74", budget_period: "2023-05-06" },
            { id: 39, cost_center_id: 10, project_name: "launch", allocated_budget: "328.48", budget_period: "2023-08-24" },
            { id: 40, cost_center_id: 43, project_name: "assessment development implementation", allocated_budget: "86834.75", budget_period: "2023-12-17" },
            { id: 41, cost_center_id: 46, project_name: "evaluation design research", allocated_budget: "554.33", budget_period: "2023-10-01" },
            { id: 42, cost_center_id: 8, project_name: "analysis design", allocated_budget: "6907.04", budget_period: "2023-02-12" },
            { id: 43, cost_center_id: 24, project_name: "automation enhancement expansion", allocated_budget: "89943.08", budget_period: "2023-11-24" },
            { id: 44, cost_center_id: 37, project_name: "training strategy launch", allocated_budget: "69235.62", budget_period: "2023-03-04" },
            { id: 45, cost_center_id: 11, project_name: "launch enhancement", allocated_budget: "11165.69", budget_period: "2023-12-21" },
            { id: 46, cost_center_id: 31, project_name: "automation", allocated_budget: "77240.04", budget_period: "2023-07-24" },
            { id: 47, cost_center_id: 42, project_name: "integration evaluation", allocated_budget: "35939.72", budget_period: "2023-11-17" },
            { id: 48, cost_center_id: 33, project_name: "implementation training marketing", allocated_budget: "41721.13", budget_period: "2023-11-20" },
            { id: 49, cost_center_id: 47, project_name: "integration expansion development", allocated_budget: "40315.79", budget_period: "2023-11-25" },
            { id: 50, cost_center_id: 17, project_name: "assessment migration integration", allocated_budget: "96348.84", budget_period: "2023-02-25" },
            { id: 51, cost_center_id: 26, project_name: "training", allocated_budget: "60392.58", budget_period: "2023-11-18" },
            { id: 52, cost_center_id: 27, project_name: "implementation", allocated_budget: "23666.93", budget_period: "2023-02-01" },
            { id: 53, cost_center_id: 15, project_name: "optimization", allocated_budget: "925.03", budget_period: "2023-09-12" },
            { id: 54, cost_center_id: 37, project_name: "collaboration launch", allocated_budget: "5179.99", budget_period: "2023-05-14" },
            { id: 55, cost_center_id: 15, project_name: "collaboration automation training", allocated_budget: "11515.11", budget_period: "2023-09-23" },
            { id: 56, cost_center_id: 24, project_name: "automation strategy", allocated_budget: "45150.82", budget_period: "2023-12-06" },
            { id: 57, cost_center_id: 7, project_name: "strategy collaboration assessment", allocated_budget: "6050.18", budget_period: "2023-11-11" },
            { id: 58, cost_center_id: 28, project_name: "integration migration assessment", allocated_budget: "7.06", budget_period: "2023-10-03" },
            { id: 59, cost_center_id: 22, project_name: "implementation design migration", allocated_budget: "78714.03", budget_period: "2023-12-25" },
            { id: 60, cost_center_id: 5, project_name: "training innovation upgrade", allocated_budget: "21999.04", budget_period: "2023-10-16" },
            { id: 61, cost_center_id: 48, project_name: "design analysis", allocated_budget: "1158.68", budget_period: "2023-12-14" },
            { id: 62, cost_center_id: 47, project_name: "optimization marketing", allocated_budget: "35868.78", budget_period: "2023-05-15" },
            { id: 63, cost_center_id: 30, project_name: "integration collaboration design", allocated_budget: "46720.31", budget_period: "2023-01-19" },
            { id: 64, cost_center_id: 13, project_name: "evaluation innovation implementation", allocated_budget: "60899.41", budget_period: "2023-11-21" },
            { id: 65, cost_center_id: 7, project_name: "collaboration", allocated_budget: "48167.81", budget_period: "2023-12-19" },
            { id: 66, cost_center_id: 28, project_name: "marketing expansion", allocated_budget: "26819.01", budget_period: "2023-11-16" },
            { id: 67, cost_center_id: 16, project_name: "expansion upgrade automation", allocated_budget: "146.60", budget_period: "2023-05-25" },
            { id: 68, cost_center_id: 39, project_name: "collaboration", allocated_budget: "12680.17", budget_period: "2023-01-28" },
            { id: 69, cost_center_id: 22, project_name: "expansion", allocated_budget: "97988.97", budget_period: "2023-11-21" },
            { id: 70, cost_center_id: 8, project_name: "analysis", allocated_budget: "1.83", budget_period: "2023-11-21" },
            { id: 71, cost_center_id: 28, project_name: "migration automation", allocated_budget: "26451.44", budget_period: "2023-03-30" },
            { id: 72, cost_center_id: 49, project_name: "analysis", allocated_budget: "73315.53", budget_period: "2023-10-27" },
            { id: 73, cost_center_id: 44, project_name: "collaboration", allocated_budget: "10.11", budget_period: "2023-12-13" },
            { id: 74, cost_center_id: 28, project_name: "analysis", allocated_budget: "65951.58", budget_period: "2023-04-14" },
            { id: 75, cost_center_id: 3, project_name: "development", allocated_budget: "56220.53", budget_period: "2023-12-11" },
            { id: 76, cost_center_id: 38, project_name: "automation collaboration", allocated_budget: "9754.66", budget_period: "2023-11-22" },
            { id: 77, cost_center_id: 39, project_name: "development analysis", allocated_budget: "21282.27", budget_period: "2023-02-09" },
            { id: 78, cost_center_id: 36, project_name: "launch", allocated_budget: "62031.30", budget_period: "2023-11-22" },
            { id: 79, cost_center_id: 31, project_name: "expansion", allocated_budget: "10527.05", budget_period: "2023-02-10" },
            { id: 80, cost_center_id: 6, project_name: "innovation expansion upgrade", allocated_budget: "22106.26", budget_period: "2023-08-20" },
            { id: 81, cost_center_id: 5, project_name: "design", allocated_budget: "16382.37", budget_period: "2023-07-04" },
            { id: 82, cost_center_id: 4, project_name: "analysis launch strategy", allocated_budget: "36828.18", budget_period: "2023-10-04" },
            { id: 83, cost_center_id: 15, project_name: "implementation integration", allocated_budget: "97289.22", budget_period: "2023-12-26" },
            { id: 84, cost_center_id: 42, project_name: "enhancement strategy", allocated_budget: "6492.01", budget_period: "2023-08-05" },
            { id: 85, cost_center_id: 46, project_name: "marketing design migration", allocated_budget: "5223.42", budget_period: "2023-09-12" },
            { id: 86, cost_center_id: 38, project_name: "launch", allocated_budget: "9308.64", budget_period: "2023-06-04" },
            { id: 87, cost_center_id: 29, project_name: "launch research", allocated_budget: "5344.30", budget_period: "2023-04-18" },
            { id: 88, cost_center_id: 2, project_name: "training upgrade", allocated_budget: "56457.16", budget_period: "2023-01-30" },
            { id: 89, cost_center_id: 31, project_name: "migration enhancement development", allocated_budget: "9992.75", budget_period: "2023-09-28" },
            { id: 90, cost_center_id: 31, project_name: "strategy evaluation", allocated_budget: "18966.65", budget_period: "2023-02-03" },
            { id: 91, cost_center_id: 43, project_name: "launch migration innovation", allocated_budget: "4352.70", budget_period: "2023-10-03" },
            { id: 92, cost_center_id: 24, project_name: "research launch optimization", allocated_budget: "13353.45", budget_period: "2023-07-14" },
            { id: 93, cost_center_id: 13, project_name: "expansion analysis development", allocated_budget: "22188.39", budget_period: "2023-03-24" },
            { id: 94, cost_center_id: 44, project_name: "training", allocated_budget: "97264.60", budget_period: "2023-03-16" },
            { id: 95, cost_center_id: 38, project_name: "upgrade marketing strategy", allocated_budget: "34297.21", budget_period: "2023-10-31" },
            { id: 96, cost_center_id: 19, project_name: "automation", allocated_budget: "47087.62", budget_period: "2023-04-27" },
            { id: 97, cost_center_id: 8, project_name: "integration collaboration", allocated_budget: "63342.34", budget_period: "2023-10-14" },
            { id: 98, cost_center_id: 49, project_name: "research", allocated_budget: "68631.61", budget_period: "2023-09-22" },
            { id: 99, cost_center_id: 5, project_name: "implementation enhancement analysis", allocated_budget: "82722.77", budget_period: "2023-03-15" },
            { id: 100, cost_center_id: 6, project_name: "optimization assessment", allocated_budget: "19342.44", budget_period: "2023-05-07" },
        ],
    });
    await prisma.journal_entries.createMany({
        data: [
            { id: 1, account_id: 35, transaction_date: new Date("2023-08-30T20:19:17Z"), amount: "-6642.81", description: "The account owner reported a late issue; the record was confirmed." },
            { id: 2, account_id: 32, transaction_date: new Date("2023-02-06T12:16:57Z"), amount: "2714.57", description: "The account owner reported a late issue; the payment was updated." },
            { id: 3, account_id: 27, transaction_date: new Date("2023-10-27T15:52:38Z"), amount: "-9731.84", description: "The courier asked for a change and the invoice was closed." },
            { id: 4, account_id: 75, transaction_date: new Date("2023-02-02T21:30:28Z"), amount: "-6877.81", description: "The supplier reported a standard issue; the record was delayed." },
            { id: 5, account_id: 57, transaction_date: new Date("2023-12-06T05:27:41Z"), amount: "8227.84", description: "A duplicate follow-up: the request was delayed." },
            { id: 6, account_id: 9, transaction_date: new Date("2023-12-20T10:38:07Z"), amount: "3591.32", description: "No response from support, so the transfer was reviewed." },
            { id: 7, account_id: 43, transaction_date: new Date("2023-04-05T18:29:24Z"), amount: "-9882.84", description: "A manual follow-up: the delivery was approved." },
            { id: 8, account_id: 63, transaction_date: new Date("2023-01-11T13:33:12Z"), amount: "-8287.07", description: "The session was resolved after a minor check." },
            { id: 9, account_id: 7, transaction_date: new Date("2023-01-06T10:46:38Z"), amount: "-2244.04", description: "No response from the courier, so the booking was escalated." },
            { id: 10, account_id: 90, transaction_date: new Date("2023-11-10T20:28:50Z"), amount: "7747.02", description: "The account owner asked for a change and the payment was escalated." },
            { id: 11, account_id: 40, transaction_date: new Date("2023-08-03T11:34:55Z"), amount: "9750.09", description: "No response from the courier, so the invoice was rejected." },
            { id: 12, account_id: 56, transaction_date: new Date("2023-09-03T14:00:19Z"), amount: "-1518.68", description: "The report was processed — duplicate case, no further action." },
            { id: 13, account_id: 52, transaction_date: new Date("2023-03-21T08:26:01Z"), amount: "-9250.47", description: "The refund was rejected following a minor review." },
            { id: 14, account_id: 76, transaction_date: new Date("2023-01-19T17:05:27Z"), amount: "-4575.93", description: "The appointment was rejected — incomplete case, no further action." },
            { id: 15, account_id: 37, transaction_date: new Date("2023-07-18T14:31:57Z"), amount: "-9556.64", description: "The ticket was rescheduled — unusual case, no further action." },
            { id: 16, account_id: 73, transaction_date: new Date("2023-11-12T19:27:24Z"), amount: "-4993.44", description: "An unusual transfer was reviewed the same day." },
            { id: 17, account_id: 9, transaction_date: new Date("2023-06-09T21:06:19Z"), amount: "-9574.11", description: "A routine follow-up: the invoice was rescheduled." },
            { id: 18, account_id: 39, transaction_date: new Date("2023-05-30T12:57:36Z"), amount: "-1995.13", description: "A repeat follow-up: the transfer was replaced." },
            { id: 19, account_id: 50, transaction_date: new Date("2023-08-28T18:52:38Z"), amount: "-9615.85", description: "The delivery was updated following an automatic review." },
            { id: 20, account_id: 30, transaction_date: new Date("2023-12-16T17:26:45Z"), amount: "-6322.04", description: "No response from the account owner, so the booking was updated." },
            { id: 21, account_id: 98, transaction_date: new Date("2023-09-10T16:29:29Z"), amount: "5221.71", description: "The account owner confirmed the details and the request was completed." },
            { id: 22, account_id: 92, transaction_date: new Date("2023-06-28T10:34:57Z"), amount: "3851.21", description: "The team reported an unusual issue; the ticket was reviewed." },
            { id: 23, account_id: 92, transaction_date: new Date("2023-08-30T09:12:42Z"), amount: "-7448.04", description: "The booking was approved following an automatic review." },
            { id: 24, account_id: 86, transaction_date: new Date("2023-02-12T07:47:06Z"), amount: "2929.80", description: "The refund was refunded — unusual case, no further action." },
            { id: 25, account_id: 18, transaction_date: new Date("2023-07-14T15:02:11Z"), amount: "-9591.01", description: "A partial claim was replaced the same day." },
            { id: 26, account_id: 50, transaction_date: new Date("2023-02-05T20:07:18Z"), amount: "-9815.28", description: "The customer confirmed the details and the delivery was resolved." },
            { id: 27, account_id: 24, transaction_date: new Date("2023-07-27T20:31:57Z"), amount: "8364.17", description: "An incomplete follow-up: the item was escalated." },
            { id: 28, account_id: 10, transaction_date: new Date("2023-02-23T06:47:01Z"), amount: "-3067.56", description: "The request was approved following a standard review." },
            { id: 29, account_id: 70, transaction_date: new Date("2023-08-10T15:08:47Z"), amount: "-8924.62", description: "The team asked for a change and the session was confirmed." },
            { id: 30, account_id: 10, transaction_date: new Date("2023-12-02T11:05:17Z"), amount: "-2694.24", description: "The delivery was reopened after an urgent check." },
            { id: 31, account_id: 68, transaction_date: new Date("2023-07-31T10:10:04Z"), amount: "-3597.09", description: "Support confirmed the details and the session was approved." },
            { id: 32, account_id: 50, transaction_date: new Date("2023-09-29T15:21:04Z"), amount: "-269.50", description: "The payment was processed — standard case, no further action." },
            { id: 33, account_id: 38, transaction_date: new Date("2023-10-21T08:35:14Z"), amount: "-9991.61", description: "The payment was refunded — manual case, no further action." },
            { id: 34, account_id: 5, transaction_date: new Date("2023-04-01T16:29:12Z"), amount: "-8674.80", description: "The account owner confirmed the details and the account was delayed." },
            { id: 35, account_id: 15, transaction_date: new Date("2023-06-29T19:18:16Z"), amount: "-1469.64", description: "An operator asked for a change and the delivery was completed." },
            { id: 36, account_id: 41, transaction_date: new Date("2023-02-25T18:49:21Z"), amount: "4499.24", description: "Flagged as partial. The customer closed the transfer." },
            { id: 37, account_id: 87, transaction_date: new Date("2023-07-31T07:34:41Z"), amount: "-6552.91", description: "The booking was closed after an incomplete check." },
            { id: 38, account_id: 3, transaction_date: new Date("2023-03-15T09:31:00Z"), amount: "-5272.84", description: "The invoice was updated after a partial check." },
            { id: 39, account_id: 80, transaction_date: new Date("2023-07-01T10:13:38Z"), amount: "1218.06", description: "An operator confirmed the details and the booking was resolved." },
            { id: 40, account_id: 98, transaction_date: new Date("2023-07-27T12:01:20Z"), amount: "-5004.98", description: "An incomplete order was reviewed the same day." },
            { id: 41, account_id: 38, transaction_date: new Date("2023-12-06T11:48:03Z"), amount: "-7340.97", description: "The reviewer asked for a change and the order was refunded." },
            { id: 42, account_id: 45, transaction_date: new Date("2023-01-28T17:19:09Z"), amount: "-6857.38", description: "The booking was approved following a routine review." },
            { id: 43, account_id: 64, transaction_date: new Date("2023-03-23T09:28:58Z"), amount: "-7765.16", description: "Flagged as manual. Support rescheduled the record." },
            { id: 44, account_id: 25, transaction_date: new Date("2023-06-19T02:28:01Z"), amount: "2337.71", description: "The courier asked for a change and the request was updated." },
            { id: 45, account_id: 25, transaction_date: new Date("2023-08-26T18:21:51Z"), amount: "-7708.14", description: "The report was updated after a duplicate check." },
            { id: 46, account_id: 84, transaction_date: new Date("2023-06-24T19:02:59Z"), amount: "-8375.54", description: "The reviewer asked for a change and the invoice was reopened." },
            { id: 47, account_id: 42, transaction_date: new Date("2023-04-19T00:08:54Z"), amount: "-9376.19", description: "An operator asked for a change and the appointment was completed." },
            { id: 48, account_id: 94, transaction_date: new Date("2023-03-05T09:12:43Z"), amount: "3042.81", description: "The invoice was confirmed after a minor check." },
            { id: 49, account_id: 13, transaction_date: new Date("2023-10-21T05:29:00Z"), amount: "9071.12", description: "The account owner reported a duplicate issue; the shipment was escalated." },
            { id: 50, account_id: 63, transaction_date: new Date("2023-09-17T15:25:34Z"), amount: "-9130.99", description: "The ticket was escalated after a minor check." },
            { id: 51, account_id: 74, transaction_date: new Date("2023-10-04T19:01:15Z"), amount: "6436.25", description: "A duplicate document was reopened the same day." },
            { id: 52, account_id: 12, transaction_date: new Date("2023-08-24T02:07:49Z"), amount: "-1028.59", description: "A partial shipment was escalated the same day." },
            { id: 53, account_id: 2, transaction_date: new Date("2023-04-15T23:33:10Z"), amount: "-4752.40", description: "No response from the reviewer, so the account was approved." },
            { id: 54, account_id: 58, transaction_date: new Date("2023-01-29T18:15:35Z"), amount: "2762.01", description: "No response from the account owner, so the invoice was delayed." },
            { id: 55, account_id: 87, transaction_date: new Date("2023-01-17T17:45:28Z"), amount: "-9288.58", description: "The account owner asked for a change and the session was rescheduled." },
            { id: 56, account_id: 21, transaction_date: new Date("2023-06-08T09:38:17Z"), amount: "-9659.95", description: "A late request was reviewed the same day." },
            { id: 57, account_id: 37, transaction_date: new Date("2023-01-27T11:20:17Z"), amount: "-9792.87", description: "A standard follow-up: the delivery was escalated." },
            { id: 58, account_id: 84, transaction_date: new Date("2023-08-03T17:47:28Z"), amount: "-8486.34", description: "The courier reported an automatic issue; the order was cancelled." },
            { id: 59, account_id: 59, transaction_date: new Date("2023-01-22T03:36:57Z"), amount: "-9841.21", description: "An operator reported an urgent issue; the transfer was resolved." },
            { id: 60, account_id: 94, transaction_date: new Date("2023-04-22T11:17:06Z"), amount: "4660.95", description: "The shipment was reviewed after a repeat check." },
            { id: 61, account_id: 49, transaction_date: new Date("2023-02-26T16:22:43Z"), amount: "-1755.74", description: "A duplicate transfer was closed the same day." },
            { id: 62, account_id: 83, transaction_date: new Date("2023-08-14T16:05:07Z"), amount: "-9216.24", description: "The payment was resolved — unusual case, no further action." },
            { id: 63, account_id: 1, transaction_date: new Date("2023-06-29T13:00:02Z"), amount: "-4503.32", description: "A minor follow-up: the ticket was refunded." },
            { id: 64, account_id: 23, transaction_date: new Date("2023-11-16T08:40:17Z"), amount: "-992.48", description: "A duplicate follow-up: the invoice was rejected." },
            { id: 65, account_id: 37, transaction_date: new Date("2023-09-12T23:33:24Z"), amount: "-8547.77", description: "Flagged as automatic. The account owner delayed the order." },
            { id: 66, account_id: 90, transaction_date: new Date("2023-05-23T13:56:38Z"), amount: "3836.34", description: "The team reported a manual issue; the order was reopened." },
            { id: 67, account_id: 22, transaction_date: new Date("2023-06-08T20:59:37Z"), amount: "6115.19", description: "No response from the account owner, so the document was updated." },
            { id: 68, account_id: 76, transaction_date: new Date("2023-07-15T17:10:37Z"), amount: "-9666.19", description: "No response from the account owner, so the account was reviewed." },
            { id: 69, account_id: 75, transaction_date: new Date("2023-07-20T10:31:40Z"), amount: "2559.48", description: "An operator confirmed the details and the session was refunded." },
            { id: 70, account_id: 74, transaction_date: new Date("2023-10-07T20:58:27Z"), amount: "-9864.19", description: "The document was completed following a manual review." },
            { id: 71, account_id: 38, transaction_date: new Date("2023-01-05T08:05:50Z"), amount: "-1593.70", description: "A partial follow-up: the session was reopened." },
            { id: 72, account_id: 84, transaction_date: new Date("2023-12-12T19:13:51Z"), amount: "-6921.77", description: "No response from the courier, so the transfer was approved." },
            { id: 73, account_id: 78, transaction_date: new Date("2023-04-16T19:18:28Z"), amount: "8836.44", description: "The reviewer asked for a change and the appointment was escalated." },
            { id: 74, account_id: 77, transaction_date: new Date("2023-03-25T01:28:46Z"), amount: "7702.65", description: "The request was reopened following an unusual review." },
            { id: 75, account_id: 73, transaction_date: new Date("2023-05-24T08:46:40Z"), amount: "-9768.33", description: "The customer confirmed the details and the document was rejected." },
            { id: 76, account_id: 16, transaction_date: new Date("2023-11-07T17:38:32Z"), amount: "-6278.43", description: "The item was updated — partial case, no further action." },
            { id: 77, account_id: 8, transaction_date: new Date("2023-03-29T11:55:52Z"), amount: "8015.08", description: "The item was closed following a late review." },
            { id: 78, account_id: 85, transaction_date: new Date("2023-04-20T22:17:41Z"), amount: "-9846.62", description: "The reviewer confirmed the details and the booking was refunded." },
            { id: 79, account_id: 85, transaction_date: new Date("2023-01-21T18:10:33Z"), amount: "-9319.27", description: "The team asked for a change and the refund was replaced." },
            { id: 80, account_id: 2, transaction_date: new Date("2023-10-20T08:07:15Z"), amount: "-3700.66", description: "The claim was confirmed following a routine review." },
            { id: 81, account_id: 69, transaction_date: new Date("2023-02-09T23:08:24Z"), amount: "5027.80", description: "Support asked for a change and the session was confirmed." },
            { id: 82, account_id: 54, transaction_date: new Date("2023-12-27T20:41:08Z"), amount: "-3541.13", description: "The report was completed — incomplete case, no further action." },
            { id: 83, account_id: 75, transaction_date: new Date("2023-02-01T22:49:59Z"), amount: "2725.12", description: "The reviewer asked for a change and the shipment was cancelled." },
            { id: 84, account_id: 58, transaction_date: new Date("2023-02-12T16:35:26Z"), amount: "-1478.86", description: "Flagged as repeat. The reviewer approved the invoice." },
            { id: 85, account_id: 18, transaction_date: new Date("2023-04-07T15:06:18Z"), amount: "-635.73", description: "The supplier asked for a change and the invoice was resolved." },
            { id: 86, account_id: 9, transaction_date: new Date("2023-04-29T15:18:48Z"), amount: "-3801.73", description: "The refund was approved — routine case, no further action." },
            { id: 87, account_id: 28, transaction_date: new Date("2023-05-20T01:40:28Z"), amount: "-9961.42", description: "The document was refunded after a routine check." },
            { id: 88, account_id: 55, transaction_date: new Date("2023-11-14T18:51:34Z"), amount: "-9416.25", description: "The delivery was approved — late case, no further action." },
            { id: 89, account_id: 4, transaction_date: new Date("2023-12-09T21:15:36Z"), amount: "-3472.46", description: "The session was closed following a repeat review." },
            { id: 90, account_id: 92, transaction_date: new Date("2023-01-15T20:15:47Z"), amount: "-8888.66", description: "A routine follow-up: the report was closed." },
            { id: 91, account_id: 100, transaction_date: new Date("2023-12-01T17:44:26Z"), amount: "-2200.32", description: "The booking was cancelled after a standard check." },
            { id: 92, account_id: 11, transaction_date: new Date("2023-01-19T23:12:16Z"), amount: "-9551.42", description: "The team confirmed the details and the order was delayed." },
            { id: 93, account_id: 18, transaction_date: new Date("2023-03-20T07:50:07Z"), amount: "-2631.18", description: "The booking was resolved following a duplicate review." },
            { id: 94, account_id: 99, transaction_date: new Date("2023-04-13T22:57:47Z"), amount: "5662.27", description: "The session was escalated after an automatic check." },
            { id: 95, account_id: 60, transaction_date: new Date("2023-07-12T22:32:33Z"), amount: "-6375.69", description: "The invoice was approved after a partial check." },
            { id: 96, account_id: 39, transaction_date: new Date("2023-03-10T20:02:58Z"), amount: "-9999.56", description: "The team asked for a change and the delivery was cancelled." },
            { id: 97, account_id: 16, transaction_date: new Date("2023-06-28T00:05:55Z"), amount: "946.48", description: "The report was replaced — late case, no further action." },
            { id: 98, account_id: 9, transaction_date: new Date("2023-10-11T09:59:15Z"), amount: "3064.86", description: "Flagged as standard. Support confirmed the item." },
            { id: 99, account_id: 14, transaction_date: new Date("2023-08-19T16:50:26Z"), amount: "-5094.59", description: "An unusual ticket was completed the same day." },
            { id: 100, account_id: 50, transaction_date: new Date("2023-01-20T22:46:06Z"), amount: "1745.24", description: "Flagged as duplicate. The reviewer escalated the shipment." },
            { id: 101, account_id: 17, transaction_date: new Date("2023-01-13T23:39:39Z"), amount: "-6190.02", description: "The account owner asked for a change and the transfer was refunded." },
            { id: 102, account_id: 83, transaction_date: new Date("2023-06-17T05:14:38Z"), amount: "-805.11", description: "The customer asked for a change and the transfer was rejected." },
            { id: 103, account_id: 39, transaction_date: new Date("2023-04-28T12:35:01Z"), amount: "-6964.51", description: "The claim was rescheduled following a manual review." },
            { id: 104, account_id: 66, transaction_date: new Date("2023-03-16T20:31:28Z"), amount: "-4086.66", description: "The account was reviewed following an incomplete review." },
            { id: 105, account_id: 43, transaction_date: new Date("2023-03-14T18:04:07Z"), amount: "9173.48", description: "An automatic transfer was confirmed the same day." },
            { id: 106, account_id: 93, transaction_date: new Date("2023-11-07T05:07:05Z"), amount: "-9999.55", description: "The customer reported a manual issue; the order was completed." },
            { id: 107, account_id: 66, transaction_date: new Date("2023-11-21T14:37:41Z"), amount: "-6113.60", description: "A late follow-up: the booking was closed." },
            { id: 108, account_id: 57, transaction_date: new Date("2023-04-11T19:05:43Z"), amount: "-7922.11", description: "The session was confirmed after an urgent check." },
            { id: 109, account_id: 27, transaction_date: new Date("2023-03-06T11:36:23Z"), amount: "3829.76", description: "An incomplete follow-up: the transfer was rescheduled." },
            { id: 110, account_id: 76, transaction_date: new Date("2023-08-22T17:26:06Z"), amount: "-8545.95", description: "An urgent account was delayed the same day." },
            { id: 111, account_id: 46, transaction_date: new Date("2023-01-28T19:22:22Z"), amount: "-8338.78", description: "The record was rescheduled following an automatic review." },
            { id: 112, account_id: 38, transaction_date: new Date("2023-01-14T15:20:34Z"), amount: "7774.39", description: "Flagged as incomplete. Support reviewed the document." },
            { id: 113, account_id: 36, transaction_date: new Date("2023-11-20T15:25:51Z"), amount: "7640.59", description: "The booking was refunded following an unusual review." },
            { id: 114, account_id: 51, transaction_date: new Date("2023-03-05T21:51:55Z"), amount: "6628.79", description: "The account owner confirmed the details and the booking was rescheduled." },
            { id: 115, account_id: 6, transaction_date: new Date("2023-07-12T06:02:50Z"), amount: "4088.52", description: "A partial report was delayed the same day." },
            { id: 116, account_id: 95, transaction_date: new Date("2023-01-06T16:19:19Z"), amount: "-4554.57", description: "No response from the account owner, so the account was delayed." },
            { id: 117, account_id: 10, transaction_date: new Date("2023-06-17T16:54:50Z"), amount: "-9963.61", description: "A manual claim was cancelled the same day." },
            { id: 118, account_id: 26, transaction_date: new Date("2023-10-14T19:53:10Z"), amount: "-9566.92", description: "The customer reported an automatic issue; the booking was escalated." },
            { id: 119, account_id: 34, transaction_date: new Date("2023-11-22T19:18:02Z"), amount: "-4579.83", description: "The order was refunded after an incomplete check." },
            { id: 120, account_id: 57, transaction_date: new Date("2023-05-16T12:22:03Z"), amount: "-3836.94", description: "A standard session was replaced the same day." },
            { id: 121, account_id: 39, transaction_date: new Date("2023-12-15T12:44:55Z"), amount: "3026.09", description: "The team reported a repeat issue; the delivery was closed." },
            { id: 122, account_id: 33, transaction_date: new Date("2023-10-05T12:23:44Z"), amount: "-446.39", description: "Flagged as urgent. The customer completed the document." },
            { id: 123, account_id: 91, transaction_date: new Date("2023-02-11T11:47:46Z"), amount: "2321.86", description: "Support confirmed the details and the invoice was reopened." },
            { id: 124, account_id: 54, transaction_date: new Date("2023-03-17T16:52:28Z"), amount: "7877.07", description: "The customer asked for a change and the delivery was completed." },
            { id: 125, account_id: 98, transaction_date: new Date("2023-11-20T08:19:13Z"), amount: "-9601.55", description: "Flagged as minor. The team cancelled the refund." },
            { id: 126, account_id: 74, transaction_date: new Date("2023-09-07T19:40:00Z"), amount: "-9340.63", description: "Flagged as incomplete. The reviewer resolved the document." },
            { id: 127, account_id: 94, transaction_date: new Date("2023-08-25T23:02:45Z"), amount: "-9221.81", description: "The supplier reported a routine issue; the appointment was approved." },
            { id: 128, account_id: 12, transaction_date: new Date("2023-01-28T10:44:11Z"), amount: "-197.44", description: "The supplier confirmed the details and the request was processed." },
            { id: 129, account_id: 38, transaction_date: new Date("2023-10-20T10:14:48Z"), amount: "-9765.40", description: "The booking was completed following a duplicate review." },
            { id: 130, account_id: 39, transaction_date: new Date("2023-12-30T18:02:17Z"), amount: "-9144.00", description: "The courier reported a minor issue; the invoice was refunded." },
            { id: 131, account_id: 48, transaction_date: new Date("2023-08-26T17:23:20Z"), amount: "9031.33", description: "Flagged as routine. The account owner cancelled the ticket." },
            { id: 132, account_id: 32, transaction_date: new Date("2023-12-05T06:45:52Z"), amount: "-8167.55", description: "No response from the reviewer, so the request was rejected." },
            { id: 133, account_id: 76, transaction_date: new Date("2023-09-18T20:51:00Z"), amount: "-8936.52", description: "The invoice was confirmed — urgent case, no further action." },
            { id: 134, account_id: 8, transaction_date: new Date("2023-08-11T12:26:33Z"), amount: "-9538.76", description: "No response from the reviewer, so the request was updated." },
            { id: 135, account_id: 49, transaction_date: new Date("2023-02-06T19:37:13Z"), amount: "-8122.64", description: "Support reported a standard issue; the document was processed." },
            { id: 136, account_id: 85, transaction_date: new Date("2023-07-01T10:07:21Z"), amount: "-3643.39", description: "An unusual claim was replaced the same day." },
            { id: 137, account_id: 22, transaction_date: new Date("2023-09-20T17:01:30Z"), amount: "6764.41", description: "The request was delayed — minor case, no further action." },
            { id: 138, account_id: 69, transaction_date: new Date("2023-05-12T19:05:36Z"), amount: "-6137.08", description: "A partial document was updated the same day." },
            { id: 139, account_id: 67, transaction_date: new Date("2023-02-01T23:42:03Z"), amount: "9940.52", description: "The team asked for a change and the delivery was approved." },
            { id: 140, account_id: 97, transaction_date: new Date("2023-01-15T06:17:29Z"), amount: "-1514.17", description: "The reviewer confirmed the details and the booking was closed." },
            { id: 141, account_id: 28, transaction_date: new Date("2023-09-30T14:49:29Z"), amount: "-6613.16", description: "No response from the team, so the record was rejected." },
            { id: 142, account_id: 53, transaction_date: new Date("2023-09-29T13:58:24Z"), amount: "-9604.66", description: "The shipment was confirmed following an automatic review." },
            { id: 143, account_id: 20, transaction_date: new Date("2023-04-27T20:37:39Z"), amount: "-8829.38", description: "A minor follow-up: the account was delayed." },
            { id: 144, account_id: 72, transaction_date: new Date("2023-08-14T23:35:13Z"), amount: "-8926.88", description: "The session was rejected — urgent case, no further action." },
            { id: 145, account_id: 65, transaction_date: new Date("2023-11-21T10:54:43Z"), amount: "-9617.67", description: "The session was resolved — incomplete case, no further action." },
            { id: 146, account_id: 48, transaction_date: new Date("2023-11-23T20:50:27Z"), amount: "-8775.97", description: "A late follow-up: the request was rescheduled." },
            { id: 147, account_id: 35, transaction_date: new Date("2023-11-28T19:57:55Z"), amount: "-4489.59", description: "No response from support, so the invoice was delayed." },
            { id: 148, account_id: 22, transaction_date: new Date("2023-12-25T21:07:00Z"), amount: "-9608.91", description: "An operator reported a manual issue; the record was escalated." },
            { id: 149, account_id: 14, transaction_date: new Date("2023-01-13T16:16:10Z"), amount: "-1488.45", description: "The account owner confirmed the details and the request was replaced." },
            { id: 150, account_id: 36, transaction_date: new Date("2023-04-04T11:31:06Z"), amount: "-8925.26", description: "An operator confirmed the details and the ticket was processed." },
            { id: 151, account_id: 79, transaction_date: new Date("2023-11-20T16:07:21Z"), amount: "-4883.55", description: "A standard delivery was processed the same day." },
            { id: 152, account_id: 16, transaction_date: new Date("2023-06-22T17:44:57Z"), amount: "-9644.48", description: "The booking was cancelled — repeat case, no further action." },
            { id: 153, account_id: 89, transaction_date: new Date("2023-08-05T12:13:44Z"), amount: "4919.47", description: "A manual appointment was refunded the same day." },
            { id: 154, account_id: 72, transaction_date: new Date("2023-06-17T21:36:01Z"), amount: "-5820.30", description: "A minor follow-up: the delivery was closed." },
            { id: 155, account_id: 51, transaction_date: new Date("2023-01-22T20:48:41Z"), amount: "-4695.63", description: "The supplier reported an incomplete issue; the booking was approved." },
            { id: 156, account_id: 87, transaction_date: new Date("2023-09-02T09:59:51Z"), amount: "-7972.20", description: "No response from the supplier, so the refund was updated." },
            { id: 157, account_id: 18, transaction_date: new Date("2023-06-21T20:24:59Z"), amount: "5029.47", description: "No response from the customer, so the report was reopened." },
            { id: 158, account_id: 91, transaction_date: new Date("2023-12-28T21:35:23Z"), amount: "5855.25", description: "An incomplete follow-up: the ticket was cancelled." },
            { id: 159, account_id: 12, transaction_date: new Date("2023-11-01T01:50:36Z"), amount: "-9795.82", description: "The delivery was delayed after a routine check." },
            { id: 160, account_id: 82, transaction_date: new Date("2023-10-16T09:18:01Z"), amount: "8713.74", description: "Flagged as duplicate. Support reviewed the request." },
            { id: 161, account_id: 37, transaction_date: new Date("2023-03-15T15:03:56Z"), amount: "-7051.06", description: "The customer reported a manual issue; the shipment was replaced." },
            { id: 162, account_id: 79, transaction_date: new Date("2023-10-04T12:52:24Z"), amount: "7785.56", description: "The report was rejected after a routine check." },
            { id: 163, account_id: 66, transaction_date: new Date("2023-08-22T22:40:10Z"), amount: "-9868.16", description: "The transfer was escalated after a partial check." },
            { id: 164, account_id: 43, transaction_date: new Date("2023-09-24T14:29:33Z"), amount: "-4941.79", description: "Flagged as minor. The courier rescheduled the ticket." },
            { id: 165, account_id: 79, transaction_date: new Date("2023-05-08T06:06:09Z"), amount: "-3124.96", description: "Support confirmed the details and the item was replaced." },
            { id: 166, account_id: 64, transaction_date: new Date("2023-06-22T10:40:01Z"), amount: "-195.00", description: "No response from the reviewer, so the claim was replaced." },
            { id: 167, account_id: 31, transaction_date: new Date("2023-10-21T11:42:28Z"), amount: "-4680.78", description: "No response from the team, so the account was rescheduled." },
            { id: 168, account_id: 64, transaction_date: new Date("2023-02-15T11:40:39Z"), amount: "2155.23", description: "The customer confirmed the details and the refund was approved." },
            { id: 169, account_id: 70, transaction_date: new Date("2023-04-29T16:15:49Z"), amount: "-7299.89", description: "The supplier reported a standard issue; the report was replaced." },
            { id: 170, account_id: 26, transaction_date: new Date("2023-09-14T09:57:44Z"), amount: "-9691.56", description: "A standard follow-up: the order was resolved." },
            { id: 171, account_id: 99, transaction_date: new Date("2023-11-12T20:45:28Z"), amount: "4391.48", description: "The item was resolved after a routine check." },
            { id: 172, account_id: 40, transaction_date: new Date("2023-05-11T14:28:03Z"), amount: "-2602.40", description: "The order was cancelled after an unusual check." },
            { id: 173, account_id: 75, transaction_date: new Date("2023-07-04T18:33:42Z"), amount: "1522.11", description: "Support confirmed the details and the account was closed." },
            { id: 174, account_id: 96, transaction_date: new Date("2023-10-14T14:20:03Z"), amount: "8557.34", description: "The document was escalated following a repeat review." },
            { id: 175, account_id: 70, transaction_date: new Date("2023-06-10T23:10:05Z"), amount: "-6203.48", description: "The ticket was completed after an automatic check." },
            { id: 176, account_id: 67, transaction_date: new Date("2023-07-30T12:14:32Z"), amount: "269.97", description: "The account owner asked for a change and the request was closed." },
            { id: 177, account_id: 5, transaction_date: new Date("2023-03-07T19:00:34Z"), amount: "-4558.09", description: "Support confirmed the details and the booking was rejected." },
            { id: 178, account_id: 51, transaction_date: new Date("2023-04-13T11:01:36Z"), amount: "9293.33", description: "No response from the account owner, so the ticket was updated." },
            { id: 179, account_id: 95, transaction_date: new Date("2023-07-28T10:50:42Z"), amount: "-9429.92", description: "The document was refunded — repeat case, no further action." },
            { id: 180, account_id: 66, transaction_date: new Date("2023-02-28T14:58:31Z"), amount: "-7870.16", description: "The reviewer confirmed the details and the account was completed." },
            { id: 181, account_id: 38, transaction_date: new Date("2023-04-03T12:10:05Z"), amount: "-209.80", description: "The courier reported an incomplete issue; the refund was delayed." },
            { id: 182, account_id: 58, transaction_date: new Date("2023-03-28T22:07:31Z"), amount: "-8618.92", description: "Flagged as unusual. The customer escalated the request." },
            { id: 183, account_id: 28, transaction_date: new Date("2023-01-23T21:45:16Z"), amount: "3575.57", description: "Flagged as incomplete. Support resolved the session." },
            { id: 184, account_id: 13, transaction_date: new Date("2023-08-20T15:25:58Z"), amount: "-8839.05", description: "The ticket was delayed after a minor check." },
            { id: 185, account_id: 20, transaction_date: new Date("2023-07-03T17:25:33Z"), amount: "-7402.49", description: "Flagged as standard. The reviewer closed the account." },
            { id: 186, account_id: 92, transaction_date: new Date("2023-06-12T12:15:08Z"), amount: "-4100.92", description: "The customer asked for a change and the claim was cancelled." },
            { id: 187, account_id: 25, transaction_date: new Date("2023-07-21T21:55:53Z"), amount: "-7589.44", description: "Support asked for a change and the shipment was delayed." },
            { id: 188, account_id: 60, transaction_date: new Date("2023-12-21T13:39:00Z"), amount: "-8257.20", description: "The item was approved following an automatic review." },
            { id: 189, account_id: 30, transaction_date: new Date("2023-11-01T08:47:30Z"), amount: "-9911.26", description: "No response from an operator, so the delivery was completed." },
            { id: 190, account_id: 86, transaction_date: new Date("2023-02-20T12:12:19Z"), amount: "5781.21", description: "The courier reported a standard issue; the invoice was reviewed." },
            { id: 191, account_id: 91, transaction_date: new Date("2023-09-25T19:10:22Z"), amount: "3461.72", description: "The ticket was closed after a duplicate check." },
            { id: 192, account_id: 39, transaction_date: new Date("2023-02-14T15:47:20Z"), amount: "9333.81", description: "The courier confirmed the details and the payment was rejected." },
            { id: 193, account_id: 65, transaction_date: new Date("2023-04-25T17:57:45Z"), amount: "6060.28", description: "No response from the courier, so the shipment was approved." },
            { id: 194, account_id: 35, transaction_date: new Date("2023-05-18T20:14:35Z"), amount: "-9395.21", description: "The refund was resolved following a late review." },
            { id: 195, account_id: 39, transaction_date: new Date("2023-03-15T21:58:39Z"), amount: "-9798.55", description: "The account owner reported a standard issue; the refund was confirmed." },
            { id: 196, account_id: 80, transaction_date: new Date("2023-01-19T20:37:52Z"), amount: "-8700.51", description: "The team confirmed the details and the transfer was resolved." },
            { id: 197, account_id: 43, transaction_date: new Date("2023-06-13T21:47:38Z"), amount: "-9843.98", description: "The record was rescheduled — standard case, no further action." },
            { id: 198, account_id: 39, transaction_date: new Date("2023-10-25T20:24:36Z"), amount: "-2172.25", description: "A duplicate appointment was replaced the same day." },
            { id: 199, account_id: 91, transaction_date: new Date("2023-03-14T09:10:17Z"), amount: "-6043.87", description: "A routine delivery was escalated the same day." },
            { id: 200, account_id: 48, transaction_date: new Date("2023-01-27T21:38:08Z"), amount: "-9714.91", description: "Flagged as manual. The courier cancelled the report." },
            { id: 201, account_id: 84, transaction_date: new Date("2023-10-30T16:38:07Z"), amount: "6658.02", description: "A standard request was cancelled the same day." },
            { id: 202, account_id: 31, transaction_date: new Date("2023-06-18T12:09:18Z"), amount: "-2658.58", description: "An operator reported an incomplete issue; the ticket was approved." },
            { id: 203, account_id: 20, transaction_date: new Date("2023-02-10T05:58:33Z"), amount: "838.12", description: "The invoice was completed after a partial check." },
            { id: 204, account_id: 33, transaction_date: new Date("2023-05-05T13:42:04Z"), amount: "-8712.67", description: "No response from the supplier, so the account was cancelled." },
            { id: 205, account_id: 63, transaction_date: new Date("2023-12-18T20:59:48Z"), amount: "-9740.86", description: "No response from the team, so the order was replaced." },
            { id: 206, account_id: 35, transaction_date: new Date("2023-06-27T09:32:01Z"), amount: "-955.97", description: "Flagged as duplicate. An operator delayed the claim." },
            { id: 207, account_id: 18, transaction_date: new Date("2023-10-03T10:59:53Z"), amount: "483.27", description: "An operator confirmed the details and the claim was resolved." },
            { id: 208, account_id: 86, transaction_date: new Date("2023-03-03T21:34:37Z"), amount: "-3244.99", description: "The session was completed — automatic case, no further action." },
            { id: 209, account_id: 79, transaction_date: new Date("2023-10-29T08:48:13Z"), amount: "-724.43", description: "The team reported an unusual issue; the record was resolved." },
            { id: 210, account_id: 26, transaction_date: new Date("2023-02-23T14:17:13Z"), amount: "-6851.89", description: "A minor follow-up: the item was resolved." },
            { id: 211, account_id: 91, transaction_date: new Date("2023-12-12T11:16:19Z"), amount: "-9271.28", description: "No response from support, so the order was confirmed." },
            { id: 212, account_id: 49, transaction_date: new Date("2023-08-17T10:13:39Z"), amount: "-1314.30", description: "A partial claim was approved the same day." },
            { id: 213, account_id: 79, transaction_date: new Date("2023-05-29T13:38:25Z"), amount: "-9119.84", description: "Flagged as duplicate. The supplier approved the appointment." },
            { id: 214, account_id: 58, transaction_date: new Date("2023-12-26T14:09:51Z"), amount: "-912.54", description: "The request was closed following an urgent review." },
            { id: 215, account_id: 93, transaction_date: new Date("2023-04-13T11:30:28Z"), amount: "-2568.27", description: "The booking was reopened following an urgent review." },
            { id: 216, account_id: 2, transaction_date: new Date("2023-07-16T15:01:28Z"), amount: "-4281.08", description: "An automatic claim was completed the same day." },
            { id: 217, account_id: 80, transaction_date: new Date("2023-07-04T10:06:55Z"), amount: "9592.42", description: "An urgent refund was rescheduled the same day." },
            { id: 218, account_id: 75, transaction_date: new Date("2023-07-26T10:49:05Z"), amount: "9081.97", description: "Flagged as automatic. The customer approved the ticket." },
            { id: 219, account_id: 21, transaction_date: new Date("2023-05-29T20:06:54Z"), amount: "-7669.07", description: "An incomplete follow-up: the appointment was approved." },
            { id: 220, account_id: 55, transaction_date: new Date("2023-01-29T10:22:28Z"), amount: "-9405.83", description: "The supplier asked for a change and the invoice was escalated." },
            { id: 221, account_id: 35, transaction_date: new Date("2023-08-15T23:11:17Z"), amount: "2170.05", description: "A routine report was updated the same day." },
            { id: 222, account_id: 43, transaction_date: new Date("2023-10-21T17:37:50Z"), amount: "-8269.02", description: "The appointment was confirmed after a repeat check." },
            { id: 223, account_id: 2, transaction_date: new Date("2023-02-11T18:35:50Z"), amount: "2153.80", description: "The appointment was confirmed — automatic case, no further action." },
            { id: 224, account_id: 61, transaction_date: new Date("2023-02-11T17:02:00Z"), amount: "-5323.27", description: "An automatic follow-up: the booking was approved." },
            { id: 225, account_id: 11, transaction_date: new Date("2023-03-22T20:17:13Z"), amount: "-1882.59", description: "The supplier confirmed the details and the account was closed." },
            { id: 226, account_id: 21, transaction_date: new Date("2023-08-10T09:56:43Z"), amount: "-9609.15", description: "The team confirmed the details and the order was rescheduled." },
            { id: 227, account_id: 73, transaction_date: new Date("2023-04-03T11:20:06Z"), amount: "-4270.59", description: "No response from the courier, so the transfer was refunded." },
            { id: 228, account_id: 16, transaction_date: new Date("2023-09-11T17:42:06Z"), amount: "8534.72", description: "The reviewer reported an unusual issue; the document was escalated." },
            { id: 229, account_id: 50, transaction_date: new Date("2023-11-20T18:14:18Z"), amount: "-9834.58", description: "The ticket was cancelled following a partial review." },
            { id: 230, account_id: 72, transaction_date: new Date("2023-09-30T23:44:08Z"), amount: "-8179.34", description: "The courier reported a duplicate issue; the shipment was replaced." },
            { id: 231, account_id: 82, transaction_date: new Date("2023-07-28T18:57:05Z"), amount: "-4662.75", description: "The delivery was replaced after an automatic check." },
            { id: 232, account_id: 99, transaction_date: new Date("2023-12-30T19:11:45Z"), amount: "-8459.88", description: "The courier confirmed the details and the record was closed." },
            { id: 233, account_id: 17, transaction_date: new Date("2023-11-24T21:04:01Z"), amount: "-5167.08", description: "An unusual order was reopened the same day." },
            { id: 234, account_id: 42, transaction_date: new Date("2023-12-09T23:10:10Z"), amount: "-1234.94", description: "An automatic follow-up: the request was rescheduled." },
            { id: 235, account_id: 90, transaction_date: new Date("2023-05-12T09:28:33Z"), amount: "6113.15", description: "Support asked for a change and the ticket was completed." },
            { id: 236, account_id: 65, transaction_date: new Date("2023-07-16T16:06:27Z"), amount: "-6506.27", description: "The record was updated — duplicate case, no further action." },
            { id: 237, account_id: 55, transaction_date: new Date("2023-05-17T20:44:13Z"), amount: "7371.03", description: "The customer reported an unusual issue; the claim was rejected." },
            { id: 238, account_id: 11, transaction_date: new Date("2023-01-29T12:07:22Z"), amount: "-9966.86", description: "Flagged as late. The customer processed the document." },
            { id: 239, account_id: 64, transaction_date: new Date("2023-04-07T23:23:47Z"), amount: "-9959.63", description: "The customer confirmed the details and the document was updated." },
            { id: 240, account_id: 47, transaction_date: new Date("2023-07-16T13:06:52Z"), amount: "-5599.50", description: "No response from the team, so the invoice was reopened." },
            { id: 241, account_id: 64, transaction_date: new Date("2023-12-08T08:33:46Z"), amount: "-5872.53", description: "The appointment was cancelled after a minor check." },
            { id: 242, account_id: 26, transaction_date: new Date("2023-06-02T18:15:37Z"), amount: "-4580.72", description: "A partial request was rescheduled the same day." },
            { id: 243, account_id: 12, transaction_date: new Date("2023-02-28T16:06:46Z"), amount: "-5984.14", description: "The team reported an incomplete issue; the request was reviewed." },
            { id: 244, account_id: 42, transaction_date: new Date("2023-03-07T17:47:42Z"), amount: "9313.02", description: "The supplier asked for a change and the claim was refunded." },
            { id: 245, account_id: 75, transaction_date: new Date("2023-03-23T19:49:14Z"), amount: "-7289.86", description: "The courier confirmed the details and the delivery was replaced." },
            { id: 246, account_id: 95, transaction_date: new Date("2023-06-05T16:39:23Z"), amount: "-3598.74", description: "The booking was rejected — standard case, no further action." },
            { id: 247, account_id: 92, transaction_date: new Date("2023-09-28T10:09:42Z"), amount: "-9999.76", description: "The booking was rescheduled after a duplicate check." },
            { id: 248, account_id: 37, transaction_date: new Date("2023-02-01T15:40:24Z"), amount: "-9590.46", description: "The customer confirmed the details and the refund was replaced." },
            { id: 249, account_id: 7, transaction_date: new Date("2023-03-25T18:35:29Z"), amount: "1957.42", description: "The request was refunded following an urgent review." },
            { id: 250, account_id: 99, transaction_date: new Date("2023-11-15T02:25:01Z"), amount: "-1893.58", description: "No response from the account owner, so the ticket was completed." },
            { id: 251, account_id: 57, transaction_date: new Date("2023-06-20T12:56:19Z"), amount: "-8721.50", description: "The customer confirmed the details and the request was rescheduled." },
            { id: 252, account_id: 25, transaction_date: new Date("2023-01-16T12:27:45Z"), amount: "-9300.39", description: "A repeat refund was delayed the same day." },
            { id: 253, account_id: 96, transaction_date: new Date("2023-09-07T20:30:43Z"), amount: "-9121.88", description: "A partial invoice was cancelled the same day." },
            { id: 254, account_id: 18, transaction_date: new Date("2023-05-29T04:45:34Z"), amount: "-7407.40", description: "The document was refunded after an automatic check." },
            { id: 255, account_id: 97, transaction_date: new Date("2023-11-24T19:08:16Z"), amount: "-2578.63", description: "The account owner reported a routine issue; the account was resolved." },
            { id: 256, account_id: 6, transaction_date: new Date("2023-07-29T20:42:08Z"), amount: "-8539.36", description: "The reviewer asked for a change and the shipment was reopened." },
            { id: 257, account_id: 20, transaction_date: new Date("2023-01-24T11:40:52Z"), amount: "-6191.35", description: "A routine follow-up: the shipment was cancelled." },
            { id: 258, account_id: 94, transaction_date: new Date("2023-11-17T22:43:39Z"), amount: "-8811.49", description: "No response from the customer, so the payment was confirmed." },
            { id: 259, account_id: 93, transaction_date: new Date("2023-12-09T22:25:20Z"), amount: "-6402.23", description: "The supplier confirmed the details and the appointment was cancelled." },
            { id: 260, account_id: 31, transaction_date: new Date("2023-01-16T19:43:01Z"), amount: "-8924.71", description: "An urgent item was reviewed the same day." },
            { id: 261, account_id: 44, transaction_date: new Date("2023-10-16T00:19:22Z"), amount: "6300.77", description: "Flagged as urgent. Support replaced the item." },
            { id: 262, account_id: 29, transaction_date: new Date("2023-06-30T00:54:15Z"), amount: "-9530.37", description: "A repeat follow-up: the request was cancelled." },
            { id: 263, account_id: 25, transaction_date: new Date("2023-06-29T18:21:58Z"), amount: "9976.87", description: "An unusual record was replaced the same day." },
            { id: 264, account_id: 84, transaction_date: new Date("2023-08-05T15:34:21Z"), amount: "-2339.16", description: "The report was replaced after an incomplete check." },
            { id: 265, account_id: 7, transaction_date: new Date("2023-12-16T09:46:23Z"), amount: "-8770.11", description: "The shipment was reviewed following a partial review." },
            { id: 266, account_id: 74, transaction_date: new Date("2023-09-16T12:43:56Z"), amount: "-9941.11", description: "The appointment was processed following a repeat review." },
            { id: 267, account_id: 41, transaction_date: new Date("2023-12-31T06:23:36Z"), amount: "-9690.63", description: "The supplier asked for a change and the ticket was delayed." },
            { id: 268, account_id: 63, transaction_date: new Date("2023-02-26T22:33:21Z"), amount: "-7637.34", description: "A duplicate follow-up: the session was escalated." },
            { id: 269, account_id: 66, transaction_date: new Date("2023-04-29T09:49:58Z"), amount: "-4581.00", description: "Support asked for a change and the item was completed." },
            { id: 270, account_id: 40, transaction_date: new Date("2023-04-25T12:25:54Z"), amount: "-7738.35", description: "A routine shipment was closed the same day." },
            { id: 271, account_id: 20, transaction_date: new Date("2023-10-12T12:05:53Z"), amount: "-6875.12", description: "An incomplete session was escalated the same day." },
            { id: 272, account_id: 31, transaction_date: new Date("2023-06-03T08:32:22Z"), amount: "-9986.36", description: "A partial claim was replaced the same day." },
            { id: 273, account_id: 12, transaction_date: new Date("2023-07-11T21:09:59Z"), amount: "-8983.24", description: "An automatic report was rescheduled the same day." },
            { id: 274, account_id: 37, transaction_date: new Date("2023-11-30T23:43:07Z"), amount: "-6846.99", description: "The delivery was rescheduled after a routine check." },
            { id: 275, account_id: 75, transaction_date: new Date("2023-05-06T21:46:29Z"), amount: "2461.39", description: "The supplier asked for a change and the booking was resolved." },
            { id: 276, account_id: 69, transaction_date: new Date("2023-09-02T13:52:39Z"), amount: "6612.99", description: "No response from the team, so the refund was cancelled." },
            { id: 277, account_id: 42, transaction_date: new Date("2023-10-16T17:16:23Z"), amount: "285.63", description: "Flagged as incomplete. The customer updated the account." },
            { id: 278, account_id: 42, transaction_date: new Date("2023-08-04T14:16:52Z"), amount: "3428.92", description: "The item was processed after an automatic check." },
            { id: 279, account_id: 6, transaction_date: new Date("2023-04-20T21:11:43Z"), amount: "-8061.84", description: "The booking was cancelled — late case, no further action." },
            { id: 280, account_id: 81, transaction_date: new Date("2023-06-20T18:01:23Z"), amount: "212.51", description: "No response from the team, so the refund was refunded." },
            { id: 281, account_id: 40, transaction_date: new Date("2023-05-10T07:16:17Z"), amount: "-3607.76", description: "The transfer was closed — incomplete case, no further action." },
            { id: 282, account_id: 33, transaction_date: new Date("2023-06-16T00:49:46Z"), amount: "-9695.27", description: "The account owner reported a manual issue; the item was rejected." },
            { id: 283, account_id: 66, transaction_date: new Date("2023-08-11T15:10:56Z"), amount: "-5057.90", description: "The team asked for a change and the order was rescheduled." },
            { id: 284, account_id: 64, transaction_date: new Date("2023-01-27T13:37:44Z"), amount: "-8555.69", description: "The ticket was reopened — manual case, no further action." },
            { id: 285, account_id: 80, transaction_date: new Date("2023-10-17T18:20:27Z"), amount: "-3093.04", description: "The supplier reported a duplicate issue; the order was reopened." },
            { id: 286, account_id: 51, transaction_date: new Date("2023-08-13T17:36:44Z"), amount: "-9327.51", description: "An operator confirmed the details and the booking was resolved." },
            { id: 287, account_id: 11, transaction_date: new Date("2023-04-24T15:14:08Z"), amount: "-8798.22", description: "The delivery was refunded after an incomplete check." },
            { id: 288, account_id: 59, transaction_date: new Date("2023-05-23T10:42:18Z"), amount: "1076.19", description: "Support asked for a change and the delivery was rejected." },
            { id: 289, account_id: 59, transaction_date: new Date("2023-04-23T03:36:20Z"), amount: "-7350.69", description: "The record was completed following a repeat review." },
            { id: 290, account_id: 80, transaction_date: new Date("2023-09-27T11:34:56Z"), amount: "-9996.98", description: "The ticket was rejected after a manual check." },
            { id: 291, account_id: 43, transaction_date: new Date("2023-09-04T14:20:30Z"), amount: "-7962.34", description: "The order was escalated following a standard review." },
            { id: 292, account_id: 19, transaction_date: new Date("2023-12-03T11:20:09Z"), amount: "-9871.11", description: "The courier reported an incomplete issue; the document was closed." },
            { id: 293, account_id: 16, transaction_date: new Date("2023-03-19T01:49:45Z"), amount: "-4872.03", description: "An operator confirmed the details and the claim was resolved." },
            { id: 294, account_id: 1, transaction_date: new Date("2023-02-25T10:01:12Z"), amount: "4833.89", description: "Support asked for a change and the delivery was processed." },
            { id: 295, account_id: 8, transaction_date: new Date("2023-10-22T18:27:41Z"), amount: "-4521.85", description: "The order was closed following an automatic review." },
            { id: 296, account_id: 67, transaction_date: new Date("2023-04-01T10:49:58Z"), amount: "-2663.71", description: "A duplicate follow-up: the invoice was rejected." },
            { id: 297, account_id: 71, transaction_date: new Date("2023-08-29T12:31:35Z"), amount: "-6736.28", description: "Flagged as urgent. The account owner approved the ticket." },
            { id: 298, account_id: 43, transaction_date: new Date("2023-02-03T16:51:05Z"), amount: "9742.91", description: "A minor follow-up: the session was closed." },
            { id: 299, account_id: 13, transaction_date: new Date("2023-08-05T09:48:29Z"), amount: "-9905.29", description: "The shipment was confirmed after a standard check." },
            { id: 300, account_id: 84, transaction_date: new Date("2023-09-01T15:00:58Z"), amount: "-6511.65", description: "The refund was cancelled after a standard check." },
            { id: 301, account_id: 48, transaction_date: new Date("2023-03-29T16:06:29Z"), amount: "7615.17", description: "An unusual follow-up: the request was updated." },
            { id: 302, account_id: 44, transaction_date: new Date("2023-05-13T13:44:02Z"), amount: "-8381.07", description: "A routine ticket was processed the same day." },
            { id: 303, account_id: 38, transaction_date: new Date("2023-11-02T10:37:50Z"), amount: "-723.41", description: "The customer asked for a change and the invoice was processed." },
            { id: 304, account_id: 46, transaction_date: new Date("2023-02-09T15:22:16Z"), amount: "-9592.39", description: "The item was resolved following an automatic review." },
            { id: 305, account_id: 62, transaction_date: new Date("2023-05-26T21:54:07Z"), amount: "-9950.53", description: "A standard follow-up: the record was escalated." },
            { id: 306, account_id: 49, transaction_date: new Date("2023-12-15T16:20:04Z"), amount: "-7527.13", description: "The reviewer confirmed the details and the shipment was cancelled." },
            { id: 307, account_id: 38, transaction_date: new Date("2023-06-05T17:58:29Z"), amount: "-7003.52", description: "The claim was refunded following an incomplete review." },
            { id: 308, account_id: 93, transaction_date: new Date("2023-04-19T18:46:48Z"), amount: "-8434.77", description: "The account owner asked for a change and the order was escalated." },
            { id: 309, account_id: 98, transaction_date: new Date("2023-10-19T18:01:37Z"), amount: "-4590.09", description: "Support asked for a change and the report was delayed." },
            { id: 310, account_id: 20, transaction_date: new Date("2023-04-27T13:01:28Z"), amount: "-9998.02", description: "A late follow-up: the session was confirmed." },
            { id: 311, account_id: 20, transaction_date: new Date("2023-10-20T14:36:23Z"), amount: "-6946.01", description: "The report was rescheduled following a standard review." },
            { id: 312, account_id: 4, transaction_date: new Date("2023-02-21T13:58:26Z"), amount: "-4791.17", description: "The ticket was completed — unusual case, no further action." },
            { id: 313, account_id: 18, transaction_date: new Date("2023-11-27T14:06:55Z"), amount: "-6372.04", description: "No response from the account owner, so the invoice was confirmed." },
            { id: 314, account_id: 81, transaction_date: new Date("2023-11-10T00:05:53Z"), amount: "-7587.17", description: "An urgent ticket was replaced the same day." },
            { id: 315, account_id: 34, transaction_date: new Date("2023-11-21T21:17:04Z"), amount: "-8039.94", description: "An operator reported a partial issue; the transfer was processed." },
            { id: 316, account_id: 66, transaction_date: new Date("2023-01-04T22:50:42Z"), amount: "-9739.74", description: "The invoice was closed following a minor review." },
            { id: 317, account_id: 98, transaction_date: new Date("2023-03-11T19:41:06Z"), amount: "-330.56", description: "A standard shipment was completed the same day." },
            { id: 318, account_id: 13, transaction_date: new Date("2023-05-05T14:47:08Z"), amount: "-8460.20", description: "Flagged as duplicate. Support resolved the session." },
            { id: 319, account_id: 88, transaction_date: new Date("2023-01-17T21:55:40Z"), amount: "-6541.35", description: "A minor order was reopened the same day." },
            { id: 320, account_id: 63, transaction_date: new Date("2023-08-04T12:36:02Z"), amount: "-6767.55", description: "No response from the supplier, so the invoice was confirmed." },
            { id: 321, account_id: 76, transaction_date: new Date("2023-06-24T18:14:17Z"), amount: "-9975.70", description: "A minor record was cancelled the same day." },
            { id: 322, account_id: 22, transaction_date: new Date("2023-06-03T08:23:38Z"), amount: "-3290.51", description: "The item was updated after an automatic check." },
            { id: 323, account_id: 96, transaction_date: new Date("2023-10-04T13:44:00Z"), amount: "-8798.99", description: "The supplier confirmed the details and the booking was cancelled." },
            { id: 324, account_id: 19, transaction_date: new Date("2023-01-30T16:47:06Z"), amount: "6509.94", description: "The booking was reviewed following a manual review." },
            { id: 325, account_id: 23, transaction_date: new Date("2023-09-29T16:43:35Z"), amount: "1126.37", description: "An operator confirmed the details and the delivery was processed." },
            { id: 326, account_id: 37, transaction_date: new Date("2023-12-24T11:36:11Z"), amount: "-2904.32", description: "The invoice was approved following a routine review." },
            { id: 327, account_id: 56, transaction_date: new Date("2023-02-01T22:00:16Z"), amount: "-6447.42", description: "The session was processed — minor case, no further action." },
            { id: 328, account_id: 15, transaction_date: new Date("2023-03-26T17:33:05Z"), amount: "-8116.83", description: "No response from the courier, so the invoice was cancelled." },
            { id: 329, account_id: 11, transaction_date: new Date("2023-04-19T21:53:38Z"), amount: "-7010.52", description: "No response from the customer, so the transfer was refunded." },
            { id: 330, account_id: 95, transaction_date: new Date("2023-04-26T13:08:02Z"), amount: "-8404.42", description: "The invoice was completed — urgent case, no further action." },
            { id: 331, account_id: 46, transaction_date: new Date("2023-04-26T21:06:00Z"), amount: "1777.75", description: "The account owner confirmed the details and the report was cancelled." },
            { id: 332, account_id: 24, transaction_date: new Date("2023-01-06T18:50:57Z"), amount: "-9886.16", description: "The delivery was approved — duplicate case, no further action." },
            { id: 333, account_id: 12, transaction_date: new Date("2023-03-25T18:22:51Z"), amount: "-9468.07", description: "The transfer was reviewed following an unusual review." },
            { id: 334, account_id: 53, transaction_date: new Date("2023-06-16T16:47:01Z"), amount: "3291.18", description: "The shipment was processed — incomplete case, no further action." },
            { id: 335, account_id: 34, transaction_date: new Date("2023-10-18T11:11:50Z"), amount: "-5303.79", description: "A routine payment was processed the same day." },
            { id: 336, account_id: 13, transaction_date: new Date("2023-05-18T00:45:43Z"), amount: "-9031.53", description: "The reviewer asked for a change and the payment was approved." },
            { id: 337, account_id: 36, transaction_date: new Date("2023-05-22T11:46:31Z"), amount: "-8337.64", description: "The delivery was rescheduled following an urgent review." },
            { id: 338, account_id: 47, transaction_date: new Date("2023-03-14T20:44:02Z"), amount: "-4134.32", description: "The reviewer confirmed the details and the ticket was escalated." },
            { id: 339, account_id: 51, transaction_date: new Date("2023-11-29T08:56:40Z"), amount: "182.75", description: "The courier reported an automatic issue; the ticket was approved." },
            { id: 340, account_id: 12, transaction_date: new Date("2023-09-13T16:36:24Z"), amount: "-7904.55", description: "An unusual payment was refunded the same day." },
            { id: 341, account_id: 83, transaction_date: new Date("2023-04-14T08:00:19Z"), amount: "5575.94", description: "The order was updated following a routine review." },
            { id: 342, account_id: 3, transaction_date: new Date("2023-03-30T18:52:22Z"), amount: "-8831.96", description: "The shipment was cancelled after an automatic check." },
            { id: 343, account_id: 79, transaction_date: new Date("2023-10-22T18:32:28Z"), amount: "7692.34", description: "A repeat report was processed the same day." },
            { id: 344, account_id: 2, transaction_date: new Date("2023-12-22T04:23:49Z"), amount: "-1582.65", description: "Flagged as partial. The team escalated the order." },
            { id: 345, account_id: 67, transaction_date: new Date("2023-12-13T10:03:19Z"), amount: "-3043.39", description: "The record was rejected after a late check." },
            { id: 346, account_id: 90, transaction_date: new Date("2023-01-27T18:26:29Z"), amount: "-3105.79", description: "The transfer was resolved after a routine check." },
            { id: 347, account_id: 91, transaction_date: new Date("2023-10-21T12:06:54Z"), amount: "7781.32", description: "The reviewer asked for a change and the item was reviewed." },
            { id: 348, account_id: 5, transaction_date: new Date("2023-06-29T16:27:42Z"), amount: "-8849.96", description: "A late follow-up: the request was cancelled." },
            { id: 349, account_id: 26, transaction_date: new Date("2023-03-07T02:42:30Z"), amount: "-9784.25", description: "No response from the account owner, so the transfer was cancelled." },
            { id: 350, account_id: 37, transaction_date: new Date("2023-11-21T20:40:16Z"), amount: "-1449.55", description: "An operator confirmed the details and the claim was rejected." },
            { id: 351, account_id: 97, transaction_date: new Date("2023-06-09T21:33:16Z"), amount: "5235.30", description: "A manual ticket was closed the same day." },
            { id: 352, account_id: 21, transaction_date: new Date("2023-08-06T12:10:50Z"), amount: "-7721.24", description: "The invoice was reopened after a partial check." },
            { id: 353, account_id: 2, transaction_date: new Date("2023-07-27T19:46:02Z"), amount: "-8437.29", description: "The shipment was updated following a manual review." },
            { id: 354, account_id: 81, transaction_date: new Date("2023-10-03T14:45:41Z"), amount: "-7469.01", description: "A duplicate refund was updated the same day." },
            { id: 355, account_id: 31, transaction_date: new Date("2023-09-18T00:08:40Z"), amount: "-9866.11", description: "Flagged as incomplete. Support escalated the session." },
            { id: 356, account_id: 52, transaction_date: new Date("2023-02-14T19:20:49Z"), amount: "-4158.78", description: "Flagged as standard. The team completed the booking." },
            { id: 357, account_id: 84, transaction_date: new Date("2023-05-04T21:15:04Z"), amount: "5615.74", description: "A late follow-up: the ticket was processed." },
            { id: 358, account_id: 98, transaction_date: new Date("2023-09-05T12:43:29Z"), amount: "2996.61", description: "A partial follow-up: the session was rescheduled." },
            { id: 359, account_id: 46, transaction_date: new Date("2023-03-28T19:59:58Z"), amount: "119.83", description: "The booking was delayed after a routine check." },
            { id: 360, account_id: 36, transaction_date: new Date("2023-05-31T23:14:56Z"), amount: "5931.49", description: "No response from the reviewer, so the transfer was rejected." },
            { id: 361, account_id: 87, transaction_date: new Date("2023-09-06T13:04:53Z"), amount: "-6050.21", description: "The document was escalated after a manual check." },
            { id: 362, account_id: 30, transaction_date: new Date("2023-08-24T07:30:54Z"), amount: "-9062.19", description: "The report was cancelled — manual case, no further action." },
            { id: 363, account_id: 35, transaction_date: new Date("2023-10-11T21:30:38Z"), amount: "-9816.34", description: "A routine claim was escalated the same day." },
            { id: 364, account_id: 4, transaction_date: new Date("2023-01-29T05:11:05Z"), amount: "9719.58", description: "No response from the reviewer, so the report was delayed." },
            { id: 365, account_id: 74, transaction_date: new Date("2023-03-21T18:33:27Z"), amount: "-4141.02", description: "No response from support, so the account was delayed." },
            { id: 366, account_id: 81, transaction_date: new Date("2023-04-02T21:19:42Z"), amount: "-8764.24", description: "Support confirmed the details and the transfer was delayed." },
            { id: 367, account_id: 84, transaction_date: new Date("2023-04-19T11:34:46Z"), amount: "7046.80", description: "A routine follow-up: the shipment was escalated." },
            { id: 368, account_id: 28, transaction_date: new Date("2023-04-10T15:18:43Z"), amount: "-7497.26", description: "The item was closed after a manual check." },
            { id: 369, account_id: 63, transaction_date: new Date("2023-10-18T07:41:35Z"), amount: "-9901.72", description: "A late report was approved the same day." },
            { id: 370, account_id: 5, transaction_date: new Date("2023-12-20T14:47:39Z"), amount: "-244.75", description: "The booking was rejected after an automatic check." },
            { id: 371, account_id: 41, transaction_date: new Date("2023-08-21T13:28:13Z"), amount: "-9747.26", description: "No response from the reviewer, so the session was completed." },
            { id: 372, account_id: 68, transaction_date: new Date("2023-06-13T19:18:34Z"), amount: "-2225.21", description: "The courier asked for a change and the account was cancelled." },
            { id: 373, account_id: 21, transaction_date: new Date("2023-10-10T18:10:51Z"), amount: "-5072.09", description: "Flagged as repeat. The courier rescheduled the session." },
            { id: 374, account_id: 78, transaction_date: new Date("2023-12-29T09:26:20Z"), amount: "-6033.96", description: "The payment was refunded — partial case, no further action." },
            { id: 375, account_id: 3, transaction_date: new Date("2023-09-25T11:24:40Z"), amount: "-9994.27", description: "The customer confirmed the details and the payment was confirmed." },
            { id: 376, account_id: 64, transaction_date: new Date("2023-06-04T19:25:49Z"), amount: "2688.35", description: "The claim was closed after a routine check." },
            { id: 377, account_id: 40, transaction_date: new Date("2023-12-14T19:20:58Z"), amount: "-8887.18", description: "A partial follow-up: the delivery was resolved." },
            { id: 378, account_id: 46, transaction_date: new Date("2023-09-22T10:59:31Z"), amount: "6804.59", description: "A minor follow-up: the appointment was delayed." },
            { id: 379, account_id: 100, transaction_date: new Date("2023-06-21T18:21:23Z"), amount: "-9525.92", description: "Flagged as repeat. The courier approved the request." },
            { id: 380, account_id: 73, transaction_date: new Date("2023-11-03T00:56:27Z"), amount: "964.47", description: "No response from the courier, so the delivery was delayed." },
            { id: 381, account_id: 97, transaction_date: new Date("2023-02-16T20:43:35Z"), amount: "-9230.81", description: "The courier confirmed the details and the order was reviewed." },
            { id: 382, account_id: 18, transaction_date: new Date("2023-07-03T10:06:47Z"), amount: "-6715.51", description: "A duplicate follow-up: the claim was rescheduled." },
            { id: 383, account_id: 83, transaction_date: new Date("2023-07-31T15:58:17Z"), amount: "2794.70", description: "The supplier confirmed the details and the account was refunded." },
            { id: 384, account_id: 97, transaction_date: new Date("2023-11-24T18:59:43Z"), amount: "315.21", description: "The team reported an urgent issue; the booking was updated." },
            { id: 385, account_id: 20, transaction_date: new Date("2023-03-01T14:53:21Z"), amount: "-9992.33", description: "A minor follow-up: the item was rescheduled." },
            { id: 386, account_id: 3, transaction_date: new Date("2023-06-15T14:19:42Z"), amount: "-7916.85", description: "The payment was refunded following an unusual review." },
            { id: 387, account_id: 73, transaction_date: new Date("2023-04-25T22:08:39Z"), amount: "-9315.99", description: "A minor claim was resolved the same day." },
            { id: 388, account_id: 49, transaction_date: new Date("2023-07-07T15:47:18Z"), amount: "5504.06", description: "Flagged as duplicate. An operator updated the payment." },
            { id: 389, account_id: 99, transaction_date: new Date("2023-03-11T22:55:03Z"), amount: "-581.63", description: "The customer confirmed the details and the appointment was resolved." },
            { id: 390, account_id: 10, transaction_date: new Date("2023-02-07T12:01:05Z"), amount: "-9348.23", description: "The record was completed — incomplete case, no further action." },
            { id: 391, account_id: 60, transaction_date: new Date("2023-08-31T10:07:38Z"), amount: "6776.52", description: "A duplicate appointment was confirmed the same day." },
            { id: 392, account_id: 56, transaction_date: new Date("2023-03-13T07:39:57Z"), amount: "-9984.46", description: "The team asked for a change and the appointment was confirmed." },
            { id: 393, account_id: 94, transaction_date: new Date("2023-08-03T08:02:44Z"), amount: "-9995.08", description: "An operator confirmed the details and the document was processed." },
            { id: 394, account_id: 94, transaction_date: new Date("2023-09-15T14:38:32Z"), amount: "-8137.71", description: "Flagged as urgent. The team approved the session." },
            { id: 395, account_id: 36, transaction_date: new Date("2023-07-19T19:01:23Z"), amount: "8611.38", description: "The shipment was closed — repeat case, no further action." },
            { id: 396, account_id: 17, transaction_date: new Date("2023-01-29T14:17:22Z"), amount: "5940.68", description: "A standard item was closed the same day." },
            { id: 397, account_id: 8, transaction_date: new Date("2023-08-24T16:18:34Z"), amount: "-8155.21", description: "No response from the team, so the appointment was reopened." },
            { id: 398, account_id: 82, transaction_date: new Date("2023-12-15T21:31:34Z"), amount: "-9939.11", description: "Support confirmed the details and the report was rescheduled." },
            { id: 399, account_id: 69, transaction_date: new Date("2023-05-21T18:25:45Z"), amount: "-9999.27", description: "A routine follow-up: the record was escalated." },
            { id: 400, account_id: 88, transaction_date: new Date("2023-03-02T13:07:00Z"), amount: "-5645.15", description: "The supplier reported a standard issue; the order was rescheduled." },
            { id: 401, account_id: 33, transaction_date: new Date("2023-07-29T18:33:25Z"), amount: "-9096.94", description: "The account was reviewed — urgent case, no further action." },
            { id: 402, account_id: 59, transaction_date: new Date("2023-03-20T18:43:29Z"), amount: "2720.78", description: "The item was cancelled following a duplicate review." },
            { id: 403, account_id: 47, transaction_date: new Date("2023-05-02T22:54:13Z"), amount: "2064.24", description: "The claim was closed — unusual case, no further action." },
            { id: 404, account_id: 70, transaction_date: new Date("2023-02-06T20:56:40Z"), amount: "-2425.61", description: "A duplicate transfer was resolved the same day." },
            { id: 405, account_id: 43, transaction_date: new Date("2023-07-02T18:19:33Z"), amount: "-8465.01", description: "Support reported an urgent issue; the shipment was processed." },
            { id: 406, account_id: 76, transaction_date: new Date("2023-07-05T12:51:29Z"), amount: "8381.03", description: "The document was confirmed — partial case, no further action." },
            { id: 407, account_id: 48, transaction_date: new Date("2023-08-20T10:41:22Z"), amount: "-5484.71", description: "An incomplete payment was processed the same day." },
            { id: 408, account_id: 98, transaction_date: new Date("2023-04-17T17:58:43Z"), amount: "6270.16", description: "The account owner reported a repeat issue; the invoice was approved." },
            { id: 409, account_id: 67, transaction_date: new Date("2023-07-03T07:06:08Z"), amount: "-9737.70", description: "The team reported an unusual issue; the item was approved." },
            { id: 410, account_id: 62, transaction_date: new Date("2023-08-04T16:27:31Z"), amount: "-4659.96", description: "A late claim was delayed the same day." },
            { id: 411, account_id: 53, transaction_date: new Date("2023-10-05T21:13:08Z"), amount: "1852.53", description: "An automatic report was closed the same day." },
            { id: 412, account_id: 44, transaction_date: new Date("2023-09-10T23:37:00Z"), amount: "8390.09", description: "The document was updated after an incomplete check." },
            { id: 413, account_id: 97, transaction_date: new Date("2023-04-23T17:11:06Z"), amount: "-9899.19", description: "The team reported an unusual issue; the record was escalated." },
            { id: 414, account_id: 98, transaction_date: new Date("2023-05-28T12:34:17Z"), amount: "-7431.06", description: "A standard follow-up: the delivery was approved." },
            { id: 415, account_id: 53, transaction_date: new Date("2023-07-17T16:58:27Z"), amount: "-7688.16", description: "The item was replaced following a manual review." },
            { id: 416, account_id: 21, transaction_date: new Date("2023-05-07T11:29:15Z"), amount: "-7165.54", description: "No response from support, so the order was rejected." },
            { id: 417, account_id: 32, transaction_date: new Date("2023-11-22T12:54:12Z"), amount: "2297.82", description: "Support confirmed the details and the request was processed." },
            { id: 418, account_id: 4, transaction_date: new Date("2023-08-17T21:00:27Z"), amount: "278.60", description: "The supplier confirmed the details and the order was updated." },
            { id: 419, account_id: 28, transaction_date: new Date("2023-04-17T07:57:07Z"), amount: "-8587.33", description: "No response from the team, so the order was delayed." },
            { id: 420, account_id: 37, transaction_date: new Date("2023-06-09T09:29:12Z"), amount: "-9484.58", description: "A duplicate document was updated the same day." },
            { id: 421, account_id: 3, transaction_date: new Date("2023-03-17T10:16:31Z"), amount: "-7726.76", description: "An operator reported an automatic issue; the delivery was refunded." },
            { id: 422, account_id: 51, transaction_date: new Date("2023-07-04T18:59:33Z"), amount: "-9118.17", description: "A manual booking was completed the same day." },
            { id: 423, account_id: 84, transaction_date: new Date("2023-11-25T11:12:45Z"), amount: "-9323.03", description: "The customer confirmed the details and the document was completed." },
            { id: 424, account_id: 60, transaction_date: new Date("2023-06-11T20:25:18Z"), amount: "-9119.52", description: "No response from the team, so the delivery was completed." },
            { id: 425, account_id: 100, transaction_date: new Date("2023-01-30T08:13:01Z"), amount: "-7480.19", description: "The team confirmed the details and the request was reviewed." },
            { id: 426, account_id: 74, transaction_date: new Date("2023-08-19T01:23:48Z"), amount: "-9213.33", description: "The payment was processed after a partial check." },
            { id: 427, account_id: 18, transaction_date: new Date("2023-10-06T17:18:55Z"), amount: "4744.84", description: "The customer reported a routine issue; the session was replaced." },
            { id: 428, account_id: 93, transaction_date: new Date("2023-12-16T01:21:46Z"), amount: "-5090.06", description: "Flagged as standard. The courier confirmed the ticket." },
            { id: 429, account_id: 59, transaction_date: new Date("2023-10-10T10:05:51Z"), amount: "-9542.55", description: "A partial delivery was processed the same day." },
            { id: 430, account_id: 5, transaction_date: new Date("2023-07-10T01:04:45Z"), amount: "7568.42", description: "The customer reported an automatic issue; the payment was processed." },
            { id: 431, account_id: 42, transaction_date: new Date("2023-02-13T13:02:37Z"), amount: "-3234.25", description: "No response from the customer, so the refund was cancelled." },
            { id: 432, account_id: 64, transaction_date: new Date("2023-09-03T16:02:19Z"), amount: "3552.76", description: "A duplicate session was updated the same day." },
            { id: 433, account_id: 54, transaction_date: new Date("2023-09-23T11:06:00Z"), amount: "-6633.34", description: "Flagged as manual. The account owner rejected the appointment." },
            { id: 434, account_id: 35, transaction_date: new Date("2023-07-25T22:24:15Z"), amount: "-4797.73", description: "The courier asked for a change and the invoice was resolved." },
            { id: 435, account_id: 9, transaction_date: new Date("2023-11-17T12:17:59Z"), amount: "-8603.07", description: "A routine follow-up: the claim was reopened." },
            { id: 436, account_id: 71, transaction_date: new Date("2023-04-13T08:51:00Z"), amount: "-7205.55", description: "The supplier confirmed the details and the report was reviewed." },
            { id: 437, account_id: 24, transaction_date: new Date("2023-05-10T10:23:06Z"), amount: "-6545.25", description: "The account owner confirmed the details and the account was replaced." },
            { id: 438, account_id: 29, transaction_date: new Date("2023-08-11T09:41:47Z"), amount: "-9878.00", description: "A manual ticket was delayed the same day." },
            { id: 439, account_id: 81, transaction_date: new Date("2023-06-17T21:38:54Z"), amount: "9581.21", description: "The transfer was reviewed after a partial check." },
            { id: 440, account_id: 37, transaction_date: new Date("2023-09-14T18:06:36Z"), amount: "-48.68", description: "The transfer was processed following a minor review." },
            { id: 441, account_id: 33, transaction_date: new Date("2023-04-07T18:38:25Z"), amount: "-9995.43", description: "The request was cancelled after a partial check." },
            { id: 442, account_id: 90, transaction_date: new Date("2023-10-12T10:55:22Z"), amount: "9943.85", description: "A routine follow-up: the report was reopened." },
            { id: 443, account_id: 3, transaction_date: new Date("2023-08-23T23:19:55Z"), amount: "-9634.75", description: "No response from an operator, so the document was reopened." },
            { id: 444, account_id: 6, transaction_date: new Date("2023-04-22T17:29:33Z"), amount: "4567.25", description: "Flagged as late. The courier rescheduled the claim." },
            { id: 445, account_id: 69, transaction_date: new Date("2023-12-13T20:32:06Z"), amount: "-9052.21", description: "Flagged as urgent. The reviewer rejected the refund." },
            { id: 446, account_id: 40, transaction_date: new Date("2023-06-25T20:07:32Z"), amount: "-8398.34", description: "Support asked for a change and the transfer was cancelled." },
            { id: 447, account_id: 13, transaction_date: new Date("2023-10-30T18:01:07Z"), amount: "6096.20", description: "The invoice was replaced following an urgent review." },
            { id: 448, account_id: 58, transaction_date: new Date("2023-04-25T20:08:34Z"), amount: "-9994.72", description: "A manual follow-up: the appointment was reviewed." },
            { id: 449, account_id: 76, transaction_date: new Date("2023-12-24T19:33:03Z"), amount: "7023.40", description: "The team reported an incomplete issue; the request was escalated." },
            { id: 450, account_id: 12, transaction_date: new Date("2023-11-25T20:39:09Z"), amount: "-1134.96", description: "The document was resolved following a partial review." },
            { id: 451, account_id: 35, transaction_date: new Date("2023-11-18T20:37:27Z"), amount: "-6246.08", description: "The order was replaced — incomplete case, no further action." },
            { id: 452, account_id: 96, transaction_date: new Date("2023-11-04T15:56:11Z"), amount: "-8270.67", description: "The supplier asked for a change and the order was rejected." },
            { id: 453, account_id: 60, transaction_date: new Date("2023-06-09T16:49:58Z"), amount: "-9485.29", description: "The supplier confirmed the details and the session was delayed." },
            { id: 454, account_id: 40, transaction_date: new Date("2023-11-19T08:35:05Z"), amount: "-649.82", description: "Support confirmed the details and the record was approved." },
            { id: 455, account_id: 92, transaction_date: new Date("2023-10-08T13:00:00Z"), amount: "9239.57", description: "Flagged as urgent. The account owner rescheduled the record." },
            { id: 456, account_id: 100, transaction_date: new Date("2023-11-01T01:03:03Z"), amount: "3191.50", description: "The document was replaced after an automatic check." },
            { id: 457, account_id: 95, transaction_date: new Date("2023-11-02T15:39:15Z"), amount: "308.09", description: "The order was resolved following a partial review." },
            { id: 458, account_id: 87, transaction_date: new Date("2023-10-15T15:48:53Z"), amount: "5516.65", description: "The supplier confirmed the details and the account was rejected." },
            { id: 459, account_id: 32, transaction_date: new Date("2023-11-26T20:51:45Z"), amount: "-7174.80", description: "No response from the account owner, so the payment was resolved." },
            { id: 460, account_id: 65, transaction_date: new Date("2023-02-24T18:39:46Z"), amount: "-4207.58", description: "The courier asked for a change and the delivery was replaced." },
            { id: 461, account_id: 52, transaction_date: new Date("2023-07-08T12:26:18Z"), amount: "6076.15", description: "An unusual payment was delayed the same day." },
            { id: 462, account_id: 22, transaction_date: new Date("2023-07-27T22:19:25Z"), amount: "-5938.65", description: "The delivery was confirmed — partial case, no further action." },
            { id: 463, account_id: 15, transaction_date: new Date("2023-11-02T19:02:06Z"), amount: "1596.47", description: "The supplier asked for a change and the transfer was replaced." },
            { id: 464, account_id: 12, transaction_date: new Date("2023-12-30T08:38:49Z"), amount: "-9728.49", description: "The claim was resolved — late case, no further action." },
            { id: 465, account_id: 16, transaction_date: new Date("2023-03-15T08:47:35Z"), amount: "384.16", description: "The ticket was delayed after an urgent check." },
            { id: 466, account_id: 36, transaction_date: new Date("2023-08-10T15:12:03Z"), amount: "-4117.52", description: "A manual booking was confirmed the same day." },
            { id: 467, account_id: 17, transaction_date: new Date("2023-07-22T12:07:13Z"), amount: "-8119.30", description: "The team confirmed the details and the shipment was closed." },
            { id: 468, account_id: 53, transaction_date: new Date("2023-08-14T12:14:05Z"), amount: "-1923.14", description: "The invoice was cancelled — unusual case, no further action." },
            { id: 469, account_id: 51, transaction_date: new Date("2023-12-26T11:11:39Z"), amount: "-758.88", description: "An operator reported a partial issue; the shipment was reviewed." },
            { id: 470, account_id: 65, transaction_date: new Date("2023-04-21T15:07:30Z"), amount: "-8510.81", description: "An unusual follow-up: the document was refunded." },
            { id: 471, account_id: 82, transaction_date: new Date("2023-08-28T13:59:13Z"), amount: "-7047.10", description: "The courier asked for a change and the transfer was reopened." },
            { id: 472, account_id: 75, transaction_date: new Date("2023-11-16T19:27:25Z"), amount: "2790.00", description: "A routine follow-up: the session was rescheduled." },
            { id: 473, account_id: 74, transaction_date: new Date("2023-06-11T13:27:42Z"), amount: "-1313.40", description: "The shipment was resolved following a routine review." },
            { id: 474, account_id: 62, transaction_date: new Date("2023-12-03T08:30:56Z"), amount: "6471.30", description: "The invoice was delayed following a routine review." },
            { id: 475, account_id: 56, transaction_date: new Date("2023-07-13T05:11:30Z"), amount: "-8865.94", description: "An urgent follow-up: the appointment was cancelled." },
            { id: 476, account_id: 100, transaction_date: new Date("2023-09-21T06:20:14Z"), amount: "-6709.00", description: "The session was delayed following an urgent review." },
            { id: 477, account_id: 25, transaction_date: new Date("2023-09-30T12:49:12Z"), amount: "489.82", description: "The order was escalated after a late check." },
            { id: 478, account_id: 34, transaction_date: new Date("2023-11-06T09:36:47Z"), amount: "-9997.43", description: "The courier reported a standard issue; the document was completed." },
            { id: 479, account_id: 56, transaction_date: new Date("2023-06-20T12:25:20Z"), amount: "-1565.09", description: "A late follow-up: the report was reopened." },
            { id: 480, account_id: 68, transaction_date: new Date("2023-08-05T13:47:25Z"), amount: "-6453.04", description: "Support confirmed the details and the order was delayed." },
            { id: 481, account_id: 14, transaction_date: new Date("2023-12-11T20:12:00Z"), amount: "-9978.77", description: "The team confirmed the details and the booking was replaced." },
            { id: 482, account_id: 80, transaction_date: new Date("2023-02-22T07:30:50Z"), amount: "-3241.64", description: "Flagged as manual. Support rescheduled the refund." },
            { id: 483, account_id: 66, transaction_date: new Date("2023-06-01T22:26:02Z"), amount: "-5525.04", description: "The supplier asked for a change and the appointment was reopened." },
            { id: 484, account_id: 9, transaction_date: new Date("2023-08-29T07:07:02Z"), amount: "-6488.56", description: "No response from support, so the appointment was processed." },
            { id: 485, account_id: 67, transaction_date: new Date("2023-08-25T09:00:49Z"), amount: "5681.58", description: "No response from the team, so the account was delayed." },
            { id: 486, account_id: 27, transaction_date: new Date("2023-06-06T17:29:44Z"), amount: "3367.24", description: "Flagged as routine. The team processed the shipment." },
            { id: 487, account_id: 19, transaction_date: new Date("2023-01-10T13:06:33Z"), amount: "1528.55", description: "The courier asked for a change and the ticket was processed." },
            { id: 488, account_id: 41, transaction_date: new Date("2023-04-01T19:05:11Z"), amount: "6530.91", description: "The session was updated following a minor review." },
            { id: 489, account_id: 69, transaction_date: new Date("2023-04-26T23:53:12Z"), amount: "-3917.50", description: "An urgent session was delayed the same day." },
            { id: 490, account_id: 89, transaction_date: new Date("2023-03-23T12:49:11Z"), amount: "-9511.55", description: "The supplier asked for a change and the report was rejected." },
            { id: 491, account_id: 11, transaction_date: new Date("2023-03-29T11:48:33Z"), amount: "7401.35", description: "The item was processed after a late check." },
            { id: 492, account_id: 3, transaction_date: new Date("2023-02-09T13:22:36Z"), amount: "-9459.84", description: "A partial booking was completed the same day." },
            { id: 493, account_id: 22, transaction_date: new Date("2023-02-07T19:21:29Z"), amount: "6145.35", description: "A manual follow-up: the shipment was confirmed." },
            { id: 494, account_id: 85, transaction_date: new Date("2023-12-08T12:37:41Z"), amount: "-9351.41", description: "The customer reported a minor issue; the order was cancelled." },
            { id: 495, account_id: 31, transaction_date: new Date("2023-11-30T09:55:07Z"), amount: "-9255.00", description: "The delivery was reopened following a repeat review." },
            { id: 496, account_id: 97, transaction_date: new Date("2023-09-07T22:15:33Z"), amount: "-7449.47", description: "An urgent follow-up: the item was refunded." },
            { id: 497, account_id: 51, transaction_date: new Date("2023-09-02T21:30:58Z"), amount: "-7715.70", description: "No response from an operator, so the request was completed." },
            { id: 498, account_id: 51, transaction_date: new Date("2023-05-01T18:35:26Z"), amount: "-8314.99", description: "The supplier confirmed the details and the account was approved." },
            { id: 499, account_id: 55, transaction_date: new Date("2023-01-13T09:39:41Z"), amount: "8825.64", description: "A partial follow-up: the order was updated." },
            { id: 500, account_id: 10, transaction_date: new Date("2023-11-14T17:39:24Z"), amount: "-5748.04", description: "The invoice was reviewed following an automatic review." },
        ],
    });
    await prisma.vendor_payments.createMany({
        data: [
            { id: 1, journal_entry_id: 31, vendor_name: "Tidal Software", payment_date: new Date("2023-06-17T17:38:35Z"), amount: "11246.99" },
            { id: 2, journal_entry_id: 486, vendor_name: "Willow Digital", payment_date: new Date("2023-11-05T10:16:52Z"), amount: "4156.51" },
            { id: 3, journal_entry_id: 392, vendor_name: "Ember Analytics", payment_date: new Date("2023-06-14T18:45:56Z"), amount: "38232.52" },
            { id: 4, journal_entry_id: 43, vendor_name: "Delta Digital", payment_date: new Date("2023-03-16T11:18:57Z"), amount: "24180.43" },
            { id: 5, journal_entry_id: 311, vendor_name: "Compass Labs", payment_date: new Date("2023-09-16T08:56:03Z"), amount: "7755.00" },
            { id: 6, journal_entry_id: 388, vendor_name: "Beacon Analytics", payment_date: new Date("2023-11-23T17:10:10Z"), amount: "7769.79" },
            { id: 7, journal_entry_id: 372, vendor_name: "Acme Works", payment_date: new Date("2023-09-11T10:38:32Z"), amount: "29.27" },
            { id: 8, journal_entry_id: 474, vendor_name: "Lantern Energy", payment_date: new Date("2023-06-16T11:23:29Z"), amount: "95.28" },
            { id: 9, journal_entry_id: 16, vendor_name: "Delta Holdings", payment_date: new Date("2023-03-16T17:44:19Z"), amount: "6691.83" },
            { id: 10, journal_entry_id: 181, vendor_name: "Sable Media", payment_date: new Date("2023-09-13T11:04:15Z"), amount: "36277.46" },
            { id: 11, journal_entry_id: 227, vendor_name: "Crest Studio", payment_date: new Date("2023-08-15T16:33:21Z"), amount: "38579.50" },
            { id: 12, journal_entry_id: 368, vendor_name: "Tidal Labs", payment_date: new Date("2023-11-04T12:28:48Z"), amount: "20254.61" },
            { id: 13, journal_entry_id: 233, vendor_name: "Cobalt Digital", payment_date: new Date("2023-01-04T09:32:03Z"), amount: "41867.22" },
            { id: 14, journal_entry_id: 477, vendor_name: "Vector Holdings", payment_date: new Date("2023-08-07T13:05:25Z"), amount: "1018.87" },
            { id: 15, journal_entry_id: 159, vendor_name: "Summit Holdings", payment_date: new Date("2023-06-29T11:17:22Z"), amount: "9026.82" },
            { id: 16, journal_entry_id: 321, vendor_name: "North Works", payment_date: new Date("2023-01-17T15:07:34Z"), amount: "21726.33" },
            { id: 17, journal_entry_id: 16, vendor_name: "Summit Analytics", payment_date: new Date("2023-05-31T12:30:47Z"), amount: "2531.78" },
            { id: 18, journal_entry_id: 178, vendor_name: "Iron Group", payment_date: new Date("2023-08-20T12:52:46Z"), amount: "19092.91" },
            { id: 19, journal_entry_id: 218, vendor_name: "Delta Media", payment_date: new Date("2023-05-21T15:45:38Z"), amount: "27732.55" },
            { id: 20, journal_entry_id: 116, vendor_name: "Pine Logistics", payment_date: new Date("2023-12-21T16:28:41Z"), amount: "3633.13" },
            { id: 21, journal_entry_id: 132, vendor_name: "Quill Holdings", payment_date: new Date("2023-09-06T10:53:45Z"), amount: "389.97" },
            { id: 22, journal_entry_id: 236, vendor_name: "Vista Studio", payment_date: new Date("2023-03-01T09:10:33Z"), amount: "810.38" },
            { id: 23, journal_entry_id: 307, vendor_name: "Orbit Software", payment_date: new Date("2023-10-27T15:34:15Z"), amount: "1.17" },
            { id: 24, journal_entry_id: 249, vendor_name: "Atlas Holdings", payment_date: new Date("2023-01-28T15:54:50Z"), amount: "26648.98" },
            { id: 25, journal_entry_id: 210, vendor_name: "Compass Analytics", payment_date: new Date("2023-12-11T17:28:10Z"), amount: "7129.43" },
            { id: 26, journal_entry_id: 293, vendor_name: "Lumen Systems", payment_date: new Date("2023-05-15T15:23:55Z"), amount: "11784.67" },
            { id: 27, journal_entry_id: 74, vendor_name: "Harbor Media", payment_date: new Date("2023-11-18T15:42:11Z"), amount: "1130.24" },
            { id: 28, journal_entry_id: 476, vendor_name: "Blue Foods", payment_date: new Date("2023-04-30T18:57:13Z"), amount: "4197.32" },
            { id: 29, journal_entry_id: 178, vendor_name: "Atlas Group", payment_date: new Date("2023-07-22T10:07:20Z"), amount: "1613.44" },
            { id: 30, journal_entry_id: 392, vendor_name: "Tidal Works", payment_date: new Date("2023-11-05T12:10:18Z"), amount: "35703.38" },
            { id: 31, journal_entry_id: 24, vendor_name: "Vector Foods", payment_date: new Date("2023-11-07T10:05:33Z"), amount: "27608.13" },
            { id: 32, journal_entry_id: 357, vendor_name: "Iron Digital", payment_date: new Date("2023-10-27T09:22:12Z"), amount: "2.88" },
            { id: 33, journal_entry_id: 438, vendor_name: "Iron Works", payment_date: new Date("2023-06-18T11:13:26Z"), amount: "8681.34" },
            { id: 34, journal_entry_id: 81, vendor_name: "Compass Analytics", payment_date: new Date("2023-12-05T15:14:34Z"), amount: "2375.05" },
            { id: 35, journal_entry_id: 494, vendor_name: "Delta Software", payment_date: new Date("2023-04-05T12:10:43Z"), amount: "21466.16" },
            { id: 36, journal_entry_id: 269, vendor_name: "Crest Digital", payment_date: new Date("2023-09-03T18:50:22Z"), amount: "35950.95" },
            { id: 37, journal_entry_id: 324, vendor_name: "Bright Works", payment_date: new Date("2023-05-10T11:30:13Z"), amount: "41148.59" },
            { id: 38, journal_entry_id: 270, vendor_name: "Lantern Partners", payment_date: new Date("2023-01-19T13:39:00Z"), amount: "30591.04" },
            { id: 39, journal_entry_id: 47, vendor_name: "Blue Labs", payment_date: new Date("2023-06-24T12:54:08Z"), amount: "11661.46" },
            { id: 40, journal_entry_id: 61, vendor_name: "Clear Health", payment_date: new Date("2023-04-28T08:29:58Z"), amount: "3394.57" },
            { id: 41, journal_entry_id: 478, vendor_name: "Summit Software", payment_date: new Date("2023-05-06T14:08:50Z"), amount: "12701.82" },
            { id: 42, journal_entry_id: 475, vendor_name: "Atlas Digital", payment_date: new Date("2023-08-22T17:30:33Z"), amount: "12446.69" },
            { id: 43, journal_entry_id: 96, vendor_name: "Pine Digital", payment_date: new Date("2023-12-25T11:53:28Z"), amount: "27764.38" },
            { id: 44, journal_entry_id: 216, vendor_name: "Vista Industries", payment_date: new Date("2023-03-22T13:50:44Z"), amount: "2814.29" },
            { id: 45, journal_entry_id: 148, vendor_name: "Field Energy", payment_date: new Date("2023-12-29T11:31:19Z"), amount: "14901.35" },
            { id: 46, journal_entry_id: 230, vendor_name: "Willow Software", payment_date: new Date("2023-12-27T11:25:43Z"), amount: "17849.01" },
            { id: 47, journal_entry_id: 259, vendor_name: "Orbit Partners", payment_date: new Date("2023-11-25T20:32:39Z"), amount: "22601.90" },
            { id: 48, journal_entry_id: 483, vendor_name: "Blue Software", payment_date: new Date("2023-02-27T12:23:15Z"), amount: "38809.30" },
            { id: 49, journal_entry_id: 263, vendor_name: "Acme Health", payment_date: new Date("2023-11-04T15:46:44Z"), amount: "19790.76" },
            { id: 50, journal_entry_id: 242, vendor_name: "Cedar Foods", payment_date: new Date("2023-04-11T02:39:46Z"), amount: "8218.70" },
            { id: 51, journal_entry_id: 332, vendor_name: "Quill Health", payment_date: new Date("2023-03-17T11:01:16Z"), amount: "2220.90" },
            { id: 52, journal_entry_id: 230, vendor_name: "Acme Labs", payment_date: new Date("2023-11-25T06:32:37Z"), amount: "27749.14" },
            { id: 53, journal_entry_id: 226, vendor_name: "Iron Holdings", payment_date: new Date("2023-03-18T15:04:56Z"), amount: "6538.64" },
            { id: 54, journal_entry_id: 278, vendor_name: "Cedar Labs", payment_date: new Date("2023-12-10T13:59:17Z"), amount: "1757.26" },
            { id: 55, journal_entry_id: 36, vendor_name: "Cedar Systems", payment_date: new Date("2023-01-21T13:18:42Z"), amount: "31177.68" },
            { id: 56, journal_entry_id: 106, vendor_name: "Compass Software", payment_date: new Date("2023-03-08T14:23:51Z"), amount: "905.61" },
            { id: 57, journal_entry_id: 265, vendor_name: "Ember Systems", payment_date: new Date("2023-07-11T15:19:04Z"), amount: "34607.51" },
            { id: 58, journal_entry_id: 208, vendor_name: "Atlas Group", payment_date: new Date("2023-04-06T17:39:02Z"), amount: "7503.51" },
            { id: 59, journal_entry_id: 131, vendor_name: "Compass Systems", payment_date: new Date("2023-11-23T11:49:39Z"), amount: "2797.14" },
            { id: 60, journal_entry_id: 51, vendor_name: "Bright Labs", payment_date: new Date("2023-10-02T14:13:07Z"), amount: "275.44" },
            { id: 61, journal_entry_id: 468, vendor_name: "Compass Digital", payment_date: new Date("2023-10-29T16:50:24Z"), amount: "3643.14" },
            { id: 62, journal_entry_id: 12, vendor_name: "Acme Software", payment_date: new Date("2023-10-03T10:48:42Z"), amount: "2981.30" },
            { id: 63, journal_entry_id: 273, vendor_name: "Acme Logistics", payment_date: new Date("2023-01-22T09:13:30Z"), amount: "499.20" },
            { id: 64, journal_entry_id: 339, vendor_name: "Blue Studio", payment_date: new Date("2023-11-08T16:17:18Z"), amount: "33814.62" },
            { id: 65, journal_entry_id: 121, vendor_name: "Cobalt Group", payment_date: new Date("2023-06-28T16:48:45Z"), amount: "495.54" },
            { id: 66, journal_entry_id: 375, vendor_name: "Beacon Works", payment_date: new Date("2023-09-09T14:46:51Z"), amount: "10514.34" },
            { id: 67, journal_entry_id: 343, vendor_name: "Quill Group", payment_date: new Date("2023-05-12T12:11:57Z"), amount: "4280.19" },
            { id: 68, journal_entry_id: 5, vendor_name: "North Logistics", payment_date: new Date("2023-03-09T15:24:43Z"), amount: "24367.40" },
            { id: 69, journal_entry_id: 346, vendor_name: "Apex Analytics", payment_date: new Date("2023-10-24T13:44:44Z"), amount: "2729.76" },
            { id: 70, journal_entry_id: 67, vendor_name: "Cedar Labs", payment_date: new Date("2023-11-29T11:48:52Z"), amount: "42745.81" },
            { id: 71, journal_entry_id: 405, vendor_name: "Blue Logistics", payment_date: new Date("2023-09-02T14:15:19Z"), amount: "46141.50" },
            { id: 72, journal_entry_id: 398, vendor_name: "River Group", payment_date: new Date("2023-07-09T17:51:23Z"), amount: "18543.79" },
            { id: 73, journal_entry_id: 73, vendor_name: "North Studio", payment_date: new Date("2023-05-19T15:42:46Z"), amount: "4771.32" },
            { id: 74, journal_entry_id: 345, vendor_name: "Iron Group", payment_date: new Date("2023-03-23T17:09:07Z"), amount: "45117.79" },
            { id: 75, journal_entry_id: 155, vendor_name: "Lantern Group", payment_date: new Date("2023-10-23T09:38:42Z"), amount: "14905.61" },
            { id: 76, journal_entry_id: 442, vendor_name: "Clear Energy", payment_date: new Date("2023-02-05T16:51:08Z"), amount: "1436.09" },
            { id: 77, journal_entry_id: 244, vendor_name: "Atlas Digital", payment_date: new Date("2023-10-22T09:23:55Z"), amount: "24474.24" },
            { id: 78, journal_entry_id: 230, vendor_name: "Keystone Works", payment_date: new Date("2023-12-09T01:32:30Z"), amount: "1002.93" },
            { id: 79, journal_entry_id: 393, vendor_name: "Compass Systems", payment_date: new Date("2023-01-25T14:28:29Z"), amount: "843.19" },
            { id: 80, journal_entry_id: 4, vendor_name: "Keystone Software", payment_date: new Date("2023-05-22T11:18:21Z"), amount: "49953.41" },
            { id: 81, journal_entry_id: 285, vendor_name: "Cedar Media", payment_date: new Date("2023-02-08T14:32:03Z"), amount: "1943.31" },
            { id: 82, journal_entry_id: 191, vendor_name: "Lantern Software", payment_date: new Date("2023-10-29T12:07:46Z"), amount: "59.08" },
            { id: 83, journal_entry_id: 212, vendor_name: "Lantern Logistics", payment_date: new Date("2023-10-17T08:05:25Z"), amount: "971.05" },
            { id: 84, journal_entry_id: 374, vendor_name: "Delta Energy", payment_date: new Date("2023-11-19T16:38:41Z"), amount: "5611.99" },
            { id: 85, journal_entry_id: 111, vendor_name: "Meridian Partners", payment_date: new Date("2023-12-16T07:08:01Z"), amount: "47188.89" },
            { id: 86, journal_entry_id: 254, vendor_name: "Iron Holdings", payment_date: new Date("2023-11-07T12:10:14Z"), amount: "36117.10" },
            { id: 87, journal_entry_id: 290, vendor_name: "Vista Software", payment_date: new Date("2023-05-15T14:10:20Z"), amount: "4320.74" },
            { id: 88, journal_entry_id: 104, vendor_name: "Crest Health", payment_date: new Date("2023-06-25T17:15:44Z"), amount: "5559.79" },
            { id: 89, journal_entry_id: 284, vendor_name: "Harbor Foods", payment_date: new Date("2023-02-06T16:14:21Z"), amount: "10470.71" },
            { id: 90, journal_entry_id: 218, vendor_name: "Compass Partners", payment_date: new Date("2023-08-30T15:42:13Z"), amount: "32901.71" },
            { id: 91, journal_entry_id: 47, vendor_name: "Crest Studio", payment_date: new Date("2023-03-20T15:18:50Z"), amount: "41645.51" },
            { id: 92, journal_entry_id: 16, vendor_name: "Vector Partners", payment_date: new Date("2023-10-21T11:01:31Z"), amount: "34019.91" },
            { id: 93, journal_entry_id: 197, vendor_name: "Granite Works", payment_date: new Date("2023-05-22T09:35:11Z"), amount: "9457.61" },
            { id: 94, journal_entry_id: 150, vendor_name: "Willow Logistics", payment_date: new Date("2023-08-12T14:59:06Z"), amount: "5823.52" },
            { id: 95, journal_entry_id: 1, vendor_name: "River Digital", payment_date: new Date("2023-08-06T11:38:36Z"), amount: "7585.56" },
            { id: 96, journal_entry_id: 280, vendor_name: "Ember Works", payment_date: new Date("2023-12-23T09:06:51Z"), amount: "37463.22" },
            { id: 97, journal_entry_id: 340, vendor_name: "Ridge Health", payment_date: new Date("2023-04-13T14:07:46Z"), amount: "88.47" },
            { id: 98, journal_entry_id: 483, vendor_name: "Lumen Works", payment_date: new Date("2023-07-14T13:46:38Z"), amount: "288.36" },
            { id: 99, journal_entry_id: 444, vendor_name: "Lumen Labs", payment_date: new Date("2023-05-20T13:50:39Z"), amount: "14662.53" },
            { id: 100, journal_entry_id: 479, vendor_name: "Crest Studio", payment_date: new Date("2023-10-14T00:59:31Z"), amount: "36391.43" },
            { id: 101, journal_entry_id: 476, vendor_name: "Granite Analytics", payment_date: new Date("2023-02-04T18:24:18Z"), amount: "2935.14" },
            { id: 102, journal_entry_id: 159, vendor_name: "Pine Group", payment_date: new Date("2023-11-30T10:12:31Z"), amount: "48028.83" },
            { id: 103, journal_entry_id: 451, vendor_name: "Clear Industries", payment_date: new Date("2023-06-03T19:56:28Z"), amount: "4520.45" },
            { id: 104, journal_entry_id: 59, vendor_name: "Oak Group", payment_date: new Date("2023-03-09T13:06:33Z"), amount: "4306.56" },
            { id: 105, journal_entry_id: 119, vendor_name: "Pine Industries", payment_date: new Date("2023-01-07T18:51:28Z"), amount: "3828.04" },
            { id: 106, journal_entry_id: 427, vendor_name: "Cedar Media", payment_date: new Date("2023-04-04T13:39:34Z"), amount: "17156.99" },
            { id: 107, journal_entry_id: 225, vendor_name: "Iron Media", payment_date: new Date("2023-09-17T11:52:23Z"), amount: "9637.91" },
            { id: 108, journal_entry_id: 171, vendor_name: "Juniper Industries", payment_date: new Date("2023-02-18T17:10:11Z"), amount: "965.41" },
            { id: 109, journal_entry_id: 62, vendor_name: "Summit Foods", payment_date: new Date("2023-12-24T13:33:27Z"), amount: "6635.96" },
            { id: 110, journal_entry_id: 255, vendor_name: "Ridge Works", payment_date: new Date("2023-05-05T11:43:05Z"), amount: "48059.10" },
            { id: 111, journal_entry_id: 488, vendor_name: "Orbit Foods", payment_date: new Date("2023-09-07T16:10:02Z"), amount: "44089.33" },
            { id: 112, journal_entry_id: 6, vendor_name: "Summit Group", payment_date: new Date("2023-09-15T13:03:23Z"), amount: "39563.12" },
            { id: 113, journal_entry_id: 108, vendor_name: "Beacon Software", payment_date: new Date("2023-12-05T11:08:37Z"), amount: "6053.94" },
            { id: 114, journal_entry_id: 134, vendor_name: "Orbit Works", payment_date: new Date("2023-11-08T13:18:25Z"), amount: "44695.24" },
            { id: 115, journal_entry_id: 452, vendor_name: "Tidal Labs", payment_date: new Date("2023-06-07T19:05:53Z"), amount: "6677.29" },
            { id: 116, journal_entry_id: 295, vendor_name: "Meridian Works", payment_date: new Date("2023-08-26T13:27:02Z"), amount: "7443.52" },
            { id: 117, journal_entry_id: 284, vendor_name: "Pine Media", payment_date: new Date("2023-04-03T14:53:54Z"), amount: "2065.42" },
            { id: 118, journal_entry_id: 444, vendor_name: "Meridian Group", payment_date: new Date("2023-02-07T15:31:14Z"), amount: "944.19" },
            { id: 119, journal_entry_id: 179, vendor_name: "Harbor Foods", payment_date: new Date("2023-12-15T14:40:11Z"), amount: "37230.16" },
            { id: 120, journal_entry_id: 435, vendor_name: "Oak Media", payment_date: new Date("2023-09-18T09:57:12Z"), amount: "47009.23" },
            { id: 121, journal_entry_id: 199, vendor_name: "Delta Works", payment_date: new Date("2023-04-15T11:20:52Z"), amount: "39716.25" },
            { id: 122, journal_entry_id: 479, vendor_name: "Sable Systems", payment_date: new Date("2023-01-11T11:53:23Z"), amount: "2763.86" },
            { id: 123, journal_entry_id: 482, vendor_name: "Apex Health", payment_date: new Date("2023-11-26T09:02:26Z"), amount: "246.92" },
            { id: 124, journal_entry_id: 105, vendor_name: "Keystone Media", payment_date: new Date("2023-08-07T12:51:19Z"), amount: "9874.84" },
            { id: 125, journal_entry_id: 419, vendor_name: "Keystone Works", payment_date: new Date("2023-06-27T10:04:52Z"), amount: "5.12" },
            { id: 126, journal_entry_id: 178, vendor_name: "Forge Media", payment_date: new Date("2023-03-29T17:33:05Z"), amount: "13833.47" },
            { id: 127, journal_entry_id: 141, vendor_name: "Oak Group", payment_date: new Date("2023-08-06T09:01:46Z"), amount: "41418.27" },
            { id: 128, journal_entry_id: 334, vendor_name: "Meridian Labs", payment_date: new Date("2023-11-22T13:41:49Z"), amount: "101.73" },
            { id: 129, journal_entry_id: 241, vendor_name: "Summit Holdings", payment_date: new Date("2023-04-23T10:43:08Z"), amount: "11285.66" },
            { id: 130, journal_entry_id: 366, vendor_name: "Acme Health", payment_date: new Date("2023-08-01T13:52:04Z"), amount: "1798.16" },
            { id: 131, journal_entry_id: 479, vendor_name: "Meridian Holdings", payment_date: new Date("2023-12-04T09:08:59Z"), amount: "4277.08" },
            { id: 132, journal_entry_id: 272, vendor_name: "Cobalt Digital", payment_date: new Date("2023-04-27T16:07:16Z"), amount: "16174.00" },
            { id: 133, journal_entry_id: 100, vendor_name: "Cobalt Energy", payment_date: new Date("2023-08-19T17:15:16Z"), amount: "438.08" },
            { id: 134, journal_entry_id: 100, vendor_name: "Harbor Group", payment_date: new Date("2023-07-26T16:22:15Z"), amount: "48719.58" },
            { id: 135, journal_entry_id: 179, vendor_name: "Forge Group", payment_date: new Date("2023-11-18T02:25:22Z"), amount: "1599.86" },
            { id: 136, journal_entry_id: 457, vendor_name: "Forge Analytics", payment_date: new Date("2023-01-07T14:52:45Z"), amount: "469.82" },
            { id: 137, journal_entry_id: 423, vendor_name: "Summit Software", payment_date: new Date("2023-03-01T12:45:40Z"), amount: "27105.40" },
            { id: 138, journal_entry_id: 293, vendor_name: "Cobalt Software", payment_date: new Date("2023-08-26T15:36:42Z"), amount: "42429.99" },
            { id: 139, journal_entry_id: 440, vendor_name: "Atlas Health", payment_date: new Date("2023-02-04T10:14:56Z"), amount: "26969.46" },
            { id: 140, journal_entry_id: 344, vendor_name: "Vector Group", payment_date: new Date("2023-09-22T15:13:24Z"), amount: "1736.31" },
            { id: 141, journal_entry_id: 436, vendor_name: "Bright Works", payment_date: new Date("2023-02-07T09:40:10Z"), amount: "3245.00" },
            { id: 142, journal_entry_id: 343, vendor_name: "Forge Energy", payment_date: new Date("2023-08-02T10:56:41Z"), amount: "36333.02" },
            { id: 143, journal_entry_id: 490, vendor_name: "Cobalt Media", payment_date: new Date("2023-05-14T12:10:14Z"), amount: "150.43" },
            { id: 144, journal_entry_id: 417, vendor_name: "Beacon Foods", payment_date: new Date("2023-08-23T17:22:04Z"), amount: "29389.87" },
            { id: 145, journal_entry_id: 290, vendor_name: "Compass Software", payment_date: new Date("2023-01-25T13:49:22Z"), amount: "11104.98" },
            { id: 146, journal_entry_id: 12, vendor_name: "Meridian Analytics", payment_date: new Date("2023-08-22T13:51:03Z"), amount: "2926.78" },
            { id: 147, journal_entry_id: 115, vendor_name: "Atlas Group", payment_date: new Date("2023-06-30T11:50:09Z"), amount: "5740.86" },
            { id: 148, journal_entry_id: 53, vendor_name: "Iron Studio", payment_date: new Date("2023-03-27T08:21:09Z"), amount: "1221.64" },
            { id: 149, journal_entry_id: 113, vendor_name: "Vector Studio", payment_date: new Date("2023-02-19T08:57:58Z"), amount: "264.78" },
            { id: 150, journal_entry_id: 270, vendor_name: "Bright Logistics", payment_date: new Date("2023-01-03T20:06:37Z"), amount: "46282.53" },
            { id: 151, journal_entry_id: 79, vendor_name: "Lantern Works", payment_date: new Date("2023-04-14T16:58:44Z"), amount: "22255.12" },
            { id: 152, journal_entry_id: 284, vendor_name: "Compass Industries", payment_date: new Date("2023-04-20T09:23:08Z"), amount: "3220.48" },
            { id: 153, journal_entry_id: 329, vendor_name: "Apex Logistics", payment_date: new Date("2023-03-21T10:10:55Z"), amount: "4299.92" },
            { id: 154, journal_entry_id: 259, vendor_name: "Blue Energy", payment_date: new Date("2023-05-04T13:43:33Z"), amount: "24161.20" },
            { id: 155, journal_entry_id: 254, vendor_name: "Juniper Media", payment_date: new Date("2023-10-21T08:32:53Z"), amount: "31106.99" },
            { id: 156, journal_entry_id: 70, vendor_name: "Orbit Holdings", payment_date: new Date("2023-10-03T07:06:10Z"), amount: "25309.39" },
            { id: 157, journal_entry_id: 148, vendor_name: "Acme Digital", payment_date: new Date("2023-01-02T11:59:50Z"), amount: "25349.62" },
            { id: 158, journal_entry_id: 173, vendor_name: "Lantern Systems", payment_date: new Date("2023-08-28T12:53:21Z"), amount: "5722.78" },
            { id: 159, journal_entry_id: 164, vendor_name: "Crest Works", payment_date: new Date("2023-06-30T09:39:15Z"), amount: "25110.64" },
            { id: 160, journal_entry_id: 5, vendor_name: "Ridge Media", payment_date: new Date("2023-09-27T10:33:32Z"), amount: "4674.63" },
            { id: 161, journal_entry_id: 472, vendor_name: "Harbor Software", payment_date: new Date("2023-04-07T16:34:36Z"), amount: "41465.16" },
            { id: 162, journal_entry_id: 69, vendor_name: "Lumen Analytics", payment_date: new Date("2023-04-12T13:32:43Z"), amount: "5434.13" },
            { id: 163, journal_entry_id: 339, vendor_name: "Orbit Logistics", payment_date: new Date("2023-04-12T09:43:03Z"), amount: "20850.13" },
            { id: 164, journal_entry_id: 283, vendor_name: "Vector Systems", payment_date: new Date("2023-10-12T09:29:00Z"), amount: "3787.86" },
            { id: 165, journal_entry_id: 37, vendor_name: "Blue Logistics", payment_date: new Date("2023-07-12T10:45:19Z"), amount: "14034.05" },
            { id: 166, journal_entry_id: 26, vendor_name: "Pine Systems", payment_date: new Date("2023-08-01T13:16:05Z"), amount: "217.98" },
            { id: 167, journal_entry_id: 22, vendor_name: "North Health", payment_date: new Date("2023-02-03T11:05:42Z"), amount: "16965.94" },
            { id: 168, journal_entry_id: 279, vendor_name: "North Health", payment_date: new Date("2023-03-25T15:32:57Z"), amount: "1553.07" },
            { id: 169, journal_entry_id: 351, vendor_name: "Sable Health", payment_date: new Date("2023-09-12T13:58:17Z"), amount: "28697.75" },
            { id: 170, journal_entry_id: 328, vendor_name: "Lantern Health", payment_date: new Date("2023-11-30T16:28:47Z"), amount: "4641.76" },
            { id: 171, journal_entry_id: 491, vendor_name: "Blue Software", payment_date: new Date("2023-03-20T14:55:55Z"), amount: "5569.76" },
            { id: 172, journal_entry_id: 403, vendor_name: "Keystone Analytics", payment_date: new Date("2023-05-01T09:54:29Z"), amount: "28000.68" },
            { id: 173, journal_entry_id: 160, vendor_name: "Forge Group", payment_date: new Date("2023-11-27T16:31:09Z"), amount: "16483.46" },
            { id: 174, journal_entry_id: 155, vendor_name: "Field Studio", payment_date: new Date("2023-04-06T10:28:58Z"), amount: "1369.02" },
            { id: 175, journal_entry_id: 321, vendor_name: "Tidal Studio", payment_date: new Date("2023-03-01T08:11:28Z"), amount: "48382.41" },
            { id: 176, journal_entry_id: 473, vendor_name: "Oak Analytics", payment_date: new Date("2023-07-21T16:05:02Z"), amount: "41528.28" },
            { id: 177, journal_entry_id: 434, vendor_name: "Ridge Analytics", payment_date: new Date("2023-01-11T13:03:41Z"), amount: "411.58" },
            { id: 178, journal_entry_id: 141, vendor_name: "Acme Holdings", payment_date: new Date("2023-11-27T06:04:30Z"), amount: "5326.42" },
            { id: 179, journal_entry_id: 280, vendor_name: "Granite Media", payment_date: new Date("2023-06-07T11:54:26Z"), amount: "42924.27" },
            { id: 180, journal_entry_id: 22, vendor_name: "Oak Partners", payment_date: new Date("2023-10-20T18:12:10Z"), amount: "445.96" },
            { id: 181, journal_entry_id: 274, vendor_name: "Sable Partners", payment_date: new Date("2023-05-07T19:02:03Z"), amount: "35833.83" },
            { id: 182, journal_entry_id: 353, vendor_name: "Orbit Works", payment_date: new Date("2023-09-20T14:06:31Z"), amount: "1349.11" },
            { id: 183, journal_entry_id: 424, vendor_name: "Blue Energy", payment_date: new Date("2023-04-27T12:14:19Z"), amount: "11881.43" },
            { id: 184, journal_entry_id: 195, vendor_name: "Blue Media", payment_date: new Date("2023-10-27T14:03:06Z"), amount: "27021.81" },
            { id: 185, journal_entry_id: 207, vendor_name: "Apex Health", payment_date: new Date("2023-08-04T16:29:21Z"), amount: "46180.67" },
            { id: 186, journal_entry_id: 71, vendor_name: "Iron Analytics", payment_date: new Date("2023-07-02T09:44:19Z"), amount: "40277.07" },
            { id: 187, journal_entry_id: 21, vendor_name: "Field Works", payment_date: new Date("2023-06-19T14:44:38Z"), amount: "23870.29" },
            { id: 188, journal_entry_id: 133, vendor_name: "Vector Software", payment_date: new Date("2023-09-07T10:04:24Z"), amount: "20.35" },
            { id: 189, journal_entry_id: 370, vendor_name: "Bright Labs", payment_date: new Date("2023-06-09T19:46:14Z"), amount: "11838.35" },
            { id: 190, journal_entry_id: 36, vendor_name: "Atlas Systems", payment_date: new Date("2023-05-30T16:56:32Z"), amount: "28526.41" },
            { id: 191, journal_entry_id: 251, vendor_name: "Cobalt Partners", payment_date: new Date("2023-08-10T12:40:39Z"), amount: "36303.15" },
            { id: 192, journal_entry_id: 451, vendor_name: "Iron Partners", payment_date: new Date("2023-10-09T13:06:09Z"), amount: "1836.29" },
            { id: 193, journal_entry_id: 176, vendor_name: "Pine Partners", payment_date: new Date("2023-05-21T10:09:23Z"), amount: "33780.83" },
            { id: 194, journal_entry_id: 466, vendor_name: "Blue Media", payment_date: new Date("2023-01-11T15:25:49Z"), amount: "38150.35" },
            { id: 195, journal_entry_id: 67, vendor_name: "Pine Industries", payment_date: new Date("2023-07-14T12:05:10Z"), amount: "46511.26" },
            { id: 196, journal_entry_id: 117, vendor_name: "Clear Media", payment_date: new Date("2023-04-07T17:23:48Z"), amount: "45494.49" },
            { id: 197, journal_entry_id: 480, vendor_name: "Keystone Labs", payment_date: new Date("2023-08-22T09:11:57Z"), amount: "1093.45" },
            { id: 198, journal_entry_id: 134, vendor_name: "Ember Digital", payment_date: new Date("2023-03-06T09:32:21Z"), amount: "39606.31" },
            { id: 199, journal_entry_id: 261, vendor_name: "Juniper Foods", payment_date: new Date("2023-08-10T14:53:21Z"), amount: "32915.90" },
            { id: 200, journal_entry_id: 189, vendor_name: "Lantern Labs", payment_date: new Date("2023-07-10T19:38:30Z"), amount: "32892.90" },
        ],
    });
}

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