// Financial Tracking for HR Operations (financial-tracking-for-hr-operations) 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.employees), 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.employees.createMany({
        data: [
            { id: 1, full_name: "Leo Wang", email: "leo.wang@example.org", position: "specialist consultant agent", department: "training" },
            { id: 2, full_name: "Paula Hughes", email: "paula.hughes@example.net", position: "analyst consultant specialist", department: "development legal" },
            { id: 3, full_name: "Sofia Rossi", email: "sofia.rossi@example.com", position: "director analyst strategist", department: "it humanresources" },
            { id: 4, full_name: "Pedro Davis", email: "pedro.davis@example.com", position: "associate consultant clerk", department: "analytics it strategy" },
            { id: 5, full_name: "Lucas Hansen", email: "lucas.hansen@example.org", position: "representative developer clerk", department: "it sales customer" },
            { id: 6, full_name: "Laura Patel", email: "laura.patel@example.org", position: "executive specialist clerk", department: "procurement" },
            { id: 7, full_name: "Carlos Ibrahim", email: "carlos.ibrahim@example.org", position: "developer", department: "customer administration" },
            { id: 8, full_name: "Maja Gupta", email: "maja.gupta@example.org", position: "officer researcher trainee", department: "compliance support design" },
            { id: 9, full_name: "Wei Dubois", email: "wei.dubois@example.com", position: "director administrator", department: "training administration" },
            { id: 10, full_name: "Lena Hansen", email: "lena.hansen@example.com", position: "developer agent representative", department: "analytics legal customer" },
            { id: 11, full_name: "Uma Bauer", email: "uma.bauer@example.net", position: "coordinator supervisor lead", department: "administration compliance it" },
            { id: 12, full_name: "Wei Murphy", email: "wei.murphy@example.net", position: "coordinator executive", department: "compliance strategy" },
            { id: 13, full_name: "Emma Tanaka", email: "emma.tanaka@example.net", position: "representative administrator strategist", department: "design legal compliance" },
            { id: 14, full_name: "Grace Park", email: "grace.park@example.net", position: "consultant engineer", department: "it" },
            { id: 15, full_name: "Hannah Gupta", email: "hannah.gupta@example.net", position: "agent representative", department: "engineering" },
            { id: 16, full_name: "Alice Murphy", email: "alice.murphy@example.com", position: "supervisor clerk", department: "administration it design" },
            { id: 17, full_name: "Ruby Weber", email: "ruby.weber@example.org", position: "consultant specialist", department: "research" },
            { id: 18, full_name: "Jonas Shah", email: "jonas.shah@example.net", position: "manager specialist strategist", department: "marketing" },
            { id: 19, full_name: "Felix Garcia", email: "felix.garcia@example.org", position: "manager representative", department: "research design" },
            { id: 20, full_name: "Jonas Park", email: "jonas.park@example.com", position: "supervisor analyst officer", department: "administration" },
            { id: 21, full_name: "Uma Demir", email: "uma.demir@example.org", position: "strategist supervisor", department: "compliance" },
            { id: 22, full_name: "Felix Klein", email: "felix.klein@example.net", position: "representative administrator", department: "operations it" },
            { id: 23, full_name: "Theo Vargas", email: "theo.vargas@example.net", position: "agent coordinator", department: "support engineering" },
            { id: 24, full_name: "Chen Gupta", email: "chen.gupta@example.net", position: "agent", department: "analytics engineering sales" },
            { id: 25, full_name: "Jonas Pereira", email: "jonas.pereira@example.org", position: "supervisor engineer", department: "marketing analytics" },
            { id: 26, full_name: "Elena Almeida", email: "elena.almeida@example.org", position: "developer", department: "design" },
            { id: 27, full_name: "Yusuf Singh", email: "yusuf.singh@example.net", position: "lead", department: "administration" },
            { id: 28, full_name: "Pedro Kaya", email: "pedro.kaya@example.com", position: "analyst", department: "design product" },
            { id: 29, full_name: "Sven Lopez", email: "sven.lopez@example.org", position: "associate administrator strategist", department: "analytics training" },
            { id: 30, full_name: "Alice Adams", email: "alice.adams@example.com", position: "developer associate", department: "marketing strategy" },
            { id: 31, full_name: "Emma Kumar", email: "emma.kumar@example.com", position: "manager", department: "strategy analytics compliance" },
            { id: 32, full_name: "Mei Lopez", email: "mei.lopez@example.com", position: "director analyst lead", department: "operations compliance customer" },
            { id: 33, full_name: "Sam Bauer", email: "sam.bauer@example.org", position: "strategist specialist", department: "administration" },
            { id: 34, full_name: "Julia Hassan", email: "julia.hassan@example.net", position: "manager director engineer", department: "finance" },
            { id: 35, full_name: "Leo Brown", email: "leo.brown@example.org", position: "agent engineer supervisor", department: "procurement support" },
            { id: 36, full_name: "Ravi Bauer", email: "ravi.bauer@example.net", position: "supervisor administrator researcher", department: "finance support" },
            { id: 37, full_name: "Lena Murphy", email: "lena.murphy@example.org", position: "specialist director", department: "finance administration design" },
            { id: 38, full_name: "Zoe Walker", email: "zoe.walker@example.org", position: "consultant specialist", department: "research humanresources finance" },
            { id: 39, full_name: "Andre Brown", email: "andre.brown@example.net", position: "director strategist", department: "support development" },
            { id: 40, full_name: "Mateo Kim", email: "mateo.kim@example.com", position: "trainee associate specialist", department: "analytics training procurement" },
            { id: 41, full_name: "Paula Wang", email: "paula.wang@example.net", position: "developer strategist officer", department: "legal marketing customer" },
            { id: 42, full_name: "Hana Wilson", email: "hana.wilson@example.com", position: "executive analyst", department: "compliance" },
            { id: 43, full_name: "Ethan Kowalski", email: "ethan.kowalski@example.org", position: "director", department: "administration procurement" },
            { id: 44, full_name: "Chloe Ahmed", email: "chloe.ahmed@example.com", position: "consultant", department: "marketing" },
            { id: 45, full_name: "Ibrahim Gupta", email: "ibrahim.gupta@example.net", position: "director analyst", department: "design" },
            { id: 46, full_name: "Elif Adams", email: "elif.adams@example.org", position: "coordinator manager lead", department: "finance support" },
            { id: 47, full_name: "Alice Hansen", email: "alice.hansen@example.com", position: "lead consultant strategist", department: "development support" },
            { id: 48, full_name: "Maria Reyes", email: "maria.reyes@example.net", position: "executive director specialist", department: "strategy customer it" },
            { id: 49, full_name: "Sofia Hoffmann", email: "sofia.hoffmann@example.net", position: "trainee", department: "administration analytics development" },
            { id: 50, full_name: "Julia Smith", email: "julia.smith@example.net", position: "officer agent consultant", department: "operations marketing" },
            { id: 51, full_name: "Jack Wang", email: "jack.wang@example.org", position: "administrator", department: "training finance" },
            { id: 52, full_name: "Diego Bauer", email: "diego.bauer@example.net", position: "researcher executive supervisor", department: "analytics research operations" },
            { id: 53, full_name: "Felix Costa", email: "felix.costa@example.com", position: "lead", department: "humanresources operations analytics" },
            { id: 54, full_name: "Tariq Kim", email: "tariq.kim@example.net", position: "lead officer", department: "marketing" },
            { id: 55, full_name: "Wei Tanaka", email: "wei.tanaka@example.com", position: "researcher", department: "strategy" },
            { id: 56, full_name: "Yara Costa", email: "yara.costa@example.com", position: "administrator", department: "it operations" },
            { id: 57, full_name: "Yara Yilmaz", email: "yara.yilmaz@example.net", position: "associate trainee", department: "support analytics operations" },
            { id: 58, full_name: "Tariq Khan", email: "tariq.khan@example.net", position: "lead analyst director", department: "legal administration support" },
            { id: 59, full_name: "Isaac Khan", email: "isaac.khan@example.net", position: "supervisor trainee", department: "support research product" },
            { id: 60, full_name: "Mohamed Shah", email: "mohamed.shah@example.net", position: "researcher specialist", department: "finance operations" },
            { id: 61, full_name: "Paula Costa", email: "paula.costa@example.org", position: "supervisor lead", department: "compliance" },
            { id: 62, full_name: "Nina Ibrahim", email: "nina.ibrahim@example.org", position: "coordinator supervisor", department: "development administration design" },
            { id: 63, full_name: "Chen Hassan", email: "chen.hassan@example.com", position: "trainee manager supervisor", department: "engineering" },
            { id: 64, full_name: "Oscar Hughes", email: "oscar.hughes@example.com", position: "consultant", department: "strategy operations" },
            { id: 65, full_name: "Jack Walker", email: "jack.walker@example.com", position: "researcher analyst manager", department: "research finance compliance" },
            { id: 66, full_name: "Theo Sato", email: "theo.sato@example.net", position: "engineer coordinator agent", department: "sales finance" },
            { id: 67, full_name: "Carla Hughes", email: "carla.hughes@example.com", position: "analyst developer clerk", department: "legal finance research" },
            { id: 68, full_name: "Nour Park", email: "nour.park@example.org", position: "administrator officer", department: "marketing finance" },
            { id: 69, full_name: "Alice Larsen", email: "alice.larsen@example.org", position: "clerk representative", department: "product procurement" },
            { id: 70, full_name: "Ana Park", email: "ana.park@example.com", position: "executive consultant", department: "legal" },
            { id: 71, full_name: "Uma Johnson", email: "uma.johnson@example.com", position: "specialist", department: "strategy engineering analytics" },
            { id: 72, full_name: "Jack Shah", email: "jack.shah@example.net", position: "officer", department: "support engineering" },
            { id: 73, full_name: "Hana Hassan", email: "hana.hassan@example.org", position: "supervisor", department: "training customer" },
            { id: 74, full_name: "Priya Becker", email: "priya.becker@example.org", position: "consultant", department: "finance" },
            { id: 75, full_name: "Priya Young", email: "priya.young@example.net", position: "manager", department: "marketing strategy" },
            { id: 76, full_name: "Jade Becker", email: "jade.becker@example.net", position: "developer specialist director", department: "compliance" },
            { id: 77, full_name: "Nour Wagner", email: "nour.wagner@example.org", position: "director", department: "engineering finance compliance" },
            { id: 78, full_name: "Omar Garcia", email: "omar.garcia@example.net", position: "director strategist", department: "training" },
            { id: 79, full_name: "Fatima Weber", email: "fatima.weber@example.com", position: "developer strategist director", department: "training" },
            { id: 80, full_name: "Zoe Hansen", email: "zoe.hansen@example.com", position: "director", department: "development strategy" },
            { id: 81, full_name: "Deniz Chen", email: "deniz.chen@example.net", position: "coordinator researcher", department: "administration it" },
            { id: 82, full_name: "Daniel Carter", email: "daniel.carter@example.net", position: "supervisor administrator consultant", department: "training" },
            { id: 83, full_name: "Isaac Andersen", email: "isaac.andersen@example.com", position: "supervisor", department: "design support" },
            { id: 84, full_name: "Nour Lee", email: "nour.lee@example.com", position: "strategist specialist", department: "training" },
            { id: 85, full_name: "Laura Reyes", email: "laura.reyes@example.com", position: "associate", department: "research analytics procurement" },
            { id: 86, full_name: "Jade Nguyen", email: "jade.nguyen@example.org", position: "trainee executive", department: "humanresources operations" },
            { id: 87, full_name: "Lina Fischer", email: "lina.fischer@example.org", position: "director", department: "research engineering" },
            { id: 88, full_name: "Mateo Wilson", email: "mateo.wilson@example.com", position: "lead administrator", department: "support analytics engineering" },
            { id: 89, full_name: "Carlos Rossi", email: "carlos.rossi@example.net", position: "lead", department: "product administration" },
            { id: 90, full_name: "Elif Baker", email: "elif.baker@example.com", position: "administrator coordinator executive", department: "development research administration" },
            { id: 91, full_name: "David Rossi", email: "david.rossi@example.net", position: "specialist", department: "design strategy" },
            { id: 92, full_name: "Elena Yilmaz", email: "elena.yilmaz@example.org", position: "analyst officer administrator", department: "legal marketing administration" },
            { id: 93, full_name: "James Novak", email: "james.novak@example.com", position: "executive", department: "marketing product operations" },
            { id: 94, full_name: "Jade Hughes", email: "jade.hughes@example.org", position: "engineer director associate", department: "legal marketing" },
            { id: 95, full_name: "Mei Zhang", email: "mei.zhang@example.net", position: "developer", department: "design procurement" },
            { id: 96, full_name: "Rafael Bennett", email: "rafael.bennett@example.net", position: "engineer", department: "product research" },
            { id: 97, full_name: "Mohamed Sousa", email: "mohamed.sousa@example.com", position: "trainee", department: "training" },
            { id: 98, full_name: "Rosa Cruz", email: "rosa.cruz@example.net", position: "developer", department: "it" },
            { id: 99, full_name: "Zara Schneider", email: "zara.schneider@example.net", position: "lead engineer", department: "sales" },
            { id: 100, full_name: "Jack Gupta", email: "jack.gupta@example.net", position: "associate", department: "product" },
            { id: 101, full_name: "Jack Young", email: "jack.young@example.com", position: "associate coordinator", department: "engineering customer" },
            { id: 102, full_name: "Paula Hansen", email: "paula.hansen@example.org", position: "manager representative", department: "sales" },
            { id: 103, full_name: "Daniel Smith", email: "daniel.smith@example.com", position: "representative officer", department: "legal" },
            { id: 104, full_name: "Leo Smith", email: "leo.smith@example.org", position: "lead", department: "compliance legal research" },
            { id: 105, full_name: "Pedro Ali", email: "pedro.ali@example.net", position: "supervisor director", department: "design" },
            { id: 106, full_name: "Maya Murphy", email: "maya.murphy@example.com", position: "executive researcher", department: "analytics research it" },
            { id: 107, full_name: "Pedro Nguyen", email: "pedro.nguyen@example.com", position: "supervisor", department: "customer finance" },
            { id: 108, full_name: "Carlos Hansen", email: "carlos.hansen@example.com", position: "director", department: "legal engineering research" },
            { id: 109, full_name: "Julia Weber", email: "julia.weber@example.com", position: "strategist supervisor trainee", department: "administration design procurement" },
            { id: 110, full_name: "Anna Ibrahim", email: "anna.ibrahim@example.org", position: "manager representative", department: "research operations humanresources" },
            { id: 111, full_name: "Isaac Khan", email: "isaac.khan@example.com", position: "administrator trainee", department: "strategy design it" },
            { id: 112, full_name: "Mohamed Becker", email: "mohamed.becker@example.com", position: "administrator director clerk", department: "operations product" },
            { id: 113, full_name: "Noah Sousa", email: "noah.sousa@example.org", position: "lead executive developer", department: "strategy training analytics" },
            { id: 114, full_name: "Yara Ahmed", email: "yara.ahmed@example.org", position: "supervisor strategist", department: "support" },
            { id: 115, full_name: "Selin Yilmaz", email: "selin.yilmaz@example.com", position: "specialist", department: "design strategy product" },
            { id: 116, full_name: "Karim Singh", email: "karim.singh@example.net", position: "consultant", department: "engineering operations humanresources" },
            { id: 117, full_name: "Uma Almeida", email: "uma.almeida@example.org", position: "representative clerk developer", department: "support" },
            { id: 118, full_name: "Ines Almeida", email: "ines.almeida@example.net", position: "engineer agent clerk", department: "marketing design" },
            { id: 119, full_name: "Anna Ibrahim", email: "anna.ibrahim@example.com", position: "trainee coordinator strategist", department: "it sales compliance" },
            { id: 120, full_name: "Laura Flores", email: "laura.flores@example.net", position: "officer", department: "administration it" },
            { id: 121, full_name: "Selin Nakamura", email: "selin.nakamura@example.org", position: "director representative researcher", department: "compliance strategy" },
            { id: 122, full_name: "Maja Oliveira", email: "maja.oliveira@example.org", position: "developer", department: "marketing analytics training" },
            { id: 123, full_name: "Deniz Tanaka", email: "deniz.tanaka@example.com", position: "administrator", department: "compliance analytics product" },
            { id: 124, full_name: "Zara Yilmaz", email: "zara.yilmaz@example.org", position: "consultant", department: "engineering research operations" },
            { id: 125, full_name: "Noah Shah", email: "noah.shah@example.org", position: "officer supervisor administrator", department: "operations" },
            { id: 126, full_name: "Ines Andersen", email: "ines.andersen@example.com", position: "administrator engineer", department: "customer finance design" },
            { id: 127, full_name: "Victor Sato", email: "victor.sato@example.com", position: "manager analyst administrator", department: "development marketing strategy" },
            { id: 128, full_name: "Julia Ruiz", email: "julia.ruiz@example.org", position: "trainee", department: "operations" },
            { id: 129, full_name: "Laura Taylor", email: "laura.taylor@example.com", position: "lead associate", department: "operations marketing strategy" },
            { id: 130, full_name: "Lina Shah", email: "lina.shah@example.net", position: "researcher", department: "customer" },
            { id: 131, full_name: "Jonas Park", email: "jonas.park@example.org", position: "analyst consultant administrator", department: "humanresources" },
            { id: 132, full_name: "Noah Dubois", email: "noah.dubois@example.org", position: "manager", department: "humanresources product" },
            { id: 133, full_name: "Tomas Dubois", email: "tomas.dubois@example.com", position: "researcher consultant analyst", department: "support engineering marketing" },
            { id: 134, full_name: "Yara Taylor", email: "yara.taylor@example.org", position: "supervisor specialist", department: "marketing support legal" },
            { id: 135, full_name: "Anna Kumar", email: "anna.kumar@example.com", position: "specialist officer", department: "engineering administration" },
            { id: 136, full_name: "Kai Wang", email: "kai.wang@example.net", position: "researcher", department: "design" },
            { id: 137, full_name: "Chloe Jensen", email: "chloe.jensen@example.net", position: "supervisor specialist", department: "customer training strategy" },
            { id: 138, full_name: "Ruby Gupta", email: "ruby.gupta@example.org", position: "clerk", department: "analytics" },
            { id: 139, full_name: "Julia Torres", email: "julia.torres@example.org", position: "strategist developer", department: "development" },
            { id: 140, full_name: "Anna Ruiz", email: "anna.ruiz@example.org", position: "specialist developer", department: "operations" },
            { id: 141, full_name: "Rosa Miller", email: "rosa.miller@example.com", position: "coordinator engineer", department: "product" },
            { id: 142, full_name: "Rosa Rossi", email: "rosa.rossi@example.com", position: "lead", department: "administration engineering product" },
            { id: 143, full_name: "Ravi Hansen", email: "ravi.hansen@example.com", position: "researcher trainee", department: "legal operations" },
            { id: 144, full_name: "Zoe Chen", email: "zoe.chen@example.net", position: "supervisor lead", department: "marketing" },
            { id: 145, full_name: "Emma Young", email: "emma.young@example.com", position: "researcher manager developer", department: "compliance" },
            { id: 146, full_name: "Omar Adams", email: "omar.adams@example.org", position: "specialist trainee", department: "humanresources administration" },
            { id: 147, full_name: "Yusuf Sousa", email: "yusuf.sousa@example.com", position: "consultant supervisor manager", department: "development" },
            { id: 148, full_name: "Rafael Singh", email: "rafael.singh@example.org", position: "executive", department: "finance research product" },
            { id: 149, full_name: "Anna Bennett", email: "anna.bennett@example.org", position: "associate developer", department: "marketing" },
            { id: 150, full_name: "Noah Ibrahim", email: "noah.ibrahim@example.org", position: "consultant coordinator lead", department: "marketing development" },
        ],
    });
    await prisma.employee_expenses.createMany({
        data: [
            { id: 1, employee_id: 31, expense_date: "2023-04-06", amount: "1159.04", description: "The shipment was cancelled after an automatic check." },
            { id: 2, employee_id: 102, expense_date: "2023-10-10", amount: "3410.20", description: null },
            { id: 3, employee_id: 99, expense_date: "2023-06-20", amount: "723.46", description: "A manual follow-up: the invoice was updated." },
            { id: 4, employee_id: 41, expense_date: "2023-05-22", amount: "10.01", description: "The customer confirmed the details and the refund was escalated." },
            { id: 5, employee_id: 114, expense_date: "2023-09-18", amount: "2843.98", description: "The shipment was reviewed following an unusual review." },
            { id: 6, employee_id: 111, expense_date: "2023-06-02", amount: "4145.16", description: "The ticket was completed following an urgent review." },
            { id: 7, employee_id: 127, expense_date: "2023-02-19", amount: "92.43", description: "No response from the supplier, so the shipment was replaced." },
            { id: 8, employee_id: 89, expense_date: "2023-05-03", amount: "773.33", description: "A routine document was delayed the same day." },
            { id: 9, employee_id: 62, expense_date: "2023-12-20", amount: "2585.58", description: "A manual follow-up: the delivery was rescheduled." },
            { id: 10, employee_id: 16, expense_date: "2023-03-12", amount: "4424.23", description: "A standard shipment was resolved the same day." },
            { id: 11, employee_id: 13, expense_date: "2023-10-26", amount: "3905.81", description: "The session was delayed — partial case, no further action." },
            { id: 12, employee_id: 148, expense_date: "2023-09-11", amount: "4691.76", description: null },
            { id: 13, employee_id: 62, expense_date: "2023-06-28", amount: "86.91", description: null },
            { id: 14, employee_id: 26, expense_date: "2023-06-19", amount: "2051.27", description: "Flagged as standard. The team cancelled the session." },
            { id: 15, employee_id: 115, expense_date: "2023-06-09", amount: "164.33", description: "The account owner reported an incomplete issue; the invoice was resolved." },
            { id: 16, employee_id: 111, expense_date: "2023-06-09", amount: "10.02", description: "No response from the supplier, so the transfer was reviewed." },
            { id: 17, employee_id: 56, expense_date: "2023-07-26", amount: "4805.65", description: "No response from the reviewer, so the transfer was reviewed." },
            { id: 18, employee_id: 92, expense_date: "2023-11-21", amount: "706.82", description: "An urgent follow-up: the session was completed." },
            { id: 19, employee_id: 60, expense_date: "2023-09-19", amount: "2104.30", description: null },
            { id: 20, employee_id: 133, expense_date: "2023-05-02", amount: "4780.41", description: "No response from the team, so the appointment was delayed." },
            { id: 21, employee_id: 49, expense_date: "2023-11-23", amount: "1766.36", description: "No response from the courier, so the ticket was delayed." },
            { id: 22, employee_id: 24, expense_date: "2023-09-09", amount: "743.99", description: "The item was reopened after an incomplete check." },
            { id: 23, employee_id: 124, expense_date: "2023-10-12", amount: "1167.96", description: "No response from the reviewer, so the shipment was processed." },
            { id: 24, employee_id: 93, expense_date: "2023-12-18", amount: "495.54", description: "A repeat follow-up: the item was closed." },
            { id: 25, employee_id: 125, expense_date: "2023-09-24", amount: "138.43", description: "The session was rescheduled following an urgent review." },
            { id: 26, employee_id: 120, expense_date: "2023-04-29", amount: "740.39", description: "The supplier reported an unusual issue; the report was rejected." },
            { id: 27, employee_id: 42, expense_date: "2023-06-09", amount: "780.29", description: "Flagged as automatic. The account owner resolved the request." },
            { id: 28, employee_id: 1, expense_date: "2023-01-28", amount: "4040.11", description: "The ticket was delayed after a manual check." },
            { id: 29, employee_id: 33, expense_date: "2023-07-29", amount: "2583.42", description: "An operator confirmed the details and the booking was replaced." },
            { id: 30, employee_id: 137, expense_date: "2023-07-27", amount: "4986.26", description: "Flagged as automatic. The team confirmed the delivery." },
            { id: 31, employee_id: 71, expense_date: "2023-08-05", amount: "3184.14", description: null },
            { id: 32, employee_id: 136, expense_date: "2023-07-01", amount: "2868.96", description: "An urgent item was escalated the same day." },
            { id: 33, employee_id: 50, expense_date: "2023-03-26", amount: "2065.70", description: "No response from the reviewer, so the appointment was closed." },
            { id: 34, employee_id: 44, expense_date: "2023-01-13", amount: "167.19", description: "Flagged as partial. The supplier reviewed the account." },
            { id: 35, employee_id: 30, expense_date: "2023-03-31", amount: "4826.17", description: "A manual follow-up: the appointment was refunded." },
            { id: 36, employee_id: 86, expense_date: "2023-06-15", amount: "646.84", description: null },
            { id: 37, employee_id: 131, expense_date: "2023-08-01", amount: "4580.16", description: "An urgent follow-up: the request was closed." },
            { id: 38, employee_id: 87, expense_date: "2023-07-10", amount: "4665.53", description: null },
            { id: 39, employee_id: 103, expense_date: "2023-09-06", amount: "2152.89", description: "The team asked for a change and the invoice was reopened." },
            { id: 40, employee_id: 6, expense_date: "2023-08-04", amount: "1876.49", description: null },
            { id: 41, employee_id: 55, expense_date: "2023-08-25", amount: "273.54", description: "Flagged as standard. Support delayed the report." },
            { id: 42, employee_id: 28, expense_date: "2023-06-07", amount: "52.34", description: "An operator confirmed the details and the shipment was delayed." },
            { id: 43, employee_id: 143, expense_date: "2023-02-28", amount: "1503.34", description: "A partial request was completed the same day." },
            { id: 44, employee_id: 116, expense_date: "2023-06-26", amount: "1504.54", description: "A routine follow-up: the request was reopened." },
            { id: 45, employee_id: 81, expense_date: "2023-04-16", amount: "10.02", description: "A repeat follow-up: the appointment was replaced." },
            { id: 46, employee_id: 143, expense_date: "2023-05-16", amount: "111.95", description: "The shipment was approved following a minor review." },
            { id: 47, employee_id: 113, expense_date: "2023-03-08", amount: "1438.24", description: "No response from support, so the record was cancelled." },
            { id: 48, employee_id: 41, expense_date: "2023-04-19", amount: "24.36", description: "An operator confirmed the details and the invoice was cancelled." },
            { id: 49, employee_id: 147, expense_date: "2023-12-22", amount: "3405.18", description: "Flagged as unusual. The reviewer resolved the order." },
            { id: 50, employee_id: 110, expense_date: "2023-09-30", amount: "997.16", description: "A manual follow-up: the booking was confirmed." },
            { id: 51, employee_id: 97, expense_date: "2023-02-03", amount: "540.49", description: "The order was confirmed following a duplicate review." },
            { id: 52, employee_id: 54, expense_date: "2023-10-03", amount: "3128.63", description: "No response from the reviewer, so the request was confirmed." },
            { id: 53, employee_id: 81, expense_date: "2023-04-02", amount: "58.94", description: "A repeat payment was reopened the same day." },
            { id: 54, employee_id: 129, expense_date: "2023-04-09", amount: "230.13", description: null },
            { id: 55, employee_id: 119, expense_date: "2023-07-03", amount: "3910.19", description: "A late invoice was reviewed the same day." },
            { id: 56, employee_id: 149, expense_date: "2023-05-01", amount: "1775.98", description: "Support reported a repeat issue; the item was reviewed." },
            { id: 57, employee_id: 21, expense_date: "2023-12-31", amount: "1144.29", description: "The shipment was refunded — late case, no further action." },
            { id: 58, employee_id: 97, expense_date: "2023-12-05", amount: "45.86", description: "The request was replaced after an unusual check." },
            { id: 59, employee_id: 145, expense_date: "2023-11-11", amount: "134.48", description: "Flagged as late. An operator cancelled the item." },
            { id: 60, employee_id: 98, expense_date: "2023-11-11", amount: "48.60", description: "The customer reported a partial issue; the report was delayed." },
            { id: 61, employee_id: 66, expense_date: "2023-10-31", amount: "150.76", description: "An operator asked for a change and the ticket was cancelled." },
            { id: 62, employee_id: 113, expense_date: "2023-04-05", amount: "13.85", description: "The courier confirmed the details and the transfer was refunded." },
            { id: 63, employee_id: 18, expense_date: "2023-05-08", amount: "165.68", description: "The ticket was delayed following a minor review." },
            { id: 64, employee_id: 118, expense_date: "2023-02-23", amount: "1186.76", description: "No response from the supplier, so the booking was closed." },
            { id: 65, employee_id: 135, expense_date: "2023-12-23", amount: "1445.12", description: "The refund was delayed after an urgent check." },
            { id: 66, employee_id: 53, expense_date: "2023-12-03", amount: "4745.06", description: "No response from the account owner, so the invoice was cancelled." },
            { id: 67, employee_id: 62, expense_date: "2023-12-29", amount: "3072.21", description: "The reviewer reported an automatic issue; the session was delayed." },
            { id: 68, employee_id: 107, expense_date: "2023-08-28", amount: "685.33", description: "The account owner reported a minor issue; the payment was refunded." },
            { id: 69, employee_id: 137, expense_date: "2023-06-08", amount: "1207.83", description: null },
            { id: 70, employee_id: 28, expense_date: "2023-10-04", amount: "3760.65", description: "The transfer was closed following a manual review." },
            { id: 71, employee_id: 31, expense_date: "2023-08-17", amount: "651.34", description: "The account owner reported an automatic issue; the record was updated." },
            { id: 72, employee_id: 136, expense_date: "2023-08-01", amount: "817.90", description: "The order was closed — late case, no further action." },
            { id: 73, employee_id: 83, expense_date: "2023-10-27", amount: "3194.36", description: null },
            { id: 74, employee_id: 90, expense_date: "2023-03-20", amount: "1786.45", description: "A standard session was delayed the same day." },
            { id: 75, employee_id: 139, expense_date: "2023-12-29", amount: "20.44", description: "An urgent account was rescheduled the same day." },
            { id: 76, employee_id: 98, expense_date: "2023-12-27", amount: "1008.96", description: "No response from the reviewer, so the report was refunded." },
            { id: 77, employee_id: 84, expense_date: "2023-07-07", amount: "23.74", description: "The customer confirmed the details and the delivery was confirmed." },
            { id: 78, employee_id: 125, expense_date: "2023-05-10", amount: "39.82", description: "Flagged as incomplete. The supplier updated the delivery." },
            { id: 79, employee_id: 89, expense_date: "2023-10-14", amount: "4688.65", description: "Flagged as routine. The customer reopened the transfer." },
            { id: 80, employee_id: 122, expense_date: "2023-10-05", amount: "3315.71", description: "The account owner confirmed the details and the record was reopened." },
            { id: 81, employee_id: 18, expense_date: "2023-05-19", amount: "11.59", description: "The appointment was closed following a standard review." },
            { id: 82, employee_id: 109, expense_date: "2023-10-03", amount: "3099.21", description: "A partial delivery was replaced the same day." },
            { id: 83, employee_id: 12, expense_date: "2023-06-11", amount: "3642.97", description: "The courier confirmed the details and the order was updated." },
            { id: 84, employee_id: 48, expense_date: "2023-11-28", amount: "4826.57", description: null },
            { id: 85, employee_id: 1, expense_date: "2023-08-06", amount: "4440.35", description: "An unusual ticket was completed the same day." },
            { id: 86, employee_id: 47, expense_date: "2023-12-04", amount: "13.17", description: "A partial follow-up: the delivery was escalated." },
            { id: 87, employee_id: 138, expense_date: "2023-09-08", amount: "4162.93", description: "The account was rejected after an automatic check." },
            { id: 88, employee_id: 137, expense_date: "2023-04-10", amount: "94.50", description: "The booking was replaced following an automatic review." },
            { id: 89, employee_id: 112, expense_date: "2023-11-26", amount: "524.75", description: "A late account was delayed the same day." },
            { id: 90, employee_id: 126, expense_date: "2023-02-20", amount: "24.05", description: "No response from the courier, so the record was processed." },
            { id: 91, employee_id: 110, expense_date: "2023-12-13", amount: "4306.31", description: "The shipment was rescheduled — routine case, no further action." },
            { id: 92, employee_id: 29, expense_date: "2023-01-20", amount: "159.98", description: "The team confirmed the details and the account was processed." },
            { id: 93, employee_id: 36, expense_date: "2023-08-19", amount: "2618.64", description: "The appointment was rejected following an unusual review." },
            { id: 94, employee_id: 66, expense_date: "2023-03-05", amount: "2401.65", description: "The report was reopened following a partial review." },
            { id: 95, employee_id: 17, expense_date: "2023-05-11", amount: "344.62", description: "A late follow-up: the ticket was reviewed." },
            { id: 96, employee_id: 63, expense_date: "2023-06-26", amount: "4625.73", description: "The shipment was delayed following a standard review." },
            { id: 97, employee_id: 27, expense_date: "2023-02-15", amount: "359.02", description: "The document was delayed after an urgent check." },
            { id: 98, employee_id: 13, expense_date: "2023-03-22", amount: "2044.55", description: "No response from the team, so the booking was completed." },
            { id: 99, employee_id: 97, expense_date: "2023-12-20", amount: "362.30", description: "The team asked for a change and the item was approved." },
            { id: 100, employee_id: 57, expense_date: "2023-06-08", amount: "399.32", description: "An operator confirmed the details and the invoice was approved." },
            { id: 101, employee_id: 149, expense_date: "2023-06-19", amount: "433.32", description: "A manual follow-up: the account was cancelled." },
            { id: 102, employee_id: 21, expense_date: "2023-03-24", amount: "4545.58", description: "Flagged as routine. The account owner replaced the payment." },
            { id: 103, employee_id: 123, expense_date: "2023-12-03", amount: "448.73", description: "Flagged as automatic. The supplier updated the payment." },
            { id: 104, employee_id: 124, expense_date: "2023-10-24", amount: "177.16", description: "An operator confirmed the details and the appointment was closed." },
            { id: 105, employee_id: 105, expense_date: "2023-07-22", amount: "110.41", description: "A repeat follow-up: the record was processed." },
            { id: 106, employee_id: 128, expense_date: "2023-05-12", amount: "2594.07", description: "A partial request was escalated the same day." },
            { id: 107, employee_id: 79, expense_date: "2023-11-01", amount: "616.06", description: "No response from support, so the invoice was cancelled." },
            { id: 108, employee_id: 12, expense_date: "2023-05-30", amount: "3383.29", description: "The item was approved after an urgent check." },
            { id: 109, employee_id: 48, expense_date: "2023-07-26", amount: "3157.72", description: "No response from the courier, so the payment was completed." },
            { id: 110, employee_id: 69, expense_date: "2023-03-12", amount: "1892.94", description: null },
            { id: 111, employee_id: 70, expense_date: "2023-07-14", amount: "122.49", description: "The courier asked for a change and the claim was completed." },
            { id: 112, employee_id: 136, expense_date: "2023-11-07", amount: "182.12", description: "An incomplete follow-up: the item was escalated." },
            { id: 113, employee_id: 83, expense_date: "2023-01-21", amount: "2496.22", description: "No response from the courier, so the session was reviewed." },
            { id: 114, employee_id: 61, expense_date: "2023-06-13", amount: "1455.27", description: null },
            { id: 115, employee_id: 76, expense_date: "2023-11-28", amount: "519.94", description: "Support asked for a change and the record was resolved." },
            { id: 116, employee_id: 79, expense_date: "2023-07-29", amount: "36.40", description: "Flagged as routine. Support completed the record." },
            { id: 117, employee_id: 40, expense_date: "2023-03-03", amount: "10.37", description: "The ticket was closed after a minor check." },
            { id: 118, employee_id: 117, expense_date: "2023-03-12", amount: "2547.45", description: "Flagged as minor. The customer completed the shipment." },
            { id: 119, employee_id: 63, expense_date: "2023-11-26", amount: "388.95", description: "An unusual follow-up: the report was reopened." },
            { id: 120, employee_id: 125, expense_date: "2023-01-18", amount: "112.06", description: "The invoice was escalated — urgent case, no further action." },
            { id: 121, employee_id: 138, expense_date: "2023-02-07", amount: "632.70", description: "No response from the team, so the delivery was replaced." },
            { id: 122, employee_id: 7, expense_date: "2023-03-18", amount: "2912.09", description: "The supplier asked for a change and the record was resolved." },
            { id: 123, employee_id: 145, expense_date: "2023-05-24", amount: "16.02", description: "The courier reported a standard issue; the payment was refunded." },
            { id: 124, employee_id: 71, expense_date: "2023-09-06", amount: "2808.93", description: "The appointment was replaced following an incomplete review." },
            { id: 125, employee_id: 142, expense_date: "2023-03-19", amount: "4515.62", description: "The account owner asked for a change and the item was rejected." },
            { id: 126, employee_id: 3, expense_date: "2023-03-06", amount: "133.49", description: "An operator asked for a change and the refund was reopened." },
            { id: 127, employee_id: 37, expense_date: "2023-02-10", amount: "3488.30", description: null },
            { id: 128, employee_id: 104, expense_date: "2023-04-15", amount: "16.66", description: "The customer confirmed the details and the claim was updated." },
            { id: 129, employee_id: 24, expense_date: "2023-07-24", amount: "736.85", description: "Flagged as automatic. The courier resolved the request." },
            { id: 130, employee_id: 67, expense_date: "2023-10-07", amount: "267.14", description: "The order was replaced following a manual review." },
            { id: 131, employee_id: 91, expense_date: "2023-06-07", amount: "131.62", description: "A standard follow-up: the invoice was rescheduled." },
            { id: 132, employee_id: 99, expense_date: "2023-10-21", amount: "333.70", description: "An operator asked for a change and the record was reviewed." },
            { id: 133, employee_id: 48, expense_date: "2023-11-16", amount: "3435.81", description: "No response from the reviewer, so the delivery was closed." },
            { id: 134, employee_id: 53, expense_date: "2023-09-03", amount: "938.68", description: "The session was resolved following an unusual review." },
            { id: 135, employee_id: 117, expense_date: "2023-05-09", amount: "67.44", description: "A repeat follow-up: the report was completed." },
            { id: 136, employee_id: 15, expense_date: "2023-12-05", amount: "102.16", description: "The reviewer confirmed the details and the order was processed." },
            { id: 137, employee_id: 111, expense_date: "2023-07-12", amount: "1708.88", description: "A late item was updated the same day." },
            { id: 138, employee_id: 2, expense_date: "2023-04-27", amount: "4409.55", description: "A duplicate report was reviewed the same day." },
            { id: 139, employee_id: 132, expense_date: "2023-11-03", amount: "268.31", description: "The reviewer reported a standard issue; the document was approved." },
            { id: 140, employee_id: 123, expense_date: "2023-04-10", amount: "884.43", description: "Flagged as minor. The customer processed the record." },
            { id: 141, employee_id: 22, expense_date: "2023-03-16", amount: "984.44", description: "A partial report was cancelled the same day." },
            { id: 142, employee_id: 41, expense_date: "2023-11-21", amount: "4974.35", description: null },
            { id: 143, employee_id: 78, expense_date: "2023-04-02", amount: "4824.71", description: "The document was completed following a late review." },
            { id: 144, employee_id: 45, expense_date: "2023-04-11", amount: "749.85", description: "The record was rejected following a manual review." },
            { id: 145, employee_id: 35, expense_date: "2023-12-05", amount: "2096.74", description: "The order was reopened following a repeat review." },
            { id: 146, employee_id: 150, expense_date: "2023-10-28", amount: "318.54", description: "The invoice was reopened following a standard review." },
            { id: 147, employee_id: 107, expense_date: "2023-03-27", amount: "1398.35", description: "The supplier asked for a change and the booking was delayed." },
            { id: 148, employee_id: 106, expense_date: "2023-03-11", amount: "128.49", description: "No response from the customer, so the transfer was processed." },
            { id: 149, employee_id: 100, expense_date: "2023-04-10", amount: "3233.58", description: "The account owner reported a late issue; the report was refunded." },
            { id: 150, employee_id: 59, expense_date: "2023-02-24", amount: "2253.11", description: "No response from the courier, so the ticket was rejected." },
            { id: 151, employee_id: 52, expense_date: "2023-07-25", amount: "4940.96", description: null },
            { id: 152, employee_id: 20, expense_date: "2023-06-05", amount: "2276.70", description: "A duplicate follow-up: the claim was closed." },
            { id: 153, employee_id: 58, expense_date: "2023-09-27", amount: "1941.00", description: null },
            { id: 154, employee_id: 68, expense_date: "2023-12-10", amount: "2802.73", description: "An urgent item was rejected the same day." },
            { id: 155, employee_id: 141, expense_date: "2023-07-30", amount: "1831.90", description: "Support confirmed the details and the report was resolved." },
            { id: 156, employee_id: 122, expense_date: "2023-10-21", amount: "4864.50", description: "The courier asked for a change and the request was reopened." },
            { id: 157, employee_id: 119, expense_date: "2023-04-30", amount: "2362.67", description: "Flagged as routine. An operator reopened the report." },
            { id: 158, employee_id: 76, expense_date: "2023-12-08", amount: "269.57", description: null },
            { id: 159, employee_id: 86, expense_date: "2023-06-27", amount: "2605.23", description: "The request was reviewed following an unusual review." },
            { id: 160, employee_id: 11, expense_date: "2023-12-12", amount: "2923.05", description: "The ticket was delayed — late case, no further action." },
            { id: 161, employee_id: 15, expense_date: "2023-09-14", amount: "13.65", description: "The shipment was escalated after an unusual check." },
            { id: 162, employee_id: 129, expense_date: "2023-10-06", amount: "4366.96", description: "The payment was closed — standard case, no further action." },
            { id: 163, employee_id: 144, expense_date: "2023-01-05", amount: "2623.73", description: "The customer confirmed the details and the claim was confirmed." },
            { id: 164, employee_id: 45, expense_date: "2023-01-01", amount: "17.01", description: "The booking was cancelled following a late review." },
            { id: 165, employee_id: 43, expense_date: "2023-04-28", amount: "286.58", description: "The account owner reported a repeat issue; the account was rejected." },
            { id: 166, employee_id: 43, expense_date: "2023-04-20", amount: "997.78", description: "No response from the supplier, so the order was closed." },
            { id: 167, employee_id: 72, expense_date: "2023-04-01", amount: "1992.45", description: "Flagged as routine. The reviewer replaced the transfer." },
            { id: 168, employee_id: 101, expense_date: "2023-08-02", amount: "522.38", description: "An operator confirmed the details and the account was completed." },
            { id: 169, employee_id: 50, expense_date: "2023-01-16", amount: "26.20", description: "Flagged as duplicate. The account owner refunded the claim." },
            { id: 170, employee_id: 81, expense_date: "2023-07-02", amount: "92.49", description: "An automatic follow-up: the item was delayed." },
            { id: 171, employee_id: 10, expense_date: "2023-09-08", amount: "10.00", description: null },
            { id: 172, employee_id: 47, expense_date: "2023-04-15", amount: "526.18", description: null },
            { id: 173, employee_id: 10, expense_date: "2023-07-02", amount: "42.34", description: null },
            { id: 174, employee_id: 74, expense_date: "2023-11-22", amount: "721.54", description: "No response from the account owner, so the refund was refunded." },
            { id: 175, employee_id: 20, expense_date: "2023-05-23", amount: "16.70", description: "The supplier asked for a change and the claim was rescheduled." },
            { id: 176, employee_id: 88, expense_date: "2023-05-17", amount: "934.77", description: null },
            { id: 177, employee_id: 74, expense_date: "2023-08-31", amount: "2045.25", description: "The transfer was rescheduled — routine case, no further action." },
            { id: 178, employee_id: 127, expense_date: "2023-04-11", amount: "1665.12", description: "The courier confirmed the details and the document was approved." },
            { id: 179, employee_id: 4, expense_date: "2023-11-15", amount: "4715.96", description: "The payment was confirmed — automatic case, no further action." },
            { id: 180, employee_id: 65, expense_date: "2023-01-21", amount: "1800.65", description: "Flagged as standard. Support reviewed the refund." },
            { id: 181, employee_id: 83, expense_date: "2023-01-29", amount: "2431.74", description: "The claim was rejected after a repeat check." },
            { id: 182, employee_id: 80, expense_date: "2023-07-25", amount: "16.44", description: null },
            { id: 183, employee_id: 28, expense_date: "2023-07-16", amount: "40.48", description: "The reviewer asked for a change and the account was processed." },
            { id: 184, employee_id: 3, expense_date: "2023-04-18", amount: "2841.58", description: "The refund was cancelled after a late check." },
            { id: 185, employee_id: 4, expense_date: "2023-05-05", amount: "4752.25", description: null },
            { id: 186, employee_id: 25, expense_date: "2023-08-13", amount: "4183.82", description: "No response from an operator, so the payment was refunded." },
            { id: 187, employee_id: 5, expense_date: "2023-10-30", amount: "4709.82", description: "Support confirmed the details and the record was escalated." },
            { id: 188, employee_id: 107, expense_date: "2023-02-25", amount: "518.00", description: null },
            { id: 189, employee_id: 140, expense_date: "2023-11-21", amount: "1503.61", description: "Flagged as urgent. The team refunded the report." },
            { id: 190, employee_id: 64, expense_date: "2023-09-27", amount: "1090.31", description: "An operator reported a repeat issue; the payment was rescheduled." },
            { id: 191, employee_id: 69, expense_date: "2023-01-05", amount: "436.66", description: "A repeat report was escalated the same day." },
            { id: 192, employee_id: 147, expense_date: "2023-03-26", amount: "15.07", description: "The request was reviewed after a standard check." },
            { id: 193, employee_id: 145, expense_date: "2023-04-01", amount: "756.31", description: "Flagged as incomplete. Support closed the session." },
            { id: 194, employee_id: 14, expense_date: "2023-10-11", amount: "1651.08", description: "A minor report was approved the same day." },
            { id: 195, employee_id: 87, expense_date: "2023-12-02", amount: "3437.34", description: "No response from the account owner, so the claim was replaced." },
            { id: 196, employee_id: 108, expense_date: "2023-12-24", amount: "222.98", description: null },
            { id: 197, employee_id: 9, expense_date: "2023-06-25", amount: "4858.99", description: "No response from the courier, so the shipment was reopened." },
            { id: 198, employee_id: 130, expense_date: "2023-12-24", amount: "410.56", description: "The request was cancelled after a partial check." },
            { id: 199, employee_id: 108, expense_date: "2023-09-09", amount: "951.49", description: "The account was escalated following an automatic review." },
            { id: 200, employee_id: 21, expense_date: "2023-07-30", amount: "2682.10", description: "Flagged as automatic. The account owner reopened the appointment." },
            { id: 201, employee_id: 121, expense_date: "2023-09-23", amount: "258.13", description: "The supplier reported a partial issue; the ticket was processed." },
            { id: 202, employee_id: 38, expense_date: "2023-05-16", amount: "356.50", description: "A repeat follow-up: the shipment was cancelled." },
            { id: 203, employee_id: 73, expense_date: "2023-04-06", amount: "90.12", description: "No response from the team, so the ticket was escalated." },
            { id: 204, employee_id: 65, expense_date: "2023-05-14", amount: "2734.31", description: "The shipment was resolved — manual case, no further action." },
            { id: 205, employee_id: 23, expense_date: "2023-04-06", amount: "1063.63", description: "A duplicate document was refunded the same day." },
            { id: 206, employee_id: 23, expense_date: "2023-01-05", amount: "20.33", description: "Flagged as partial. The account owner resolved the payment." },
            { id: 207, employee_id: 66, expense_date: "2023-09-05", amount: "10.18", description: "No response from the reviewer, so the transfer was replaced." },
            { id: 208, employee_id: 18, expense_date: "2023-08-04", amount: "4570.32", description: "Flagged as manual. Support escalated the item." },
            { id: 209, employee_id: 43, expense_date: "2023-06-22", amount: "948.46", description: "An operator reported an incomplete issue; the claim was confirmed." },
            { id: 210, employee_id: 94, expense_date: "2023-12-27", amount: "2438.16", description: "The refund was completed — manual case, no further action." },
            { id: 211, employee_id: 75, expense_date: "2023-02-02", amount: "4902.34", description: "The ticket was refunded — automatic case, no further action." },
            { id: 212, employee_id: 96, expense_date: "2023-07-03", amount: "127.42", description: "The courier reported a repeat issue; the session was cancelled." },
            { id: 213, employee_id: 99, expense_date: "2023-08-05", amount: "1333.18", description: "A minor document was delayed the same day." },
            { id: 214, employee_id: 113, expense_date: "2023-01-14", amount: "236.95", description: "The supplier confirmed the details and the order was completed." },
            { id: 215, employee_id: 44, expense_date: "2023-01-20", amount: "540.18", description: "The transfer was refunded after an automatic check." },
            { id: 216, employee_id: 132, expense_date: "2023-10-13", amount: "848.55", description: null },
            { id: 217, employee_id: 36, expense_date: "2023-08-18", amount: "3378.96", description: "Support asked for a change and the item was delayed." },
            { id: 218, employee_id: 104, expense_date: "2023-08-04", amount: "1256.38", description: "A duplicate request was reviewed the same day." },
            { id: 219, employee_id: 143, expense_date: "2023-12-31", amount: "1490.53", description: "The courier confirmed the details and the shipment was reviewed." },
            { id: 220, employee_id: 139, expense_date: "2023-10-29", amount: "84.94", description: "The transfer was cancelled following a minor review." },
            { id: 221, employee_id: 13, expense_date: "2023-12-28", amount: "39.37", description: "Flagged as duplicate. The reviewer resolved the transfer." },
            { id: 222, employee_id: 134, expense_date: "2023-12-09", amount: "2300.71", description: "The courier confirmed the details and the record was replaced." },
            { id: 223, employee_id: 19, expense_date: "2023-12-27", amount: "4692.66", description: "The ticket was approved after an incomplete check." },
            { id: 224, employee_id: 123, expense_date: "2023-10-18", amount: "111.42", description: "The team asked for a change and the invoice was closed." },
            { id: 225, employee_id: 86, expense_date: "2023-11-14", amount: "3836.13", description: "The shipment was reviewed after a duplicate check." },
            { id: 226, employee_id: 34, expense_date: "2023-03-05", amount: "2029.58", description: "The courier confirmed the details and the booking was resolved." },
            { id: 227, employee_id: 51, expense_date: "2023-03-04", amount: "3972.90", description: "A minor payment was rejected the same day." },
            { id: 228, employee_id: 3, expense_date: "2023-08-11", amount: "2022.03", description: null },
            { id: 229, employee_id: 59, expense_date: "2023-02-13", amount: "95.81", description: "A late follow-up: the document was reopened." },
            { id: 230, employee_id: 7, expense_date: "2023-11-20", amount: "3396.70", description: null },
            { id: 231, employee_id: 85, expense_date: "2023-11-06", amount: "1563.24", description: "Support asked for a change and the booking was reopened." },
            { id: 232, employee_id: 12, expense_date: "2023-02-21", amount: "521.79", description: "The payment was completed following a minor review." },
            { id: 233, employee_id: 89, expense_date: "2023-05-02", amount: "167.75", description: null },
            { id: 234, employee_id: 124, expense_date: "2023-02-25", amount: "75.17", description: "Flagged as manual. The reviewer rejected the document." },
            { id: 235, employee_id: 42, expense_date: "2023-12-29", amount: "4255.76", description: null },
            { id: 236, employee_id: 72, expense_date: "2023-07-01", amount: "901.17", description: "A routine order was closed the same day." },
            { id: 237, employee_id: 15, expense_date: "2023-08-21", amount: "4879.73", description: "No response from the customer, so the refund was reopened." },
            { id: 238, employee_id: 44, expense_date: "2023-01-22", amount: "1465.55", description: "Flagged as automatic. The team updated the order." },
            { id: 239, employee_id: 8, expense_date: "2023-07-07", amount: "2694.13", description: "The courier confirmed the details and the delivery was confirmed." },
            { id: 240, employee_id: 132, expense_date: "2023-06-03", amount: "761.58", description: "An operator reported a routine issue; the payment was reopened." },
            { id: 241, employee_id: 61, expense_date: "2023-04-29", amount: "376.00", description: "An operator reported an automatic issue; the transfer was resolved." },
            { id: 242, employee_id: 24, expense_date: "2023-02-19", amount: "74.19", description: "The team reported a partial issue; the booking was replaced." },
            { id: 243, employee_id: 68, expense_date: "2023-11-20", amount: "364.05", description: "An urgent shipment was resolved the same day." },
            { id: 244, employee_id: 36, expense_date: "2023-06-18", amount: "541.64", description: "The courier asked for a change and the request was cancelled." },
            { id: 245, employee_id: 63, expense_date: "2023-07-15", amount: "11.66", description: "The order was rescheduled following a late review." },
            { id: 246, employee_id: 32, expense_date: "2023-08-18", amount: "10.08", description: null },
            { id: 247, employee_id: 146, expense_date: "2023-10-27", amount: "2473.25", description: "The delivery was confirmed following a minor review." },
            { id: 248, employee_id: 45, expense_date: "2023-07-14", amount: "216.60", description: null },
            { id: 249, employee_id: 26, expense_date: "2023-04-14", amount: "2101.60", description: "The account owner confirmed the details and the request was refunded." },
            { id: 250, employee_id: 138, expense_date: "2023-08-03", amount: "1424.46", description: "The courier reported an automatic issue; the document was escalated." },
            { id: 251, employee_id: 1, expense_date: "2023-10-05", amount: "870.29", description: "The item was replaced following a minor review." },
            { id: 252, employee_id: 82, expense_date: "2023-05-03", amount: "4293.73", description: "The shipment was escalated following a repeat review." },
            { id: 253, employee_id: 20, expense_date: "2023-02-15", amount: "37.51", description: "The request was refunded after a standard check." },
            { id: 254, employee_id: 134, expense_date: "2023-04-03", amount: "104.23", description: "The reviewer confirmed the details and the shipment was refunded." },
            { id: 255, employee_id: 77, expense_date: "2023-11-20", amount: "308.47", description: "The reviewer confirmed the details and the payment was processed." },
            { id: 256, employee_id: 68, expense_date: "2023-10-18", amount: "1463.33", description: "An urgent follow-up: the ticket was reviewed." },
            { id: 257, employee_id: 25, expense_date: "2023-03-03", amount: "354.01", description: "The account owner confirmed the details and the refund was processed." },
            { id: 258, employee_id: 95, expense_date: "2023-10-05", amount: "4393.17", description: "The ticket was escalated — standard case, no further action." },
            { id: 259, employee_id: 10, expense_date: "2023-04-21", amount: "494.31", description: null },
            { id: 260, employee_id: 46, expense_date: "2023-12-09", amount: "3164.01", description: "No response from an operator, so the payment was completed." },
            { id: 261, employee_id: 98, expense_date: "2023-05-30", amount: "1643.81", description: "No response from the team, so the order was cancelled." },
            { id: 262, employee_id: 60, expense_date: "2023-09-18", amount: "776.59", description: "Flagged as incomplete. An operator refunded the appointment." },
            { id: 263, employee_id: 76, expense_date: "2023-06-16", amount: "36.70", description: "Flagged as minor. An operator updated the item." },
            { id: 264, employee_id: 39, expense_date: "2023-03-06", amount: "3294.97", description: "A manual follow-up: the ticket was approved." },
        ],
    });
    await prisma.payroll_entries.createMany({
        data: [
            { id: 1, employee_id: 37, pay_period_start: "2023-01-02", pay_period_end: "2023-09-08", amount: "1014.47" },
            { id: 2, employee_id: 48, pay_period_start: "2023-12-12", pay_period_end: "2023-06-12", amount: "7113.66" },
            { id: 3, employee_id: 61, pay_period_start: "2023-11-09", pay_period_end: "2023-02-12", amount: "1451.66" },
            { id: 4, employee_id: 23, pay_period_start: "2023-12-07", pay_period_end: "2023-12-27", amount: "2606.16" },
            { id: 5, employee_id: 23, pay_period_start: "2023-10-18", pay_period_end: "2023-11-09", amount: "1149.57" },
            { id: 6, employee_id: 49, pay_period_start: "2023-05-12", pay_period_end: "2023-09-08", amount: "1907.41" },
            { id: 7, employee_id: 64, pay_period_start: "2023-06-16", pay_period_end: "2023-09-29", amount: "6748.49" },
            { id: 8, employee_id: 124, pay_period_start: "2023-01-08", pay_period_end: "2023-07-02", amount: "1111.50" },
            { id: 9, employee_id: 134, pay_period_start: "2023-12-26", pay_period_end: "2023-04-26", amount: "7512.16" },
            { id: 10, employee_id: 97, pay_period_start: "2023-10-11", pay_period_end: "2023-07-25", amount: "7314.90" },
            { id: 11, employee_id: 145, pay_period_start: "2023-09-21", pay_period_end: "2023-12-08", amount: "4576.98" },
            { id: 12, employee_id: 18, pay_period_start: "2023-07-24", pay_period_end: "2023-08-31", amount: "6919.68" },
            { id: 13, employee_id: 16, pay_period_start: "2023-12-20", pay_period_end: "2023-09-11", amount: "3402.11" },
            { id: 14, employee_id: 113, pay_period_start: "2023-11-23", pay_period_end: "2023-08-31", amount: "1083.14" },
            { id: 15, employee_id: 84, pay_period_start: "2023-08-30", pay_period_end: "2023-12-18", amount: "1165.61" },
            { id: 16, employee_id: 73, pay_period_start: "2023-05-10", pay_period_end: "2023-05-23", amount: "5411.55" },
            { id: 17, employee_id: 108, pay_period_start: "2023-12-24", pay_period_end: "2023-05-19", amount: "1502.26" },
            { id: 18, employee_id: 88, pay_period_start: "2023-05-27", pay_period_end: "2023-02-08", amount: "5152.01" },
            { id: 19, employee_id: 87, pay_period_start: "2023-01-27", pay_period_end: "2023-11-20", amount: "1234.53" },
            { id: 20, employee_id: 120, pay_period_start: "2023-12-16", pay_period_end: "2023-03-25", amount: "8817.76" },
            { id: 21, employee_id: 136, pay_period_start: "2023-09-21", pay_period_end: "2023-10-03", amount: "1043.02" },
            { id: 22, employee_id: 18, pay_period_start: "2023-04-13", pay_period_end: "2023-11-15", amount: "7282.19" },
            { id: 23, employee_id: 82, pay_period_start: "2023-06-18", pay_period_end: "2023-10-02", amount: "5114.60" },
            { id: 24, employee_id: 83, pay_period_start: "2023-07-16", pay_period_end: "2023-07-14", amount: "5225.94" },
            { id: 25, employee_id: 24, pay_period_start: "2023-11-05", pay_period_end: "2023-05-21", amount: "1002.64" },
            { id: 26, employee_id: 134, pay_period_start: "2023-07-07", pay_period_end: "2023-08-23", amount: "1710.17" },
            { id: 27, employee_id: 13, pay_period_start: "2023-12-31", pay_period_end: "2023-05-23", amount: "1996.87" },
            { id: 28, employee_id: 75, pay_period_start: "2023-10-22", pay_period_end: "2023-11-06", amount: "4171.13" },
            { id: 29, employee_id: 83, pay_period_start: "2023-04-03", pay_period_end: "2023-12-17", amount: "2227.46" },
            { id: 30, employee_id: 56, pay_period_start: "2023-05-02", pay_period_end: "2023-06-13", amount: "2953.61" },
            { id: 31, employee_id: 130, pay_period_start: "2023-04-02", pay_period_end: "2023-02-14", amount: "6149.34" },
            { id: 32, employee_id: 123, pay_period_start: "2023-08-13", pay_period_end: "2023-12-08", amount: "1553.91" },
            { id: 33, employee_id: 99, pay_period_start: "2023-06-27", pay_period_end: "2023-11-24", amount: "5694.31" },
            { id: 34, employee_id: 64, pay_period_start: "2023-12-30", pay_period_end: "2023-10-22", amount: "2342.40" },
            { id: 35, employee_id: 131, pay_period_start: "2023-10-19", pay_period_end: "2023-04-29", amount: "9981.73" },
            { id: 36, employee_id: 92, pay_period_start: "2023-11-26", pay_period_end: "2023-11-20", amount: "4659.82" },
            { id: 37, employee_id: 144, pay_period_start: "2023-11-11", pay_period_end: "2023-10-28", amount: "9097.34" },
            { id: 38, employee_id: 128, pay_period_start: "2023-10-12", pay_period_end: "2023-04-24", amount: "8124.34" },
            { id: 39, employee_id: 85, pay_period_start: "2023-11-14", pay_period_end: "2023-11-17", amount: "2566.07" },
            { id: 40, employee_id: 58, pay_period_start: "2023-12-23", pay_period_end: "2023-03-22", amount: "9802.72" },
            { id: 41, employee_id: 107, pay_period_start: "2023-06-05", pay_period_end: "2023-10-23", amount: "3507.61" },
            { id: 42, employee_id: 126, pay_period_start: "2023-09-26", pay_period_end: "2023-05-03", amount: "3203.72" },
            { id: 43, employee_id: 26, pay_period_start: "2023-08-18", pay_period_end: "2023-06-28", amount: "5278.76" },
            { id: 44, employee_id: 45, pay_period_start: "2023-12-28", pay_period_end: "2023-09-07", amount: "4307.99" },
            { id: 45, employee_id: 60, pay_period_start: "2023-04-25", pay_period_end: "2023-03-20", amount: "2805.35" },
            { id: 46, employee_id: 12, pay_period_start: "2023-11-24", pay_period_end: "2023-05-13", amount: "8326.65" },
            { id: 47, employee_id: 25, pay_period_start: "2023-06-13", pay_period_end: "2023-12-15", amount: "9176.74" },
            { id: 48, employee_id: 16, pay_period_start: "2023-11-30", pay_period_end: "2023-01-27", amount: "5874.19" },
            { id: 49, employee_id: 3, pay_period_start: "2023-06-10", pay_period_end: "2023-06-16", amount: "1616.00" },
            { id: 50, employee_id: 67, pay_period_start: "2023-07-19", pay_period_end: "2023-06-13", amount: "4761.63" },
            { id: 51, employee_id: 8, pay_period_start: "2023-10-25", pay_period_end: "2023-09-09", amount: "3263.64" },
            { id: 52, employee_id: 27, pay_period_start: "2023-08-25", pay_period_end: "2023-08-15", amount: "3785.55" },
            { id: 53, employee_id: 54, pay_period_start: "2023-10-29", pay_period_end: "2023-05-03", amount: "9679.37" },
            { id: 54, employee_id: 139, pay_period_start: "2023-05-17", pay_period_end: "2023-06-23", amount: "6265.01" },
            { id: 55, employee_id: 9, pay_period_start: "2023-07-27", pay_period_end: "2023-08-06", amount: "1397.42" },
            { id: 56, employee_id: 70, pay_period_start: "2023-02-26", pay_period_end: "2023-06-03", amount: "4179.41" },
            { id: 57, employee_id: 70, pay_period_start: "2023-11-10", pay_period_end: "2023-12-30", amount: "1017.78" },
            { id: 58, employee_id: 28, pay_period_start: "2023-06-15", pay_period_end: "2023-11-01", amount: "5599.73" },
            { id: 59, employee_id: 36, pay_period_start: "2023-08-02", pay_period_end: "2023-03-10", amount: "9438.68" },
            { id: 60, employee_id: 5, pay_period_start: "2023-09-08", pay_period_end: "2023-11-08", amount: "3000.14" },
            { id: 61, employee_id: 72, pay_period_start: "2023-10-24", pay_period_end: "2023-07-09", amount: "6492.00" },
            { id: 62, employee_id: 38, pay_period_start: "2023-04-27", pay_period_end: "2023-01-06", amount: "9322.57" },
            { id: 63, employee_id: 91, pay_period_start: "2023-12-18", pay_period_end: "2023-03-31", amount: "2024.60" },
            { id: 64, employee_id: 99, pay_period_start: "2023-07-21", pay_period_end: "2023-04-22", amount: "9265.52" },
            { id: 65, employee_id: 60, pay_period_start: "2023-05-09", pay_period_end: "2023-11-18", amount: "1594.27" },
            { id: 66, employee_id: 55, pay_period_start: "2023-05-09", pay_period_end: "2023-08-16", amount: "7424.61" },
            { id: 67, employee_id: 7, pay_period_start: "2023-03-16", pay_period_end: "2023-05-15", amount: "6883.01" },
            { id: 68, employee_id: 112, pay_period_start: "2023-03-15", pay_period_end: "2023-07-13", amount: "9297.72" },
            { id: 69, employee_id: 105, pay_period_start: "2023-10-14", pay_period_end: "2023-09-13", amount: "2077.03" },
            { id: 70, employee_id: 96, pay_period_start: "2023-04-13", pay_period_end: "2023-12-18", amount: "1410.18" },
            { id: 71, employee_id: 52, pay_period_start: "2023-08-29", pay_period_end: "2023-11-21", amount: "4053.56" },
            { id: 72, employee_id: 53, pay_period_start: "2023-01-31", pay_period_end: "2023-05-09", amount: "5901.85" },
            { id: 73, employee_id: 57, pay_period_start: "2023-09-22", pay_period_end: "2023-05-26", amount: "3961.33" },
            { id: 74, employee_id: 80, pay_period_start: "2023-08-10", pay_period_end: "2023-03-01", amount: "7351.98" },
            { id: 75, employee_id: 19, pay_period_start: "2023-10-12", pay_period_end: "2023-07-23", amount: "6000.98" },
            { id: 76, employee_id: 144, pay_period_start: "2023-02-13", pay_period_end: "2023-11-20", amount: "3063.71" },
            { id: 77, employee_id: 41, pay_period_start: "2023-12-14", pay_period_end: "2023-10-05", amount: "8917.30" },
            { id: 78, employee_id: 142, pay_period_start: "2023-10-09", pay_period_end: "2023-02-25", amount: "2327.38" },
            { id: 79, employee_id: 36, pay_period_start: "2023-06-16", pay_period_end: "2023-08-04", amount: "2569.12" },
            { id: 80, employee_id: 120, pay_period_start: "2023-06-01", pay_period_end: "2023-05-11", amount: "1328.70" },
            { id: 81, employee_id: 34, pay_period_start: "2023-10-31", pay_period_end: "2023-10-18", amount: "9010.35" },
            { id: 82, employee_id: 77, pay_period_start: "2023-09-24", pay_period_end: "2023-11-13", amount: "1051.17" },
            { id: 83, employee_id: 147, pay_period_start: "2023-05-06", pay_period_end: "2023-01-27", amount: "1193.81" },
            { id: 84, employee_id: 38, pay_period_start: "2023-03-25", pay_period_end: "2023-11-27", amount: "2510.71" },
            { id: 85, employee_id: 115, pay_period_start: "2023-06-30", pay_period_end: "2023-12-12", amount: "1011.24" },
            { id: 86, employee_id: 109, pay_period_start: "2023-12-01", pay_period_end: "2023-05-09", amount: "9623.67" },
            { id: 87, employee_id: 42, pay_period_start: "2023-01-16", pay_period_end: "2023-03-11", amount: "1215.73" },
            { id: 88, employee_id: 32, pay_period_start: "2023-11-13", pay_period_end: "2023-10-17", amount: "2186.64" },
            { id: 89, employee_id: 118, pay_period_start: "2023-08-21", pay_period_end: "2023-04-20", amount: "3314.10" },
            { id: 90, employee_id: 149, pay_period_start: "2023-10-27", pay_period_end: "2023-12-07", amount: "3116.33" },
            { id: 91, employee_id: 130, pay_period_start: "2023-08-01", pay_period_end: "2023-12-07", amount: "4324.82" },
            { id: 92, employee_id: 62, pay_period_start: "2023-05-06", pay_period_end: "2023-12-20", amount: "1010.12" },
            { id: 93, employee_id: 7, pay_period_start: "2023-10-30", pay_period_end: "2023-09-30", amount: "9946.60" },
            { id: 94, employee_id: 100, pay_period_start: "2023-12-28", pay_period_end: "2023-08-05", amount: "1765.12" },
            { id: 95, employee_id: 143, pay_period_start: "2023-09-06", pay_period_end: "2023-12-24", amount: "2044.02" },
            { id: 96, employee_id: 17, pay_period_start: "2023-06-17", pay_period_end: "2023-05-19", amount: "1708.90" },
            { id: 97, employee_id: 43, pay_period_start: "2023-01-30", pay_period_end: "2023-12-12", amount: "3316.16" },
            { id: 98, employee_id: 122, pay_period_start: "2023-03-23", pay_period_end: "2023-04-06", amount: "1340.26" },
            { id: 99, employee_id: 119, pay_period_start: "2023-07-29", pay_period_end: "2023-04-29", amount: "2523.49" },
            { id: 100, employee_id: 74, pay_period_start: "2023-08-14", pay_period_end: "2023-05-14", amount: "1762.10" },
            { id: 101, employee_id: 29, pay_period_start: "2023-08-16", pay_period_end: "2023-07-30", amount: "1002.40" },
            { id: 102, employee_id: 52, pay_period_start: "2023-06-18", pay_period_end: "2023-02-25", amount: "9647.35" },
            { id: 103, employee_id: 140, pay_period_start: "2023-04-05", pay_period_end: "2023-04-03", amount: "1968.75" },
            { id: 104, employee_id: 150, pay_period_start: "2023-04-02", pay_period_end: "2023-10-07", amount: "3239.77" },
            { id: 105, employee_id: 48, pay_period_start: "2023-11-06", pay_period_end: "2023-08-23", amount: "1021.21" },
            { id: 106, employee_id: 120, pay_period_start: "2023-02-26", pay_period_end: "2023-03-26", amount: "9007.19" },
            { id: 107, employee_id: 39, pay_period_start: "2023-11-07", pay_period_end: "2023-12-10", amount: "3365.92" },
            { id: 108, employee_id: 73, pay_period_start: "2023-03-06", pay_period_end: "2023-06-24", amount: "3518.13" },
            { id: 109, employee_id: 36, pay_period_start: "2023-12-17", pay_period_end: "2023-07-05", amount: "1651.26" },
            { id: 110, employee_id: 40, pay_period_start: "2023-04-20", pay_period_end: "2023-10-27", amount: "3521.13" },
            { id: 111, employee_id: 103, pay_period_start: "2023-10-21", pay_period_end: "2023-08-03", amount: "3737.03" },
            { id: 112, employee_id: 33, pay_period_start: "2023-12-11", pay_period_end: "2023-04-24", amount: "6557.22" },
            { id: 113, employee_id: 78, pay_period_start: "2023-10-31", pay_period_end: "2023-11-17", amount: "2762.38" },
            { id: 114, employee_id: 16, pay_period_start: "2023-05-23", pay_period_end: "2023-06-19", amount: "8258.77" },
            { id: 115, employee_id: 147, pay_period_start: "2023-08-11", pay_period_end: "2023-06-01", amount: "5024.02" },
            { id: 116, employee_id: 132, pay_period_start: "2023-10-21", pay_period_end: "2023-07-17", amount: "2298.10" },
            { id: 117, employee_id: 9, pay_period_start: "2023-01-17", pay_period_end: "2023-08-16", amount: "2115.95" },
            { id: 118, employee_id: 28, pay_period_start: "2023-09-14", pay_period_end: "2023-04-19", amount: "1762.32" },
            { id: 119, employee_id: 102, pay_period_start: "2023-02-17", pay_period_end: "2023-10-23", amount: "2506.87" },
            { id: 120, employee_id: 105, pay_period_start: "2023-11-13", pay_period_end: "2023-04-07", amount: "1760.67" },
            { id: 121, employee_id: 1, pay_period_start: "2023-08-12", pay_period_end: "2023-10-30", amount: "2088.94" },
            { id: 122, employee_id: 12, pay_period_start: "2023-09-12", pay_period_end: "2023-08-01", amount: "3572.17" },
            { id: 123, employee_id: 31, pay_period_start: "2023-04-09", pay_period_end: "2023-09-15", amount: "5650.88" },
            { id: 124, employee_id: 46, pay_period_start: "2023-12-27", pay_period_end: "2023-05-06", amount: "5773.87" },
            { id: 125, employee_id: 82, pay_period_start: "2023-12-24", pay_period_end: "2023-07-27", amount: "1359.72" },
            { id: 126, employee_id: 141, pay_period_start: "2023-12-27", pay_period_end: "2023-07-17", amount: "9124.92" },
            { id: 127, employee_id: 105, pay_period_start: "2023-04-20", pay_period_end: "2023-06-21", amount: "6671.89" },
            { id: 128, employee_id: 79, pay_period_start: "2023-08-26", pay_period_end: "2023-06-10", amount: "5425.48" },
            { id: 129, employee_id: 11, pay_period_start: "2023-03-24", pay_period_end: "2023-05-29", amount: "1567.70" },
            { id: 130, employee_id: 134, pay_period_start: "2023-12-04", pay_period_end: "2023-11-14", amount: "5566.92" },
            { id: 131, employee_id: 111, pay_period_start: "2023-11-01", pay_period_end: "2023-11-06", amount: "2992.54" },
            { id: 132, employee_id: 88, pay_period_start: "2023-08-17", pay_period_end: "2023-08-18", amount: "3906.47" },
            { id: 133, employee_id: 108, pay_period_start: "2023-08-22", pay_period_end: "2023-12-05", amount: "9088.45" },
            { id: 134, employee_id: 110, pay_period_start: "2023-06-03", pay_period_end: "2023-12-27", amount: "3671.35" },
            { id: 135, employee_id: 135, pay_period_start: "2023-05-27", pay_period_end: "2023-07-25", amount: "1545.81" },
            { id: 136, employee_id: 69, pay_period_start: "2023-02-21", pay_period_end: "2023-12-07", amount: "6515.95" },
            { id: 137, employee_id: 125, pay_period_start: "2023-10-25", pay_period_end: "2023-05-04", amount: "9980.55" },
            { id: 138, employee_id: 137, pay_period_start: "2023-02-21", pay_period_end: "2023-01-08", amount: "5515.72" },
            { id: 139, employee_id: 148, pay_period_start: "2023-03-09", pay_period_end: "2023-11-17", amount: "8932.06" },
            { id: 140, employee_id: 101, pay_period_start: "2023-10-27", pay_period_end: "2023-08-01", amount: "5115.15" },
            { id: 141, employee_id: 80, pay_period_start: "2023-06-14", pay_period_end: "2023-10-25", amount: "4296.40" },
            { id: 142, employee_id: 68, pay_period_start: "2023-03-13", pay_period_end: "2023-05-11", amount: "2864.23" },
            { id: 143, employee_id: 114, pay_period_start: "2023-10-31", pay_period_end: "2023-10-18", amount: "1092.02" },
            { id: 144, employee_id: 41, pay_period_start: "2023-10-18", pay_period_end: "2023-02-13", amount: "1820.44" },
            { id: 145, employee_id: 50, pay_period_start: "2023-04-30", pay_period_end: "2023-05-22", amount: "8605.79" },
            { id: 146, employee_id: 104, pay_period_start: "2023-07-14", pay_period_end: "2023-09-28", amount: "6886.34" },
            { id: 147, employee_id: 47, pay_period_start: "2023-12-02", pay_period_end: "2023-10-06", amount: "1048.14" },
            { id: 148, employee_id: 116, pay_period_start: "2023-12-16", pay_period_end: "2023-04-23", amount: "1613.63" },
            { id: 149, employee_id: 14, pay_period_start: "2023-03-01", pay_period_end: "2023-10-31", amount: "1414.47" },
            { id: 150, employee_id: 98, pay_period_start: "2023-12-14", pay_period_end: "2023-06-02", amount: "1065.71" },
            { id: 151, employee_id: 44, pay_period_start: "2023-12-29", pay_period_end: "2023-10-11", amount: "2431.11" },
            { id: 152, employee_id: 97, pay_period_start: "2023-04-04", pay_period_end: "2023-01-31", amount: "1207.77" },
            { id: 153, employee_id: 82, pay_period_start: "2023-10-04", pay_period_end: "2023-09-15", amount: "1076.56" },
            { id: 154, employee_id: 14, pay_period_start: "2023-06-06", pay_period_end: "2023-09-15", amount: "6908.20" },
            { id: 155, employee_id: 122, pay_period_start: "2023-04-19", pay_period_end: "2023-10-26", amount: "6216.26" },
            { id: 156, employee_id: 123, pay_period_start: "2023-11-18", pay_period_end: "2023-06-27", amount: "5664.05" },
            { id: 157, employee_id: 94, pay_period_start: "2023-03-09", pay_period_end: "2023-12-24", amount: "1252.79" },
            { id: 158, employee_id: 95, pay_period_start: "2023-04-03", pay_period_end: "2023-11-18", amount: "1000.29" },
            { id: 159, employee_id: 111, pay_period_start: "2023-01-21", pay_period_end: "2023-04-24", amount: "2516.58" },
            { id: 160, employee_id: 52, pay_period_start: "2023-08-11", pay_period_end: "2023-09-24", amount: "7806.01" },
            { id: 161, employee_id: 35, pay_period_start: "2023-04-21", pay_period_end: "2023-07-11", amount: "1068.21" },
            { id: 162, employee_id: 133, pay_period_start: "2023-06-27", pay_period_end: "2023-08-07", amount: "8478.12" },
            { id: 163, employee_id: 10, pay_period_start: "2023-10-17", pay_period_end: "2023-08-23", amount: "1708.09" },
            { id: 164, employee_id: 90, pay_period_start: "2023-12-29", pay_period_end: "2023-10-02", amount: "8219.99" },
            { id: 165, employee_id: 100, pay_period_start: "2023-03-29", pay_period_end: "2023-09-19", amount: "4157.14" },
            { id: 166, employee_id: 60, pay_period_start: "2023-06-01", pay_period_end: "2023-05-07", amount: "1011.45" },
            { id: 167, employee_id: 6, pay_period_start: "2023-08-06", pay_period_end: "2023-06-11", amount: "7410.06" },
            { id: 168, employee_id: 64, pay_period_start: "2023-09-28", pay_period_end: "2023-10-18", amount: "1813.80" },
            { id: 169, employee_id: 124, pay_period_start: "2023-03-23", pay_period_end: "2023-12-15", amount: "1593.66" },
            { id: 170, employee_id: 117, pay_period_start: "2023-12-16", pay_period_end: "2023-11-11", amount: "3457.99" },
            { id: 171, employee_id: 131, pay_period_start: "2023-07-09", pay_period_end: "2023-10-11", amount: "2953.92" },
            { id: 172, employee_id: 71, pay_period_start: "2023-12-17", pay_period_end: "2023-09-25", amount: "1024.62" },
            { id: 173, employee_id: 59, pay_period_start: "2023-06-23", pay_period_end: "2023-06-27", amount: "5535.27" },
            { id: 174, employee_id: 119, pay_period_start: "2023-04-22", pay_period_end: "2023-09-23", amount: "1072.02" },
            { id: 175, employee_id: 4, pay_period_start: "2023-06-18", pay_period_end: "2023-12-02", amount: "7318.31" },
            { id: 176, employee_id: 141, pay_period_start: "2023-06-02", pay_period_end: "2023-12-14", amount: "8151.79" },
            { id: 177, employee_id: 59, pay_period_start: "2023-02-25", pay_period_end: "2023-10-14", amount: "9154.57" },
            { id: 178, employee_id: 93, pay_period_start: "2023-08-01", pay_period_end: "2023-04-21", amount: "1978.34" },
            { id: 179, employee_id: 80, pay_period_start: "2023-08-06", pay_period_end: "2023-12-03", amount: "1088.00" },
            { id: 180, employee_id: 71, pay_period_start: "2023-07-25", pay_period_end: "2023-05-21", amount: "1925.72" },
            { id: 181, employee_id: 127, pay_period_start: "2023-10-27", pay_period_end: "2023-11-19", amount: "7344.45" },
            { id: 182, employee_id: 44, pay_period_start: "2023-11-20", pay_period_end: "2023-09-27", amount: "2195.57" },
            { id: 183, employee_id: 22, pay_period_start: "2023-12-30", pay_period_end: "2023-04-23", amount: "2372.42" },
            { id: 184, employee_id: 65, pay_period_start: "2023-12-02", pay_period_end: "2023-01-03", amount: "2241.96" },
            { id: 185, employee_id: 146, pay_period_start: "2023-10-09", pay_period_end: "2023-08-17", amount: "3880.40" },
            { id: 186, employee_id: 73, pay_period_start: "2023-11-06", pay_period_end: "2023-03-17", amount: "4521.88" },
            { id: 187, employee_id: 37, pay_period_start: "2023-06-19", pay_period_end: "2023-03-19", amount: "1031.61" },
            { id: 188, employee_id: 7, pay_period_start: "2023-12-21", pay_period_end: "2023-03-05", amount: "2225.31" },
            { id: 189, employee_id: 117, pay_period_start: "2023-09-12", pay_period_end: "2023-10-27", amount: "9020.16" },
            { id: 190, employee_id: 30, pay_period_start: "2023-10-15", pay_period_end: "2023-05-19", amount: "2384.92" },
            { id: 191, employee_id: 89, pay_period_start: "2023-09-08", pay_period_end: "2023-02-18", amount: "8102.93" },
            { id: 192, employee_id: 2, pay_period_start: "2023-07-24", pay_period_end: "2023-10-09", amount: "8914.68" },
            { id: 193, employee_id: 6, pay_period_start: "2023-09-25", pay_period_end: "2023-08-22", amount: "3972.64" },
            { id: 194, employee_id: 115, pay_period_start: "2023-12-02", pay_period_end: "2023-08-14", amount: "5211.34" },
            { id: 195, employee_id: 97, pay_period_start: "2023-09-06", pay_period_end: "2023-09-05", amount: "1744.73" },
            { id: 196, employee_id: 145, pay_period_start: "2023-09-19", pay_period_end: "2023-12-28", amount: "6415.87" },
            { id: 197, employee_id: 106, pay_period_start: "2023-08-17", pay_period_end: "2023-12-14", amount: "1119.52" },
            { id: 198, employee_id: 81, pay_period_start: "2023-10-17", pay_period_end: "2023-11-16", amount: "1153.09" },
            { id: 199, employee_id: 138, pay_period_start: "2023-05-14", pay_period_end: "2023-10-23", amount: "8957.84" },
            { id: 200, employee_id: 61, pay_period_start: "2023-11-28", pay_period_end: "2023-09-25", amount: "2093.03" },
            { id: 201, employee_id: 5, pay_period_start: "2023-04-17", pay_period_end: "2023-02-27", amount: "5830.07" },
            { id: 202, employee_id: 21, pay_period_start: "2023-07-24", pay_period_end: "2023-10-22", amount: "3459.45" },
            { id: 203, employee_id: 51, pay_period_start: "2023-07-21", pay_period_end: "2023-11-01", amount: "1081.53" },
            { id: 204, employee_id: 50, pay_period_start: "2023-08-23", pay_period_end: "2023-12-23", amount: "1510.09" },
            { id: 205, employee_id: 48, pay_period_start: "2023-12-30", pay_period_end: "2023-07-04", amount: "4999.53" },
            { id: 206, employee_id: 111, pay_period_start: "2023-07-17", pay_period_end: "2023-10-21", amount: "9500.94" },
            { id: 207, employee_id: 98, pay_period_start: "2023-11-27", pay_period_end: "2023-11-07", amount: "5343.44" },
            { id: 208, employee_id: 26, pay_period_start: "2023-05-24", pay_period_end: "2023-06-09", amount: "6303.18" },
            { id: 209, employee_id: 63, pay_period_start: "2023-03-11", pay_period_end: "2023-02-17", amount: "9510.44" },
            { id: 210, employee_id: 43, pay_period_start: "2023-04-11", pay_period_end: "2023-08-06", amount: "6918.79" },
            { id: 211, employee_id: 85, pay_period_start: "2023-10-10", pay_period_end: "2023-12-27", amount: "9188.98" },
            { id: 212, employee_id: 129, pay_period_start: "2023-06-02", pay_period_end: "2023-01-07", amount: "9667.71" },
            { id: 213, employee_id: 103, pay_period_start: "2023-12-25", pay_period_end: "2023-07-03", amount: "8025.02" },
            { id: 214, employee_id: 86, pay_period_start: "2023-06-08", pay_period_end: "2023-02-20", amount: "4343.94" },
            { id: 215, employee_id: 131, pay_period_start: "2023-04-13", pay_period_end: "2023-09-07", amount: "3931.19" },
            { id: 216, employee_id: 90, pay_period_start: "2023-06-18", pay_period_end: "2023-05-16", amount: "1042.42" },
            { id: 217, employee_id: 76, pay_period_start: "2023-05-18", pay_period_end: "2023-08-16", amount: "2414.55" },
            { id: 218, employee_id: 112, pay_period_start: "2023-04-09", pay_period_end: "2023-09-29", amount: "6664.76" },
            { id: 219, employee_id: 133, pay_period_start: "2023-03-09", pay_period_end: "2023-08-21", amount: "4717.07" },
            { id: 220, employee_id: 117, pay_period_start: "2023-01-03", pay_period_end: "2023-05-11", amount: "1116.61" },
            { id: 221, employee_id: 145, pay_period_start: "2023-05-14", pay_period_end: "2023-04-18", amount: "6448.76" },
            { id: 222, employee_id: 121, pay_period_start: "2023-06-17", pay_period_end: "2023-12-11", amount: "1009.87" },
            { id: 223, employee_id: 20, pay_period_start: "2023-09-07", pay_period_end: "2023-09-25", amount: "2472.04" },
            { id: 224, employee_id: 15, pay_period_start: "2023-08-25", pay_period_end: "2023-11-07", amount: "7949.36" },
            { id: 225, employee_id: 37, pay_period_start: "2023-10-18", pay_period_end: "2023-07-25", amount: "1965.90" },
            { id: 226, employee_id: 122, pay_period_start: "2023-09-02", pay_period_end: "2023-07-05", amount: "8378.63" },
            { id: 227, employee_id: 88, pay_period_start: "2023-04-02", pay_period_end: "2023-10-12", amount: "4713.26" },
            { id: 228, employee_id: 2, pay_period_start: "2023-07-30", pay_period_end: "2023-01-24", amount: "1031.44" },
            { id: 229, employee_id: 83, pay_period_start: "2023-06-07", pay_period_end: "2023-11-24", amount: "1784.98" },
            { id: 230, employee_id: 27, pay_period_start: "2023-09-11", pay_period_end: "2023-04-05", amount: "1000.79" },
            { id: 231, employee_id: 66, pay_period_start: "2023-08-14", pay_period_end: "2023-04-11", amount: "1018.24" },
            { id: 232, employee_id: 59, pay_period_start: "2023-08-04", pay_period_end: "2023-09-09", amount: "3738.72" },
            { id: 233, employee_id: 150, pay_period_start: "2023-07-16", pay_period_end: "2023-03-15", amount: "1036.84" },
            { id: 234, employee_id: 71, pay_period_start: "2023-12-19", pay_period_end: "2023-05-26", amount: "4912.32" },
            { id: 235, employee_id: 129, pay_period_start: "2023-07-23", pay_period_end: "2023-08-28", amount: "1021.54" },
        ],
    });
    await prisma.journal_entries.createMany({
        data: [
            { id: 1, payroll_entry_id: 76, entry_date: "2023-10-12", adjustment_amount: "205.56", note: "The order was resolved — automatic case, no further action." },
            { id: 2, payroll_entry_id: 219, entry_date: "2023-12-31", adjustment_amount: "-329.03", note: "The document was completed after a duplicate check." },
            { id: 3, payroll_entry_id: 101, entry_date: "2023-08-02", adjustment_amount: "241.90", note: "Flagged as standard. Support replaced the invoice." },
            { id: 4, payroll_entry_id: 205, entry_date: "2023-12-19", adjustment_amount: "93.42", note: "No response from an operator, so the item was closed." },
            { id: 5, payroll_entry_id: 91, entry_date: "2023-12-18", adjustment_amount: "289.74", note: "The order was completed after an incomplete check." },
            { id: 6, payroll_entry_id: 165, entry_date: "2023-11-20", adjustment_amount: "166.56", note: "A routine follow-up: the delivery was reviewed." },
            { id: 7, payroll_entry_id: 9, entry_date: "2023-01-06", adjustment_amount: "393.54", note: "No response from support, so the appointment was updated." },
            { id: 8, payroll_entry_id: 136, entry_date: "2023-08-27", adjustment_amount: "26.81", note: "A manual transfer was cancelled the same day." },
            { id: 9, payroll_entry_id: 114, entry_date: "2023-02-16", adjustment_amount: "-74.56", note: null },
            { id: 10, payroll_entry_id: 220, entry_date: "2023-10-19", adjustment_amount: "-274.58", note: "No response from an operator, so the transfer was resolved." },
            { id: 11, payroll_entry_id: 143, entry_date: "2023-12-02", adjustment_amount: "58.39", note: "The courier confirmed the details and the order was delayed." },
            { id: 12, payroll_entry_id: 149, entry_date: "2023-12-22", adjustment_amount: "-192.30", note: "Flagged as partial. An operator delayed the session." },
            { id: 13, payroll_entry_id: 188, entry_date: "2023-03-10", adjustment_amount: "-257.76", note: "The reviewer asked for a change and the request was cancelled." },
            { id: 14, payroll_entry_id: 134, entry_date: "2023-03-10", adjustment_amount: "-320.15", note: "No response from support, so the document was closed." },
            { id: 15, payroll_entry_id: 158, entry_date: "2023-10-21", adjustment_amount: "133.81", note: "The request was completed — urgent case, no further action." },
            { id: 16, payroll_entry_id: 162, entry_date: "2023-03-24", adjustment_amount: "114.57", note: "The request was approved following a late review." },
            { id: 17, payroll_entry_id: 183, entry_date: "2023-08-27", adjustment_amount: "-113.10", note: "The ticket was resolved following a partial review." },
            { id: 18, payroll_entry_id: 96, entry_date: "2023-02-16", adjustment_amount: "-529.02", note: "No response from the supplier, so the appointment was cancelled." },
            { id: 19, payroll_entry_id: 224, entry_date: "2023-01-30", adjustment_amount: "310.02", note: null },
            { id: 20, payroll_entry_id: 153, entry_date: "2023-02-05", adjustment_amount: "174.75", note: "A late claim was closed the same day." },
            { id: 21, payroll_entry_id: 225, entry_date: "2023-07-03", adjustment_amount: "-28.81", note: "A repeat follow-up: the transfer was refunded." },
            { id: 22, payroll_entry_id: 96, entry_date: "2023-08-14", adjustment_amount: "146.08", note: "A late follow-up: the transfer was processed." },
            { id: 23, payroll_entry_id: 216, entry_date: "2023-10-15", adjustment_amount: "-245.44", note: "The supplier confirmed the details and the invoice was cancelled." },
            { id: 24, payroll_entry_id: 111, entry_date: "2023-12-06", adjustment_amount: "292.57", note: "The reviewer asked for a change and the item was refunded." },
            { id: 25, payroll_entry_id: 7, entry_date: "2023-11-12", adjustment_amount: "-356.41", note: "The team confirmed the details and the request was resolved." },
            { id: 26, payroll_entry_id: 67, entry_date: "2023-11-20", adjustment_amount: "214.41", note: "Flagged as late. The courier reopened the refund." },
            { id: 27, payroll_entry_id: 158, entry_date: "2023-01-13", adjustment_amount: "134.85", note: "Support reported a late issue; the invoice was replaced." },
            { id: 28, payroll_entry_id: 98, entry_date: "2023-12-30", adjustment_amount: "-431.34", note: "The order was replaced after a routine check." },
            { id: 29, payroll_entry_id: 51, entry_date: "2023-06-18", adjustment_amount: "165.07", note: "Flagged as manual. The customer resolved the booking." },
            { id: 30, payroll_entry_id: 232, entry_date: "2023-05-31", adjustment_amount: "129.01", note: "The delivery was resolved — manual case, no further action." },
            { id: 31, payroll_entry_id: 140, entry_date: "2023-04-27", adjustment_amount: "-129.88", note: "No response from the courier, so the item was processed." },
            { id: 32, payroll_entry_id: 223, entry_date: "2023-08-21", adjustment_amount: "-17.28", note: "The customer reported a late issue; the claim was escalated." },
            { id: 33, payroll_entry_id: 213, entry_date: "2023-04-13", adjustment_amount: "107.12", note: "The supplier reported a duplicate issue; the invoice was completed." },
            { id: 34, payroll_entry_id: 205, entry_date: "2023-08-07", adjustment_amount: "291.47", note: "A routine transfer was refunded the same day." },
            { id: 35, payroll_entry_id: 139, entry_date: "2023-10-05", adjustment_amount: "-385.33", note: "A repeat account was cancelled the same day." },
            { id: 36, payroll_entry_id: 184, entry_date: "2023-02-06", adjustment_amount: "-251.64", note: "The team reported a standard issue; the request was completed." },
            { id: 37, payroll_entry_id: 155, entry_date: "2023-11-01", adjustment_amount: "609.40", note: "An automatic follow-up: the account was reviewed." },
            { id: 38, payroll_entry_id: 176, entry_date: "2023-10-16", adjustment_amount: "456.44", note: "The reviewer asked for a change and the delivery was completed." },
            { id: 39, payroll_entry_id: 193, entry_date: "2023-09-18", adjustment_amount: "-179.26", note: "Flagged as automatic. Support reopened the invoice." },
            { id: 40, payroll_entry_id: 229, entry_date: "2023-03-29", adjustment_amount: "156.24", note: "The document was escalated after a minor check." },
            { id: 41, payroll_entry_id: 179, entry_date: "2023-08-25", adjustment_amount: "446.87", note: "The supplier asked for a change and the record was rescheduled." },
            { id: 42, payroll_entry_id: 169, entry_date: "2023-12-28", adjustment_amount: "60.73", note: "The reviewer confirmed the details and the ticket was resolved." },
            { id: 43, payroll_entry_id: 216, entry_date: "2023-02-12", adjustment_amount: "482.74", note: "The account was rejected following an urgent review." },
            { id: 44, payroll_entry_id: 172, entry_date: "2023-09-25", adjustment_amount: "-185.52", note: "The supplier confirmed the details and the booking was rescheduled." },
            { id: 45, payroll_entry_id: 106, entry_date: "2023-12-30", adjustment_amount: "85.91", note: "An operator confirmed the details and the shipment was cancelled." },
            { id: 46, payroll_entry_id: 130, entry_date: "2023-01-20", adjustment_amount: "-419.34", note: "The ticket was cancelled after a routine check." },
            { id: 47, payroll_entry_id: 153, entry_date: "2023-08-28", adjustment_amount: "-344.35", note: "No response from the customer, so the session was rescheduled." },
            { id: 48, payroll_entry_id: 199, entry_date: "2023-01-17", adjustment_amount: "117.24", note: "The item was reopened following a duplicate review." },
            { id: 49, payroll_entry_id: 156, entry_date: "2023-01-28", adjustment_amount: "159.24", note: "The invoice was reviewed — partial case, no further action." },
            { id: 50, payroll_entry_id: 198, entry_date: "2023-12-15", adjustment_amount: "176.61", note: "The item was closed following an incomplete review." },
            { id: 51, payroll_entry_id: 197, entry_date: "2023-04-03", adjustment_amount: "-14.34", note: "Flagged as incomplete. The account owner replaced the record." },
            { id: 52, payroll_entry_id: 189, entry_date: "2023-01-29", adjustment_amount: "47.90", note: "The team reported an unusual issue; the shipment was closed." },
            { id: 53, payroll_entry_id: 41, entry_date: "2023-12-12", adjustment_amount: "210.30", note: "The request was resolved following a minor review." },
            { id: 54, payroll_entry_id: 24, entry_date: "2023-11-03", adjustment_amount: "-267.02", note: "No response from the courier, so the invoice was cancelled." },
            { id: 55, payroll_entry_id: 14, entry_date: "2023-12-14", adjustment_amount: "-205.07", note: "No response from support, so the shipment was resolved." },
            { id: 56, payroll_entry_id: 231, entry_date: "2023-08-18", adjustment_amount: "-36.61", note: "An operator reported a duplicate issue; the appointment was approved." },
            { id: 57, payroll_entry_id: 175, entry_date: "2023-03-15", adjustment_amount: "-38.35", note: "The supplier confirmed the details and the delivery was processed." },
            { id: 58, payroll_entry_id: 145, entry_date: "2023-02-10", adjustment_amount: "31.52", note: "The request was delayed — routine case, no further action." },
            { id: 59, payroll_entry_id: 207, entry_date: "2023-09-23", adjustment_amount: "443.52", note: "The team confirmed the details and the item was approved." },
            { id: 60, payroll_entry_id: 177, entry_date: "2023-10-01", adjustment_amount: "113.51", note: "No response from an operator, so the shipment was delayed." },
            { id: 61, payroll_entry_id: 186, entry_date: "2023-11-08", adjustment_amount: "-84.14", note: null },
            { id: 62, payroll_entry_id: 36, entry_date: "2023-01-02", adjustment_amount: "120.14", note: "The report was delayed following a late review." },
            { id: 63, payroll_entry_id: 9, entry_date: "2023-12-28", adjustment_amount: "133.19", note: "Support reported a standard issue; the account was cancelled." },
            { id: 64, payroll_entry_id: 113, entry_date: "2023-07-21", adjustment_amount: "289.05", note: "The supplier asked for a change and the appointment was replaced." },
            { id: 65, payroll_entry_id: 222, entry_date: "2023-05-21", adjustment_amount: "-297.46", note: "The courier reported a duplicate issue; the request was approved." },
            { id: 66, payroll_entry_id: 50, entry_date: "2023-07-19", adjustment_amount: "264.10", note: "The payment was delayed following an automatic review." },
            { id: 67, payroll_entry_id: 22, entry_date: "2023-05-27", adjustment_amount: "150.85", note: "Flagged as late. The team reviewed the transfer." },
            { id: 68, payroll_entry_id: 179, entry_date: "2023-12-13", adjustment_amount: "-43.29", note: null },
            { id: 69, payroll_entry_id: 139, entry_date: "2023-05-16", adjustment_amount: "89.65", note: "A duplicate payment was reviewed the same day." },
            { id: 70, payroll_entry_id: 83, entry_date: "2023-12-19", adjustment_amount: "79.76", note: "No response from the account owner, so the appointment was resolved." },
            { id: 71, payroll_entry_id: 76, entry_date: "2023-08-05", adjustment_amount: "349.97", note: "Flagged as standard. The customer delayed the ticket." },
            { id: 72, payroll_entry_id: 120, entry_date: "2023-10-22", adjustment_amount: "-31.95", note: "A duplicate follow-up: the appointment was replaced." },
            { id: 73, payroll_entry_id: 168, entry_date: "2023-08-22", adjustment_amount: "-179.14", note: "No response from the team, so the report was updated." },
            { id: 74, payroll_entry_id: 149, entry_date: "2023-04-15", adjustment_amount: "-311.25", note: "The session was completed following an urgent review." },
            { id: 75, payroll_entry_id: 167, entry_date: "2023-01-09", adjustment_amount: "334.84", note: "No response from the courier, so the appointment was refunded." },
            { id: 76, payroll_entry_id: 187, entry_date: "2023-12-06", adjustment_amount: "343.18", note: "An operator reported a standard issue; the document was completed." },
            { id: 77, payroll_entry_id: 48, entry_date: "2023-11-27", adjustment_amount: "-223.83", note: "The customer reported a repeat issue; the claim was refunded." },
            { id: 78, payroll_entry_id: 1, entry_date: "2023-11-27", adjustment_amount: "88.50", note: null },
            { id: 79, payroll_entry_id: 16, entry_date: "2023-11-11", adjustment_amount: "35.54", note: "An unusual follow-up: the session was processed." },
            { id: 80, payroll_entry_id: 13, entry_date: "2023-09-21", adjustment_amount: "47.74", note: "A late session was replaced the same day." },
            { id: 81, payroll_entry_id: 116, entry_date: "2023-11-27", adjustment_amount: "159.66", note: "The account was refunded following a duplicate review." },
            { id: 82, payroll_entry_id: 197, entry_date: "2023-01-28", adjustment_amount: "-434.22", note: "An automatic follow-up: the order was processed." },
            { id: 83, payroll_entry_id: 30, entry_date: "2023-11-16", adjustment_amount: "31.31", note: null },
            { id: 84, payroll_entry_id: 30, entry_date: "2023-01-08", adjustment_amount: "-24.21", note: "No response from the team, so the order was replaced." },
            { id: 85, payroll_entry_id: 51, entry_date: "2023-02-20", adjustment_amount: "-60.06", note: "The invoice was rescheduled following an automatic review." },
            { id: 86, payroll_entry_id: 14, entry_date: "2023-01-31", adjustment_amount: "-237.00", note: "Flagged as incomplete. An operator reopened the refund." },
            { id: 87, payroll_entry_id: 83, entry_date: "2023-07-30", adjustment_amount: "-314.63", note: "No response from the customer, so the delivery was reopened." },
            { id: 88, payroll_entry_id: 13, entry_date: "2023-03-22", adjustment_amount: "242.58", note: "The courier asked for a change and the payment was reopened." },
            { id: 89, payroll_entry_id: 202, entry_date: "2023-02-13", adjustment_amount: "59.72", note: "A duplicate report was reviewed the same day." },
            { id: 90, payroll_entry_id: 109, entry_date: "2023-08-25", adjustment_amount: "-578.60", note: "The report was resolved after a manual check." },
            { id: 91, payroll_entry_id: 53, entry_date: "2023-08-15", adjustment_amount: "395.26", note: "The customer reported a routine issue; the refund was updated." },
            { id: 92, payroll_entry_id: 218, entry_date: "2023-09-13", adjustment_amount: "484.53", note: "A late follow-up: the document was updated." },
            { id: 93, payroll_entry_id: 115, entry_date: "2023-11-30", adjustment_amount: "287.84", note: "The ticket was reviewed following an automatic review." },
            { id: 94, payroll_entry_id: 103, entry_date: "2023-12-10", adjustment_amount: "179.56", note: null },
            { id: 95, payroll_entry_id: 7, entry_date: "2023-04-01", adjustment_amount: "381.97", note: "Flagged as incomplete. The supplier cancelled the ticket." },
            { id: 96, payroll_entry_id: 116, entry_date: "2023-07-28", adjustment_amount: "219.64", note: "The reviewer asked for a change and the appointment was closed." },
            { id: 97, payroll_entry_id: 135, entry_date: "2023-03-15", adjustment_amount: "315.37", note: "The session was approved after a repeat check." },
            { id: 98, payroll_entry_id: 194, entry_date: "2023-12-13", adjustment_amount: "-322.67", note: "The delivery was approved — duplicate case, no further action." },
            { id: 99, payroll_entry_id: 232, entry_date: "2023-10-18", adjustment_amount: "670.51", note: "Support reported an incomplete issue; the claim was escalated." },
            { id: 100, payroll_entry_id: 122, entry_date: "2023-01-16", adjustment_amount: "374.41", note: "A manual follow-up: the shipment was confirmed." },
            { id: 101, payroll_entry_id: 225, entry_date: "2023-09-27", adjustment_amount: "-30.15", note: "No response from the team, so the document was rejected." },
            { id: 102, payroll_entry_id: 155, entry_date: "2023-01-08", adjustment_amount: "49.54", note: "No response from support, so the report was confirmed." },
            { id: 103, payroll_entry_id: 114, entry_date: "2023-09-23", adjustment_amount: "72.53", note: "The customer confirmed the details and the order was confirmed." },
            { id: 104, payroll_entry_id: 80, entry_date: "2023-07-22", adjustment_amount: "175.90", note: "A duplicate follow-up: the report was escalated." },
            { id: 105, payroll_entry_id: 137, entry_date: "2023-10-29", adjustment_amount: "49.13", note: "A repeat follow-up: the session was delayed." },
            { id: 106, payroll_entry_id: 98, entry_date: "2023-12-23", adjustment_amount: "24.48", note: "A duplicate record was updated the same day." },
            { id: 107, payroll_entry_id: 130, entry_date: "2023-07-02", adjustment_amount: "649.31", note: "The team reported a late issue; the session was cancelled." },
            { id: 108, payroll_entry_id: 181, entry_date: "2023-07-10", adjustment_amount: "-266.52", note: "The account owner confirmed the details and the invoice was replaced." },
            { id: 109, payroll_entry_id: 28, entry_date: "2023-12-30", adjustment_amount: "-185.34", note: "The booking was cancelled after an automatic check." },
            { id: 110, payroll_entry_id: 122, entry_date: "2023-08-25", adjustment_amount: "727.60", note: "The supplier confirmed the details and the account was rejected." },
            { id: 111, payroll_entry_id: 18, entry_date: "2023-07-21", adjustment_amount: "478.84", note: "No response from support, so the shipment was replaced." },
            { id: 112, payroll_entry_id: 147, entry_date: "2023-12-27", adjustment_amount: "-510.12", note: "No response from the team, so the record was completed." },
            { id: 113, payroll_entry_id: 91, entry_date: "2023-09-12", adjustment_amount: "-4.66", note: "An operator confirmed the details and the report was rejected." },
            { id: 114, payroll_entry_id: 140, entry_date: "2023-12-17", adjustment_amount: "12.17", note: "The reviewer confirmed the details and the payment was resolved." },
            { id: 115, payroll_entry_id: 222, entry_date: "2023-03-05", adjustment_amount: "-386.18", note: "The delivery was rejected following a repeat review." },
            { id: 116, payroll_entry_id: 33, entry_date: "2023-01-06", adjustment_amount: "-45.59", note: "An unusual follow-up: the claim was processed." },
            { id: 117, payroll_entry_id: 214, entry_date: "2023-10-30", adjustment_amount: "-160.50", note: "A standard document was escalated the same day." },
            { id: 118, payroll_entry_id: 24, entry_date: "2023-11-27", adjustment_amount: "-189.61", note: "The order was closed after an incomplete check." },
            { id: 119, payroll_entry_id: 156, entry_date: "2023-12-10", adjustment_amount: "-474.48", note: "Flagged as unusual. The supplier reviewed the request." },
            { id: 120, payroll_entry_id: 145, entry_date: "2023-12-03", adjustment_amount: "202.42", note: "No response from the team, so the record was closed." },
            { id: 121, payroll_entry_id: 165, entry_date: "2023-09-10", adjustment_amount: "443.48", note: "A late session was resolved the same day." },
            { id: 122, payroll_entry_id: 40, entry_date: "2023-05-21", adjustment_amount: "-203.12", note: "No response from the customer, so the record was reviewed." },
            { id: 123, payroll_entry_id: 146, entry_date: "2023-08-18", adjustment_amount: "172.15", note: "The reviewer reported a partial issue; the refund was approved." },
            { id: 124, payroll_entry_id: 137, entry_date: "2023-12-17", adjustment_amount: "48.07", note: "A duplicate follow-up: the item was approved." },
            { id: 125, payroll_entry_id: 80, entry_date: "2023-05-03", adjustment_amount: "137.34", note: null },
            { id: 126, payroll_entry_id: 40, entry_date: "2023-07-04", adjustment_amount: "141.92", note: "The delivery was reviewed after a late check." },
            { id: 127, payroll_entry_id: 141, entry_date: "2023-01-10", adjustment_amount: "70.34", note: "An automatic follow-up: the ticket was escalated." },
            { id: 128, payroll_entry_id: 167, entry_date: "2023-02-26", adjustment_amount: "96.42", note: "The ticket was confirmed — standard case, no further action." },
            { id: 129, payroll_entry_id: 209, entry_date: "2023-07-10", adjustment_amount: "-400.50", note: "Flagged as automatic. Support processed the account." },
            { id: 130, payroll_entry_id: 34, entry_date: "2023-01-02", adjustment_amount: "-332.98", note: "No response from the team, so the document was replaced." },
            { id: 131, payroll_entry_id: 67, entry_date: "2023-11-30", adjustment_amount: "-324.00", note: "Flagged as standard. The supplier completed the booking." },
            { id: 132, payroll_entry_id: 21, entry_date: "2023-08-30", adjustment_amount: "-273.46", note: "The supplier reported a minor issue; the report was escalated." },
            { id: 133, payroll_entry_id: 188, entry_date: "2023-03-06", adjustment_amount: "-260.46", note: "An automatic follow-up: the refund was closed." },
            { id: 134, payroll_entry_id: 146, entry_date: "2023-10-17", adjustment_amount: "-497.87", note: "Support confirmed the details and the report was closed." },
            { id: 135, payroll_entry_id: 194, entry_date: "2023-02-28", adjustment_amount: "51.26", note: "The shipment was refunded — partial case, no further action." },
            { id: 136, payroll_entry_id: 220, entry_date: "2023-06-15", adjustment_amount: "-12.28", note: "Flagged as incomplete. The supplier completed the refund." },
            { id: 137, payroll_entry_id: 103, entry_date: "2023-10-14", adjustment_amount: "-144.43", note: "Support reported an incomplete issue; the order was reopened." },
            { id: 138, payroll_entry_id: 28, entry_date: "2023-01-20", adjustment_amount: "93.31", note: "The courier confirmed the details and the delivery was rejected." },
            { id: 139, payroll_entry_id: 18, entry_date: "2023-03-05", adjustment_amount: "400.70", note: "A standard follow-up: the report was updated." },
            { id: 140, payroll_entry_id: 157, entry_date: "2023-08-05", adjustment_amount: "-98.08", note: "The document was replaced — standard case, no further action." },
            { id: 141, payroll_entry_id: 1, entry_date: "2023-01-15", adjustment_amount: "20.02", note: "Flagged as routine. The team rejected the request." },
            { id: 142, payroll_entry_id: 141, entry_date: "2023-05-07", adjustment_amount: "-48.04", note: "The payment was reopened following an incomplete review." },
            { id: 143, payroll_entry_id: 64, entry_date: "2023-09-07", adjustment_amount: "55.79", note: null },
            { id: 144, payroll_entry_id: 162, entry_date: "2023-09-13", adjustment_amount: "-25.79", note: "The session was completed after a repeat check." },
            { id: 145, payroll_entry_id: 193, entry_date: "2023-12-14", adjustment_amount: "-51.39", note: "A duplicate claim was updated the same day." },
            { id: 146, payroll_entry_id: 33, entry_date: "2023-05-01", adjustment_amount: "195.47", note: "The invoice was delayed following a routine review." },
        ],
    });
    await prisma.payslips.createMany({
        data: [
            { id: 1, payroll_entry_id: 36, issue_date: "2023-09-04", net_amount: "4729.34", gross_amount: "3157.14", deductions: "340.77" },
            { id: 2, payroll_entry_id: 218, issue_date: "2023-09-30", net_amount: "1052.17", gross_amount: "8212.99", deductions: "293.79" },
            { id: 3, payroll_entry_id: 128, issue_date: "2023-05-16", net_amount: "3703.86", gross_amount: "1382.46", deductions: "256.20" },
            { id: 4, payroll_entry_id: 50, issue_date: "2023-11-22", net_amount: "2134.54", gross_amount: "1240.86", deductions: "324.56" },
            { id: 5, payroll_entry_id: 162, issue_date: "2023-11-03", net_amount: "1939.31", gross_amount: "1027.90", deductions: "208.48" },
            { id: 6, payroll_entry_id: 107, issue_date: "2023-05-24", net_amount: "6224.33", gross_amount: "3935.86", deductions: "266.29" },
            { id: 7, payroll_entry_id: 224, issue_date: "2023-10-31", net_amount: "4163.34", gross_amount: "4464.43", deductions: "226.18" },
            { id: 8, payroll_entry_id: 87, issue_date: "2023-04-11", net_amount: "2058.81", gross_amount: "3300.48", deductions: "248.00" },
            { id: 9, payroll_entry_id: 7, issue_date: "2023-06-21", net_amount: "1420.96", gross_amount: "1402.20", deductions: "298.03" },
            { id: 10, payroll_entry_id: 130, issue_date: "2023-05-11", net_amount: "8753.43", gross_amount: "4376.65", deductions: "291.39" },
            { id: 11, payroll_entry_id: 59, issue_date: "2023-10-19", net_amount: "5328.45", gross_amount: "1128.25", deductions: "313.72" },
            { id: 12, payroll_entry_id: 214, issue_date: "2023-07-02", net_amount: "1085.33", gross_amount: "3138.17", deductions: "374.61" },
            { id: 13, payroll_entry_id: 217, issue_date: "2023-12-11", net_amount: "950.86", gross_amount: "2091.09", deductions: "273.85" },
            { id: 14, payroll_entry_id: 77, issue_date: "2023-10-21", net_amount: "1034.71", gross_amount: "4136.29", deductions: "309.37" },
            { id: 15, payroll_entry_id: 93, issue_date: "2023-10-02", net_amount: "6506.78", gross_amount: "4892.44", deductions: "373.38" },
            { id: 16, payroll_entry_id: 17, issue_date: "2023-05-07", net_amount: "3791.34", gross_amount: "9112.20", deductions: "231.00" },
            { id: 17, payroll_entry_id: 29, issue_date: "2023-02-21", net_amount: "3587.09", gross_amount: "1138.88", deductions: "158.93" },
            { id: 18, payroll_entry_id: 79, issue_date: "2023-08-09", net_amount: "4059.79", gross_amount: "3005.97", deductions: "183.76" },
            { id: 19, payroll_entry_id: 91, issue_date: "2023-02-10", net_amount: "5033.80", gross_amount: "8142.04", deductions: "122.49" },
            { id: 20, payroll_entry_id: 123, issue_date: "2023-11-29", net_amount: "962.73", gross_amount: "1669.12", deductions: "322.63" },
            { id: 21, payroll_entry_id: 23, issue_date: "2023-12-23", net_amount: "8159.74", gross_amount: "1000.21", deductions: "148.28" },
            { id: 22, payroll_entry_id: 120, issue_date: "2023-10-18", net_amount: "1938.02", gross_amount: "7715.61", deductions: "215.36" },
            { id: 23, payroll_entry_id: 81, issue_date: "2023-11-14", net_amount: "905.83", gross_amount: "1649.25", deductions: "126.19" },
            { id: 24, payroll_entry_id: 159, issue_date: "2023-11-06", net_amount: "5154.08", gross_amount: "6149.46", deductions: "290.16" },
            { id: 25, payroll_entry_id: 113, issue_date: "2023-08-17", net_amount: "2138.54", gross_amount: "2069.30", deductions: "333.35" },
            { id: 26, payroll_entry_id: 142, issue_date: "2023-02-07", net_amount: "1350.11", gross_amount: "1115.27", deductions: "225.22" },
            { id: 27, payroll_entry_id: 168, issue_date: "2023-04-06", net_amount: "8752.04", gross_amount: "8011.35", deductions: "190.38" },
            { id: 28, payroll_entry_id: 5, issue_date: "2023-07-12", net_amount: "6525.29", gross_amount: "6905.52", deductions: "233.96" },
            { id: 29, payroll_entry_id: 119, issue_date: "2023-10-17", net_amount: "6363.47", gross_amount: "8339.96", deductions: "188.32" },
            { id: 30, payroll_entry_id: 41, issue_date: "2023-06-16", net_amount: "9351.73", gross_amount: "1144.76", deductions: "250.38" },
            { id: 31, payroll_entry_id: 163, issue_date: "2023-06-30", net_amount: "2777.20", gross_amount: "3606.90", deductions: "189.97" },
            { id: 32, payroll_entry_id: 154, issue_date: "2023-02-22", net_amount: "4821.79", gross_amount: "2725.11", deductions: "182.35" },
            { id: 33, payroll_entry_id: 43, issue_date: "2023-10-22", net_amount: "1433.06", gross_amount: "8171.02", deductions: "272.19" },
            { id: 34, payroll_entry_id: 75, issue_date: "2023-06-06", net_amount: "5663.70", gross_amount: "7537.88", deductions: "448.84" },
            { id: 35, payroll_entry_id: 150, issue_date: "2023-03-23", net_amount: "3891.34", gross_amount: "9672.36", deductions: "130.31" },
            { id: 36, payroll_entry_id: 216, issue_date: "2023-08-23", net_amount: "1027.08", gross_amount: "4228.25", deductions: "233.01" },
            { id: 37, payroll_entry_id: 12, issue_date: "2023-02-14", net_amount: "3324.94", gross_amount: "1647.92", deductions: "165.87" },
            { id: 38, payroll_entry_id: 30, issue_date: "2023-12-07", net_amount: "954.41", gross_amount: "1723.57", deductions: "395.85" },
            { id: 39, payroll_entry_id: 82, issue_date: "2023-06-24", net_amount: "1451.23", gross_amount: "2510.71", deductions: "223.44" },
            { id: 40, payroll_entry_id: 14, issue_date: "2023-08-10", net_amount: "6636.95", gross_amount: "4120.70", deductions: "183.88" },
            { id: 41, payroll_entry_id: 84, issue_date: "2023-12-14", net_amount: "3035.62", gross_amount: "1005.72", deductions: "273.10" },
            { id: 42, payroll_entry_id: 161, issue_date: "2023-11-15", net_amount: "5310.54", gross_amount: "1416.20", deductions: "224.50" },
            { id: 43, payroll_entry_id: 173, issue_date: "2023-11-11", net_amount: "4416.06", gross_amount: "1505.39", deductions: "316.06" },
            { id: 44, payroll_entry_id: 183, issue_date: "2023-09-08", net_amount: "1407.03", gross_amount: "6644.97", deductions: "131.04" },
            { id: 45, payroll_entry_id: 66, issue_date: "2023-08-26", net_amount: "1125.80", gross_amount: "1822.48", deductions: "369.08" },
            { id: 46, payroll_entry_id: 76, issue_date: "2023-10-31", net_amount: "1880.22", gross_amount: "5135.46", deductions: "194.16" },
            { id: 47, payroll_entry_id: 19, issue_date: "2023-10-30", net_amount: "900.06", gross_amount: "1003.57", deductions: "160.96" },
            { id: 48, payroll_entry_id: 199, issue_date: "2023-11-30", net_amount: "1426.51", gross_amount: "1114.09", deductions: "373.01" },
            { id: 49, payroll_entry_id: 16, issue_date: "2023-11-02", net_amount: "7786.05", gross_amount: "6212.21", deductions: "336.87" },
            { id: 50, payroll_entry_id: 193, issue_date: "2023-08-10", net_amount: "1610.45", gross_amount: "2704.91", deductions: "425.58" },
            { id: 51, payroll_entry_id: 126, issue_date: "2023-11-21", net_amount: "8436.64", gross_amount: "1036.44", deductions: "277.41" },
            { id: 52, payroll_entry_id: 209, issue_date: "2023-11-04", net_amount: "1259.47", gross_amount: "4163.01", deductions: "132.58" },
            { id: 53, payroll_entry_id: 104, issue_date: "2023-06-09", net_amount: "7935.55", gross_amount: "9407.44", deductions: "239.41" },
            { id: 54, payroll_entry_id: 45, issue_date: "2023-11-03", net_amount: "8121.07", gross_amount: "8226.52", deductions: "271.44" },
            { id: 55, payroll_entry_id: 225, issue_date: "2023-11-05", net_amount: "1765.93", gross_amount: "7072.03", deductions: "175.09" },
            { id: 56, payroll_entry_id: 160, issue_date: "2023-10-06", net_amount: "2262.71", gross_amount: "3983.57", deductions: "281.26" },
            { id: 57, payroll_entry_id: 86, issue_date: "2023-01-18", net_amount: "2345.26", gross_amount: "1259.35", deductions: "323.88" },
            { id: 58, payroll_entry_id: 65, issue_date: "2023-06-20", net_amount: "3392.56", gross_amount: "7671.67", deductions: "407.42" },
            { id: 59, payroll_entry_id: 25, issue_date: "2023-05-12", net_amount: "3263.77", gross_amount: "1666.53", deductions: "291.19" },
            { id: 60, payroll_entry_id: 52, issue_date: "2023-03-15", net_amount: "1243.86", gross_amount: "6836.65", deductions: "269.75" },
            { id: 61, payroll_entry_id: 172, issue_date: "2023-08-29", net_amount: "3138.22", gross_amount: "1000.81", deductions: "213.25" },
            { id: 62, payroll_entry_id: 131, issue_date: "2023-05-30", net_amount: "7508.90", gross_amount: "2182.17", deductions: "379.17" },
            { id: 63, payroll_entry_id: 222, issue_date: "2023-08-24", net_amount: "1863.86", gross_amount: "1639.78", deductions: "348.71" },
            { id: 64, payroll_entry_id: 56, issue_date: "2023-04-01", net_amount: "1684.67", gross_amount: "2066.56", deductions: "317.19" },
            { id: 65, payroll_entry_id: 147, issue_date: "2023-09-02", net_amount: "1196.47", gross_amount: "1373.19", deductions: "99.17" },
            { id: 66, payroll_entry_id: 139, issue_date: "2023-12-22", net_amount: "7896.33", gross_amount: "1377.11", deductions: "125.91" },
            { id: 67, payroll_entry_id: 141, issue_date: "2023-09-17", net_amount: "917.04", gross_amount: "2096.32", deductions: "177.37" },
            { id: 68, payroll_entry_id: 197, issue_date: "2023-11-15", net_amount: "4703.92", gross_amount: "2283.13", deductions: "343.34" },
            { id: 69, payroll_entry_id: 213, issue_date: "2023-03-24", net_amount: "4171.14", gross_amount: "1418.99", deductions: "176.96" },
            { id: 70, payroll_entry_id: 27, issue_date: "2023-06-04", net_amount: "1563.61", gross_amount: "1397.45", deductions: "188.08" },
            { id: 71, payroll_entry_id: 223, issue_date: "2023-12-19", net_amount: "3580.81", gross_amount: "2048.61", deductions: "395.81" },
            { id: 72, payroll_entry_id: 166, issue_date: "2023-05-08", net_amount: "4565.16", gross_amount: "2158.81", deductions: "190.81" },
            { id: 73, payroll_entry_id: 220, issue_date: "2023-01-16", net_amount: "3137.30", gross_amount: "2719.50", deductions: "200.78" },
            { id: 74, payroll_entry_id: 191, issue_date: "2023-12-13", net_amount: "8577.92", gross_amount: "9053.57", deductions: "257.76" },
            { id: 75, payroll_entry_id: 62, issue_date: "2023-12-24", net_amount: "905.98", gross_amount: "3916.27", deductions: "217.12" },
            { id: 76, payroll_entry_id: 204, issue_date: "2023-12-10", net_amount: "4078.43", gross_amount: "1496.15", deductions: "302.50" },
            { id: 77, payroll_entry_id: 106, issue_date: "2023-03-27", net_amount: "9431.68", gross_amount: "1692.85", deductions: "252.65" },
            { id: 78, payroll_entry_id: 3, issue_date: "2023-11-07", net_amount: "7977.78", gross_amount: "1611.56", deductions: "250.36" },
            { id: 79, payroll_entry_id: 114, issue_date: "2023-03-02", net_amount: "1888.69", gross_amount: "2081.55", deductions: "267.56" },
            { id: 80, payroll_entry_id: 96, issue_date: "2023-12-09", net_amount: "7306.90", gross_amount: "3145.86", deductions: "213.85" },
            { id: 81, payroll_entry_id: 47, issue_date: "2023-09-11", net_amount: "957.19", gross_amount: "1564.42", deductions: "272.87" },
            { id: 82, payroll_entry_id: 64, issue_date: "2023-01-29", net_amount: "1713.77", gross_amount: "7391.35", deductions: "139.99" },
            { id: 83, payroll_entry_id: 73, issue_date: "2023-05-10", net_amount: "905.78", gross_amount: "7310.38", deductions: "217.10" },
            { id: 84, payroll_entry_id: 97, issue_date: "2023-12-25", net_amount: "3093.84", gross_amount: "7251.10", deductions: "220.04" },
            { id: 85, payroll_entry_id: 155, issue_date: "2023-12-19", net_amount: "5110.55", gross_amount: "2149.00", deductions: "168.48" },
            { id: 86, payroll_entry_id: 6, issue_date: "2023-08-11", net_amount: "1137.88", gross_amount: "2950.36", deductions: "175.28" },
            { id: 87, payroll_entry_id: 90, issue_date: "2023-11-23", net_amount: "1739.17", gross_amount: "1125.32", deductions: "199.20" },
            { id: 88, payroll_entry_id: 227, issue_date: "2023-02-11", net_amount: "1100.46", gross_amount: "5880.02", deductions: "169.02" },
            { id: 89, payroll_entry_id: 101, issue_date: "2023-10-17", net_amount: "8528.70", gross_amount: "1511.31", deductions: "233.82" },
            { id: 90, payroll_entry_id: 98, issue_date: "2023-10-28", net_amount: "905.58", gross_amount: "5323.35", deductions: "319.92" },
            { id: 91, payroll_entry_id: 226, issue_date: "2023-11-24", net_amount: "7625.99", gross_amount: "2873.52", deductions: "258.13" },
            { id: 92, payroll_entry_id: 181, issue_date: "2023-09-14", net_amount: "2931.69", gross_amount: "8727.47", deductions: "281.30" },
            { id: 93, payroll_entry_id: 177, issue_date: "2023-10-15", net_amount: "1119.52", gross_amount: "6341.43", deductions: "293.56" },
            { id: 94, payroll_entry_id: 42, issue_date: "2023-01-26", net_amount: "1937.20", gross_amount: "8086.24", deductions: "169.19" },
            { id: 95, payroll_entry_id: 54, issue_date: "2023-11-17", net_amount: "1022.13", gross_amount: "4655.67", deductions: "205.42" },
            { id: 96, payroll_entry_id: 124, issue_date: "2023-02-17", net_amount: "1748.20", gross_amount: "1103.62", deductions: "254.29" },
            { id: 97, payroll_entry_id: 13, issue_date: "2023-02-18", net_amount: "1597.29", gross_amount: "1196.55", deductions: "232.04" },
            { id: 98, payroll_entry_id: 127, issue_date: "2023-03-15", net_amount: "1369.22", gross_amount: "1000.00", deductions: "250.60" },
            { id: 99, payroll_entry_id: 229, issue_date: "2023-05-02", net_amount: "1073.64", gross_amount: "5521.41", deductions: "239.34" },
            { id: 100, payroll_entry_id: 34, issue_date: "2023-08-25", net_amount: "1632.01", gross_amount: "1312.03", deductions: "243.61" },
            { id: 101, payroll_entry_id: 70, issue_date: "2023-10-31", net_amount: "913.26", gross_amount: "1006.31", deductions: "257.54" },
            { id: 102, payroll_entry_id: 208, issue_date: "2023-07-21", net_amount: "6280.14", gross_amount: "9668.27", deductions: "373.09" },
            { id: 103, payroll_entry_id: 189, issue_date: "2023-10-17", net_amount: "3476.81", gross_amount: "9598.11", deductions: "255.20" },
            { id: 104, payroll_entry_id: 207, issue_date: "2023-08-12", net_amount: "4616.21", gross_amount: "5813.06", deductions: "205.21" },
            { id: 105, payroll_entry_id: 170, issue_date: "2023-10-10", net_amount: "4682.94", gross_amount: "4048.24", deductions: "153.96" },
            { id: 106, payroll_entry_id: 71, issue_date: "2023-08-20", net_amount: "8650.72", gross_amount: "7829.50", deductions: "160.89" },
            { id: 107, payroll_entry_id: 2, issue_date: "2023-03-13", net_amount: "7511.82", gross_amount: "3714.76", deductions: "299.37" },
            { id: 108, payroll_entry_id: 67, issue_date: "2023-09-07", net_amount: "1196.37", gross_amount: "9485.87", deductions: "322.41" },
            { id: 109, payroll_entry_id: 20, issue_date: "2023-04-07", net_amount: "985.14", gross_amount: "1660.08", deductions: "176.86" },
            { id: 110, payroll_entry_id: 228, issue_date: "2023-10-26", net_amount: "5417.82", gross_amount: "1773.91", deductions: "277.99" },
            { id: 111, payroll_entry_id: 157, issue_date: "2023-12-30", net_amount: "1127.24", gross_amount: "1574.44", deductions: "229.35" },
            { id: 112, payroll_entry_id: 195, issue_date: "2023-07-12", net_amount: "4394.19", gross_amount: "1000.78", deductions: "234.74" },
            { id: 113, payroll_entry_id: 61, issue_date: "2023-11-07", net_amount: "1832.34", gross_amount: "2170.04", deductions: "350.90" },
            { id: 114, payroll_entry_id: 89, issue_date: "2023-02-10", net_amount: "8664.58", gross_amount: "1151.93", deductions: "296.68" },
            { id: 115, payroll_entry_id: 88, issue_date: "2023-12-13", net_amount: "1118.70", gross_amount: "2922.90", deductions: "238.72" },
            { id: 116, payroll_entry_id: 136, issue_date: "2023-08-16", net_amount: "1799.37", gross_amount: "3759.04", deductions: "189.38" },
            { id: 117, payroll_entry_id: 117, issue_date: "2023-03-21", net_amount: "1418.33", gross_amount: "1809.57", deductions: "335.65" },
            { id: 118, payroll_entry_id: 15, issue_date: "2023-03-10", net_amount: "5441.66", gross_amount: "1275.14", deductions: "144.04" },
            { id: 119, payroll_entry_id: 133, issue_date: "2023-10-19", net_amount: "3133.06", gross_amount: "2418.08", deductions: "259.03" },
            { id: 120, payroll_entry_id: 221, issue_date: "2023-05-10", net_amount: "7786.53", gross_amount: "8206.70", deductions: "109.86" },
            { id: 121, payroll_entry_id: 164, issue_date: "2023-10-03", net_amount: "4534.79", gross_amount: "7761.81", deductions: "233.51" },
            { id: 122, payroll_entry_id: 10, issue_date: "2023-02-13", net_amount: "2878.56", gross_amount: "5907.81", deductions: "238.14" },
            { id: 123, payroll_entry_id: 203, issue_date: "2023-12-16", net_amount: "7926.51", gross_amount: "3209.41", deductions: "196.92" },
            { id: 124, payroll_entry_id: 212, issue_date: "2023-11-15", net_amount: "2185.23", gross_amount: "1069.41", deductions: "294.00" },
            { id: 125, payroll_entry_id: 171, issue_date: "2023-09-28", net_amount: "9046.14", gross_amount: "4790.70", deductions: "185.56" },
            { id: 126, payroll_entry_id: 144, issue_date: "2023-08-15", net_amount: "951.77", gross_amount: "4333.15", deductions: "311.55" },
            { id: 127, payroll_entry_id: 11, issue_date: "2023-06-27", net_amount: "1060.11", gross_amount: "1084.61", deductions: "214.13" },
            { id: 128, payroll_entry_id: 105, issue_date: "2023-01-29", net_amount: "8233.52", gross_amount: "1042.75", deductions: "239.95" },
            { id: 129, payroll_entry_id: 72, issue_date: "2023-10-02", net_amount: "8183.28", gross_amount: "9602.76", deductions: "300.68" },
            { id: 130, payroll_entry_id: 174, issue_date: "2023-09-11", net_amount: "7718.49", gross_amount: "2811.33", deductions: "109.97" },
            { id: 131, payroll_entry_id: 100, issue_date: "2023-05-20", net_amount: "1127.79", gross_amount: "2819.43", deductions: "244.47" },
            { id: 132, payroll_entry_id: 39, issue_date: "2023-03-31", net_amount: "5280.20", gross_amount: "4989.29", deductions: "195.42" },
            { id: 133, payroll_entry_id: 94, issue_date: "2023-04-20", net_amount: "1691.24", gross_amount: "4565.37", deductions: "408.39" },
            { id: 134, payroll_entry_id: 32, issue_date: "2023-03-02", net_amount: "4366.78", gross_amount: "7669.86", deductions: "318.80" },
            { id: 135, payroll_entry_id: 102, issue_date: "2023-11-23", net_amount: "3593.62", gross_amount: "1000.47", deductions: "236.04" },
            { id: 136, payroll_entry_id: 192, issue_date: "2023-02-05", net_amount: "1395.90", gross_amount: "3583.93", deductions: "270.10" },
            { id: 137, payroll_entry_id: 196, issue_date: "2023-09-22", net_amount: "3654.22", gross_amount: "1001.44", deductions: "166.91" },
            { id: 138, payroll_entry_id: 194, issue_date: "2023-12-31", net_amount: "1219.63", gross_amount: "1199.47", deductions: "230.02" },
            { id: 139, payroll_entry_id: 176, issue_date: "2023-10-08", net_amount: "2316.77", gross_amount: "4426.50", deductions: "140.38" },
            { id: 140, payroll_entry_id: 116, issue_date: "2023-07-14", net_amount: "2127.70", gross_amount: "7362.17", deductions: "261.74" },
            { id: 141, payroll_entry_id: 33, issue_date: "2023-06-03", net_amount: "3033.64", gross_amount: "9503.52", deductions: "417.01" },
            { id: 142, payroll_entry_id: 112, issue_date: "2023-12-02", net_amount: "9263.45", gross_amount: "3929.29", deductions: "216.24" },
            { id: 143, payroll_entry_id: 38, issue_date: "2023-10-28", net_amount: "5429.13", gross_amount: "1005.25", deductions: "288.02" },
            { id: 144, payroll_entry_id: 202, issue_date: "2023-06-09", net_amount: "2152.39", gross_amount: "1016.15", deductions: "354.87" },
            { id: 145, payroll_entry_id: 118, issue_date: "2023-08-15", net_amount: "2624.90", gross_amount: "4837.87", deductions: "161.38" },
            { id: 146, payroll_entry_id: 233, issue_date: "2023-07-31", net_amount: "2122.91", gross_amount: "9945.88", deductions: "297.05" },
            { id: 147, payroll_entry_id: 68, issue_date: "2023-05-31", net_amount: "2148.27", gross_amount: "3209.99", deductions: "126.48" },
            { id: 148, payroll_entry_id: 178, issue_date: "2023-09-24", net_amount: "1817.68", gross_amount: "8804.54", deductions: "90.62" },
            { id: 149, payroll_entry_id: 234, issue_date: "2023-12-20", net_amount: "1031.80", gross_amount: "1277.60", deductions: "130.73" },
            { id: 150, payroll_entry_id: 165, issue_date: "2023-07-05", net_amount: "5933.80", gross_amount: "5065.74", deductions: "274.54" },
            { id: 151, payroll_entry_id: 85, issue_date: "2023-08-11", net_amount: "7371.41", gross_amount: "1003.01", deductions: "156.46" },
            { id: 152, payroll_entry_id: 138, issue_date: "2023-07-23", net_amount: "5176.07", gross_amount: "9071.04", deductions: "205.07" },
            { id: 153, payroll_entry_id: 24, issue_date: "2023-05-04", net_amount: "1684.38", gross_amount: "1680.59", deductions: "183.26" },
            { id: 154, payroll_entry_id: 92, issue_date: "2023-10-12", net_amount: "3394.96", gross_amount: "1912.64", deductions: "230.13" },
            { id: 155, payroll_entry_id: 58, issue_date: "2023-06-06", net_amount: "953.34", gross_amount: "9321.38", deductions: "329.33" },
            { id: 156, payroll_entry_id: 231, issue_date: "2023-07-10", net_amount: "1172.00", gross_amount: "9651.44", deductions: "258.32" },
            { id: 157, payroll_entry_id: 187, issue_date: "2023-12-05", net_amount: "7066.04", gross_amount: "4936.50", deductions: "255.76" },
            { id: 158, payroll_entry_id: 151, issue_date: "2023-11-15", net_amount: "6213.98", gross_amount: "3827.15", deductions: "186.65" },
            { id: 159, payroll_entry_id: 188, issue_date: "2023-08-13", net_amount: "2503.73", gross_amount: "5565.38", deductions: "244.00" },
            { id: 160, payroll_entry_id: 57, issue_date: "2023-05-21", net_amount: "4944.67", gross_amount: "1454.13", deductions: "237.73" },
            { id: 161, payroll_entry_id: 51, issue_date: "2023-11-09", net_amount: "2590.97", gross_amount: "6757.49", deductions: "357.22" },
            { id: 162, payroll_entry_id: 152, issue_date: "2023-12-05", net_amount: "6413.87", gross_amount: "8974.54", deductions: "330.35" },
            { id: 163, payroll_entry_id: 215, issue_date: "2023-08-28", net_amount: "3379.34", gross_amount: "1300.57", deductions: "171.32" },
            { id: 164, payroll_entry_id: 146, issue_date: "2023-11-26", net_amount: "5058.43", gross_amount: "1064.13", deductions: "321.55" },
            { id: 165, payroll_entry_id: 109, issue_date: "2023-11-15", net_amount: "5716.82", gross_amount: "1021.93", deductions: "204.36" },
            { id: 166, payroll_entry_id: 184, issue_date: "2023-09-10", net_amount: "1436.17", gross_amount: "6978.82", deductions: "273.38" },
            { id: 167, payroll_entry_id: 180, issue_date: "2023-09-09", net_amount: "7602.44", gross_amount: "1580.80", deductions: "117.98" },
            { id: 168, payroll_entry_id: 28, issue_date: "2023-01-24", net_amount: "4639.45", gross_amount: "2556.28", deductions: "145.04" },
            { id: 169, payroll_entry_id: 232, issue_date: "2023-12-14", net_amount: "8766.69", gross_amount: "3821.62", deductions: "224.91" },
            { id: 170, payroll_entry_id: 143, issue_date: "2023-10-02", net_amount: "7052.16", gross_amount: "1220.71", deductions: "228.59" },
            { id: 171, payroll_entry_id: 31, issue_date: "2023-07-06", net_amount: "5856.83", gross_amount: "1499.52", deductions: "271.98" },
            { id: 172, payroll_entry_id: 95, issue_date: "2023-12-22", net_amount: "8929.60", gross_amount: "3263.89", deductions: "304.36" },
            { id: 173, payroll_entry_id: 175, issue_date: "2023-11-25", net_amount: "8308.42", gross_amount: "4163.03", deductions: "424.45" },
            { id: 174, payroll_entry_id: 55, issue_date: "2023-04-07", net_amount: "1034.73", gross_amount: "3075.00", deductions: "247.87" },
            { id: 175, payroll_entry_id: 158, issue_date: "2023-10-24", net_amount: "2154.06", gross_amount: "2656.61", deductions: "345.87" },
            { id: 176, payroll_entry_id: 153, issue_date: "2023-12-15", net_amount: "1157.98", gross_amount: "5794.81", deductions: "209.65" },
            { id: 177, payroll_entry_id: 83, issue_date: "2023-09-02", net_amount: "7202.85", gross_amount: "2007.31", deductions: "263.17" },
            { id: 178, payroll_entry_id: 198, issue_date: "2023-07-17", net_amount: "3834.92", gross_amount: "2688.99", deductions: "168.13" },
            { id: 179, payroll_entry_id: 190, issue_date: "2023-12-11", net_amount: "1197.81", gross_amount: "1025.97", deductions: "302.99" },
            { id: 180, payroll_entry_id: 186, issue_date: "2023-08-18", net_amount: "900.02", gross_amount: "2177.60", deductions: "217.67" },
            { id: 181, payroll_entry_id: 134, issue_date: "2023-06-03", net_amount: "2616.05", gross_amount: "4871.70", deductions: "245.25" },
            { id: 182, payroll_entry_id: 182, issue_date: "2023-11-29", net_amount: "3016.57", gross_amount: "3988.59", deductions: "210.25" },
            { id: 183, payroll_entry_id: 132, issue_date: "2023-11-01", net_amount: "6688.71", gross_amount: "2064.28", deductions: "310.42" },
            { id: 184, payroll_entry_id: 46, issue_date: "2023-05-30", net_amount: "3848.94", gross_amount: "9821.01", deductions: "201.06" },
            { id: 185, payroll_entry_id: 230, issue_date: "2023-05-01", net_amount: "4710.08", gross_amount: "8552.82", deductions: "228.81" },
            { id: 186, payroll_entry_id: 167, issue_date: "2023-01-02", net_amount: "9424.01", gross_amount: "1023.80", deductions: "241.47" },
            { id: 187, payroll_entry_id: 108, issue_date: "2023-12-09", net_amount: "3891.47", gross_amount: "1029.23", deductions: "354.09" },
            { id: 188, payroll_entry_id: 125, issue_date: "2023-11-28", net_amount: "913.95", gross_amount: "1410.37", deductions: "181.34" },
            { id: 189, payroll_entry_id: 18, issue_date: "2023-09-03", net_amount: "2452.56", gross_amount: "5413.42", deductions: "203.13" },
            { id: 190, payroll_entry_id: 4, issue_date: "2023-11-03", net_amount: "9464.18", gross_amount: "8553.28", deductions: "120.48" },
            { id: 191, payroll_entry_id: 48, issue_date: "2023-03-10", net_amount: "3854.84", gross_amount: "9832.07", deductions: "193.97" },
            { id: 192, payroll_entry_id: 200, issue_date: "2023-01-27", net_amount: "1464.38", gross_amount: "6886.58", deductions: "105.59" },
            { id: 193, payroll_entry_id: 44, issue_date: "2023-05-03", net_amount: "6204.39", gross_amount: "1610.61", deductions: "256.45" },
            { id: 194, payroll_entry_id: 121, issue_date: "2023-04-09", net_amount: "3765.22", gross_amount: "1077.04", deductions: "234.83" },
            { id: 195, payroll_entry_id: 179, issue_date: "2023-06-01", net_amount: "5715.46", gross_amount: "3041.80", deductions: "159.60" },
            { id: 196, payroll_entry_id: 219, issue_date: "2023-06-22", net_amount: "9201.52", gross_amount: "2404.50", deductions: "262.90" },
            { id: 197, payroll_entry_id: 185, issue_date: "2023-04-30", net_amount: "3506.16", gross_amount: "8277.93", deductions: "362.35" },
            { id: 198, payroll_entry_id: 60, issue_date: "2023-05-10", net_amount: "8802.03", gross_amount: "4013.46", deductions: "219.55" },
            { id: 199, payroll_entry_id: 205, issue_date: "2023-01-24", net_amount: "3060.93", gross_amount: "1971.04", deductions: "362.36" },
            { id: 200, payroll_entry_id: 206, issue_date: "2023-11-12", net_amount: "8633.50", gross_amount: "3881.78", deductions: "263.23" },
            { id: 201, payroll_entry_id: 115, issue_date: "2023-04-13", net_amount: "1661.16", gross_amount: "8252.58", deductions: "358.89" },
            { id: 202, payroll_entry_id: 111, issue_date: "2023-04-07", net_amount: "5921.41", gross_amount: "7833.82", deductions: "186.95" },
            { id: 203, payroll_entry_id: 35, issue_date: "2023-01-15", net_amount: "5063.91", gross_amount: "4839.16", deductions: "210.30" },
            { id: 204, payroll_entry_id: 49, issue_date: "2023-06-18", net_amount: "3525.15", gross_amount: "4530.74", deductions: "186.41" },
            { id: 205, payroll_entry_id: 37, issue_date: "2023-07-08", net_amount: "4651.45", gross_amount: "1936.51", deductions: "337.64" },
            { id: 206, payroll_entry_id: 145, issue_date: "2023-06-01", net_amount: "3775.39", gross_amount: "1871.27", deductions: "269.84" },
            { id: 207, payroll_entry_id: 26, issue_date: "2023-12-31", net_amount: "951.79", gross_amount: "5810.73", deductions: "186.59" },
            { id: 208, payroll_entry_id: 149, issue_date: "2023-08-27", net_amount: "5519.47", gross_amount: "3106.45", deductions: "157.26" },
            { id: 209, payroll_entry_id: 129, issue_date: "2023-02-02", net_amount: "3602.13", gross_amount: "1005.56", deductions: "272.35" },
            { id: 210, payroll_entry_id: 22, issue_date: "2023-05-03", net_amount: "9098.68", gross_amount: "2396.32", deductions: "349.64" },
            { id: 211, payroll_entry_id: 135, issue_date: "2023-12-21", net_amount: "2343.53", gross_amount: "4746.07", deductions: "228.36" },
            { id: 212, payroll_entry_id: 122, issue_date: "2023-04-27", net_amount: "1053.86", gross_amount: "6145.75", deductions: "303.03" },
            { id: 213, payroll_entry_id: 210, issue_date: "2023-02-14", net_amount: "4517.59", gross_amount: "3166.33", deductions: "65.35" },
            { id: 214, payroll_entry_id: 137, issue_date: "2023-08-15", net_amount: "998.68", gross_amount: "9524.87", deductions: "339.08" },
            { id: 215, payroll_entry_id: 148, issue_date: "2023-12-20", net_amount: "1450.10", gross_amount: "6072.76", deductions: "396.60" },
            { id: 216, payroll_entry_id: 103, issue_date: "2023-12-15", net_amount: "3654.59", gross_amount: "1173.70", deductions: "290.46" },
            { id: 217, payroll_entry_id: 140, issue_date: "2023-10-03", net_amount: "3697.74", gross_amount: "7843.53", deductions: "127.47" },
            { id: 218, payroll_entry_id: 78, issue_date: "2023-07-29", net_amount: "1127.18", gross_amount: "1924.39", deductions: "199.52" },
            { id: 219, payroll_entry_id: 156, issue_date: "2023-06-16", net_amount: "6518.00", gross_amount: "4064.38", deductions: "120.08" },
            { id: 220, payroll_entry_id: 74, issue_date: "2023-04-10", net_amount: "8532.96", gross_amount: "5300.99", deductions: "307.64" },
            { id: 221, payroll_entry_id: 211, issue_date: "2023-07-28", net_amount: "1107.39", gross_amount: "3544.94", deductions: "234.51" },
            { id: 222, payroll_entry_id: 235, issue_date: "2023-10-09", net_amount: "5999.71", gross_amount: "9478.72", deductions: "295.89" },
            { id: 223, payroll_entry_id: 9, issue_date: "2023-02-12", net_amount: "1706.74", gross_amount: "2941.26", deductions: "238.62" },
            { id: 224, payroll_entry_id: 99, issue_date: "2023-04-27", net_amount: "5402.43", gross_amount: "1373.16", deductions: "245.61" },
            { id: 225, payroll_entry_id: 201, issue_date: "2023-11-30", net_amount: "1005.44", gross_amount: "2819.92", deductions: "144.27" },
            { id: 226, payroll_entry_id: 40, issue_date: "2023-01-13", net_amount: "4457.44", gross_amount: "1648.50", deductions: "179.45" },
            { id: 227, payroll_entry_id: 8, issue_date: "2023-09-26", net_amount: "1178.50", gross_amount: "1557.09", deductions: "194.52" },
            { id: 228, payroll_entry_id: 63, issue_date: "2023-02-26", net_amount: "2422.19", gross_amount: "4342.16", deductions: "93.44" },
            { id: 229, payroll_entry_id: 80, issue_date: "2023-06-18", net_amount: "2290.04", gross_amount: "1011.58", deductions: "264.05" },
            { id: 230, payroll_entry_id: 110, issue_date: "2023-12-07", net_amount: "1325.83", gross_amount: "3435.75", deductions: "389.77" },
            { id: 231, payroll_entry_id: 53, issue_date: "2023-12-10", net_amount: "5293.23", gross_amount: "5247.43", deductions: "233.02" },
            { id: 232, payroll_entry_id: 21, issue_date: "2023-11-01", net_amount: "2740.91", gross_amount: "5404.27", deductions: "275.14" },
            { id: 233, payroll_entry_id: 169, issue_date: "2023-05-30", net_amount: "2161.40", gross_amount: "2203.88", deductions: "210.11" },
            { id: 234, payroll_entry_id: 69, issue_date: "2023-07-18", net_amount: "1309.58", gross_amount: "1032.40", deductions: "243.29" },
            { id: 235, payroll_entry_id: 1, issue_date: "2023-10-30", net_amount: "906.34", gross_amount: "7283.64", deductions: "224.77" },
        ],
    });
    await prisma.timesheets.createMany({
        data: [
            { id: 1, employee_id: 19, work_date: "2023-12-27", hours_worked: "15.23", project_code: "Support Marketing", overtime_hours: "3.80" },
            { id: 2, employee_id: 107, work_date: "2023-03-22", hours_worked: "14.13", project_code: "Design", overtime_hours: "2.04" },
            { id: 3, employee_id: 57, work_date: "2023-08-05", hours_worked: "5.75", project_code: "Design", overtime_hours: "5.05" },
            { id: 4, employee_id: 77, work_date: "2023-07-15", hours_worked: "1.65", project_code: "Design", overtime_hours: "3.19" },
            { id: 5, employee_id: 94, work_date: "2023-09-04", hours_worked: "11.17", project_code: "Logistics", overtime_hours: "2.87" },
            { id: 6, employee_id: 106, work_date: "2023-03-12", hours_worked: "23.21", project_code: "Finance", overtime_hours: "3.99" },
            { id: 7, employee_id: 6, work_date: "2023-07-15", hours_worked: "7.84", project_code: "Design", overtime_hours: "6.99" },
            { id: 8, employee_id: 104, work_date: "2023-10-21", hours_worked: "13.85", project_code: "Compliance Marketing", overtime_hours: "3.37" },
            { id: 9, employee_id: 121, work_date: "2023-02-15", hours_worked: "6.86", project_code: "Design Development", overtime_hours: "6.21" },
            { id: 10, employee_id: 109, work_date: "2023-11-14", hours_worked: "7.89", project_code: "Training", overtime_hours: "5.06" },
            { id: 11, employee_id: 114, work_date: "2023-03-09", hours_worked: "3.00", project_code: "Marketing", overtime_hours: "4.62" },
            { id: 12, employee_id: 131, work_date: "2023-06-22", hours_worked: "10.62", project_code: "Compliance Sales", overtime_hours: "4.94" },
            { id: 13, employee_id: 74, work_date: "2023-12-13", hours_worked: "5.42", project_code: "Logistics HR", overtime_hours: "3.26" },
            { id: 14, employee_id: 71, work_date: "2023-02-25", hours_worked: "1.73", project_code: "Design Support", overtime_hours: "5.20" },
            { id: 15, employee_id: 146, work_date: "2023-03-03", hours_worked: "10.91", project_code: "Design", overtime_hours: "5.02" },
            { id: 16, employee_id: 137, work_date: "2023-09-15", hours_worked: "18.94", project_code: "Strategy", overtime_hours: "5.64" },
            { id: 17, employee_id: 133, work_date: "2023-10-22", hours_worked: "3.03", project_code: "Compliance Finance", overtime_hours: "3.88" },
            { id: 18, employee_id: 14, work_date: "2023-01-01", hours_worked: "12.31", project_code: "Compliance Logistics", overtime_hours: "7.95" },
            { id: 19, employee_id: 75, work_date: "2023-07-23", hours_worked: "13.93", project_code: "Development", overtime_hours: "6.07" },
            { id: 20, employee_id: 150, work_date: "2023-06-19", hours_worked: "20.21", project_code: "Operations HR", overtime_hours: "4.78" },
            { id: 21, employee_id: 128, work_date: "2023-01-05", hours_worked: "16.75", project_code: "Development", overtime_hours: "3.46" },
            { id: 22, employee_id: 129, work_date: "2023-04-10", hours_worked: "15.85", project_code: "Operations Finance", overtime_hours: "5.17" },
            { id: 23, employee_id: 15, work_date: "2023-06-17", hours_worked: "16.87", project_code: "Support Training", overtime_hours: "5.09" },
            { id: 24, employee_id: 102, work_date: "2023-02-01", hours_worked: "13.34", project_code: "Development Sales", overtime_hours: "4.86" },
            { id: 25, employee_id: 50, work_date: "2023-08-27", hours_worked: "21.13", project_code: "Training Operations", overtime_hours: "5.78" },
            { id: 26, employee_id: 81, work_date: "2023-03-29", hours_worked: "6.58", project_code: "Logistics Development", overtime_hours: "4.12" },
            { id: 27, employee_id: 25, work_date: "2023-09-25", hours_worked: "15.43", project_code: "Strategy", overtime_hours: "5.29" },
            { id: 28, employee_id: 12, work_date: "2023-05-06", hours_worked: "17.67", project_code: "Marketing Design", overtime_hours: "5.46" },
            { id: 29, employee_id: 95, work_date: "2023-06-28", hours_worked: "22.52", project_code: "Training", overtime_hours: "4.25" },
            { id: 30, employee_id: 28, work_date: "2023-09-20", hours_worked: "3.38", project_code: "Support", overtime_hours: "4.34" },
            { id: 31, employee_id: 70, work_date: "2023-03-14", hours_worked: "21.25", project_code: "Support HR", overtime_hours: "4.49" },
            { id: 32, employee_id: 42, work_date: "2023-07-19", hours_worked: "16.56", project_code: "Compliance", overtime_hours: "2.43" },
            { id: 33, employee_id: 119, work_date: "2023-03-10", hours_worked: "12.30", project_code: "Operations", overtime_hours: "5.30" },
            { id: 34, employee_id: 53, work_date: "2023-01-08", hours_worked: "23.44", project_code: "Logistics", overtime_hours: "4.65" },
            { id: 35, employee_id: 32, work_date: "2023-05-23", hours_worked: "10.91", project_code: "Finance", overtime_hours: "4.71" },
            { id: 36, employee_id: 87, work_date: "2023-10-23", hours_worked: "7.78", project_code: "Training Support", overtime_hours: "6.05" },
            { id: 37, employee_id: 126, work_date: "2023-05-26", hours_worked: "23.41", project_code: "Marketing", overtime_hours: "7.85" },
            { id: 38, employee_id: 53, work_date: "2023-06-02", hours_worked: "15.06", project_code: "Training HR", overtime_hours: "5.47" },
            { id: 39, employee_id: 30, work_date: "2023-03-17", hours_worked: "6.34", project_code: "Operations", overtime_hours: "5.03" },
            { id: 40, employee_id: 64, work_date: "2023-12-21", hours_worked: "14.90", project_code: "Research Marketing", overtime_hours: "3.99" },
            { id: 41, employee_id: 55, work_date: "2023-05-31", hours_worked: "17.99", project_code: "Marketing", overtime_hours: "4.04" },
            { id: 42, employee_id: 141, work_date: "2023-05-30", hours_worked: "6.72", project_code: "Sales", overtime_hours: "6.59" },
            { id: 43, employee_id: 6, work_date: "2023-02-15", hours_worked: "17.49", project_code: "Research", overtime_hours: "3.87" },
            { id: 44, employee_id: 40, work_date: "2023-12-03", hours_worked: "21.10", project_code: "Compliance Marketing", overtime_hours: "6.34" },
            { id: 45, employee_id: 80, work_date: "2023-11-09", hours_worked: "20.10", project_code: "Logistics", overtime_hours: "5.66" },
            { id: 46, employee_id: 6, work_date: "2023-10-14", hours_worked: "9.83", project_code: "Research Operations", overtime_hours: "4.47" },
            { id: 47, employee_id: 48, work_date: "2023-11-25", hours_worked: "17.58", project_code: "Operations Training", overtime_hours: "3.84" },
            { id: 48, employee_id: 41, work_date: "2023-10-01", hours_worked: "3.83", project_code: "Finance", overtime_hours: "5.31" },
            { id: 49, employee_id: 143, work_date: "2023-01-02", hours_worked: "4.37", project_code: "Logistics", overtime_hours: "3.58" },
            { id: 50, employee_id: 62, work_date: "2023-12-15", hours_worked: "8.04", project_code: "Development Sales", overtime_hours: "7.29" },
            { id: 51, employee_id: 76, work_date: "2023-11-01", hours_worked: "21.05", project_code: "Training Design", overtime_hours: "1.89" },
            { id: 52, employee_id: 33, work_date: "2023-11-23", hours_worked: "15.25", project_code: "Development HR", overtime_hours: "2.86" },
            { id: 53, employee_id: 142, work_date: "2023-05-29", hours_worked: "17.20", project_code: "Marketing Training", overtime_hours: "4.55" },
            { id: 54, employee_id: 4, work_date: "2023-04-07", hours_worked: "14.35", project_code: "Research", overtime_hours: "5.91" },
            { id: 55, employee_id: 51, work_date: "2023-01-02", hours_worked: "3.17", project_code: "Sales Compliance", overtime_hours: "3.96" },
            { id: 56, employee_id: 56, work_date: "2023-05-08", hours_worked: "15.35", project_code: "Development HR", overtime_hours: "5.21" },
            { id: 57, employee_id: 103, work_date: "2023-02-09", hours_worked: "9.74", project_code: "Support Operations", overtime_hours: "3.54" },
            { id: 58, employee_id: 96, work_date: "2023-11-10", hours_worked: "19.06", project_code: "Operations", overtime_hours: "1.58" },
            { id: 59, employee_id: 55, work_date: "2023-06-29", hours_worked: "17.40", project_code: "Strategy", overtime_hours: "4.76" },
            { id: 60, employee_id: 25, work_date: "2023-03-22", hours_worked: "14.60", project_code: "HR", overtime_hours: "4.26" },
            { id: 61, employee_id: 2, work_date: "2023-10-04", hours_worked: "23.83", project_code: "Support", overtime_hours: "4.31" },
            { id: 62, employee_id: 98, work_date: "2023-06-10", hours_worked: "19.55", project_code: "HR Training", overtime_hours: "4.14" },
            { id: 63, employee_id: 23, work_date: "2023-10-16", hours_worked: "12.22", project_code: "Design Research", overtime_hours: "5.24" },
            { id: 64, employee_id: 95, work_date: "2023-02-12", hours_worked: "6.45", project_code: "Sales Strategy", overtime_hours: "4.20" },
            { id: 65, employee_id: 41, work_date: "2023-12-16", hours_worked: "19.61", project_code: "Research Training", overtime_hours: "7.73" },
            { id: 66, employee_id: 86, work_date: "2023-04-13", hours_worked: "14.43", project_code: "Training", overtime_hours: "6.07" },
            { id: 67, employee_id: 36, work_date: "2023-03-23", hours_worked: "10.84", project_code: "Compliance", overtime_hours: "3.83" },
            { id: 68, employee_id: 130, work_date: "2023-02-11", hours_worked: "7.95", project_code: "Compliance Logistics", overtime_hours: "4.69" },
            { id: 69, employee_id: 119, work_date: "2023-02-14", hours_worked: "4.37", project_code: "Finance", overtime_hours: "7.31" },
            { id: 70, employee_id: 62, work_date: "2023-02-01", hours_worked: "20.84", project_code: "Marketing", overtime_hours: "4.65" },
            { id: 71, employee_id: 57, work_date: "2023-12-02", hours_worked: "3.84", project_code: "Operations", overtime_hours: "4.52" },
            { id: 72, employee_id: 142, work_date: "2023-06-11", hours_worked: "7.74", project_code: "Training", overtime_hours: "5.45" },
            { id: 73, employee_id: 55, work_date: "2023-08-07", hours_worked: "1.30", project_code: "Training", overtime_hours: "5.52" },
            { id: 74, employee_id: 120, work_date: "2023-08-09", hours_worked: "4.98", project_code: "Operations Sales", overtime_hours: "5.43" },
            { id: 75, employee_id: 58, work_date: "2023-01-19", hours_worked: "12.69", project_code: "Training Compliance", overtime_hours: "3.28" },
            { id: 76, employee_id: 35, work_date: "2023-12-24", hours_worked: "4.29", project_code: "Sales Marketing", overtime_hours: "4.84" },
            { id: 77, employee_id: 109, work_date: "2023-06-15", hours_worked: "22.69", project_code: "Training Sales", overtime_hours: "5.70" },
            { id: 78, employee_id: 63, work_date: "2023-04-27", hours_worked: "18.92", project_code: "Support", overtime_hours: "3.97" },
            { id: 79, employee_id: 71, work_date: "2023-06-01", hours_worked: "17.94", project_code: "Support Research", overtime_hours: "5.29" },
            { id: 80, employee_id: 108, work_date: "2023-05-04", hours_worked: "15.10", project_code: "Strategy", overtime_hours: "4.31" },
            { id: 81, employee_id: 2, work_date: "2023-06-09", hours_worked: "22.77", project_code: "Marketing", overtime_hours: "6.37" },
            { id: 82, employee_id: 75, work_date: "2023-09-22", hours_worked: "6.08", project_code: "Sales", overtime_hours: "4.06" },
            { id: 83, employee_id: 136, work_date: "2023-02-26", hours_worked: "4.41", project_code: "Training Logistics", overtime_hours: "6.79" },
            { id: 84, employee_id: 143, work_date: "2023-07-06", hours_worked: "12.05", project_code: "Research", overtime_hours: "5.44" },
            { id: 85, employee_id: 71, work_date: "2023-10-17", hours_worked: "3.98", project_code: "Marketing Support", overtime_hours: "1.61" },
            { id: 86, employee_id: 142, work_date: "2023-02-19", hours_worked: "11.89", project_code: "Compliance", overtime_hours: "5.47" },
            { id: 87, employee_id: 135, work_date: "2023-03-23", hours_worked: "17.56", project_code: "Operations", overtime_hours: "4.53" },
            { id: 88, employee_id: 124, work_date: "2023-03-30", hours_worked: "1.54", project_code: "Research", overtime_hours: "3.57" },
            { id: 89, employee_id: 150, work_date: "2023-09-28", hours_worked: "7.86", project_code: "Research Strategy", overtime_hours: "6.52" },
            { id: 90, employee_id: 13, work_date: "2023-04-12", hours_worked: "5.21", project_code: "Logistics", overtime_hours: "3.46" },
            { id: 91, employee_id: 126, work_date: "2023-04-16", hours_worked: "23.86", project_code: "Logistics", overtime_hours: "7.33" },
            { id: 92, employee_id: 20, work_date: "2023-06-02", hours_worked: "11.90", project_code: "Operations", overtime_hours: "7.10" },
            { id: 93, employee_id: 125, work_date: "2023-10-13", hours_worked: "22.15", project_code: "Training", overtime_hours: "5.25" },
            { id: 94, employee_id: 118, work_date: "2023-10-02", hours_worked: "3.12", project_code: "Marketing", overtime_hours: "3.07" },
            { id: 95, employee_id: 57, work_date: "2023-02-11", hours_worked: "14.64", project_code: "Research", overtime_hours: "4.46" },
            { id: 96, employee_id: 122, work_date: "2023-08-12", hours_worked: "21.89", project_code: "Sales", overtime_hours: "4.27" },
            { id: 97, employee_id: 4, work_date: "2023-10-29", hours_worked: "22.83", project_code: "Design HR", overtime_hours: "6.56" },
            { id: 98, employee_id: 144, work_date: "2023-04-17", hours_worked: "13.44", project_code: "Logistics HR", overtime_hours: "5.17" },
            { id: 99, employee_id: 6, work_date: "2023-02-16", hours_worked: "5.82", project_code: "Compliance Sales", overtime_hours: "4.31" },
            { id: 100, employee_id: 150, work_date: "2023-05-17", hours_worked: "3.12", project_code: "Development", overtime_hours: "5.06" },
            { id: 101, employee_id: 113, work_date: "2023-03-15", hours_worked: "3.03", project_code: "Research Strategy", overtime_hours: "7.34" },
            { id: 102, employee_id: 61, work_date: "2023-12-22", hours_worked: "13.54", project_code: "Strategy Marketing", overtime_hours: "4.49" },
            { id: 103, employee_id: 118, work_date: "2023-08-29", hours_worked: "9.95", project_code: "Research", overtime_hours: "2.85" },
            { id: 104, employee_id: 125, work_date: "2023-05-06", hours_worked: "23.88", project_code: "Design Research", overtime_hours: "6.35" },
            { id: 105, employee_id: 24, work_date: "2023-05-17", hours_worked: "4.73", project_code: "Design", overtime_hours: "3.91" },
            { id: 106, employee_id: 117, work_date: "2023-10-31", hours_worked: "6.15", project_code: "Sales Training", overtime_hours: "5.64" },
            { id: 107, employee_id: 123, work_date: "2023-07-31", hours_worked: "15.98", project_code: "Marketing HR", overtime_hours: "5.63" },
            { id: 108, employee_id: 60, work_date: "2023-01-15", hours_worked: "8.43", project_code: "Finance Operations", overtime_hours: "3.90" },
            { id: 109, employee_id: 133, work_date: "2023-01-26", hours_worked: "12.15", project_code: "Training", overtime_hours: "4.70" },
            { id: 110, employee_id: 77, work_date: "2023-12-20", hours_worked: "10.68", project_code: "Logistics Research", overtime_hours: "8.11" },
            { id: 111, employee_id: 52, work_date: "2023-07-02", hours_worked: "14.13", project_code: "Development", overtime_hours: "4.51" },
            { id: 112, employee_id: 146, work_date: "2023-04-12", hours_worked: "15.57", project_code: "Design", overtime_hours: "4.77" },
            { id: 113, employee_id: 129, work_date: "2023-02-06", hours_worked: "2.50", project_code: "Design Compliance", overtime_hours: "6.12" },
            { id: 114, employee_id: 150, work_date: "2023-05-08", hours_worked: "2.10", project_code: "Support", overtime_hours: "2.43" },
            { id: 115, employee_id: 8, work_date: "2023-03-13", hours_worked: "18.07", project_code: "Logistics", overtime_hours: "4.72" },
            { id: 116, employee_id: 51, work_date: "2023-12-19", hours_worked: "2.07", project_code: "Design Development", overtime_hours: "6.99" },
            { id: 117, employee_id: 112, work_date: "2023-08-12", hours_worked: "11.08", project_code: "Sales Strategy", overtime_hours: "4.09" },
            { id: 118, employee_id: 41, work_date: "2023-04-08", hours_worked: "4.74", project_code: "Sales Compliance", overtime_hours: "5.96" },
            { id: 119, employee_id: 67, work_date: "2023-12-25", hours_worked: "9.80", project_code: "Research", overtime_hours: "6.32" },
            { id: 120, employee_id: 146, work_date: "2023-09-08", hours_worked: "8.13", project_code: "Compliance HR", overtime_hours: "4.27" },
            { id: 121, employee_id: 8, work_date: "2023-10-07", hours_worked: "18.32", project_code: "Finance", overtime_hours: "5.70" },
            { id: 122, employee_id: 76, work_date: "2023-01-22", hours_worked: "10.77", project_code: "Strategy Design", overtime_hours: "4.69" },
            { id: 123, employee_id: 66, work_date: "2023-11-27", hours_worked: "2.02", project_code: "Logistics", overtime_hours: "6.55" },
            { id: 124, employee_id: 39, work_date: "2023-10-11", hours_worked: "13.11", project_code: "Operations", overtime_hours: "5.04" },
            { id: 125, employee_id: 120, work_date: "2023-08-11", hours_worked: "2.28", project_code: "Design", overtime_hours: "5.99" },
            { id: 126, employee_id: 54, work_date: "2023-04-27", hours_worked: "22.83", project_code: "Marketing Sales", overtime_hours: "4.91" },
            { id: 127, employee_id: 129, work_date: "2023-07-11", hours_worked: "22.95", project_code: "Support Logistics", overtime_hours: "4.04" },
            { id: 128, employee_id: 86, work_date: "2023-08-31", hours_worked: "22.90", project_code: "Finance", overtime_hours: "4.89" },
            { id: 129, employee_id: 99, work_date: "2023-05-13", hours_worked: "22.89", project_code: "Support Design", overtime_hours: "5.00" },
            { id: 130, employee_id: 63, work_date: "2023-12-22", hours_worked: "17.36", project_code: "Design", overtime_hours: "5.09" },
            { id: 131, employee_id: 1, work_date: "2023-04-10", hours_worked: "6.37", project_code: "Research", overtime_hours: "5.02" },
            { id: 132, employee_id: 90, work_date: "2023-06-14", hours_worked: "21.40", project_code: "Operations Design", overtime_hours: "3.32" },
            { id: 133, employee_id: 115, work_date: "2023-10-20", hours_worked: "13.84", project_code: "HR", overtime_hours: "3.86" },
            { id: 134, employee_id: 112, work_date: "2023-07-13", hours_worked: "21.96", project_code: "Marketing", overtime_hours: "3.49" },
            { id: 135, employee_id: 44, work_date: "2023-11-18", hours_worked: "23.10", project_code: "Training", overtime_hours: "5.51" },
            { id: 136, employee_id: 55, work_date: "2023-02-27", hours_worked: "23.54", project_code: "HR Design", overtime_hours: "3.13" },
            { id: 137, employee_id: 90, work_date: "2023-09-05", hours_worked: "8.75", project_code: "Finance", overtime_hours: "3.70" },
            { id: 138, employee_id: 60, work_date: "2023-06-09", hours_worked: "20.17", project_code: "HR Design", overtime_hours: "4.79" },
            { id: 139, employee_id: 24, work_date: "2023-10-01", hours_worked: "11.80", project_code: "Strategy Design", overtime_hours: "5.34" },
            { id: 140, employee_id: 109, work_date: "2023-12-04", hours_worked: "8.72", project_code: "Training", overtime_hours: "5.78" },
            { id: 141, employee_id: 56, work_date: "2023-08-13", hours_worked: "15.26", project_code: "Sales Research", overtime_hours: "4.80" },
            { id: 142, employee_id: 80, work_date: "2023-09-16", hours_worked: "9.98", project_code: "Training", overtime_hours: "6.88" },
            { id: 143, employee_id: 49, work_date: "2023-04-16", hours_worked: "3.70", project_code: "Support Strategy", overtime_hours: "0.75" },
            { id: 144, employee_id: 28, work_date: "2023-01-25", hours_worked: "23.60", project_code: "Research Strategy", overtime_hours: "4.90" },
            { id: 145, employee_id: 33, work_date: "2023-03-24", hours_worked: "4.39", project_code: "Logistics Strategy", overtime_hours: "5.28" },
            { id: 146, employee_id: 109, work_date: "2023-10-01", hours_worked: "23.22", project_code: "Training Support", overtime_hours: "5.91" },
            { id: 147, employee_id: 96, work_date: "2023-07-14", hours_worked: "5.98", project_code: "Compliance Training", overtime_hours: "6.47" },
            { id: 148, employee_id: 58, work_date: "2023-07-26", hours_worked: "6.18", project_code: "Strategy Research", overtime_hours: "4.75" },
            { id: 149, employee_id: 113, work_date: "2023-10-13", hours_worked: "20.55", project_code: "Logistics Operations", overtime_hours: "7.52" },
            { id: 150, employee_id: 102, work_date: "2023-03-21", hours_worked: "2.19", project_code: "Design Strategy", overtime_hours: "5.28" },
            { id: 151, employee_id: 92, work_date: "2023-02-05", hours_worked: "3.66", project_code: "Strategy", overtime_hours: "4.69" },
            { id: 152, employee_id: 8, work_date: "2023-02-06", hours_worked: "12.59", project_code: "Training", overtime_hours: "5.24" },
            { id: 153, employee_id: 109, work_date: "2023-04-01", hours_worked: "12.17", project_code: "Sales", overtime_hours: "4.31" },
            { id: 154, employee_id: 111, work_date: "2023-05-31", hours_worked: "1.20", project_code: "Strategy", overtime_hours: "4.75" },
            { id: 155, employee_id: 10, work_date: "2023-02-15", hours_worked: "3.53", project_code: "Finance Compliance", overtime_hours: "3.88" },
            { id: 156, employee_id: 127, work_date: "2023-12-14", hours_worked: "8.92", project_code: "Design Compliance", overtime_hours: "4.19" },
            { id: 157, employee_id: 29, work_date: "2023-09-13", hours_worked: "1.32", project_code: "Marketing Research", overtime_hours: "6.67" },
            { id: 158, employee_id: 70, work_date: "2023-09-29", hours_worked: "7.15", project_code: "Compliance", overtime_hours: "5.26" },
            { id: 159, employee_id: 32, work_date: "2023-06-07", hours_worked: "2.75", project_code: "Operations", overtime_hours: "3.44" },
            { id: 160, employee_id: 38, work_date: "2023-06-26", hours_worked: "20.88", project_code: "Operations Research", overtime_hours: "5.76" },
            { id: 161, employee_id: 25, work_date: "2023-08-04", hours_worked: "19.52", project_code: "HR", overtime_hours: "6.63" },
            { id: 162, employee_id: 64, work_date: "2023-06-13", hours_worked: "23.29", project_code: "Strategy", overtime_hours: "6.44" },
            { id: 163, employee_id: 36, work_date: "2023-10-20", hours_worked: "19.22", project_code: "HR Support", overtime_hours: "5.72" },
            { id: 164, employee_id: 107, work_date: "2023-03-24", hours_worked: "6.30", project_code: "Training Support", overtime_hours: "5.71" },
            { id: 165, employee_id: 63, work_date: "2023-06-11", hours_worked: "21.77", project_code: "Logistics Support", overtime_hours: "3.82" },
            { id: 166, employee_id: 126, work_date: "2023-06-04", hours_worked: "13.24", project_code: "Operations Finance", overtime_hours: "3.53" },
            { id: 167, employee_id: 132, work_date: "2023-11-11", hours_worked: "3.71", project_code: "Training", overtime_hours: "4.83" },
            { id: 168, employee_id: 50, work_date: "2023-04-29", hours_worked: "18.31", project_code: "Sales", overtime_hours: "6.37" },
            { id: 169, employee_id: 147, work_date: "2023-03-01", hours_worked: "6.57", project_code: "Strategy Compliance", overtime_hours: "5.21" },
            { id: 170, employee_id: 37, work_date: "2023-11-27", hours_worked: "11.48", project_code: "Operations Marketing", overtime_hours: "5.36" },
            { id: 171, employee_id: 106, work_date: "2023-04-24", hours_worked: "5.39", project_code: "HR Finance", overtime_hours: "4.32" },
            { id: 172, employee_id: 134, work_date: "2023-08-15", hours_worked: "20.08", project_code: "HR Training", overtime_hours: "4.58" },
            { id: 173, employee_id: 127, work_date: "2023-04-30", hours_worked: "18.99", project_code: "Finance", overtime_hours: "5.86" },
            { id: 174, employee_id: 36, work_date: "2023-12-30", hours_worked: "20.65", project_code: "Compliance", overtime_hours: "2.40" },
            { id: 175, employee_id: 135, work_date: "2023-09-05", hours_worked: "13.37", project_code: "Development Logistics", overtime_hours: "6.76" },
            { id: 176, employee_id: 86, work_date: "2023-06-18", hours_worked: "22.38", project_code: "Strategy Logistics", overtime_hours: "5.80" },
            { id: 177, employee_id: 48, work_date: "2023-03-24", hours_worked: "20.86", project_code: "Support", overtime_hours: "5.12" },
            { id: 178, employee_id: 54, work_date: "2023-05-14", hours_worked: "20.91", project_code: "Strategy", overtime_hours: "3.04" },
            { id: 179, employee_id: 66, work_date: "2023-05-30", hours_worked: "2.21", project_code: "Marketing", overtime_hours: "6.51" },
            { id: 180, employee_id: 69, work_date: "2023-12-28", hours_worked: "2.89", project_code: "Finance Compliance", overtime_hours: "5.03" },
            { id: 181, employee_id: 38, work_date: "2023-10-29", hours_worked: "19.72", project_code: "Marketing", overtime_hours: "4.47" },
            { id: 182, employee_id: 84, work_date: "2023-08-30", hours_worked: "23.49", project_code: "Strategy", overtime_hours: "5.41" },
            { id: 183, employee_id: 144, work_date: "2023-09-28", hours_worked: "9.44", project_code: "Marketing", overtime_hours: "6.11" },
            { id: 184, employee_id: 32, work_date: "2023-05-22", hours_worked: "8.57", project_code: "Operations", overtime_hours: "3.65" },
            { id: 185, employee_id: 5, work_date: "2023-07-05", hours_worked: "15.07", project_code: "HR Marketing", overtime_hours: "5.19" },
            { id: 186, employee_id: 78, work_date: "2023-07-01", hours_worked: "2.32", project_code: "Logistics Training", overtime_hours: "0.89" },
            { id: 187, employee_id: 111, work_date: "2023-08-06", hours_worked: "11.10", project_code: "Support Operations", overtime_hours: "3.89" },
            { id: 188, employee_id: 112, work_date: "2023-05-09", hours_worked: "17.08", project_code: "Operations", overtime_hours: "3.46" },
            { id: 189, employee_id: 132, work_date: "2023-04-04", hours_worked: "3.72", project_code: "Compliance Support", overtime_hours: "6.59" },
            { id: 190, employee_id: 146, work_date: "2023-03-16", hours_worked: "18.70", project_code: "Strategy", overtime_hours: "4.22" },
            { id: 191, employee_id: 102, work_date: "2023-10-08", hours_worked: "5.28", project_code: "Research", overtime_hours: "3.99" },
            { id: 192, employee_id: 26, work_date: "2023-08-10", hours_worked: "18.87", project_code: "Marketing", overtime_hours: "3.00" },
            { id: 193, employee_id: 93, work_date: "2023-12-30", hours_worked: "17.33", project_code: "Logistics Operations", overtime_hours: "3.38" },
            { id: 194, employee_id: 107, work_date: "2023-09-06", hours_worked: "22.58", project_code: "Logistics", overtime_hours: "6.24" },
            { id: 195, employee_id: 67, work_date: "2023-07-30", hours_worked: "22.29", project_code: "Operations Support", overtime_hours: "5.00" },
            { id: 196, employee_id: 52, work_date: "2023-09-07", hours_worked: "5.74", project_code: "Sales Support", overtime_hours: "4.83" },
            { id: 197, employee_id: 80, work_date: "2023-06-25", hours_worked: "12.89", project_code: "Design HR", overtime_hours: "3.82" },
            { id: 198, employee_id: 46, work_date: "2023-08-21", hours_worked: "16.80", project_code: "Marketing Support", overtime_hours: "6.43" },
            { id: 199, employee_id: 21, work_date: "2023-02-27", hours_worked: "3.07", project_code: "Design Support", overtime_hours: "4.56" },
            { id: 200, employee_id: 146, work_date: "2023-09-07", hours_worked: "15.97", project_code: "Marketing Training", overtime_hours: "6.15" },
            { id: 201, employee_id: 96, work_date: "2023-10-30", hours_worked: "20.05", project_code: "Sales Operations", overtime_hours: "4.08" },
            { id: 202, employee_id: 124, work_date: "2023-05-05", hours_worked: "20.24", project_code: "Operations", overtime_hours: "5.85" },
            { id: 203, employee_id: 123, work_date: "2023-08-11", hours_worked: "2.72", project_code: "Logistics Support", overtime_hours: "5.93" },
            { id: 204, employee_id: 28, work_date: "2023-10-05", hours_worked: "5.59", project_code: "HR Support", overtime_hours: "6.90" },
            { id: 205, employee_id: 71, work_date: "2023-02-20", hours_worked: "15.38", project_code: "Sales", overtime_hours: "7.04" },
            { id: 206, employee_id: 98, work_date: "2023-06-04", hours_worked: "18.30", project_code: "Design", overtime_hours: "5.19" },
            { id: 207, employee_id: 111, work_date: "2023-06-05", hours_worked: "5.26", project_code: "Support", overtime_hours: "5.95" },
            { id: 208, employee_id: 75, work_date: "2023-06-12", hours_worked: "12.53", project_code: "Finance", overtime_hours: "4.59" },
            { id: 209, employee_id: 25, work_date: "2023-12-05", hours_worked: "8.85", project_code: "Sales Support", overtime_hours: "1.65" },
            { id: 210, employee_id: 75, work_date: "2023-06-14", hours_worked: "23.49", project_code: "Logistics", overtime_hours: "7.66" },
            { id: 211, employee_id: 38, work_date: "2023-01-27", hours_worked: "14.41", project_code: "Logistics", overtime_hours: "5.04" },
            { id: 212, employee_id: 89, work_date: "2023-03-08", hours_worked: "2.78", project_code: "Support", overtime_hours: "3.96" },
            { id: 213, employee_id: 70, work_date: "2023-07-07", hours_worked: "9.96", project_code: "Support", overtime_hours: "6.13" },
            { id: 214, employee_id: 128, work_date: "2023-01-12", hours_worked: "16.50", project_code: "Marketing", overtime_hours: "6.22" },
            { id: 215, employee_id: 24, work_date: "2023-01-26", hours_worked: "2.35", project_code: "Operations", overtime_hours: "6.55" },
            { id: 216, employee_id: 73, work_date: "2023-03-14", hours_worked: "17.25", project_code: "Training Design", overtime_hours: "5.52" },
            { id: 217, employee_id: 144, work_date: "2023-01-08", hours_worked: "13.73", project_code: "Logistics", overtime_hours: "4.86" },
            { id: 218, employee_id: 76, work_date: "2023-04-14", hours_worked: "8.80", project_code: "Marketing Support", overtime_hours: "2.63" },
            { id: 219, employee_id: 41, work_date: "2023-08-26", hours_worked: "8.22", project_code: "Training", overtime_hours: "3.11" },
            { id: 220, employee_id: 6, work_date: "2023-10-26", hours_worked: "12.35", project_code: "Strategy", overtime_hours: "5.30" },
            { id: 221, employee_id: 86, work_date: "2023-01-14", hours_worked: "4.11", project_code: "Development", overtime_hours: "4.33" },
            { id: 222, employee_id: 82, work_date: "2023-07-20", hours_worked: "2.43", project_code: "Compliance", overtime_hours: "5.54" },
            { id: 223, employee_id: 120, work_date: "2023-05-01", hours_worked: "11.64", project_code: "Research Finance", overtime_hours: "5.48" },
            { id: 224, employee_id: 98, work_date: "2023-09-27", hours_worked: "1.83", project_code: "Support Design", overtime_hours: "4.57" },
            { id: 225, employee_id: 16, work_date: "2023-04-21", hours_worked: "3.35", project_code: "Strategy Training", overtime_hours: "2.73" },
            { id: 226, employee_id: 43, work_date: "2023-12-16", hours_worked: "20.42", project_code: "Design", overtime_hours: "5.72" },
            { id: 227, employee_id: 106, work_date: "2023-11-08", hours_worked: "6.55", project_code: "Training", overtime_hours: "4.23" },
            { id: 228, employee_id: 80, work_date: "2023-12-24", hours_worked: "18.57", project_code: "Logistics Operations", overtime_hours: "3.82" },
            { id: 229, employee_id: 63, work_date: "2023-02-22", hours_worked: "21.10", project_code: "Training Logistics", overtime_hours: "7.01" },
            { id: 230, employee_id: 133, work_date: "2023-04-11", hours_worked: "21.06", project_code: "Training", overtime_hours: "7.10" },
            { id: 231, employee_id: 100, work_date: "2023-10-31", hours_worked: "23.72", project_code: "Logistics", overtime_hours: "6.64" },
            { id: 232, employee_id: 21, work_date: "2023-04-08", hours_worked: "9.91", project_code: "Training", overtime_hours: "7.38" },
            { id: 233, employee_id: 21, work_date: "2023-04-05", hours_worked: "1.99", project_code: "Operations", overtime_hours: "6.51" },
            { id: 234, employee_id: 133, work_date: "2023-09-02", hours_worked: "8.32", project_code: "Sales", overtime_hours: "5.68" },
            { id: 235, employee_id: 4, work_date: "2023-03-08", hours_worked: "9.77", project_code: "Operations", overtime_hours: "5.16" },
            { id: 236, employee_id: 114, work_date: "2023-01-03", hours_worked: "8.76", project_code: "HR", overtime_hours: "4.85" },
            { id: 237, employee_id: 108, work_date: "2023-11-27", hours_worked: "6.50", project_code: "Design", overtime_hours: "3.62" },
            { id: 238, employee_id: 2, work_date: "2023-08-06", hours_worked: "10.88", project_code: "Finance Training", overtime_hours: "6.21" },
            { id: 239, employee_id: 81, work_date: "2023-03-03", hours_worked: "23.89", project_code: "Training", overtime_hours: "3.49" },
            { id: 240, employee_id: 98, work_date: "2023-08-03", hours_worked: "22.88", project_code: "Compliance Training", overtime_hours: "5.22" },
            { id: 241, employee_id: 83, work_date: "2023-12-28", hours_worked: "8.84", project_code: "Research", overtime_hours: "5.49" },
            { id: 242, employee_id: 56, work_date: "2023-09-02", hours_worked: "11.09", project_code: "Compliance Logistics", overtime_hours: "6.86" },
            { id: 243, employee_id: 104, work_date: "2023-05-08", hours_worked: "2.03", project_code: "Research Support", overtime_hours: "3.16" },
            { id: 244, employee_id: 75, work_date: "2023-01-23", hours_worked: "8.51", project_code: "Design", overtime_hours: "4.59" },
            { id: 245, employee_id: 8, work_date: "2023-04-28", hours_worked: "20.32", project_code: "Research HR", overtime_hours: "4.23" },
            { id: 246, employee_id: 108, work_date: "2023-04-21", hours_worked: "18.87", project_code: "Development", overtime_hours: "3.73" },
            { id: 247, employee_id: 68, work_date: "2023-12-13", hours_worked: "7.42", project_code: "Operations Finance", overtime_hours: "4.02" },
            { id: 248, employee_id: 45, work_date: "2023-02-20", hours_worked: "18.40", project_code: "Design Compliance", overtime_hours: "5.35" },
            { id: 249, employee_id: 141, work_date: "2023-04-19", hours_worked: "8.78", project_code: "Operations", overtime_hours: "4.55" },
            { id: 250, employee_id: 65, work_date: "2023-06-03", hours_worked: "10.64", project_code: "Design Compliance", overtime_hours: "4.04" },
            { id: 251, employee_id: 72, work_date: "2023-04-07", hours_worked: "3.50", project_code: "Research Sales", overtime_hours: "6.30" },
            { id: 252, employee_id: 9, work_date: "2023-08-10", hours_worked: "15.07", project_code: "Design Finance", overtime_hours: "8.71" },
            { id: 253, employee_id: 66, work_date: "2023-02-22", hours_worked: "20.03", project_code: "Finance Sales", overtime_hours: "5.24" },
            { id: 254, employee_id: 11, work_date: "2023-08-06", hours_worked: "19.70", project_code: "Strategy HR", overtime_hours: "3.69" },
            { id: 255, employee_id: 66, work_date: "2023-01-13", hours_worked: "19.61", project_code: "Training Strategy", overtime_hours: "3.46" },
            { id: 256, employee_id: 139, work_date: "2023-10-12", hours_worked: "16.35", project_code: "Training Support", overtime_hours: "5.74" },
            { id: 257, employee_id: 142, work_date: "2023-10-06", hours_worked: "18.97", project_code: "Sales Compliance", overtime_hours: "5.38" },
            { id: 258, employee_id: 27, work_date: "2023-01-18", hours_worked: "20.41", project_code: "Sales", overtime_hours: "6.71" },
            { id: 259, employee_id: 70, work_date: "2023-01-28", hours_worked: "22.62", project_code: "Development", overtime_hours: "5.78" },
            { id: 260, employee_id: 36, work_date: "2023-01-14", hours_worked: "5.13", project_code: "Compliance", overtime_hours: "4.85" },
            { id: 261, employee_id: 23, work_date: "2023-07-06", hours_worked: "10.00", project_code: "Compliance", overtime_hours: "6.17" },
            { id: 262, employee_id: 97, work_date: "2023-08-09", hours_worked: "12.02", project_code: "Logistics Marketing", overtime_hours: "7.49" },
            { id: 263, employee_id: 129, work_date: "2023-03-11", hours_worked: "19.46", project_code: "Finance", overtime_hours: "3.51" },
            { id: 264, employee_id: 95, work_date: "2023-12-26", hours_worked: "10.81", project_code: "Development", overtime_hours: "5.93" },
            { id: 265, employee_id: 124, work_date: "2023-07-10", hours_worked: "19.51", project_code: "Sales", overtime_hours: "4.41" },
            { id: 266, employee_id: 110, work_date: "2023-10-21", hours_worked: "6.71", project_code: "Support Design", overtime_hours: "5.01" },
            { id: 267, employee_id: 150, work_date: "2023-08-08", hours_worked: "13.43", project_code: "Compliance Design", overtime_hours: "7.50" },
            { id: 268, employee_id: 31, work_date: "2023-04-25", hours_worked: "22.61", project_code: "Training", overtime_hours: "3.12" },
            { id: 269, employee_id: 38, work_date: "2023-11-27", hours_worked: "11.33", project_code: "Logistics Finance", overtime_hours: "2.84" },
            { id: 270, employee_id: 50, work_date: "2023-01-31", hours_worked: "22.50", project_code: "Operations Training", overtime_hours: "6.38" },
            { id: 271, employee_id: 56, work_date: "2023-02-26", hours_worked: "3.92", project_code: "HR Design", overtime_hours: "3.92" },
            { id: 272, employee_id: 116, work_date: "2023-03-21", hours_worked: "5.17", project_code: "Design", overtime_hours: "3.41" },
            { id: 273, employee_id: 13, work_date: "2023-07-25", hours_worked: "15.54", project_code: "HR Strategy", overtime_hours: "4.62" },
            { id: 274, employee_id: 17, work_date: "2023-08-11", hours_worked: "2.75", project_code: "Sales", overtime_hours: "2.31" },
            { id: 275, employee_id: 141, work_date: "2023-11-01", hours_worked: "11.76", project_code: "Strategy", overtime_hours: "4.84" },
            { id: 276, employee_id: 59, work_date: "2023-04-04", hours_worked: "5.81", project_code: "HR Compliance", overtime_hours: "4.63" },
            { id: 277, employee_id: 145, work_date: "2023-06-08", hours_worked: "7.24", project_code: "HR Finance", overtime_hours: "6.44" },
            { id: 278, employee_id: 101, work_date: "2023-12-10", hours_worked: "12.23", project_code: "Sales", overtime_hours: "4.50" },
            { id: 279, employee_id: 85, work_date: "2023-02-21", hours_worked: "7.80", project_code: "HR Finance", overtime_hours: "7.81" },
            { id: 280, employee_id: 105, work_date: "2023-03-16", hours_worked: "9.81", project_code: "Strategy Compliance", overtime_hours: "5.52" },
            { id: 281, employee_id: 138, work_date: "2023-08-26", hours_worked: "8.93", project_code: "Training", overtime_hours: "6.46" },
            { id: 282, employee_id: 64, work_date: "2023-07-09", hours_worked: "6.99", project_code: "Operations", overtime_hours: "5.96" },
            { id: 283, employee_id: 84, work_date: "2023-06-20", hours_worked: "18.63", project_code: "Compliance", overtime_hours: "5.27" },
            { id: 284, employee_id: 103, work_date: "2023-11-25", hours_worked: "9.99", project_code: "Design Marketing", overtime_hours: "5.92" },
            { id: 285, employee_id: 11, work_date: "2023-08-22", hours_worked: "4.49", project_code: "Strategy Training", overtime_hours: "3.53" },
            { id: 286, employee_id: 76, work_date: "2023-05-12", hours_worked: "17.39", project_code: "Finance", overtime_hours: "5.14" },
            { id: 287, employee_id: 18, work_date: "2023-05-23", hours_worked: "22.13", project_code: "Strategy", overtime_hours: "4.68" },
            { id: 288, employee_id: 142, work_date: "2023-11-30", hours_worked: "11.16", project_code: "Marketing Sales", overtime_hours: "6.08" },
            { id: 289, employee_id: 127, work_date: "2023-08-18", hours_worked: "16.91", project_code: "Design", overtime_hours: "3.86" },
            { id: 290, employee_id: 111, work_date: "2023-08-27", hours_worked: "14.69", project_code: "HR Training", overtime_hours: "2.71" },
            { id: 291, employee_id: 57, work_date: "2023-03-30", hours_worked: "14.42", project_code: "Development Marketing", overtime_hours: "3.88" },
            { id: 292, employee_id: 98, work_date: "2023-08-30", hours_worked: "14.67", project_code: "Design Development", overtime_hours: "8.00" },
            { id: 293, employee_id: 36, work_date: "2023-10-22", hours_worked: "1.17", project_code: "Strategy Finance", overtime_hours: "3.14" },
            { id: 294, employee_id: 34, work_date: "2023-08-31", hours_worked: "1.02", project_code: "Logistics Marketing", overtime_hours: "4.61" },
            { id: 295, employee_id: 140, work_date: "2023-01-08", hours_worked: "4.80", project_code: "Training Development", overtime_hours: "3.68" },
            { id: 296, employee_id: 148, work_date: "2023-11-24", hours_worked: "19.23", project_code: "Marketing Compliance", overtime_hours: "6.77" },
            { id: 297, employee_id: 126, work_date: "2023-07-25", hours_worked: "9.16", project_code: "Marketing Compliance", overtime_hours: "4.87" },
            { id: 298, employee_id: 72, work_date: "2023-10-30", hours_worked: "23.12", project_code: "Operations HR", overtime_hours: "3.22" },
            { id: 299, employee_id: 88, work_date: "2023-05-04", hours_worked: "8.64", project_code: "Compliance Operations", overtime_hours: "5.06" },
            { id: 300, employee_id: 132, work_date: "2023-06-29", hours_worked: "14.42", project_code: "Strategy", overtime_hours: "4.44" },
            { id: 301, employee_id: 108, work_date: "2023-09-12", hours_worked: "3.85", project_code: "HR Strategy", overtime_hours: "3.75" },
            { id: 302, employee_id: 22, work_date: "2023-04-07", hours_worked: "1.79", project_code: "Finance HR", overtime_hours: "5.72" },
            { id: 303, employee_id: 102, work_date: "2023-11-11", hours_worked: "14.32", project_code: "HR", overtime_hours: "3.75" },
            { id: 304, employee_id: 144, work_date: "2023-06-20", hours_worked: "23.71", project_code: "Operations Development", overtime_hours: "4.34" },
            { id: 305, employee_id: 53, work_date: "2023-10-28", hours_worked: "3.81", project_code: "Compliance", overtime_hours: "5.86" },
            { id: 306, employee_id: 64, work_date: "2023-03-29", hours_worked: "3.68", project_code: "Compliance", overtime_hours: "4.91" },
            { id: 307, employee_id: 125, work_date: "2023-10-12", hours_worked: "14.92", project_code: "Compliance", overtime_hours: "5.83" },
            { id: 308, employee_id: 2, work_date: "2023-10-05", hours_worked: "13.03", project_code: "Operations HR", overtime_hours: "1.79" },
            { id: 309, employee_id: 91, work_date: "2023-10-09", hours_worked: "20.51", project_code: "Compliance Development", overtime_hours: "5.35" },
            { id: 310, employee_id: 13, work_date: "2023-06-10", hours_worked: "2.07", project_code: "Development", overtime_hours: "4.00" },
            { id: 311, employee_id: 149, work_date: "2023-12-28", hours_worked: "13.66", project_code: "Sales", overtime_hours: "3.14" },
            { id: 312, employee_id: 32, work_date: "2023-08-19", hours_worked: "23.67", project_code: "Support", overtime_hours: "4.29" },
            { id: 313, employee_id: 133, work_date: "2023-04-21", hours_worked: "23.53", project_code: "HR Sales", overtime_hours: "4.94" },
            { id: 314, employee_id: 25, work_date: "2023-04-25", hours_worked: "11.26", project_code: "Strategy", overtime_hours: "3.92" },
            { id: 315, employee_id: 85, work_date: "2023-08-03", hours_worked: "6.28", project_code: "Development", overtime_hours: "5.84" },
            { id: 316, employee_id: 112, work_date: "2023-07-29", hours_worked: "4.06", project_code: "Compliance", overtime_hours: "5.59" },
            { id: 317, employee_id: 126, work_date: "2023-08-04", hours_worked: "7.75", project_code: "Logistics", overtime_hours: "6.91" },
            { id: 318, employee_id: 47, work_date: "2023-11-05", hours_worked: "22.25", project_code: "HR", overtime_hours: "2.95" },
            { id: 319, employee_id: 7, work_date: "2023-02-21", hours_worked: "20.02", project_code: "Compliance", overtime_hours: "4.88" },
            { id: 320, employee_id: 149, work_date: "2023-07-28", hours_worked: "6.21", project_code: "Design Sales", overtime_hours: "7.15" },
            { id: 321, employee_id: 3, work_date: "2023-08-14", hours_worked: "15.03", project_code: "Design", overtime_hours: "5.98" },
            { id: 322, employee_id: 66, work_date: "2023-02-20", hours_worked: "20.66", project_code: "Development", overtime_hours: "6.66" },
            { id: 323, employee_id: 81, work_date: "2023-07-03", hours_worked: "11.14", project_code: "Sales", overtime_hours: "7.64" },
            { id: 324, employee_id: 54, work_date: "2023-04-04", hours_worked: "7.22", project_code: "Support", overtime_hours: "6.21" },
            { id: 325, employee_id: 123, work_date: "2023-09-10", hours_worked: "5.08", project_code: "Sales Strategy", overtime_hours: "6.65" },
            { id: 326, employee_id: 79, work_date: "2023-11-21", hours_worked: "18.85", project_code: "Research Training", overtime_hours: "4.79" },
        ],
    });
}

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