// Employee Resource Management Ledger (enterprise-resource-planning-system) 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: [
            { employee_id: 1, first_name: "Ethan", last_name: "Hansen", email: "ethan.hansen@example.net", department: "IT", role: "Staff" },
            { employee_id: 2, first_name: "Oscar", last_name: "Nguyen", email: "oscar.nguyen@example.net", department: "Sales", role: "Manager" },
            { employee_id: 3, first_name: "Anna", last_name: "Miller", email: "anna.miller@example.com", department: "Sales", role: "Manager" },
            { employee_id: 4, first_name: "Diego", last_name: "Schneider", email: "diego.schneider@example.net", department: "Sales", role: "Team Lead" },
            { employee_id: 5, first_name: "Zoe", last_name: "Carter", email: "zoe.carter@example.org", department: "IT", role: "Staff" },
            { employee_id: 6, first_name: "Ben", last_name: "Schneider", email: "ben.schneider@example.com", department: "IT", role: "Team Lead" },
            { employee_id: 7, first_name: "Jack", last_name: "Ahmed", email: "jack.ahmed@example.net", department: "IT", role: "Team Lead" },
            { employee_id: 8, first_name: "Hannah", last_name: "Hoffmann", email: "hannah.hoffmann@example.com", department: "Sales", role: "Manager" },
            { employee_id: 9, first_name: "Lena", last_name: "Miller", email: "lena.miller@example.net", department: "HR", role: "Staff" },
            { employee_id: 10, first_name: "Ana", last_name: "Dubois", email: "ana.dubois@example.org", department: "Sales", role: "Manager" },
            { employee_id: 11, first_name: "David", last_name: "Silva", email: "david.silva@example.com", department: "IT", role: "Staff" },
            { employee_id: 12, first_name: "Nina", last_name: "Kaya", email: "nina.kaya@example.org", department: "IT", role: "Team Lead" },
            { employee_id: 13, first_name: "Ivan", last_name: "Yilmaz", email: "ivan.yilmaz@example.org", department: "Sales", role: "Manager" },
            { employee_id: 14, first_name: "Lena", last_name: "Shah", email: "lena.shah@example.org", department: "HR", role: "Manager" },
            { employee_id: 15, first_name: "Nour", last_name: "Wang", email: "nour.wang@example.org", department: "HR", role: "Manager" },
            { employee_id: 16, first_name: "Isaac", last_name: "Demir", email: "isaac.demir@example.net", department: "HR", role: "Manager" },
            { employee_id: 17, first_name: "Arjun", last_name: "Kim", email: "arjun.kim@example.com", department: "HR", role: "Staff" },
            { employee_id: 18, first_name: "Nina", last_name: "Schmidt", email: "nina.schmidt@example.org", department: "HR", role: "Manager" },
            { employee_id: 19, first_name: "Fatima", last_name: "Davis", email: "fatima.davis@example.org", department: "HR", role: "Manager" },
            { employee_id: 20, first_name: "Tariq", last_name: "Silva", email: "tariq.silva@example.com", department: "IT", role: "Manager" },
            { employee_id: 21, first_name: "Hannah", last_name: "Wilson", email: "hannah.wilson@example.org", department: "Marketing", role: "Manager" },
            { employee_id: 22, first_name: "Maria", last_name: "Vargas", email: "maria.vargas@example.net", department: "Sales", role: "Staff" },
            { employee_id: 23, first_name: "Carlos", last_name: "Moreau", email: "carlos.moreau@example.com", department: "HR", role: "Staff" },
            { employee_id: 24, first_name: "Emma", last_name: "Park", email: "emma.park@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 25, first_name: "Mohamed", last_name: "Andersen", email: "mohamed.andersen@example.org", department: "HR", role: "Manager" },
            { employee_id: 26, first_name: "Jack", last_name: "Demir", email: "jack.demir@example.com", department: "Sales", role: "Manager" },
            { employee_id: 27, first_name: "Lucas", last_name: "Davis", email: "lucas.davis@example.org", department: "HR", role: "Team Lead" },
            { employee_id: 28, first_name: "Noah", last_name: "Mendes", email: "noah.mendes@example.org", department: "Sales", role: "Manager" },
            { employee_id: 29, first_name: "Yusuf", last_name: "Garcia", email: "yusuf.garcia@example.net", department: "IT", role: "Staff" },
            { employee_id: 30, first_name: "Uma", last_name: "Gomez", email: "uma.gomez@example.com", department: "Sales", role: "Manager" },
            { employee_id: 31, first_name: "Karim", last_name: "Wagner", email: "karim.wagner@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 32, first_name: "Jade", last_name: "Schneider", email: "jade.schneider@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 33, first_name: "Sam", last_name: "Klein", email: "sam.klein@example.org", department: "IT", role: "Manager" },
            { employee_id: 34, first_name: "Wei", last_name: "Weber", email: "wei.weber@example.net", department: "IT", role: "Team Lead" },
            { employee_id: 35, first_name: "Oscar", last_name: "Bennett", email: "oscar.bennett@example.org", department: "Sales", role: "Staff" },
            { employee_id: 36, first_name: "Karim", last_name: "Johnson", email: "karim.johnson@example.org", department: "Sales", role: "Staff" },
            { employee_id: 37, first_name: "Amir", last_name: "Baker", email: "amir.baker@example.com", department: "HR", role: "Staff" },
            { employee_id: 38, first_name: "Ibrahim", last_name: "Klein", email: "ibrahim.klein@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 39, first_name: "Ravi", last_name: "Bauer", email: "ravi.bauer@example.com", department: "IT", role: "Team Lead" },
            { employee_id: 40, first_name: "Hannah", last_name: "Ruiz", email: "hannah.ruiz@example.org", department: "Sales", role: "Team Lead" },
            { employee_id: 41, first_name: "Leo", last_name: "Carter", email: "leo.carter@example.org", department: "HR", role: "Manager" },
            { employee_id: 42, first_name: "Lena", last_name: "Miller", email: "lena.miller@example.net", department: "HR", role: "Staff" },
            { employee_id: 43, first_name: "Omar", last_name: "Bennett", email: "omar.bennett@example.net", department: "Sales", role: "Manager" },
            { employee_id: 44, first_name: "Victor", last_name: "Martin", email: "victor.martin@example.net", department: "HR", role: "Manager" },
            { employee_id: 45, first_name: "Mateo", last_name: "Gomez", email: "mateo.gomez@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 46, first_name: "Ines", last_name: "Hassan", email: "ines.hassan@example.org", department: "Sales", role: "Manager" },
            { employee_id: 47, first_name: "Wei", last_name: "Schneider", email: "wei.schneider@example.org", department: "HR", role: "Manager" },
            { employee_id: 48, first_name: "Paula", last_name: "Taylor", email: "paula.taylor@example.com", department: "Sales", role: "Manager" },
            { employee_id: 49, first_name: "Mia", last_name: "Ali", email: "mia.ali@example.net", department: "Sales", role: "Team Lead" },
            { employee_id: 50, first_name: "Ines", last_name: "Reyes", email: "ines.reyes@example.net", department: "Sales", role: "Manager" },
            { employee_id: 51, first_name: "Chen", last_name: "Wright", email: "chen.wright@example.net", department: "IT", role: "Manager" },
            { employee_id: 52, first_name: "Ines", last_name: "Shah", email: "ines.shah@example.org", department: "Sales", role: "Team Lead" },
            { employee_id: 53, first_name: "Hana", last_name: "Young", email: "hana.young@example.net", department: "HR", role: "Manager" },
            { employee_id: 54, first_name: "Priya", last_name: "Weber", email: "priya.weber@example.com", department: "HR", role: "Manager" },
            { employee_id: 55, first_name: "Nadia", last_name: "Costa", email: "nadia.costa@example.net", department: "HR", role: "Manager" },
            { employee_id: 56, first_name: "Wei", last_name: "Mendes", email: "wei.mendes@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 57, first_name: "Mei", last_name: "Fischer", email: "mei.fischer@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 58, first_name: "Zoe", last_name: "Brown", email: "zoe.brown@example.org", department: "Marketing", role: "Team Lead" },
            { employee_id: 59, first_name: "Selin", last_name: "Taylor", email: "selin.taylor@example.net", department: "Sales", role: "Manager" },
            { employee_id: 60, first_name: "Andre", last_name: "Schmidt", email: "andre.schmidt@example.org", department: "HR", role: "Manager" },
            { employee_id: 61, first_name: "Kai", last_name: "Wang", email: "kai.wang@example.com", department: "HR", role: "Manager" },
            { employee_id: 62, first_name: "Ravi", last_name: "Schneider", email: "ravi.schneider@example.net", department: "Marketing", role: "Manager" },
            { employee_id: 63, first_name: "Deniz", last_name: "Baker", email: "deniz.baker@example.com", department: "IT", role: "Team Lead" },
            { employee_id: 64, first_name: "Daniel", last_name: "Young", email: "daniel.young@example.org", department: "HR", role: "Team Lead" },
            { employee_id: 65, first_name: "Jade", last_name: "Adams", email: "jade.adams@example.com", department: "IT", role: "Manager" },
            { employee_id: 66, first_name: "Priya", last_name: "Rossi", email: "priya.rossi@example.net", department: "Sales", role: "Staff" },
            { employee_id: 67, first_name: "Olivia", last_name: "Baker", email: "olivia.baker@example.net", department: "HR", role: "Staff" },
            { employee_id: 68, first_name: "Selin", last_name: "Adams", email: "selin.adams@example.org", department: "HR", role: "Staff" },
            { employee_id: 69, first_name: "Sara", last_name: "Klein", email: "sara.klein@example.net", department: "Sales", role: "Manager" },
            { employee_id: 70, first_name: "Nadia", last_name: "Davis", email: "nadia.davis@example.org", department: "Sales", role: "Staff" },
            { employee_id: 71, first_name: "Mohamed", last_name: "Reyes", email: "mohamed.reyes@example.org", department: "Marketing", role: "Team Lead" },
            { employee_id: 72, first_name: "Maria", last_name: "Hughes", email: "maria.hughes@example.org", department: "HR", role: "Manager" },
            { employee_id: 73, first_name: "Mateo", last_name: "Wilson", email: "mateo.wilson@example.org", department: "HR", role: "Manager" },
            { employee_id: 74, first_name: "Ruby", last_name: "Flores", email: "ruby.flores@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 75, first_name: "Nadia", last_name: "Hoffmann", email: "nadia.hoffmann@example.org", department: "Marketing", role: "Staff" },
            { employee_id: 76, first_name: "Olivia", last_name: "Gupta", email: "olivia.gupta@example.org", department: "HR", role: "Team Lead" },
            { employee_id: 77, first_name: "Tariq", last_name: "Yilmaz", email: "tariq.yilmaz@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 78, first_name: "Hannah", last_name: "Tanaka", email: "hannah.tanaka@example.net", department: "Sales", role: "Manager" },
            { employee_id: 79, first_name: "Selin", last_name: "Flores", email: "selin.flores@example.com", department: "Marketing", role: "Team Lead" },
            { employee_id: 80, first_name: "Hannah", last_name: "Kim", email: "hannah.kim@example.com", department: "IT", role: "Team Lead" },
            { employee_id: 81, first_name: "Mateo", last_name: "Khan", email: "mateo.khan@example.net", department: "Sales", role: "Manager" },
            { employee_id: 82, first_name: "Mia", last_name: "Walker", email: "mia.walker@example.com", department: "HR", role: "Team Lead" },
            { employee_id: 83, first_name: "Lena", last_name: "Bauer", email: "lena.bauer@example.org", department: "Sales", role: "Staff" },
            { employee_id: 84, first_name: "Mila", last_name: "Khan", email: "mila.khan@example.net", department: "HR", role: "Manager" },
            { employee_id: 85, first_name: "Lina", last_name: "Miller", email: "lina.miller@example.net", department: "IT", role: "Team Lead" },
            { employee_id: 86, first_name: "Paula", last_name: "Andersen", email: "paula.andersen@example.org", department: "IT", role: "Manager" },
            { employee_id: 87, first_name: "Emma", last_name: "Weber", email: "emma.weber@example.com", department: "IT", role: "Manager" },
            { employee_id: 88, first_name: "Tomas", last_name: "Dubois", email: "tomas.dubois@example.org", department: "Sales", role: "Team Lead" },
            { employee_id: 89, first_name: "Ethan", last_name: "Fischer", email: "ethan.fischer@example.org", department: "HR", role: "Staff" },
            { employee_id: 90, first_name: "Anna", last_name: "Dubois", email: "anna.dubois@example.org", department: "HR", role: "Team Lead" },
            { employee_id: 91, first_name: "Anna", last_name: "Almeida", email: "anna.almeida@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 92, first_name: "Nour", last_name: "Walker", email: "nour.walker@example.net", department: "Sales", role: "Manager" },
            { employee_id: 93, first_name: "Mateo", last_name: "Lee", email: "mateo.lee@example.com", department: "Sales", role: "Team Lead" },
            { employee_id: 94, first_name: "Maria", last_name: "Andersen", email: "maria.andersen@example.net", department: "IT", role: "Manager" },
            { employee_id: 95, first_name: "Pedro", last_name: "Lopez", email: "pedro.lopez@example.net", department: "Sales", role: "Team Lead" },
            { employee_id: 96, first_name: "Leo", last_name: "Andersen", email: "leo.andersen@example.net", department: "Sales", role: "Team Lead" },
            { employee_id: 97, first_name: "James", last_name: "Rossi", email: "james.rossi@example.net", department: "IT", role: "Manager" },
            { employee_id: 98, first_name: "Marco", last_name: "Almeida", email: "marco.almeida@example.org", department: "Sales", role: "Staff" },
            { employee_id: 99, first_name: "Victor", last_name: "Bennett", email: "victor.bennett@example.net", department: "IT", role: "Manager" },
            { employee_id: 100, first_name: "Andre", last_name: "Castro", email: "andre.castro@example.net", department: "IT", role: "Manager" },
        ],
    });
    await prisma.projects.createMany({
        data: [
            { project_id: 1, employee_id: 19, project_name: "design enhancement research", start_date: "2023-01-18", end_date: "2023-03-02" },
            { project_id: 2, employee_id: 68, project_name: "monitoring optimization", start_date: "2023-02-01", end_date: "2023-01-07" },
            { project_id: 3, employee_id: 98, project_name: "deployment", start_date: "2023-10-13", end_date: "2023-08-24" },
            { project_id: 4, employee_id: 71, project_name: "innovation monitoring", start_date: "2023-09-25", end_date: "2023-01-31" },
            { project_id: 5, employee_id: 12, project_name: "migration collaboration", start_date: "2023-08-18", end_date: "2023-11-16" },
            { project_id: 6, employee_id: 35, project_name: "analysis assessment documentation", start_date: "2023-05-07", end_date: "2023-12-23" },
            { project_id: 7, employee_id: 3, project_name: "enhancement", start_date: "2023-08-09", end_date: "2023-07-09" },
            { project_id: 8, employee_id: 64, project_name: "monitoring", start_date: "2023-12-02", end_date: "2023-10-03" },
            { project_id: 9, employee_id: 12, project_name: "evaluation testing", start_date: "2023-12-22", end_date: "2023-11-01" },
            { project_id: 10, employee_id: 90, project_name: "assessment", start_date: "2023-05-29", end_date: "2023-05-09" },
            { project_id: 11, employee_id: 51, project_name: "documentation optimization", start_date: "2023-01-29", end_date: "2023-03-17" },
            { project_id: 12, employee_id: 84, project_name: "design collaboration training", start_date: "2023-12-25", end_date: "2023-01-08" },
            { project_id: 13, employee_id: 85, project_name: "analysis implementation", start_date: "2023-08-26", end_date: "2023-11-11" },
            { project_id: 14, employee_id: 38, project_name: "testing development integration", start_date: "2023-11-20", end_date: "2023-09-16" },
            { project_id: 15, employee_id: 30, project_name: "strategy support design", start_date: "2023-09-14", end_date: "2023-01-03" },
            { project_id: 16, employee_id: 54, project_name: "planning integration", start_date: "2023-03-16", end_date: "2023-07-08" },
            { project_id: 17, employee_id: 5, project_name: "integration", start_date: "2023-10-20", end_date: "2023-11-22" },
            { project_id: 18, employee_id: 76, project_name: "collaboration implementation development", start_date: "2023-03-30", end_date: "2023-11-09" },
            { project_id: 19, employee_id: 56, project_name: "assessment integration", start_date: "2023-07-11", end_date: "2023-02-13" },
            { project_id: 20, employee_id: 13, project_name: "deployment analysis monitoring", start_date: "2023-12-25", end_date: "2023-10-12" },
            { project_id: 21, employee_id: 65, project_name: "migration", start_date: "2023-08-11", end_date: "2023-12-07" },
            { project_id: 22, employee_id: 5, project_name: "evaluation strategy support", start_date: "2023-07-30", end_date: "2023-09-15" },
            { project_id: 23, employee_id: 63, project_name: "optimization deployment", start_date: "2023-12-22", end_date: "2023-01-05" },
            { project_id: 24, employee_id: 73, project_name: "enhancement collaboration", start_date: "2023-11-01", end_date: "2023-07-14" },
            { project_id: 25, employee_id: 20, project_name: "documentation monitoring research", start_date: "2023-03-08", end_date: "2023-08-15" },
            { project_id: 26, employee_id: 63, project_name: "monitoring analysis", start_date: "2023-11-04", end_date: "2023-12-30" },
            { project_id: 27, employee_id: 59, project_name: "development research optimization", start_date: "2023-12-03", end_date: "2023-10-25" },
            { project_id: 28, employee_id: 93, project_name: "innovation deployment", start_date: "2023-12-24", end_date: "2023-12-09" },
            { project_id: 29, employee_id: 13, project_name: "assessment planning", start_date: "2023-01-20", end_date: "2023-07-22" },
            { project_id: 30, employee_id: 69, project_name: "enhancement implementation research", start_date: "2023-02-22", end_date: "2023-11-02" },
            { project_id: 31, employee_id: 81, project_name: "assessment implementation monitoring", start_date: "2023-10-11", end_date: "2023-05-03" },
            { project_id: 32, employee_id: 95, project_name: "integration innovation monitoring", start_date: "2023-03-24", end_date: "2023-10-22" },
            { project_id: 33, employee_id: 35, project_name: "integration", start_date: "2023-11-22", end_date: "2023-08-18" },
            { project_id: 34, employee_id: 80, project_name: "implementation monitoring", start_date: "2023-03-18", end_date: "2023-12-21" },
            { project_id: 35, employee_id: 46, project_name: "strategy optimization", start_date: "2023-12-03", end_date: "2023-09-14" },
            { project_id: 36, employee_id: 22, project_name: "deployment", start_date: "2023-11-07", end_date: "2023-10-13" },
            { project_id: 37, employee_id: 91, project_name: "testing", start_date: "2023-10-10", end_date: "2023-02-18" },
            { project_id: 38, employee_id: 57, project_name: "analysis deployment", start_date: "2023-01-25", end_date: "2023-09-01" },
            { project_id: 39, employee_id: 60, project_name: "migration analysis design", start_date: "2023-10-21", end_date: "2023-10-31" },
            { project_id: 40, employee_id: 4, project_name: "documentation implementation", start_date: "2023-12-05", end_date: "2023-05-10" },
            { project_id: 41, employee_id: 65, project_name: "migration", start_date: "2023-10-27", end_date: "2023-12-24" },
            { project_id: 42, employee_id: 99, project_name: "implementation", start_date: "2023-02-07", end_date: "2023-02-12" },
            { project_id: 43, employee_id: 15, project_name: "planning", start_date: "2023-03-23", end_date: "2023-09-10" },
            { project_id: 44, employee_id: 80, project_name: "enhancement monitoring research", start_date: "2023-02-02", end_date: "2023-03-23" },
            { project_id: 45, employee_id: 41, project_name: "training", start_date: "2023-09-06", end_date: "2023-02-24" },
            { project_id: 46, employee_id: 85, project_name: "optimization", start_date: "2023-12-27", end_date: "2023-07-25" },
            { project_id: 47, employee_id: 6, project_name: "design implementation documentation", start_date: "2023-01-09", end_date: "2023-09-16" },
            { project_id: 48, employee_id: 43, project_name: "training", start_date: "2023-09-25", end_date: "2023-03-05" },
            { project_id: 49, employee_id: 61, project_name: "training optimization deployment", start_date: "2023-08-25", end_date: "2023-01-13" },
            { project_id: 50, employee_id: 40, project_name: "training", start_date: "2023-05-05", end_date: "2023-10-25" },
            { project_id: 51, employee_id: 55, project_name: "development testing migration", start_date: "2023-12-04", end_date: "2023-03-20" },
            { project_id: 52, employee_id: 43, project_name: "strategy research deployment", start_date: "2023-03-28", end_date: "2023-06-08" },
            { project_id: 53, employee_id: 21, project_name: "analysis migration", start_date: "2023-09-19", end_date: "2023-10-20" },
            { project_id: 54, employee_id: 39, project_name: "design analysis", start_date: "2023-11-20", end_date: "2023-10-18" },
            { project_id: 55, employee_id: 2, project_name: "design", start_date: "2023-01-01", end_date: "2023-01-01" },
            { project_id: 56, employee_id: 55, project_name: "research monitoring support", start_date: "2023-01-24", end_date: "2023-05-07" },
            { project_id: 57, employee_id: 53, project_name: "monitoring research", start_date: "2023-10-19", end_date: "2023-03-15" },
            { project_id: 58, employee_id: 81, project_name: "strategy", start_date: "2023-09-29", end_date: "2023-03-26" },
            { project_id: 59, employee_id: 31, project_name: "integration assessment", start_date: "2023-10-06", end_date: "2023-07-27" },
            { project_id: 60, employee_id: 77, project_name: "strategy", start_date: "2023-03-02", end_date: "2023-06-25" },
            { project_id: 61, employee_id: 58, project_name: "collaboration", start_date: "2023-12-13", end_date: "2023-11-18" },
            { project_id: 62, employee_id: 23, project_name: "planning optimization", start_date: "2023-03-21", end_date: "2023-06-17" },
            { project_id: 63, employee_id: 100, project_name: "collaboration training migration", start_date: "2023-12-06", end_date: "2023-07-29" },
            { project_id: 64, employee_id: 73, project_name: "deployment integration support", start_date: "2023-02-05", end_date: "2023-02-25" },
            { project_id: 65, employee_id: 13, project_name: "support", start_date: "2023-12-21", end_date: "2023-12-12" },
            { project_id: 66, employee_id: 68, project_name: "deployment research", start_date: "2023-12-08", end_date: "2023-11-05" },
            { project_id: 67, employee_id: 19, project_name: "documentation evaluation", start_date: "2023-01-25", end_date: "2023-07-27" },
            { project_id: 68, employee_id: 56, project_name: "assessment design development", start_date: "2023-01-17", end_date: "2023-03-12" },
            { project_id: 69, employee_id: 82, project_name: "enhancement strategy documentation", start_date: "2023-09-29", end_date: "2023-06-17" },
            { project_id: 70, employee_id: 14, project_name: "assessment", start_date: "2023-12-07", end_date: "2023-12-28" },
            { project_id: 71, employee_id: 57, project_name: "monitoring planning collaboration", start_date: "2023-12-30", end_date: "2023-12-18" },
            { project_id: 72, employee_id: 38, project_name: "planning migration deployment", start_date: "2023-10-20", end_date: "2023-08-02" },
            { project_id: 73, employee_id: 86, project_name: "monitoring migration strategy", start_date: "2023-07-13", end_date: "2023-09-22" },
            { project_id: 74, employee_id: 8, project_name: "collaboration design monitoring", start_date: "2023-01-13", end_date: "2023-11-30" },
            { project_id: 75, employee_id: 76, project_name: "training innovation research", start_date: "2023-08-23", end_date: "2023-05-07" },
            { project_id: 76, employee_id: 91, project_name: "documentation training migration", start_date: "2023-11-07", end_date: "2023-11-20" },
            { project_id: 77, employee_id: 24, project_name: "enhancement documentation assessment", start_date: "2023-07-25", end_date: "2023-01-11" },
            { project_id: 78, employee_id: 97, project_name: "enhancement planning design", start_date: "2023-11-10", end_date: "2023-10-19" },
            { project_id: 79, employee_id: 69, project_name: "testing design", start_date: "2023-11-13", end_date: "2023-08-14" },
            { project_id: 80, employee_id: 64, project_name: "evaluation", start_date: "2023-11-13", end_date: "2023-08-22" },
            { project_id: 81, employee_id: 89, project_name: "analysis deployment training", start_date: "2023-07-02", end_date: "2023-10-10" },
            { project_id: 82, employee_id: 37, project_name: "design", start_date: "2023-11-16", end_date: "2023-09-29" },
            { project_id: 83, employee_id: 74, project_name: "innovation design", start_date: "2023-09-11", end_date: "2023-09-15" },
            { project_id: 84, employee_id: 36, project_name: "development", start_date: "2023-11-14", end_date: "2023-12-12" },
            { project_id: 85, employee_id: 44, project_name: "training", start_date: "2023-05-27", end_date: "2023-07-16" },
            { project_id: 86, employee_id: 72, project_name: "strategy collaboration", start_date: "2023-08-03", end_date: "2023-03-25" },
            { project_id: 87, employee_id: 62, project_name: "migration analysis", start_date: "2023-01-11", end_date: "2023-11-30" },
            { project_id: 88, employee_id: 21, project_name: "research", start_date: "2023-09-16", end_date: "2023-11-26" },
            { project_id: 89, employee_id: 7, project_name: "innovation planning", start_date: "2023-02-18", end_date: "2023-01-16" },
            { project_id: 90, employee_id: 14, project_name: "development", start_date: "2023-11-04", end_date: "2023-09-16" },
            { project_id: 91, employee_id: 24, project_name: "analysis", start_date: "2023-08-08", end_date: "2023-12-12" },
            { project_id: 92, employee_id: 26, project_name: "implementation", start_date: "2023-01-23", end_date: "2023-06-24" },
            { project_id: 93, employee_id: 15, project_name: "enhancement", start_date: "2023-09-18", end_date: "2023-07-12" },
            { project_id: 94, employee_id: 45, project_name: "evaluation integration support", start_date: "2023-12-22", end_date: "2023-01-20" },
            { project_id: 95, employee_id: 93, project_name: "enhancement evaluation implementation", start_date: "2023-05-01", end_date: "2023-11-12" },
            { project_id: 96, employee_id: 32, project_name: "monitoring", start_date: "2023-12-06", end_date: "2023-06-21" },
            { project_id: 97, employee_id: 94, project_name: "strategy", start_date: "2023-10-01", end_date: "2023-02-15" },
            { project_id: 98, employee_id: 71, project_name: "enhancement evaluation", start_date: "2023-05-10", end_date: "2023-11-01" },
            { project_id: 99, employee_id: 21, project_name: "enhancement", start_date: "2023-12-17", end_date: "2023-01-03" },
            { project_id: 100, employee_id: 87, project_name: "research deployment collaboration", start_date: "2023-11-10", end_date: "2023-07-11" },
            { project_id: 101, employee_id: 56, project_name: "evaluation", start_date: "2023-02-06", end_date: "2023-04-01" },
            { project_id: 102, employee_id: 25, project_name: "enhancement analysis", start_date: "2023-01-11", end_date: "2023-01-10" },
            { project_id: 103, employee_id: 33, project_name: "strategy documentation", start_date: "2023-03-09", end_date: "2023-10-25" },
            { project_id: 104, employee_id: 24, project_name: "analysis", start_date: "2023-11-04", end_date: "2023-09-19" },
            { project_id: 105, employee_id: 63, project_name: "deployment planning", start_date: "2023-12-28", end_date: "2023-09-26" },
            { project_id: 106, employee_id: 66, project_name: "innovation migration", start_date: "2023-12-22", end_date: "2023-04-07" },
            { project_id: 107, employee_id: 16, project_name: "testing support training", start_date: "2023-12-14", end_date: "2023-02-28" },
            { project_id: 108, employee_id: 42, project_name: "evaluation monitoring", start_date: "2023-11-10", end_date: "2023-05-26" },
            { project_id: 109, employee_id: 92, project_name: "deployment monitoring training", start_date: "2023-07-10", end_date: "2023-01-09" },
            { project_id: 110, employee_id: 49, project_name: "documentation planning optimization", start_date: "2023-10-17", end_date: "2023-12-15" },
            { project_id: 111, employee_id: 69, project_name: "implementation collaboration support", start_date: "2023-12-31", end_date: "2023-06-14" },
            { project_id: 112, employee_id: 38, project_name: "support", start_date: "2023-10-07", end_date: "2023-09-17" },
            { project_id: 113, employee_id: 45, project_name: "design support", start_date: "2023-12-27", end_date: "2023-06-06" },
            { project_id: 114, employee_id: 18, project_name: "monitoring innovation", start_date: "2023-06-19", end_date: "2023-01-09" },
            { project_id: 115, employee_id: 25, project_name: "documentation development", start_date: "2023-08-06", end_date: "2023-05-12" },
            { project_id: 116, employee_id: 12, project_name: "integration", start_date: "2023-12-18", end_date: "2023-01-14" },
            { project_id: 117, employee_id: 49, project_name: "strategy", start_date: "2023-11-27", end_date: "2023-07-30" },
            { project_id: 118, employee_id: 45, project_name: "deployment support monitoring", start_date: "2023-12-02", end_date: "2023-11-17" },
            { project_id: 119, employee_id: 88, project_name: "migration", start_date: "2023-11-10", end_date: "2023-10-05" },
            { project_id: 120, employee_id: 96, project_name: "development migration", start_date: "2023-10-09", end_date: "2023-04-29" },
            { project_id: 121, employee_id: 79, project_name: "assessment innovation", start_date: "2023-01-11", end_date: "2023-11-15" },
            { project_id: 122, employee_id: 98, project_name: "collaboration migration", start_date: "2023-04-03", end_date: "2023-11-09" },
            { project_id: 123, employee_id: 19, project_name: "optimization analysis support", start_date: "2023-10-21", end_date: "2023-04-21" },
            { project_id: 124, employee_id: 5, project_name: "development", start_date: "2023-11-09", end_date: "2023-05-10" },
            { project_id: 125, employee_id: 50, project_name: "training planning", start_date: "2023-09-29", end_date: "2023-09-26" },
            { project_id: 126, employee_id: 1, project_name: "assessment monitoring", start_date: "2023-01-07", end_date: "2023-03-05" },
            { project_id: 127, employee_id: 52, project_name: "evaluation training", start_date: "2023-03-02", end_date: "2023-01-09" },
            { project_id: 128, employee_id: 28, project_name: "innovation", start_date: "2023-01-13", end_date: "2023-12-14" },
            { project_id: 129, employee_id: 52, project_name: "deployment implementation integration", start_date: "2023-05-18", end_date: "2023-08-10" },
            { project_id: 130, employee_id: 10, project_name: "collaboration", start_date: "2023-08-20", end_date: "2023-10-15" },
            { project_id: 131, employee_id: 67, project_name: "strategy", start_date: "2023-10-10", end_date: "2023-03-02" },
            { project_id: 132, employee_id: 55, project_name: "planning", start_date: "2023-12-15", end_date: "2023-01-05" },
            { project_id: 133, employee_id: 35, project_name: "assessment", start_date: "2023-08-26", end_date: "2023-07-08" },
            { project_id: 134, employee_id: 27, project_name: "enhancement documentation", start_date: "2023-03-14", end_date: "2023-05-05" },
            { project_id: 135, employee_id: 9, project_name: "planning training deployment", start_date: "2023-08-31", end_date: "2023-06-11" },
            { project_id: 136, employee_id: 83, project_name: "training planning testing", start_date: "2023-10-01", end_date: "2023-12-13" },
            { project_id: 137, employee_id: 4, project_name: "support", start_date: "2023-01-02", end_date: "2023-11-17" },
            { project_id: 138, employee_id: 62, project_name: "innovation strategy planning", start_date: "2023-01-28", end_date: "2023-10-24" },
            { project_id: 139, employee_id: 92, project_name: "deployment", start_date: "2023-10-01", end_date: "2023-12-05" },
            { project_id: 140, employee_id: 50, project_name: "collaboration support testing", start_date: "2023-10-01", end_date: "2023-12-02" },
            { project_id: 141, employee_id: 96, project_name: "support", start_date: "2023-07-02", end_date: "2023-01-02" },
            { project_id: 142, employee_id: 30, project_name: "optimization", start_date: "2023-08-02", end_date: "2023-03-31" },
            { project_id: 143, employee_id: 58, project_name: "assessment testing planning", start_date: "2023-02-06", end_date: "2023-09-24" },
            { project_id: 144, employee_id: 46, project_name: "assessment", start_date: "2023-07-11", end_date: "2023-11-17" },
            { project_id: 145, employee_id: 50, project_name: "evaluation enhancement", start_date: "2023-11-10", end_date: "2023-09-14" },
            { project_id: 146, employee_id: 33, project_name: "deployment planning analysis", start_date: "2023-09-21", end_date: "2023-09-22" },
            { project_id: 147, employee_id: 30, project_name: "collaboration", start_date: "2023-12-21", end_date: "2023-03-06" },
            { project_id: 148, employee_id: 75, project_name: "analysis", start_date: "2023-05-01", end_date: "2023-08-26" },
            { project_id: 149, employee_id: 47, project_name: "research", start_date: "2023-06-25", end_date: "2023-12-08" },
            { project_id: 150, employee_id: 61, project_name: "testing", start_date: "2023-06-08", end_date: "2023-12-21" },
            { project_id: 151, employee_id: 17, project_name: "development analysis planning", start_date: "2023-02-26", end_date: "2023-01-29" },
            { project_id: 152, employee_id: 78, project_name: "enhancement research", start_date: "2023-08-20", end_date: "2023-09-10" },
            { project_id: 153, employee_id: 3, project_name: "training optimization", start_date: "2023-10-27", end_date: "2023-01-17" },
            { project_id: 154, employee_id: 11, project_name: "documentation planning development", start_date: "2023-09-22", end_date: "2023-06-06" },
            { project_id: 155, employee_id: 71, project_name: "support assessment", start_date: "2023-10-02", end_date: "2023-10-16" },
            { project_id: 156, employee_id: 46, project_name: "deployment", start_date: "2023-02-10", end_date: "2023-10-16" },
            { project_id: 157, employee_id: 70, project_name: "design", start_date: "2023-09-08", end_date: "2023-09-11" },
            { project_id: 158, employee_id: 3, project_name: "research deployment", start_date: "2023-09-07", end_date: "2023-03-19" },
            { project_id: 159, employee_id: 99, project_name: "innovation development assessment", start_date: "2023-01-18", end_date: "2023-12-28" },
            { project_id: 160, employee_id: 27, project_name: "design", start_date: "2023-03-07", end_date: "2023-04-19" },
            { project_id: 161, employee_id: 60, project_name: "enhancement planning", start_date: "2023-10-06", end_date: "2023-01-16" },
            { project_id: 162, employee_id: 4, project_name: "testing monitoring analysis", start_date: "2023-07-21", end_date: "2023-11-30" },
            { project_id: 163, employee_id: 34, project_name: "planning strategy evaluation", start_date: "2023-12-28", end_date: "2023-12-31" },
            { project_id: 164, employee_id: 67, project_name: "innovation migration research", start_date: "2023-10-24", end_date: "2023-12-18" },
            { project_id: 165, employee_id: 95, project_name: "optimization strategy analysis", start_date: "2023-12-01", end_date: "2023-02-19" },
            { project_id: 166, employee_id: 67, project_name: "planning assessment testing", start_date: "2023-08-26", end_date: "2023-04-10" },
            { project_id: 167, employee_id: 92, project_name: "assessment development", start_date: "2023-03-20", end_date: "2023-11-16" },
            { project_id: 168, employee_id: 96, project_name: "deployment strategy", start_date: "2023-04-24", end_date: "2023-09-16" },
            { project_id: 169, employee_id: 91, project_name: "support evaluation testing", start_date: "2023-10-24", end_date: "2023-07-19" },
            { project_id: 170, employee_id: 48, project_name: "migration", start_date: "2023-12-15", end_date: "2023-10-22" },
            { project_id: 171, employee_id: 29, project_name: "analysis", start_date: "2023-04-19", end_date: "2023-10-10" },
            { project_id: 172, employee_id: 40, project_name: "design training", start_date: "2023-07-01", end_date: "2023-09-22" },
        ],
    });
    await prisma.sales_orders.createMany({
        data: [
            { order_id: 1, employee_id: 76, order_total: "3489.74", order_date: "2023-12-13", sales_channel: "Phone" },
            { order_id: 2, employee_id: 36, order_total: "8502.14", order_date: "2023-12-18", sales_channel: "Online" },
            { order_id: 3, employee_id: 66, order_total: "10.00", order_date: "2023-12-14", sales_channel: "In-Store" },
            { order_id: 4, employee_id: 34, order_total: "274.08", order_date: "2023-12-16", sales_channel: "Online" },
            { order_id: 5, employee_id: 65, order_total: "5221.16", order_date: "2023-09-28", sales_channel: "Online" },
            { order_id: 6, employee_id: 8, order_total: "55.01", order_date: "2023-12-07", sales_channel: "Phone" },
            { order_id: 7, employee_id: 30, order_total: "10.00", order_date: "2023-04-01", sales_channel: "Online" },
            { order_id: 8, employee_id: 73, order_total: "3673.42", order_date: "2023-10-27", sales_channel: "Online" },
            { order_id: 9, employee_id: 51, order_total: "1331.18", order_date: "2023-04-07", sales_channel: "In-Store" },
            { order_id: 10, employee_id: 31, order_total: "28.92", order_date: "2023-05-27", sales_channel: "Online" },
            { order_id: 11, employee_id: 4, order_total: "466.03", order_date: "2023-08-05", sales_channel: "In-Store" },
            { order_id: 12, employee_id: 98, order_total: "12.74", order_date: "2023-10-01", sales_channel: "In-Store" },
            { order_id: 13, employee_id: 15, order_total: "8779.43", order_date: "2023-10-31", sales_channel: "Online" },
            { order_id: 14, employee_id: 83, order_total: "3112.93", order_date: "2023-10-07", sales_channel: "In-Store" },
            { order_id: 15, employee_id: 7, order_total: "8605.86", order_date: "2023-06-23", sales_channel: "Online" },
            { order_id: 16, employee_id: 96, order_total: "1187.24", order_date: "2023-04-12", sales_channel: "Online" },
            { order_id: 17, employee_id: 11, order_total: "36.81", order_date: "2023-11-29", sales_channel: "Online" },
            { order_id: 18, employee_id: 83, order_total: "8711.67", order_date: "2023-10-10", sales_channel: "Phone" },
            { order_id: 19, employee_id: 94, order_total: "390.26", order_date: "2023-03-16", sales_channel: "In-Store" },
            { order_id: 20, employee_id: 40, order_total: "3374.34", order_date: "2023-12-31", sales_channel: "Online" },
            { order_id: 21, employee_id: 47, order_total: "8872.61", order_date: "2023-07-13", sales_channel: "Online" },
            { order_id: 22, employee_id: 40, order_total: "1485.41", order_date: "2023-11-19", sales_channel: "Online" },
            { order_id: 23, employee_id: 56, order_total: "1112.93", order_date: "2023-08-05", sales_channel: "Online" },
            { order_id: 24, employee_id: 38, order_total: "162.46", order_date: "2023-12-29", sales_channel: "Online" },
            { order_id: 25, employee_id: 42, order_total: "33.30", order_date: "2023-08-26", sales_channel: "Online" },
            { order_id: 26, employee_id: 74, order_total: "41.13", order_date: "2023-08-13", sales_channel: "Phone" },
            { order_id: 27, employee_id: 20, order_total: "4306.49", order_date: "2023-11-22", sales_channel: "In-Store" },
            { order_id: 28, employee_id: 68, order_total: "7854.36", order_date: "2023-02-25", sales_channel: "Online" },
            { order_id: 29, employee_id: 51, order_total: "248.42", order_date: "2023-06-28", sales_channel: "Online" },
            { order_id: 30, employee_id: 74, order_total: "6907.74", order_date: "2023-11-21", sales_channel: "Online" },
            { order_id: 31, employee_id: 75, order_total: "6229.91", order_date: "2023-09-13", sales_channel: "Online" },
            { order_id: 32, employee_id: 68, order_total: "1538.60", order_date: "2023-09-14", sales_channel: "Online" },
            { order_id: 33, employee_id: 68, order_total: "7256.47", order_date: "2023-08-09", sales_channel: "Online" },
            { order_id: 34, employee_id: 36, order_total: "3059.97", order_date: "2023-08-02", sales_channel: "Phone" },
            { order_id: 35, employee_id: 5, order_total: "858.67", order_date: "2023-11-19", sales_channel: "In-Store" },
            { order_id: 36, employee_id: 39, order_total: "7768.10", order_date: "2023-08-26", sales_channel: "Online" },
            { order_id: 37, employee_id: 69, order_total: "7280.33", order_date: "2023-02-22", sales_channel: "Online" },
            { order_id: 38, employee_id: 69, order_total: "9187.69", order_date: "2023-02-12", sales_channel: "Online" },
            { order_id: 39, employee_id: 34, order_total: "73.51", order_date: "2023-08-22", sales_channel: "In-Store" },
            { order_id: 40, employee_id: 51, order_total: "1480.21", order_date: "2023-09-06", sales_channel: "Online" },
            { order_id: 41, employee_id: 7, order_total: "4557.90", order_date: "2023-07-15", sales_channel: "Online" },
            { order_id: 42, employee_id: 76, order_total: "6721.20", order_date: "2023-12-08", sales_channel: "In-Store" },
            { order_id: 43, employee_id: 77, order_total: "3217.19", order_date: "2023-10-10", sales_channel: "In-Store" },
            { order_id: 44, employee_id: 42, order_total: "4379.00", order_date: "2023-11-11", sales_channel: "Online" },
            { order_id: 45, employee_id: 34, order_total: "5580.23", order_date: "2023-07-27", sales_channel: "Online" },
            { order_id: 46, employee_id: 5, order_total: "1660.89", order_date: "2023-11-28", sales_channel: "Online" },
            { order_id: 47, employee_id: 66, order_total: "836.56", order_date: "2023-06-18", sales_channel: "In-Store" },
            { order_id: 48, employee_id: 81, order_total: "729.26", order_date: "2023-01-08", sales_channel: "Online" },
            { order_id: 49, employee_id: 43, order_total: "6156.56", order_date: "2023-07-25", sales_channel: "Online" },
            { order_id: 50, employee_id: 94, order_total: "2088.52", order_date: "2023-12-26", sales_channel: "In-Store" },
            { order_id: 51, employee_id: 25, order_total: "998.58", order_date: "2023-02-02", sales_channel: "In-Store" },
            { order_id: 52, employee_id: 77, order_total: "4047.63", order_date: "2023-08-04", sales_channel: "Online" },
            { order_id: 53, employee_id: 73, order_total: "6221.72", order_date: "2023-11-17", sales_channel: "Online" },
            { order_id: 54, employee_id: 62, order_total: "3207.94", order_date: "2023-11-13", sales_channel: "In-Store" },
            { order_id: 55, employee_id: 31, order_total: "107.02", order_date: "2023-04-19", sales_channel: "Online" },
            { order_id: 56, employee_id: 17, order_total: "3409.24", order_date: "2023-06-14", sales_channel: "In-Store" },
            { order_id: 57, employee_id: 20, order_total: "8622.75", order_date: "2023-11-04", sales_channel: "Online" },
            { order_id: 58, employee_id: 20, order_total: "6075.09", order_date: "2023-12-21", sales_channel: "Online" },
            { order_id: 59, employee_id: 15, order_total: "545.37", order_date: "2023-08-30", sales_channel: "In-Store" },
            { order_id: 60, employee_id: 90, order_total: "1791.42", order_date: "2023-04-27", sales_channel: "Online" },
            { order_id: 61, employee_id: 12, order_total: "19.61", order_date: "2023-05-19", sales_channel: "Online" },
            { order_id: 62, employee_id: 57, order_total: "3871.59", order_date: "2023-12-12", sales_channel: "Online" },
            { order_id: 63, employee_id: 81, order_total: "5059.38", order_date: "2023-11-16", sales_channel: "Phone" },
            { order_id: 64, employee_id: 69, order_total: "4477.83", order_date: "2023-06-11", sales_channel: "Online" },
            { order_id: 65, employee_id: 17, order_total: "77.72", order_date: "2023-07-10", sales_channel: "Online" },
            { order_id: 66, employee_id: 90, order_total: "28.01", order_date: "2023-01-17", sales_channel: "Online" },
            { order_id: 67, employee_id: 38, order_total: "5941.21", order_date: "2023-05-08", sales_channel: "Online" },
            { order_id: 68, employee_id: 8, order_total: "3918.22", order_date: "2023-10-15", sales_channel: "Phone" },
            { order_id: 69, employee_id: 54, order_total: "87.42", order_date: "2023-10-28", sales_channel: "Online" },
            { order_id: 70, employee_id: 50, order_total: "6127.63", order_date: "2023-05-25", sales_channel: "Online" },
            { order_id: 71, employee_id: 65, order_total: "9585.39", order_date: "2023-11-01", sales_channel: "In-Store" },
            { order_id: 72, employee_id: 96, order_total: "1138.13", order_date: "2023-09-20", sales_channel: "Online" },
            { order_id: 73, employee_id: 74, order_total: "4010.99", order_date: "2023-09-30", sales_channel: "Online" },
            { order_id: 74, employee_id: 23, order_total: "7378.36", order_date: "2023-09-20", sales_channel: "Online" },
            { order_id: 75, employee_id: 62, order_total: "7415.59", order_date: "2023-09-14", sales_channel: "Online" },
            { order_id: 76, employee_id: 5, order_total: "546.79", order_date: "2023-11-23", sales_channel: "Phone" },
            { order_id: 77, employee_id: 15, order_total: "3987.55", order_date: "2023-10-12", sales_channel: "Online" },
            { order_id: 78, employee_id: 36, order_total: "583.89", order_date: "2023-07-03", sales_channel: "In-Store" },
            { order_id: 79, employee_id: 81, order_total: "1626.90", order_date: "2023-10-13", sales_channel: "Online" },
            { order_id: 80, employee_id: 47, order_total: "1351.25", order_date: "2023-12-16", sales_channel: "In-Store" },
            { order_id: 81, employee_id: 32, order_total: "5328.38", order_date: "2023-10-10", sales_channel: "Online" },
            { order_id: 82, employee_id: 94, order_total: "165.20", order_date: "2023-06-27", sales_channel: "Online" },
            { order_id: 83, employee_id: 47, order_total: "1977.16", order_date: "2023-08-18", sales_channel: "In-Store" },
            { order_id: 84, employee_id: 25, order_total: "499.50", order_date: "2023-08-09", sales_channel: "In-Store" },
            { order_id: 85, employee_id: 77, order_total: "387.94", order_date: "2023-06-11", sales_channel: "Phone" },
            { order_id: 86, employee_id: 96, order_total: "2681.36", order_date: "2023-11-27", sales_channel: "Online" },
        ],
    });
    await prisma.goods_receipts.createMany({
        data: [
            { receipt_id: 1, order_id: 82, receipt_date: "2023-08-08", quantity: 87, total_value: "438.59" },
            { receipt_id: 2, order_id: 67, receipt_date: "2023-05-09", quantity: 24, total_value: "8256.89" },
            { receipt_id: 3, order_id: 13, receipt_date: "2023-06-05", quantity: 43, total_value: "3953.20" },
            { receipt_id: 4, order_id: 3, receipt_date: "2023-01-08", quantity: 64, total_value: "2952.74" },
            { receipt_id: 5, order_id: 69, receipt_date: "2023-11-12", quantity: 94, total_value: "242.17" },
            { receipt_id: 6, order_id: 51, receipt_date: "2023-05-29", quantity: 3, total_value: "4248.97" },
            { receipt_id: 7, order_id: 34, receipt_date: "2023-12-21", quantity: 16, total_value: "290.93" },
            { receipt_id: 8, order_id: 66, receipt_date: "2023-06-19", quantity: 89, total_value: "987.07" },
            { receipt_id: 9, order_id: 47, receipt_date: "2023-01-25", quantity: 64, total_value: "2043.74" },
            { receipt_id: 10, order_id: 16, receipt_date: "2023-07-26", quantity: 59, total_value: "2450.87" },
            { receipt_id: 11, order_id: 20, receipt_date: "2023-10-29", quantity: 1, total_value: "9925.56" },
            { receipt_id: 12, order_id: 55, receipt_date: "2023-04-10", quantity: 23, total_value: "4250.45" },
            { receipt_id: 13, order_id: 26, receipt_date: "2023-03-03", quantity: 7, total_value: "259.40" },
            { receipt_id: 14, order_id: 80, receipt_date: "2023-12-22", quantity: 88, total_value: "5002.23" },
            { receipt_id: 15, order_id: 64, receipt_date: "2023-01-22", quantity: 4, total_value: "4310.85" },
            { receipt_id: 16, order_id: 15, receipt_date: "2023-01-07", quantity: 66, total_value: "287.60" },
            { receipt_id: 17, order_id: 50, receipt_date: "2023-09-25", quantity: 31, total_value: "3401.23" },
            { receipt_id: 18, order_id: 65, receipt_date: "2023-07-27", quantity: 36, total_value: "4295.66" },
            { receipt_id: 19, order_id: 76, receipt_date: "2023-05-21", quantity: 40, total_value: "1908.61" },
            { receipt_id: 20, order_id: 61, receipt_date: "2023-04-02", quantity: 68, total_value: "16.53" },
            { receipt_id: 21, order_id: 9, receipt_date: "2023-03-28", quantity: 1, total_value: "31.70" },
            { receipt_id: 22, order_id: 37, receipt_date: "2023-02-19", quantity: 46, total_value: "2381.02" },
            { receipt_id: 23, order_id: 43, receipt_date: "2023-12-21", quantity: 30, total_value: "4821.31" },
            { receipt_id: 24, order_id: 52, receipt_date: "2023-08-07", quantity: 8, total_value: "6164.48" },
            { receipt_id: 25, order_id: 53, receipt_date: "2023-02-05", quantity: 15, total_value: "877.38" },
            { receipt_id: 26, order_id: 71, receipt_date: "2023-09-23", quantity: 9, total_value: "6710.01" },
            { receipt_id: 27, order_id: 8, receipt_date: "2023-11-22", quantity: 2, total_value: "51.10" },
            { receipt_id: 28, order_id: 73, receipt_date: "2023-01-11", quantity: 2, total_value: "5116.96" },
            { receipt_id: 29, order_id: 4, receipt_date: "2023-03-08", quantity: 18, total_value: "616.80" },
            { receipt_id: 30, order_id: 58, receipt_date: "2023-11-29", quantity: 36, total_value: "1627.76" },
            { receipt_id: 31, order_id: 79, receipt_date: "2023-06-25", quantity: 45, total_value: "7974.63" },
            { receipt_id: 32, order_id: 25, receipt_date: "2023-08-02", quantity: 89, total_value: "7871.92" },
            { receipt_id: 33, order_id: 46, receipt_date: "2023-11-01", quantity: 46, total_value: "10.00" },
            { receipt_id: 34, order_id: 6, receipt_date: "2023-10-24", quantity: 3, total_value: "227.34" },
            { receipt_id: 35, order_id: 60, receipt_date: "2023-06-30", quantity: 59, total_value: "79.09" },
            { receipt_id: 36, order_id: 23, receipt_date: "2023-04-12", quantity: 94, total_value: "2266.90" },
            { receipt_id: 37, order_id: 18, receipt_date: "2023-02-16", quantity: 20, total_value: "243.33" },
            { receipt_id: 38, order_id: 77, receipt_date: "2023-06-01", quantity: 3, total_value: "5963.21" },
            { receipt_id: 39, order_id: 83, receipt_date: "2023-03-25", quantity: 49, total_value: "492.85" },
            { receipt_id: 40, order_id: 59, receipt_date: "2023-10-23", quantity: 95, total_value: "1305.56" },
            { receipt_id: 41, order_id: 24, receipt_date: "2023-08-12", quantity: 12, total_value: "314.19" },
            { receipt_id: 42, order_id: 7, receipt_date: "2023-10-01", quantity: 13, total_value: "79.08" },
            { receipt_id: 43, order_id: 57, receipt_date: "2023-12-26", quantity: 2, total_value: "27.90" },
            { receipt_id: 44, order_id: 32, receipt_date: "2023-08-09", quantity: 5, total_value: "2049.05" },
            { receipt_id: 45, order_id: 33, receipt_date: "2023-02-03", quantity: 6, total_value: "695.60" },
            { receipt_id: 46, order_id: 78, receipt_date: "2023-08-22", quantity: 70, total_value: "5093.73" },
            { receipt_id: 47, order_id: 36, receipt_date: "2023-07-15", quantity: 41, total_value: "908.21" },
            { receipt_id: 48, order_id: 2, receipt_date: "2023-10-25", quantity: 56, total_value: "19.06" },
            { receipt_id: 49, order_id: 86, receipt_date: "2023-07-26", quantity: 4, total_value: "8407.00" },
            { receipt_id: 50, order_id: 30, receipt_date: "2023-12-11", quantity: 79, total_value: "2091.76" },
            { receipt_id: 51, order_id: 56, receipt_date: "2023-04-18", quantity: 32, total_value: "8219.97" },
            { receipt_id: 52, order_id: 31, receipt_date: "2023-10-21", quantity: 50, total_value: "35.59" },
            { receipt_id: 53, order_id: 41, receipt_date: "2023-02-24", quantity: 4, total_value: "16.41" },
            { receipt_id: 54, order_id: 35, receipt_date: "2023-04-25", quantity: 28, total_value: "5617.74" },
            { receipt_id: 55, order_id: 19, receipt_date: "2023-10-30", quantity: 12, total_value: "5801.62" },
            { receipt_id: 56, order_id: 62, receipt_date: "2023-11-26", quantity: 6, total_value: "3052.30" },
            { receipt_id: 57, order_id: 49, receipt_date: "2023-10-03", quantity: 16, total_value: "3602.48" },
            { receipt_id: 58, order_id: 63, receipt_date: "2023-05-01", quantity: 31, total_value: "439.15" },
            { receipt_id: 59, order_id: 75, receipt_date: "2023-12-07", quantity: 20, total_value: "708.95" },
            { receipt_id: 60, order_id: 29, receipt_date: "2023-03-11", quantity: 8, total_value: "17.72" },
            { receipt_id: 61, order_id: 5, receipt_date: "2023-05-13", quantity: 95, total_value: "878.19" },
            { receipt_id: 62, order_id: 54, receipt_date: "2023-01-22", quantity: 2, total_value: "1323.66" },
            { receipt_id: 63, order_id: 39, receipt_date: "2023-03-23", quantity: 13, total_value: "1070.79" },
            { receipt_id: 64, order_id: 68, receipt_date: "2023-11-08", quantity: 60, total_value: "20.98" },
            { receipt_id: 65, order_id: 42, receipt_date: "2023-01-22", quantity: 5, total_value: "3615.64" },
            { receipt_id: 66, order_id: 11, receipt_date: "2023-08-08", quantity: 45, total_value: "7723.39" },
            { receipt_id: 67, order_id: 74, receipt_date: "2023-11-19", quantity: 60, total_value: "8139.43" },
            { receipt_id: 68, order_id: 14, receipt_date: "2023-05-10", quantity: 27, total_value: "6825.85" },
            { receipt_id: 69, order_id: 22, receipt_date: "2023-01-05", quantity: 77, total_value: "29.77" },
            { receipt_id: 70, order_id: 48, receipt_date: "2023-08-16", quantity: 27, total_value: "8742.30" },
            { receipt_id: 71, order_id: 10, receipt_date: "2023-04-13", quantity: 18, total_value: "277.90" },
            { receipt_id: 72, order_id: 21, receipt_date: "2023-12-21", quantity: 39, total_value: "6247.63" },
            { receipt_id: 73, order_id: 28, receipt_date: "2023-05-18", quantity: 5, total_value: "6604.69" },
            { receipt_id: 74, order_id: 40, receipt_date: "2023-08-14", quantity: 34, total_value: "8780.36" },
            { receipt_id: 75, order_id: 27, receipt_date: "2023-03-14", quantity: 93, total_value: "93.31" },
            { receipt_id: 76, order_id: 81, receipt_date: "2023-04-22", quantity: 37, total_value: "1672.29" },
            { receipt_id: 77, order_id: 84, receipt_date: "2023-11-13", quantity: 4, total_value: "6386.52" },
            { receipt_id: 78, order_id: 72, receipt_date: "2023-08-22", quantity: 21, total_value: "8039.41" },
            { receipt_id: 79, order_id: 44, receipt_date: "2023-11-29", quantity: 31, total_value: "5511.45" },
            { receipt_id: 80, order_id: 12, receipt_date: "2023-08-05", quantity: 1, total_value: "163.39" },
            { receipt_id: 81, order_id: 85, receipt_date: "2023-12-11", quantity: 19, total_value: "6501.32" },
            { receipt_id: 82, order_id: 1, receipt_date: "2023-01-25", quantity: 2, total_value: "2155.78" },
            { receipt_id: 83, order_id: 70, receipt_date: "2023-08-05", quantity: 26, total_value: "1574.79" },
            { receipt_id: 84, order_id: 38, receipt_date: "2023-04-28", quantity: 5, total_value: "2623.07" },
            { receipt_id: 85, order_id: 45, receipt_date: "2023-02-16", quantity: 1, total_value: "319.16" },
            { receipt_id: 86, order_id: 17, receipt_date: "2023-08-15", quantity: 90, total_value: "150.94" },
        ],
    });
    await prisma.tasks.createMany({
        data: [
            { task_id: 1, employee_id: 13, task_description: "Flagged as unusual. Support processed the account.", status: "Pending", due_date: "2023-07-27" },
            { task_id: 2, employee_id: 77, task_description: "The team asked for a change and the transfer was approved.", status: "Pending", due_date: "2023-08-04" },
            { task_id: 3, employee_id: 78, task_description: "The account was completed after an incomplete check.", status: "Completed", due_date: "2023-03-20" },
            { task_id: 4, employee_id: 41, task_description: "A manual follow-up: the item was reopened.", status: "Completed", due_date: "2023-03-06" },
            { task_id: 5, employee_id: 93, task_description: "The order was cancelled — late case, no further action.", status: "Pending", due_date: "2023-03-21" },
            { task_id: 6, employee_id: 88, task_description: "An incomplete follow-up: the delivery was refunded.", status: "Completed", due_date: "2023-04-11" },
            { task_id: 7, employee_id: 64, task_description: "The order was escalated — routine case, no further action.", status: "Completed", due_date: "2023-04-02" },
            { task_id: 8, employee_id: 70, task_description: "Flagged as standard. The supplier reopened the refund.", status: "Completed", due_date: "2023-08-28" },
            { task_id: 9, employee_id: 52, task_description: "A manual refund was rescheduled the same day.", status: "Pending", due_date: "2023-09-29" },
            { task_id: 10, employee_id: 70, task_description: "The transfer was refunded — repeat case, no further action.", status: "Pending", due_date: "2023-08-13" },
            { task_id: 11, employee_id: 8, task_description: "The team reported a duplicate issue; the claim was delayed.", status: "Pending", due_date: "2023-09-13" },
            { task_id: 12, employee_id: 89, task_description: "The account owner asked for a change and the invoice was escalated.", status: "In Progress", due_date: "2023-08-19" },
            { task_id: 13, employee_id: 81, task_description: "Flagged as duplicate. The supplier cancelled the document.", status: "Pending", due_date: "2023-10-20" },
            { task_id: 14, employee_id: 63, task_description: "The customer asked for a change and the session was delayed.", status: "Pending", due_date: "2023-11-14" },
            { task_id: 15, employee_id: 62, task_description: "A duplicate follow-up: the record was cancelled.", status: "Pending", due_date: "2023-09-17" },
            { task_id: 16, employee_id: 48, task_description: "The account owner asked for a change and the item was escalated.", status: "Completed", due_date: "2023-10-02" },
            { task_id: 17, employee_id: 45, task_description: "An urgent follow-up: the payment was refunded.", status: "In Progress", due_date: "2023-12-16" },
            { task_id: 18, employee_id: 63, task_description: "Support confirmed the details and the ticket was cancelled.", status: "In Progress", due_date: "2023-05-31" },
            { task_id: 19, employee_id: 20, task_description: "An automatic follow-up: the item was cancelled.", status: "Completed", due_date: "2023-05-25" },
            { task_id: 20, employee_id: 50, task_description: "A duplicate item was reviewed the same day.", status: "Pending", due_date: "2023-07-04" },
            { task_id: 21, employee_id: 35, task_description: "No response from the reviewer, so the item was reviewed.", status: "Pending", due_date: "2023-04-06" },
            { task_id: 22, employee_id: 22, task_description: "An operator asked for a change and the order was resolved.", status: "In Progress", due_date: "2023-09-27" },
            { task_id: 23, employee_id: 71, task_description: "The reviewer reported an urgent issue; the item was approved.", status: "Pending", due_date: "2023-10-08" },
            { task_id: 24, employee_id: 97, task_description: "The courier confirmed the details and the report was delayed.", status: "Pending", due_date: "2023-09-14" },
            { task_id: 25, employee_id: 6, task_description: "A late follow-up: the delivery was completed.", status: "Completed", due_date: "2023-11-14" },
            { task_id: 26, employee_id: 56, task_description: "The customer asked for a change and the request was completed.", status: "In Progress", due_date: "2023-05-21" },
            { task_id: 27, employee_id: 67, task_description: "The invoice was reviewed following an urgent review.", status: "Pending", due_date: "2023-09-05" },
            { task_id: 28, employee_id: 2, task_description: "An automatic payment was processed the same day.", status: "In Progress", due_date: "2023-04-28" },
            { task_id: 29, employee_id: 71, task_description: "No response from the team, so the shipment was cancelled.", status: "Pending", due_date: "2023-10-08" },
            { task_id: 30, employee_id: 65, task_description: "The session was replaced after an incomplete check.", status: "Completed", due_date: "2023-09-07" },
            { task_id: 31, employee_id: 1, task_description: "The reviewer asked for a change and the order was updated.", status: "In Progress", due_date: "2023-08-17" },
            { task_id: 32, employee_id: 96, task_description: "Support confirmed the details and the item was refunded.", status: "In Progress", due_date: "2023-02-01" },
            { task_id: 33, employee_id: 37, task_description: "A repeat claim was completed the same day.", status: "Completed", due_date: "2023-08-01" },
            { task_id: 34, employee_id: 40, task_description: "The shipment was replaced — late case, no further action.", status: "Pending", due_date: "2023-06-01" },
            { task_id: 35, employee_id: 56, task_description: "The account owner reported a minor issue; the record was refunded.", status: "Completed", due_date: "2023-11-09" },
            { task_id: 36, employee_id: 14, task_description: "Flagged as repeat. The customer closed the item.", status: "Pending", due_date: "2023-09-13" },
            { task_id: 37, employee_id: 6, task_description: "Support confirmed the details and the report was rescheduled.", status: "Pending", due_date: "2023-12-13" },
            { task_id: 38, employee_id: 35, task_description: "An operator asked for a change and the order was replaced.", status: "In Progress", due_date: "2023-07-11" },
            { task_id: 39, employee_id: 20, task_description: "The account owner reported an urgent issue; the request was closed.", status: "Pending", due_date: "2023-04-11" },
            { task_id: 40, employee_id: 26, task_description: "The reviewer confirmed the details and the report was rejected.", status: "Pending", due_date: "2023-11-02" },
            { task_id: 41, employee_id: 22, task_description: "An incomplete follow-up: the booking was delayed.", status: "Completed", due_date: "2023-09-23" },
            { task_id: 42, employee_id: 33, task_description: "Support confirmed the details and the session was approved.", status: "In Progress", due_date: "2023-10-23" },
            { task_id: 43, employee_id: 94, task_description: "The report was reopened following a routine review.", status: "In Progress", due_date: "2023-07-26" },
            { task_id: 44, employee_id: 10, task_description: "No response from the team, so the order was refunded.", status: "In Progress", due_date: "2023-03-08" },
            { task_id: 45, employee_id: 77, task_description: "The account owner reported a partial issue; the refund was rescheduled.", status: "Pending", due_date: "2023-10-08" },
            { task_id: 46, employee_id: 45, task_description: "The customer reported an automatic issue; the ticket was refunded.", status: "Completed", due_date: "2023-02-23" },
            { task_id: 47, employee_id: 58, task_description: "A repeat transfer was processed the same day.", status: "Pending", due_date: "2023-06-27" },
            { task_id: 48, employee_id: 50, task_description: "A manual claim was completed the same day.", status: "Pending", due_date: "2023-11-24" },
            { task_id: 49, employee_id: 98, task_description: "The team reported an unusual issue; the item was escalated.", status: "Pending", due_date: "2023-08-08" },
            { task_id: 50, employee_id: 12, task_description: "A repeat follow-up: the transfer was completed.", status: "Pending", due_date: "2023-10-10" },
            { task_id: 51, employee_id: 76, task_description: "The ticket was rejected after a repeat check.", status: "Completed", due_date: "2023-12-23" },
            { task_id: 52, employee_id: 21, task_description: "The courier asked for a change and the ticket was completed.", status: "In Progress", due_date: "2023-12-22" },
            { task_id: 53, employee_id: 5, task_description: "The team asked for a change and the order was replaced.", status: "Completed", due_date: "2023-03-22" },
            { task_id: 54, employee_id: 21, task_description: "The invoice was updated following a manual review.", status: "Pending", due_date: "2023-08-23" },
            { task_id: 55, employee_id: 99, task_description: "A duplicate follow-up: the refund was rejected.", status: "In Progress", due_date: "2023-07-24" },
            { task_id: 56, employee_id: 91, task_description: "The item was refunded after a minor check.", status: "Pending", due_date: "2023-07-27" },
            { task_id: 57, employee_id: 45, task_description: "The customer asked for a change and the account was escalated.", status: "In Progress", due_date: "2023-08-23" },
            { task_id: 58, employee_id: 71, task_description: "A standard booking was updated the same day.", status: "Pending", due_date: "2023-05-28" },
            { task_id: 59, employee_id: 67, task_description: "No response from the courier, so the delivery was resolved.", status: "Pending", due_date: "2023-06-09" },
            { task_id: 60, employee_id: 32, task_description: "The item was cancelled — standard case, no further action.", status: "Completed", due_date: "2023-12-10" },
            { task_id: 61, employee_id: 47, task_description: "No response from the courier, so the request was completed.", status: "Pending", due_date: "2023-01-10" },
            { task_id: 62, employee_id: 1, task_description: "The reviewer confirmed the details and the invoice was cancelled.", status: "In Progress", due_date: "2023-02-11" },
            { task_id: 63, employee_id: 68, task_description: "A late follow-up: the account was closed.", status: "In Progress", due_date: "2023-08-19" },
            { task_id: 64, employee_id: 28, task_description: "The customer asked for a change and the claim was rescheduled.", status: "Completed", due_date: "2023-06-17" },
            { task_id: 65, employee_id: 85, task_description: "The claim was escalated — standard case, no further action.", status: "Completed", due_date: "2023-08-13" },
            { task_id: 66, employee_id: 71, task_description: "A minor follow-up: the shipment was escalated.", status: "Pending", due_date: "2023-11-22" },
            { task_id: 67, employee_id: 58, task_description: "No response from the customer, so the shipment was replaced.", status: "In Progress", due_date: "2023-12-09" },
            { task_id: 68, employee_id: 58, task_description: "A manual report was cancelled the same day.", status: "Pending", due_date: "2023-06-08" },
            { task_id: 69, employee_id: 31, task_description: "An incomplete follow-up: the refund was rescheduled.", status: "Pending", due_date: "2023-05-12" },
            { task_id: 70, employee_id: 63, task_description: "No response from the team, so the document was confirmed.", status: "Pending", due_date: "2023-03-11" },
            { task_id: 71, employee_id: 50, task_description: "A standard order was processed the same day.", status: "Pending", due_date: "2023-04-02" },
            { task_id: 72, employee_id: 41, task_description: "The transfer was approved after an urgent check.", status: "Completed", due_date: "2023-09-16" },
            { task_id: 73, employee_id: 40, task_description: "Flagged as late. The reviewer cancelled the shipment.", status: "In Progress", due_date: "2023-09-15" },
            { task_id: 74, employee_id: 47, task_description: "The ticket was closed after a minor check.", status: "Completed", due_date: "2023-09-09" },
            { task_id: 75, employee_id: 36, task_description: "The courier confirmed the details and the appointment was rescheduled.", status: "Completed", due_date: "2023-07-30" },
            { task_id: 76, employee_id: 9, task_description: "Support asked for a change and the report was delayed.", status: "In Progress", due_date: "2023-07-20" },
            { task_id: 77, employee_id: 20, task_description: "The session was cancelled following an automatic review.", status: "Pending", due_date: "2023-07-30" },
            { task_id: 78, employee_id: 34, task_description: "The customer reported a partial issue; the account was delayed.", status: "In Progress", due_date: "2023-02-13" },
            { task_id: 79, employee_id: 36, task_description: "A duplicate follow-up: the payment was resolved.", status: "Completed", due_date: "2023-07-23" },
            { task_id: 80, employee_id: 29, task_description: "The supplier asked for a change and the booking was reviewed.", status: "Pending", due_date: "2023-11-26" },
            { task_id: 81, employee_id: 27, task_description: "No response from support, so the record was resolved.", status: "Completed", due_date: "2023-10-06" },
            { task_id: 82, employee_id: 39, task_description: "Flagged as routine. Support escalated the document.", status: "Pending", due_date: "2023-08-10" },
            { task_id: 83, employee_id: 51, task_description: "The report was reviewed — late case, no further action.", status: "Completed", due_date: "2023-09-29" },
            { task_id: 84, employee_id: 21, task_description: "A late follow-up: the shipment was delayed.", status: "Completed", due_date: "2023-06-22" },
            { task_id: 85, employee_id: 73, task_description: "The supplier asked for a change and the booking was rejected.", status: "Completed", due_date: "2023-11-04" },
            { task_id: 86, employee_id: 13, task_description: "The customer reported a minor issue; the booking was confirmed.", status: "Pending", due_date: "2023-12-23" },
            { task_id: 87, employee_id: 12, task_description: "Flagged as standard. The account owner closed the account.", status: "Completed", due_date: "2023-12-09" },
            { task_id: 88, employee_id: 62, task_description: "The appointment was cancelled after a duplicate check.", status: "In Progress", due_date: "2023-11-27" },
            { task_id: 89, employee_id: 30, task_description: "The shipment was refunded following an automatic review.", status: "Completed", due_date: "2023-02-04" },
            { task_id: 90, employee_id: 53, task_description: "Flagged as manual. The customer closed the appointment.", status: "Completed", due_date: "2023-10-29" },
            { task_id: 91, employee_id: 82, task_description: "The team confirmed the details and the shipment was processed.", status: "Pending", due_date: "2023-07-17" },
            { task_id: 92, employee_id: 3, task_description: "The team confirmed the details and the record was updated.", status: "In Progress", due_date: "2023-01-29" },
            { task_id: 93, employee_id: 22, task_description: "A minor follow-up: the session was resolved.", status: "Completed", due_date: "2023-12-09" },
            { task_id: 94, employee_id: 28, task_description: "An unusual payment was escalated the same day.", status: "Pending", due_date: "2023-06-03" },
            { task_id: 95, employee_id: 19, task_description: "The courier confirmed the details and the record was processed.", status: "Completed", due_date: "2023-06-09" },
            { task_id: 96, employee_id: 62, task_description: "The customer asked for a change and the account was reopened.", status: "Pending", due_date: "2023-09-16" },
            { task_id: 97, employee_id: 37, task_description: "No response from the customer, so the ticket was confirmed.", status: "Completed", due_date: "2023-11-02" },
            { task_id: 98, employee_id: 68, task_description: "Support confirmed the details and the ticket was processed.", status: "Completed", due_date: "2023-04-19" },
            { task_id: 99, employee_id: 59, task_description: "The request was confirmed following a repeat review.", status: "Pending", due_date: "2023-06-27" },
            { task_id: 100, employee_id: 6, task_description: "The booking was updated — manual case, no further action.", status: "Pending", due_date: "2023-10-22" },
            { task_id: 101, employee_id: 75, task_description: "A routine follow-up: the account was resolved.", status: "Completed", due_date: "2023-12-19" },
            { task_id: 102, employee_id: 79, task_description: "The transfer was rescheduled — duplicate case, no further action.", status: "In Progress", due_date: "2023-10-19" },
            { task_id: 103, employee_id: 46, task_description: "A partial order was delayed the same day.", status: "Pending", due_date: "2023-05-07" },
            { task_id: 104, employee_id: 47, task_description: "The session was reviewed after a standard check.", status: "In Progress", due_date: "2023-11-29" },
            { task_id: 105, employee_id: 70, task_description: "The customer confirmed the details and the claim was processed.", status: "Pending", due_date: "2023-08-31" },
            { task_id: 106, employee_id: 92, task_description: "The supplier reported a standard issue; the claim was processed.", status: "Pending", due_date: "2023-05-31" },
            { task_id: 107, employee_id: 90, task_description: "A routine payment was refunded the same day.", status: "Pending", due_date: "2023-10-07" },
            { task_id: 108, employee_id: 23, task_description: "A repeat ticket was processed the same day.", status: "Completed", due_date: "2023-02-04" },
            { task_id: 109, employee_id: 24, task_description: "The supplier reported a duplicate issue; the shipment was processed.", status: "Pending", due_date: "2023-12-15" },
            { task_id: 110, employee_id: 38, task_description: "A late follow-up: the item was updated.", status: "Completed", due_date: "2023-03-02" },
            { task_id: 111, employee_id: 41, task_description: "The supplier asked for a change and the record was replaced.", status: "Completed", due_date: "2023-11-18" },
            { task_id: 112, employee_id: 25, task_description: "The reviewer confirmed the details and the document was reopened.", status: "Pending", due_date: "2023-08-22" },
            { task_id: 113, employee_id: 43, task_description: "An operator asked for a change and the invoice was closed.", status: "Completed", due_date: "2023-07-31" },
            { task_id: 114, employee_id: 99, task_description: "The customer reported a repeat issue; the order was escalated.", status: "Completed", due_date: "2023-12-31" },
            { task_id: 115, employee_id: 26, task_description: "Support confirmed the details and the account was rescheduled.", status: "Completed", due_date: "2023-12-30" },
            { task_id: 116, employee_id: 44, task_description: "Flagged as automatic. The courier cancelled the payment.", status: "Pending", due_date: "2023-08-15" },
            { task_id: 117, employee_id: 30, task_description: "The customer confirmed the details and the ticket was replaced.", status: "Completed", due_date: "2023-10-14" },
            { task_id: 118, employee_id: 100, task_description: "Support confirmed the details and the document was processed.", status: "In Progress", due_date: "2023-06-24" },
            { task_id: 119, employee_id: 62, task_description: "No response from the supplier, so the appointment was resolved.", status: "Completed", due_date: "2023-07-25" },
            { task_id: 120, employee_id: 15, task_description: "The claim was delayed following a late review.", status: "Completed", due_date: "2023-12-13" },
            { task_id: 121, employee_id: 22, task_description: "A late request was escalated the same day.", status: "In Progress", due_date: "2023-07-21" },
            { task_id: 122, employee_id: 37, task_description: "The account owner confirmed the details and the shipment was updated.", status: "Completed", due_date: "2023-12-16" },
            { task_id: 123, employee_id: 79, task_description: "The document was closed after a manual check.", status: "Completed", due_date: "2023-12-04" },
            { task_id: 124, employee_id: 49, task_description: "The customer asked for a change and the appointment was processed.", status: "Pending", due_date: "2023-04-28" },
            { task_id: 125, employee_id: 17, task_description: "The customer asked for a change and the record was processed.", status: "Completed", due_date: "2023-08-17" },
            { task_id: 126, employee_id: 14, task_description: "The session was processed — automatic case, no further action.", status: "Completed", due_date: "2023-09-18" },
            { task_id: 127, employee_id: 74, task_description: "An operator asked for a change and the record was updated.", status: "Completed", due_date: "2023-10-22" },
            { task_id: 128, employee_id: 85, task_description: "The reviewer reported a minor issue; the booking was refunded.", status: "Completed", due_date: "2023-10-06" },
            { task_id: 129, employee_id: 94, task_description: "The shipment was rescheduled — partial case, no further action.", status: "Completed", due_date: "2023-07-05" },
            { task_id: 130, employee_id: 13, task_description: "Flagged as unusual. The supplier cancelled the record.", status: "Pending", due_date: "2023-10-31" },
            { task_id: 131, employee_id: 58, task_description: "The delivery was resolved after a late check.", status: "In Progress", due_date: "2023-12-27" },
            { task_id: 132, employee_id: 67, task_description: "The account owner reported an incomplete issue; the transfer was refunded.", status: "Pending", due_date: "2023-07-13" },
            { task_id: 133, employee_id: 7, task_description: "The appointment was reviewed — partial case, no further action.", status: "Pending", due_date: "2023-04-20" },
            { task_id: 134, employee_id: 29, task_description: "The shipment was refunded — unusual case, no further action.", status: "Completed", due_date: "2023-12-17" },
            { task_id: 135, employee_id: 4, task_description: "The booking was rescheduled — standard case, no further action.", status: "Pending", due_date: "2023-10-18" },
            { task_id: 136, employee_id: 27, task_description: "The appointment was escalated following an unusual review.", status: "Completed", due_date: "2023-05-16" },
            { task_id: 137, employee_id: 20, task_description: "No response from the reviewer, so the item was processed.", status: "Pending", due_date: "2023-04-20" },
            { task_id: 138, employee_id: 28, task_description: "Support reported an unusual issue; the invoice was updated.", status: "Pending", due_date: "2023-07-17" },
            { task_id: 139, employee_id: 48, task_description: "The ticket was reopened after a manual check.", status: "Completed", due_date: "2023-08-25" },
            { task_id: 140, employee_id: 82, task_description: "An operator asked for a change and the transfer was cancelled.", status: "Pending", due_date: "2023-02-10" },
            { task_id: 141, employee_id: 74, task_description: "The record was updated after a repeat check.", status: "In Progress", due_date: "2023-08-10" },
            { task_id: 142, employee_id: 67, task_description: "Flagged as unusual. The courier reviewed the order.", status: "Completed", due_date: "2023-11-13" },
            { task_id: 143, employee_id: 9, task_description: "An operator reported a partial issue; the transfer was rejected.", status: "Pending", due_date: "2023-12-31" },
            { task_id: 144, employee_id: 73, task_description: "The appointment was closed after a manual check.", status: "Pending", due_date: "2023-09-26" },
            { task_id: 145, employee_id: 38, task_description: "The order was processed after an unusual check.", status: "In Progress", due_date: "2023-08-20" },
            { task_id: 146, employee_id: 75, task_description: "A partial follow-up: the document was confirmed.", status: "Pending", due_date: "2023-05-06" },
            { task_id: 147, employee_id: 39, task_description: "Flagged as manual. The team cancelled the report.", status: "Pending", due_date: "2023-09-23" },
            { task_id: 148, employee_id: 74, task_description: "An unusual invoice was completed the same day.", status: "Completed", due_date: "2023-09-22" },
            { task_id: 149, employee_id: 13, task_description: "The delivery was reopened after an urgent check.", status: "Pending", due_date: "2023-08-20" },
            { task_id: 150, employee_id: 24, task_description: "A manual record was delayed the same day.", status: "Pending", due_date: "2023-12-29" },
            { task_id: 151, employee_id: 97, task_description: "An operator reported a manual issue; the record was replaced.", status: "Pending", due_date: "2023-03-01" },
            { task_id: 152, employee_id: 47, task_description: "The refund was rejected — incomplete case, no further action.", status: "Completed", due_date: "2023-10-20" },
            { task_id: 153, employee_id: 27, task_description: "The item was escalated — minor case, no further action.", status: "Pending", due_date: "2023-06-11" },
            { task_id: 154, employee_id: 86, task_description: "The record was closed following an unusual review.", status: "Pending", due_date: "2023-05-03" },
            { task_id: 155, employee_id: 84, task_description: "An incomplete item was rejected the same day.", status: "Pending", due_date: "2023-09-25" },
            { task_id: 156, employee_id: 62, task_description: "An operator asked for a change and the booking was confirmed.", status: "In Progress", due_date: "2023-07-12" },
            { task_id: 157, employee_id: 82, task_description: "The courier confirmed the details and the item was refunded.", status: "Pending", due_date: "2023-01-22" },
            { task_id: 158, employee_id: 27, task_description: "The transfer was rescheduled — late case, no further action.", status: "Pending", due_date: "2023-04-20" },
            { task_id: 159, employee_id: 23, task_description: "An unusual transfer was reopened the same day.", status: "Completed", due_date: "2023-11-15" },
            { task_id: 160, employee_id: 27, task_description: "Support confirmed the details and the refund was reviewed.", status: "Pending", due_date: "2023-11-14" },
            { task_id: 161, employee_id: 75, task_description: "The document was resolved after a partial check.", status: "Completed", due_date: "2023-12-01" },
            { task_id: 162, employee_id: 97, task_description: "The reviewer asked for a change and the record was rescheduled.", status: "In Progress", due_date: "2023-05-11" },
            { task_id: 163, employee_id: 82, task_description: "The order was refunded following a partial review.", status: "Pending", due_date: "2023-11-15" },
            { task_id: 164, employee_id: 56, task_description: "The transfer was processed after an unusual check.", status: "Completed", due_date: "2023-11-10" },
            { task_id: 165, employee_id: 94, task_description: "No response from the account owner, so the session was approved.", status: "In Progress", due_date: "2023-07-06" },
            { task_id: 166, employee_id: 75, task_description: "The account owner confirmed the details and the transfer was updated.", status: "Completed", due_date: "2023-07-15" },
            { task_id: 167, employee_id: 30, task_description: "An unusual record was updated the same day.", status: "Pending", due_date: "2023-12-18" },
            { task_id: 168, employee_id: 66, task_description: "A partial invoice was confirmed the same day.", status: "Completed", due_date: "2023-02-10" },
            { task_id: 169, employee_id: 72, task_description: "Flagged as routine. The courier delayed the request.", status: "Completed", due_date: "2023-03-09" },
            { task_id: 170, employee_id: 38, task_description: "The refund was reopened following a repeat review.", status: "Completed", due_date: "2023-01-18" },
            { task_id: 171, employee_id: 50, task_description: "The shipment was cancelled after an urgent check.", status: "Completed", due_date: "2023-09-26" },
            { task_id: 172, employee_id: 11, task_description: "The team reported a late issue; the booking was delayed.", status: "Completed", due_date: "2023-11-01" },
            { task_id: 173, employee_id: 43, task_description: "The courier confirmed the details and the order was completed.", status: "Pending", due_date: "2023-04-27" },
            { task_id: 174, employee_id: 67, task_description: "Support confirmed the details and the order was processed.", status: "Pending", due_date: "2023-11-23" },
            { task_id: 175, employee_id: 84, task_description: "A standard follow-up: the report was closed.", status: "Pending", due_date: "2023-12-15" },
            { task_id: 176, employee_id: 77, task_description: "The supplier asked for a change and the transfer was confirmed.", status: "Pending", due_date: "2023-05-11" },
            { task_id: 177, employee_id: 73, task_description: "An operator asked for a change and the booking was reopened.", status: "Pending", due_date: "2023-03-10" },
            { task_id: 178, employee_id: 55, task_description: "The team confirmed the details and the item was rescheduled.", status: "Pending", due_date: "2023-12-04" },
            { task_id: 179, employee_id: 83, task_description: "A partial order was reviewed the same day.", status: "Pending", due_date: "2023-10-23" },
            { task_id: 180, employee_id: 41, task_description: "The account owner confirmed the details and the order was refunded.", status: "In Progress", due_date: "2023-10-05" },
            { task_id: 181, employee_id: 8, task_description: "The customer confirmed the details and the transfer was completed.", status: "Completed", due_date: "2023-07-22" },
            { task_id: 182, employee_id: 32, task_description: "The ticket was refunded — late case, no further action.", status: "Completed", due_date: "2023-09-28" },
            { task_id: 183, employee_id: 80, task_description: "A routine follow-up: the payment was rescheduled.", status: "Pending", due_date: "2023-09-12" },
            { task_id: 184, employee_id: 87, task_description: "The refund was escalated — manual case, no further action.", status: "Pending", due_date: "2023-05-24" },
            { task_id: 185, employee_id: 14, task_description: "A minor item was resolved the same day.", status: "Pending", due_date: "2023-12-11" },
            { task_id: 186, employee_id: 61, task_description: "The customer confirmed the details and the session was closed.", status: "Pending", due_date: "2023-05-09" },
            { task_id: 187, employee_id: 24, task_description: "Flagged as automatic. The courier rejected the booking.", status: "Pending", due_date: "2023-12-30" },
            { task_id: 188, employee_id: 100, task_description: "An unusual follow-up: the refund was rescheduled.", status: "Pending", due_date: "2023-11-12" },
            { task_id: 189, employee_id: 99, task_description: "Flagged as automatic. The team approved the booking.", status: "Pending", due_date: "2023-05-06" },
            { task_id: 190, employee_id: 4, task_description: "No response from the team, so the order was refunded.", status: "Pending", due_date: "2023-07-01" },
            { task_id: 191, employee_id: 88, task_description: "The customer confirmed the details and the payment was closed.", status: "Completed", due_date: "2023-07-25" },
            { task_id: 192, employee_id: 56, task_description: "The appointment was cancelled following a duplicate review.", status: "Pending", due_date: "2023-08-05" },
            { task_id: 193, employee_id: 28, task_description: "The team reported a minor issue; the request was refunded.", status: "Pending", due_date: "2023-06-16" },
            { task_id: 194, employee_id: 88, task_description: "No response from the courier, so the request was rejected.", status: "Pending", due_date: "2023-07-10" },
            { task_id: 195, employee_id: 32, task_description: "Flagged as routine. An operator rescheduled the delivery.", status: "Pending", due_date: "2023-05-13" },
            { task_id: 196, employee_id: 65, task_description: "The customer asked for a change and the ticket was refunded.", status: "Pending", due_date: "2023-11-27" },
            { task_id: 197, employee_id: 34, task_description: "The booking was confirmed — incomplete case, no further action.", status: "Pending", due_date: "2023-09-20" },
            { task_id: 198, employee_id: 33, task_description: "A routine delivery was closed the same day.", status: "Completed", due_date: "2023-10-09" },
            { task_id: 199, employee_id: 69, task_description: "A duplicate follow-up: the booking was cancelled.", status: "Completed", due_date: "2023-10-29" },
            { task_id: 200, employee_id: 71, task_description: "Flagged as repeat. The customer delayed the account.", status: "Pending", due_date: "2023-03-23" },
            { task_id: 201, employee_id: 40, task_description: "The report was processed — standard case, no further action.", status: "Pending", due_date: "2023-05-05" },
            { task_id: 202, employee_id: 95, task_description: "The appointment was delayed after an unusual check.", status: "Completed", due_date: "2023-11-15" },
            { task_id: 203, employee_id: 43, task_description: "An automatic follow-up: the payment was cancelled.", status: "Pending", due_date: "2023-08-21" },
            { task_id: 204, employee_id: 18, task_description: "The supplier confirmed the details and the claim was processed.", status: "In Progress", due_date: "2023-08-31" },
            { task_id: 205, employee_id: 87, task_description: "The shipment was cancelled following a routine review.", status: "Pending", due_date: "2023-12-28" },
            { task_id: 206, employee_id: 21, task_description: "A routine follow-up: the refund was delayed.", status: "Pending", due_date: "2023-07-28" },
            { task_id: 207, employee_id: 58, task_description: "A duplicate order was confirmed the same day.", status: "Pending", due_date: "2023-09-04" },
            { task_id: 208, employee_id: 56, task_description: "The claim was replaced following a late review.", status: "Pending", due_date: "2023-01-11" },
            { task_id: 209, employee_id: 16, task_description: "The refund was updated after a repeat check.", status: "Completed", due_date: "2023-07-20" },
            { task_id: 210, employee_id: 94, task_description: "A minor follow-up: the account was reopened.", status: "Pending", due_date: "2023-03-12" },
            { task_id: 211, employee_id: 63, task_description: "An operator reported a routine issue; the claim was closed.", status: "Completed", due_date: "2023-04-30" },
            { task_id: 212, employee_id: 13, task_description: "The supplier asked for a change and the invoice was completed.", status: "Pending", due_date: "2023-11-16" },
            { task_id: 213, employee_id: 1, task_description: "The account owner asked for a change and the appointment was delayed.", status: "Pending", due_date: "2023-07-21" },
            { task_id: 214, employee_id: 39, task_description: "Flagged as partial. The reviewer reopened the report.", status: "Completed", due_date: "2023-12-15" },
            { task_id: 215, employee_id: 30, task_description: "The refund was rejected — unusual case, no further action.", status: "Completed", due_date: "2023-09-16" },
            { task_id: 216, employee_id: 78, task_description: "The account owner asked for a change and the account was processed.", status: "In Progress", due_date: "2023-07-31" },
            { task_id: 217, employee_id: 54, task_description: "The team confirmed the details and the session was approved.", status: "Completed", due_date: "2023-08-04" },
            { task_id: 218, employee_id: 18, task_description: "The report was delayed — partial case, no further action.", status: "Completed", due_date: "2023-05-31" },
            { task_id: 219, employee_id: 57, task_description: "The supplier confirmed the details and the report was refunded.", status: "Completed", due_date: "2023-05-01" },
            { task_id: 220, employee_id: 8, task_description: "A partial follow-up: the transfer was delayed.", status: "Pending", due_date: "2023-09-21" },
            { task_id: 221, employee_id: 9, task_description: "A late claim was updated the same day.", status: "Pending", due_date: "2023-04-16" },
            { task_id: 222, employee_id: 53, task_description: "The supplier reported an unusual issue; the claim was reviewed.", status: "In Progress", due_date: "2023-12-25" },
            { task_id: 223, employee_id: 9, task_description: "An urgent request was approved the same day.", status: "Completed", due_date: "2023-10-12" },
            { task_id: 224, employee_id: 1, task_description: "Support reported a partial issue; the claim was closed.", status: "Pending", due_date: "2023-10-02" },
            { task_id: 225, employee_id: 42, task_description: "The invoice was reviewed — automatic case, no further action.", status: "Completed", due_date: "2023-06-23" },
            { task_id: 226, employee_id: 79, task_description: "Flagged as standard. The reviewer cancelled the invoice.", status: "Completed", due_date: "2023-02-22" },
            { task_id: 227, employee_id: 28, task_description: "The report was cancelled following an unusual review.", status: "In Progress", due_date: "2023-11-29" },
            { task_id: 228, employee_id: 12, task_description: "The account owner confirmed the details and the invoice was confirmed.", status: "Completed", due_date: "2023-08-15" },
            { task_id: 229, employee_id: 97, task_description: "No response from support, so the booking was completed.", status: "Pending", due_date: "2023-12-14" },
            { task_id: 230, employee_id: 52, task_description: "An incomplete document was replaced the same day.", status: "Completed", due_date: "2023-11-05" },
            { task_id: 231, employee_id: 35, task_description: "Flagged as partial. Support processed the refund.", status: "Pending", due_date: "2023-12-21" },
            { task_id: 232, employee_id: 54, task_description: "A routine follow-up: the record was delayed.", status: "Completed", due_date: "2023-02-19" },
            { task_id: 233, employee_id: 41, task_description: "The customer reported an urgent issue; the claim was resolved.", status: "Pending", due_date: "2023-10-16" },
            { task_id: 234, employee_id: 43, task_description: "Flagged as urgent. The customer rescheduled the account.", status: "Pending", due_date: "2023-12-06" },
            { task_id: 235, employee_id: 75, task_description: "No response from the account owner, so the claim was confirmed.", status: "Completed", due_date: "2023-08-02" },
            { task_id: 236, employee_id: 7, task_description: "A standard item was resolved the same day.", status: "Completed", due_date: "2023-12-16" },
            { task_id: 237, employee_id: 12, task_description: "A manual refund was cancelled the same day.", status: "In Progress", due_date: "2023-05-01" },
            { task_id: 238, employee_id: 60, task_description: "A manual shipment was processed the same day.", status: "Pending", due_date: "2023-10-13" },
            { task_id: 239, employee_id: 63, task_description: "Flagged as urgent. Support cancelled the ticket.", status: "Completed", due_date: "2023-05-27" },
            { task_id: 240, employee_id: 98, task_description: "A routine ticket was rescheduled the same day.", status: "Pending", due_date: "2023-11-22" },
        ],
    });
    await prisma.timesheets.createMany({
        data: [
            { timesheet_id: 1, employee_id: 3, hours_logged: "17.81", date: "2023-03-25", billable_hours: "12.35" },
            { timesheet_id: 2, employee_id: 78, hours_logged: "1.39", date: "2023-09-09", billable_hours: "8.42" },
            { timesheet_id: 3, employee_id: 39, hours_logged: "11.11", date: "2023-04-13", billable_hours: "13.31" },
            { timesheet_id: 4, employee_id: 39, hours_logged: "8.21", date: "2023-07-31", billable_hours: "13.24" },
            { timesheet_id: 5, employee_id: 21, hours_logged: "16.97", date: "2023-08-19", billable_hours: "9.32" },
            { timesheet_id: 6, employee_id: 45, hours_logged: "16.26", date: "2023-03-15", billable_hours: "10.02" },
            { timesheet_id: 7, employee_id: 90, hours_logged: "8.64", date: "2023-10-07", billable_hours: "6.17" },
            { timesheet_id: 8, employee_id: 5, hours_logged: "14.25", date: "2023-08-24", billable_hours: "12.67" },
            { timesheet_id: 9, employee_id: 15, hours_logged: "8.44", date: "2023-05-27", billable_hours: "9.71" },
            { timesheet_id: 10, employee_id: 84, hours_logged: "22.99", date: "2023-11-01", billable_hours: "17.57" },
            { timesheet_id: 11, employee_id: 47, hours_logged: "16.94", date: "2023-02-06", billable_hours: "14.94" },
            { timesheet_id: 12, employee_id: 24, hours_logged: "2.95", date: "2023-11-15", billable_hours: "8.32" },
            { timesheet_id: 13, employee_id: 50, hours_logged: "19.92", date: "2023-10-19", billable_hours: "18.32" },
            { timesheet_id: 14, employee_id: 51, hours_logged: "5.50", date: "2023-06-03", billable_hours: "9.31" },
            { timesheet_id: 15, employee_id: 62, hours_logged: "8.01", date: "2023-12-21", billable_hours: "14.50" },
            { timesheet_id: 16, employee_id: 62, hours_logged: "21.00", date: "2023-07-27", billable_hours: "12.93" },
            { timesheet_id: 17, employee_id: 60, hours_logged: "11.61", date: "2023-06-30", billable_hours: "13.41" },
            { timesheet_id: 18, employee_id: 53, hours_logged: "4.17", date: "2023-01-18", billable_hours: "8.04" },
            { timesheet_id: 19, employee_id: 90, hours_logged: "12.39", date: "2023-03-28", billable_hours: "20.74" },
            { timesheet_id: 20, employee_id: 15, hours_logged: "3.70", date: "2023-03-21", billable_hours: "16.37" },
            { timesheet_id: 21, employee_id: 78, hours_logged: "18.18", date: "2023-04-11", billable_hours: "10.71" },
            { timesheet_id: 22, employee_id: 1, hours_logged: "21.78", date: "2023-02-08", billable_hours: "13.30" },
            { timesheet_id: 23, employee_id: 15, hours_logged: "7.39", date: "2023-01-13", billable_hours: "12.28" },
            { timesheet_id: 24, employee_id: 25, hours_logged: "10.66", date: "2023-11-28", billable_hours: "13.44" },
            { timesheet_id: 25, employee_id: 65, hours_logged: "14.31", date: "2023-11-12", billable_hours: "16.10" },
            { timesheet_id: 26, employee_id: 1, hours_logged: "11.02", date: "2023-02-26", billable_hours: "14.88" },
            { timesheet_id: 27, employee_id: 53, hours_logged: "13.71", date: "2023-06-05", billable_hours: "6.37" },
            { timesheet_id: 28, employee_id: 96, hours_logged: "6.39", date: "2023-11-12", billable_hours: "12.32" },
            { timesheet_id: 29, employee_id: 57, hours_logged: "14.72", date: "2023-01-10", billable_hours: "11.50" },
            { timesheet_id: 30, employee_id: 76, hours_logged: "23.41", date: "2023-04-23", billable_hours: "16.49" },
            { timesheet_id: 31, employee_id: 87, hours_logged: "8.99", date: "2023-03-31", billable_hours: "15.87" },
            { timesheet_id: 32, employee_id: 63, hours_logged: "7.44", date: "2023-09-25", billable_hours: "14.72" },
            { timesheet_id: 33, employee_id: 2, hours_logged: "11.74", date: "2023-03-04", billable_hours: "11.64" },
            { timesheet_id: 34, employee_id: 18, hours_logged: "13.82", date: "2023-10-21", billable_hours: "9.86" },
            { timesheet_id: 35, employee_id: 36, hours_logged: "10.00", date: "2023-08-10", billable_hours: "15.51" },
            { timesheet_id: 36, employee_id: 36, hours_logged: "10.51", date: "2023-06-13", billable_hours: "6.00" },
            { timesheet_id: 37, employee_id: 48, hours_logged: "10.14", date: "2023-06-05", billable_hours: "16.99" },
            { timesheet_id: 38, employee_id: 52, hours_logged: "2.30", date: "2023-06-08", billable_hours: "12.05" },
            { timesheet_id: 39, employee_id: 79, hours_logged: "15.05", date: "2023-02-26", billable_hours: "7.53" },
            { timesheet_id: 40, employee_id: 31, hours_logged: "2.57", date: "2023-08-11", billable_hours: "15.90" },
            { timesheet_id: 41, employee_id: 29, hours_logged: "8.80", date: "2023-05-17", billable_hours: "14.05" },
            { timesheet_id: 42, employee_id: 95, hours_logged: "16.43", date: "2023-04-02", billable_hours: "15.05" },
            { timesheet_id: 43, employee_id: 22, hours_logged: "17.00", date: "2023-01-19", billable_hours: "12.26" },
            { timesheet_id: 44, employee_id: 31, hours_logged: "6.96", date: "2023-02-24", billable_hours: "5.11" },
            { timesheet_id: 45, employee_id: 28, hours_logged: "1.62", date: "2023-11-23", billable_hours: "8.98" },
            { timesheet_id: 46, employee_id: 60, hours_logged: "8.87", date: "2023-11-06", billable_hours: "16.23" },
            { timesheet_id: 47, employee_id: 40, hours_logged: "19.80", date: "2023-05-29", billable_hours: "9.47" },
            { timesheet_id: 48, employee_id: 63, hours_logged: "22.38", date: "2023-09-22", billable_hours: "14.71" },
            { timesheet_id: 49, employee_id: 57, hours_logged: "9.15", date: "2023-07-13", billable_hours: "6.63" },
            { timesheet_id: 50, employee_id: 46, hours_logged: "21.80", date: "2023-09-30", billable_hours: "13.23" },
            { timesheet_id: 51, employee_id: 58, hours_logged: "1.07", date: "2023-06-23", billable_hours: "13.21" },
            { timesheet_id: 52, employee_id: 90, hours_logged: "8.19", date: "2023-07-11", billable_hours: "14.44" },
            { timesheet_id: 53, employee_id: 88, hours_logged: "18.56", date: "2023-01-07", billable_hours: "10.98" },
            { timesheet_id: 54, employee_id: 25, hours_logged: "19.72", date: "2023-07-27", billable_hours: "7.98" },
            { timesheet_id: 55, employee_id: 56, hours_logged: "3.86", date: "2023-04-10", billable_hours: "11.84" },
            { timesheet_id: 56, employee_id: 94, hours_logged: "19.82", date: "2023-04-09", billable_hours: "8.51" },
            { timesheet_id: 57, employee_id: 82, hours_logged: "1.82", date: "2023-01-08", billable_hours: "15.43" },
            { timesheet_id: 58, employee_id: 63, hours_logged: "23.26", date: "2023-03-22", billable_hours: "13.21" },
            { timesheet_id: 59, employee_id: 66, hours_logged: "12.68", date: "2023-01-29", billable_hours: "12.34" },
            { timesheet_id: 60, employee_id: 59, hours_logged: "23.49", date: "2023-12-03", billable_hours: "13.14" },
            { timesheet_id: 61, employee_id: 48, hours_logged: "23.23", date: "2023-10-31", billable_hours: "6.37" },
            { timesheet_id: 62, employee_id: 47, hours_logged: "5.82", date: "2023-06-27", billable_hours: "8.01" },
            { timesheet_id: 63, employee_id: 88, hours_logged: "3.20", date: "2023-08-24", billable_hours: "7.65" },
            { timesheet_id: 64, employee_id: 5, hours_logged: "22.67", date: "2023-12-01", billable_hours: "9.54" },
            { timesheet_id: 65, employee_id: 97, hours_logged: "16.50", date: "2023-02-28", billable_hours: "8.42" },
            { timesheet_id: 66, employee_id: 41, hours_logged: "13.96", date: "2023-01-15", billable_hours: "12.34" },
            { timesheet_id: 67, employee_id: 43, hours_logged: "5.90", date: "2023-07-04", billable_hours: "11.24" },
            { timesheet_id: 68, employee_id: 78, hours_logged: "7.39", date: "2023-12-23", billable_hours: "4.56" },
            { timesheet_id: 69, employee_id: 87, hours_logged: "8.10", date: "2023-05-08", billable_hours: "10.88" },
            { timesheet_id: 70, employee_id: 46, hours_logged: "21.42", date: "2023-06-11", billable_hours: "17.42" },
            { timesheet_id: 71, employee_id: 20, hours_logged: "16.01", date: "2023-03-15", billable_hours: "12.66" },
            { timesheet_id: 72, employee_id: 25, hours_logged: "0.37", date: "2023-12-30", billable_hours: "13.87" },
            { timesheet_id: 73, employee_id: 90, hours_logged: "14.23", date: "2023-07-02", billable_hours: "17.55" },
            { timesheet_id: 74, employee_id: 56, hours_logged: "7.50", date: "2023-02-06", billable_hours: "12.09" },
            { timesheet_id: 75, employee_id: 59, hours_logged: "12.38", date: "2023-05-19", billable_hours: "9.03" },
            { timesheet_id: 76, employee_id: 38, hours_logged: "0.15", date: "2023-04-15", billable_hours: "9.70" },
            { timesheet_id: 77, employee_id: 23, hours_logged: "19.47", date: "2023-10-06", billable_hours: "16.19" },
            { timesheet_id: 78, employee_id: 49, hours_logged: "10.47", date: "2023-05-15", billable_hours: "12.17" },
            { timesheet_id: 79, employee_id: 9, hours_logged: "17.47", date: "2023-05-21", billable_hours: "8.75" },
            { timesheet_id: 80, employee_id: 11, hours_logged: "5.18", date: "2023-08-29", billable_hours: "6.02" },
            { timesheet_id: 81, employee_id: 60, hours_logged: "9.33", date: "2023-02-23", billable_hours: "10.98" },
            { timesheet_id: 82, employee_id: 99, hours_logged: "23.77", date: "2023-12-07", billable_hours: "16.14" },
            { timesheet_id: 83, employee_id: 48, hours_logged: "10.00", date: "2023-03-21", billable_hours: "11.45" },
            { timesheet_id: 84, employee_id: 28, hours_logged: "19.54", date: "2023-02-24", billable_hours: "7.75" },
            { timesheet_id: 85, employee_id: 95, hours_logged: "9.44", date: "2023-01-08", billable_hours: "12.27" },
            { timesheet_id: 86, employee_id: 91, hours_logged: "17.68", date: "2023-03-03", billable_hours: "11.93" },
            { timesheet_id: 87, employee_id: 14, hours_logged: "8.64", date: "2023-03-20", billable_hours: "13.85" },
            { timesheet_id: 88, employee_id: 88, hours_logged: "11.99", date: "2023-12-26", billable_hours: "9.39" },
            { timesheet_id: 89, employee_id: 58, hours_logged: "17.99", date: "2023-02-18", billable_hours: "5.24" },
            { timesheet_id: 90, employee_id: 65, hours_logged: "14.20", date: "2023-03-24", billable_hours: "11.39" },
            { timesheet_id: 91, employee_id: 40, hours_logged: "23.71", date: "2023-02-25", billable_hours: "12.33" },
            { timesheet_id: 92, employee_id: 50, hours_logged: "19.67", date: "2023-08-25", billable_hours: "10.84" },
            { timesheet_id: 93, employee_id: 16, hours_logged: "7.92", date: "2023-08-08", billable_hours: "5.65" },
            { timesheet_id: 94, employee_id: 28, hours_logged: "17.00", date: "2023-12-09", billable_hours: "10.85" },
            { timesheet_id: 95, employee_id: 95, hours_logged: "4.18", date: "2023-05-24", billable_hours: "16.17" },
            { timesheet_id: 96, employee_id: 40, hours_logged: "12.07", date: "2023-03-05", billable_hours: "8.59" },
            { timesheet_id: 97, employee_id: 95, hours_logged: "14.93", date: "2023-08-15", billable_hours: "8.25" },
            { timesheet_id: 98, employee_id: 58, hours_logged: "1.93", date: "2023-05-31", billable_hours: "14.74" },
            { timesheet_id: 99, employee_id: 67, hours_logged: "20.22", date: "2023-09-04", billable_hours: "8.54" },
            { timesheet_id: 100, employee_id: 40, hours_logged: "20.85", date: "2023-06-04", billable_hours: "11.11" },
            { timesheet_id: 101, employee_id: 59, hours_logged: "23.28", date: "2023-08-05", billable_hours: "10.02" },
            { timesheet_id: 102, employee_id: 80, hours_logged: "9.84", date: "2023-02-17", billable_hours: "10.76" },
            { timesheet_id: 103, employee_id: 11, hours_logged: "16.64", date: "2023-07-03", billable_hours: "12.04" },
            { timesheet_id: 104, employee_id: 25, hours_logged: "1.67", date: "2023-07-03", billable_hours: "9.54" },
            { timesheet_id: 105, employee_id: 63, hours_logged: "14.77", date: "2023-10-29", billable_hours: "9.80" },
            { timesheet_id: 106, employee_id: 67, hours_logged: "4.56", date: "2023-08-10", billable_hours: "9.22" },
            { timesheet_id: 107, employee_id: 12, hours_logged: "0.51", date: "2023-04-20", billable_hours: "13.36" },
            { timesheet_id: 108, employee_id: 23, hours_logged: "21.78", date: "2023-04-06", billable_hours: "15.64" },
            { timesheet_id: 109, employee_id: 37, hours_logged: "4.92", date: "2023-08-30", billable_hours: "9.87" },
            { timesheet_id: 110, employee_id: 2, hours_logged: "22.80", date: "2023-11-28", billable_hours: "11.45" },
            { timesheet_id: 111, employee_id: 94, hours_logged: "10.53", date: "2023-09-25", billable_hours: "12.53" },
            { timesheet_id: 112, employee_id: 36, hours_logged: "17.16", date: "2023-01-27", billable_hours: "4.73" },
            { timesheet_id: 113, employee_id: 55, hours_logged: "4.71", date: "2023-06-27", billable_hours: "16.97" },
            { timesheet_id: 114, employee_id: 35, hours_logged: "2.67", date: "2023-03-12", billable_hours: "17.17" },
            { timesheet_id: 115, employee_id: 85, hours_logged: "16.76", date: "2023-05-15", billable_hours: "16.27" },
            { timesheet_id: 116, employee_id: 11, hours_logged: "0.23", date: "2023-03-06", billable_hours: "15.19" },
            { timesheet_id: 117, employee_id: 100, hours_logged: "19.79", date: "2023-05-14", billable_hours: "10.65" },
            { timesheet_id: 118, employee_id: 88, hours_logged: "11.56", date: "2023-12-12", billable_hours: "16.11" },
            { timesheet_id: 119, employee_id: 38, hours_logged: "23.50", date: "2023-10-10", billable_hours: "10.48" },
            { timesheet_id: 120, employee_id: 11, hours_logged: "20.47", date: "2023-11-29", billable_hours: "14.43" },
            { timesheet_id: 121, employee_id: 82, hours_logged: "1.73", date: "2023-02-19", billable_hours: "10.69" },
            { timesheet_id: 122, employee_id: 2, hours_logged: "21.20", date: "2023-03-04", billable_hours: "13.00" },
            { timesheet_id: 123, employee_id: 7, hours_logged: "8.86", date: "2023-10-27", billable_hours: "13.25" },
            { timesheet_id: 124, employee_id: 13, hours_logged: "1.00", date: "2023-05-04", billable_hours: "14.62" },
            { timesheet_id: 125, employee_id: 22, hours_logged: "8.68", date: "2023-08-06", billable_hours: "10.77" },
            { timesheet_id: 126, employee_id: 57, hours_logged: "20.50", date: "2023-08-02", billable_hours: "15.67" },
            { timesheet_id: 127, employee_id: 59, hours_logged: "18.28", date: "2023-06-15", billable_hours: "19.23" },
            { timesheet_id: 128, employee_id: 96, hours_logged: "10.49", date: "2023-03-21", billable_hours: "11.07" },
            { timesheet_id: 129, employee_id: 20, hours_logged: "17.17", date: "2023-03-10", billable_hours: "11.09" },
            { timesheet_id: 130, employee_id: 99, hours_logged: "11.86", date: "2023-10-02", billable_hours: "14.99" },
            { timesheet_id: 131, employee_id: 33, hours_logged: "1.93", date: "2023-11-22", billable_hours: "11.15" },
            { timesheet_id: 132, employee_id: 58, hours_logged: "22.94", date: "2023-01-06", billable_hours: "17.55" },
            { timesheet_id: 133, employee_id: 18, hours_logged: "14.41", date: "2023-11-26", billable_hours: "11.41" },
            { timesheet_id: 134, employee_id: 89, hours_logged: "0.74", date: "2023-06-01", billable_hours: "7.23" },
            { timesheet_id: 135, employee_id: 55, hours_logged: "1.53", date: "2023-03-03", billable_hours: "11.80" },
            { timesheet_id: 136, employee_id: 93, hours_logged: "0.23", date: "2023-11-24", billable_hours: "14.07" },
            { timesheet_id: 137, employee_id: 98, hours_logged: "12.09", date: "2023-09-23", billable_hours: "13.09" },
            { timesheet_id: 138, employee_id: 45, hours_logged: "5.58", date: "2023-01-11", billable_hours: "11.34" },
            { timesheet_id: 139, employee_id: 42, hours_logged: "1.17", date: "2023-12-22", billable_hours: "17.62" },
            { timesheet_id: 140, employee_id: 60, hours_logged: "16.52", date: "2023-10-27", billable_hours: "14.68" },
            { timesheet_id: 141, employee_id: 55, hours_logged: "8.86", date: "2023-11-13", billable_hours: "8.93" },
            { timesheet_id: 142, employee_id: 5, hours_logged: "13.02", date: "2023-08-04", billable_hours: "9.25" },
            { timesheet_id: 143, employee_id: 66, hours_logged: "8.79", date: "2023-04-24", billable_hours: "15.31" },
            { timesheet_id: 144, employee_id: 28, hours_logged: "22.06", date: "2023-01-06", billable_hours: "11.83" },
            { timesheet_id: 145, employee_id: 48, hours_logged: "22.17", date: "2023-06-27", billable_hours: "12.27" },
            { timesheet_id: 146, employee_id: 49, hours_logged: "17.48", date: "2023-11-17", billable_hours: "5.39" },
            { timesheet_id: 147, employee_id: 53, hours_logged: "9.57", date: "2023-10-14", billable_hours: "6.30" },
            { timesheet_id: 148, employee_id: 39, hours_logged: "21.72", date: "2023-12-09", billable_hours: "11.12" },
            { timesheet_id: 149, employee_id: 75, hours_logged: "2.24", date: "2023-11-15", billable_hours: "15.72" },
            { timesheet_id: 150, employee_id: 40, hours_logged: "23.96", date: "2023-02-03", billable_hours: "6.60" },
            { timesheet_id: 151, employee_id: 5, hours_logged: "2.81", date: "2023-01-04", billable_hours: "13.82" },
            { timesheet_id: 152, employee_id: 15, hours_logged: "8.11", date: "2023-05-29", billable_hours: "9.93" },
            { timesheet_id: 153, employee_id: 1, hours_logged: "3.00", date: "2023-08-01", billable_hours: "14.95" },
            { timesheet_id: 154, employee_id: 78, hours_logged: "23.18", date: "2023-11-29", billable_hours: "13.14" },
            { timesheet_id: 155, employee_id: 59, hours_logged: "10.60", date: "2023-02-23", billable_hours: "9.10" },
            { timesheet_id: 156, employee_id: 86, hours_logged: "2.16", date: "2023-11-24", billable_hours: "10.77" },
            { timesheet_id: 157, employee_id: 48, hours_logged: "8.80", date: "2023-06-02", billable_hours: "8.09" },
            { timesheet_id: 158, employee_id: 32, hours_logged: "3.10", date: "2023-03-22", billable_hours: "10.93" },
            { timesheet_id: 159, employee_id: 28, hours_logged: "22.67", date: "2023-01-05", billable_hours: "14.69" },
            { timesheet_id: 160, employee_id: 85, hours_logged: "15.64", date: "2023-09-18", billable_hours: "9.78" },
            { timesheet_id: 161, employee_id: 47, hours_logged: "1.40", date: "2023-08-17", billable_hours: "13.66" },
            { timesheet_id: 162, employee_id: 18, hours_logged: "7.19", date: "2023-02-20", billable_hours: "8.86" },
            { timesheet_id: 163, employee_id: 95, hours_logged: "18.66", date: "2023-08-24", billable_hours: "18.68" },
            { timesheet_id: 164, employee_id: 53, hours_logged: "6.16", date: "2023-10-15", billable_hours: "8.41" },
            { timesheet_id: 165, employee_id: 23, hours_logged: "13.20", date: "2023-02-21", billable_hours: "17.02" },
            { timesheet_id: 166, employee_id: 21, hours_logged: "22.74", date: "2023-08-12", billable_hours: "10.55" },
            { timesheet_id: 167, employee_id: 55, hours_logged: "0.23", date: "2023-03-23", billable_hours: "9.25" },
            { timesheet_id: 168, employee_id: 31, hours_logged: "16.44", date: "2023-06-17", billable_hours: "11.87" },
            { timesheet_id: 169, employee_id: 29, hours_logged: "8.16", date: "2023-08-16", billable_hours: "6.19" },
            { timesheet_id: 170, employee_id: 12, hours_logged: "0.91", date: "2023-07-11", billable_hours: "13.33" },
            { timesheet_id: 171, employee_id: 13, hours_logged: "14.39", date: "2023-02-14", billable_hours: "15.16" },
            { timesheet_id: 172, employee_id: 61, hours_logged: "11.62", date: "2023-02-24", billable_hours: "10.70" },
            { timesheet_id: 173, employee_id: 29, hours_logged: "16.88", date: "2023-04-14", billable_hours: "8.54" },
            { timesheet_id: 174, employee_id: 94, hours_logged: "11.42", date: "2023-12-23", billable_hours: "19.45" },
            { timesheet_id: 175, employee_id: 50, hours_logged: "18.47", date: "2023-08-09", billable_hours: "12.55" },
            { timesheet_id: 176, employee_id: 55, hours_logged: "16.58", date: "2023-12-31", billable_hours: "15.22" },
            { timesheet_id: 177, employee_id: 28, hours_logged: "9.53", date: "2023-05-30", billable_hours: "16.91" },
            { timesheet_id: 178, employee_id: 66, hours_logged: "17.03", date: "2023-12-29", billable_hours: "11.16" },
            { timesheet_id: 179, employee_id: 67, hours_logged: "11.45", date: "2023-01-09", billable_hours: "13.03" },
            { timesheet_id: 180, employee_id: 57, hours_logged: "10.05", date: "2023-10-17", billable_hours: "8.09" },
            { timesheet_id: 181, employee_id: 76, hours_logged: "1.97", date: "2023-12-19", billable_hours: "12.64" },
            { timesheet_id: 182, employee_id: 96, hours_logged: "4.51", date: "2023-06-30", billable_hours: "12.88" },
            { timesheet_id: 183, employee_id: 66, hours_logged: "1.05", date: "2023-05-07", billable_hours: "10.38" },
            { timesheet_id: 184, employee_id: 99, hours_logged: "9.73", date: "2023-07-29", billable_hours: "15.21" },
            { timesheet_id: 185, employee_id: 50, hours_logged: "7.49", date: "2023-09-13", billable_hours: "17.45" },
            { timesheet_id: 186, employee_id: 15, hours_logged: "24.00", date: "2023-01-23", billable_hours: "15.63" },
            { timesheet_id: 187, employee_id: 14, hours_logged: "16.55", date: "2023-04-08", billable_hours: "15.37" },
            { timesheet_id: 188, employee_id: 22, hours_logged: "6.68", date: "2023-03-24", billable_hours: "16.16" },
            { timesheet_id: 189, employee_id: 40, hours_logged: "11.75", date: "2023-09-14", billable_hours: "9.54" },
            { timesheet_id: 190, employee_id: 23, hours_logged: "6.03", date: "2023-06-30", billable_hours: "10.41" },
            { timesheet_id: 191, employee_id: 20, hours_logged: "5.26", date: "2023-10-15", billable_hours: "8.12" },
            { timesheet_id: 192, employee_id: 2, hours_logged: "20.74", date: "2023-11-03", billable_hours: "11.79" },
            { timesheet_id: 193, employee_id: 17, hours_logged: "3.59", date: "2023-07-14", billable_hours: "13.70" },
            { timesheet_id: 194, employee_id: 78, hours_logged: "9.04", date: "2023-09-02", billable_hours: "18.69" },
            { timesheet_id: 195, employee_id: 58, hours_logged: "0.66", date: "2023-12-14", billable_hours: "13.61" },
            { timesheet_id: 196, employee_id: 48, hours_logged: "6.26", date: "2023-01-12", billable_hours: "9.92" },
            { timesheet_id: 197, employee_id: 2, hours_logged: "22.42", date: "2023-02-08", billable_hours: "9.88" },
            { timesheet_id: 198, employee_id: 48, hours_logged: "10.15", date: "2023-02-09", billable_hours: "21.44" },
            { timesheet_id: 199, employee_id: 49, hours_logged: "15.01", date: "2023-12-29", billable_hours: "12.26" },
            { timesheet_id: 200, employee_id: 76, hours_logged: "13.15", date: "2023-03-08", billable_hours: "9.37" },
            { timesheet_id: 201, employee_id: 30, hours_logged: "13.40", date: "2023-07-03", billable_hours: "16.99" },
            { timesheet_id: 202, employee_id: 20, hours_logged: "12.03", date: "2023-04-12", billable_hours: "16.27" },
            { timesheet_id: 203, employee_id: 80, hours_logged: "0.48", date: "2023-03-03", billable_hours: "3.96" },
            { timesheet_id: 204, employee_id: 2, hours_logged: "1.72", date: "2023-01-02", billable_hours: "10.94" },
            { timesheet_id: 205, employee_id: 90, hours_logged: "19.39", date: "2023-06-24", billable_hours: "7.27" },
            { timesheet_id: 206, employee_id: 95, hours_logged: "15.89", date: "2023-05-02", billable_hours: "8.93" },
            { timesheet_id: 207, employee_id: 89, hours_logged: "17.20", date: "2023-09-06", billable_hours: "14.76" },
            { timesheet_id: 208, employee_id: 49, hours_logged: "2.38", date: "2023-10-26", billable_hours: "15.25" },
            { timesheet_id: 209, employee_id: 45, hours_logged: "19.05", date: "2023-03-24", billable_hours: "16.84" },
            { timesheet_id: 210, employee_id: 66, hours_logged: "22.20", date: "2023-10-22", billable_hours: "10.63" },
            { timesheet_id: 211, employee_id: 19, hours_logged: "10.02", date: "2023-03-08", billable_hours: "15.87" },
            { timesheet_id: 212, employee_id: 71, hours_logged: "12.25", date: "2023-04-06", billable_hours: "12.79" },
            { timesheet_id: 213, employee_id: 90, hours_logged: "10.54", date: "2023-11-27", billable_hours: "18.54" },
            { timesheet_id: 214, employee_id: 92, hours_logged: "2.07", date: "2023-08-19", billable_hours: "12.00" },
            { timesheet_id: 215, employee_id: 54, hours_logged: "12.80", date: "2023-10-29", billable_hours: "10.50" },
            { timesheet_id: 216, employee_id: 74, hours_logged: "4.88", date: "2023-01-23", billable_hours: "15.00" },
            { timesheet_id: 217, employee_id: 94, hours_logged: "14.21", date: "2023-12-29", billable_hours: "11.18" },
            { timesheet_id: 218, employee_id: 10, hours_logged: "2.62", date: "2023-06-30", billable_hours: "16.85" },
            { timesheet_id: 219, employee_id: 2, hours_logged: "2.05", date: "2023-01-01", billable_hours: "10.77" },
            { timesheet_id: 220, employee_id: 29, hours_logged: "20.02", date: "2023-05-05", billable_hours: "9.85" },
            { timesheet_id: 221, employee_id: 82, hours_logged: "17.93", date: "2023-09-30", billable_hours: "4.77" },
            { timesheet_id: 222, employee_id: 20, hours_logged: "12.53", date: "2023-07-15", billable_hours: "13.54" },
            { timesheet_id: 223, employee_id: 75, hours_logged: "13.27", date: "2023-06-18", billable_hours: "8.32" },
            { timesheet_id: 224, employee_id: 20, hours_logged: "1.46", date: "2023-09-21", billable_hours: "8.86" },
            { timesheet_id: 225, employee_id: 35, hours_logged: "11.99", date: "2023-03-04", billable_hours: "8.88" },
            { timesheet_id: 226, employee_id: 85, hours_logged: "6.21", date: "2023-12-11", billable_hours: "13.01" },
            { timesheet_id: 227, employee_id: 59, hours_logged: "12.81", date: "2023-02-03", billable_hours: "15.88" },
            { timesheet_id: 228, employee_id: 27, hours_logged: "10.07", date: "2023-02-09", billable_hours: "12.45" },
            { timesheet_id: 229, employee_id: 60, hours_logged: "19.38", date: "2023-03-12", billable_hours: "15.52" },
            { timesheet_id: 230, employee_id: 45, hours_logged: "6.37", date: "2023-11-08", billable_hours: "17.24" },
            { timesheet_id: 231, employee_id: 29, hours_logged: "18.72", date: "2023-01-31", billable_hours: "11.32" },
            { timesheet_id: 232, employee_id: 82, hours_logged: "15.37", date: "2023-06-20", billable_hours: "4.18" },
            { timesheet_id: 233, employee_id: 3, hours_logged: "20.02", date: "2023-03-20", billable_hours: "14.63" },
            { timesheet_id: 234, employee_id: 50, hours_logged: "6.33", date: "2023-10-06", billable_hours: "9.98" },
            { timesheet_id: 235, employee_id: 57, hours_logged: "5.93", date: "2023-08-18", billable_hours: "10.00" },
            { timesheet_id: 236, employee_id: 11, hours_logged: "12.53", date: "2023-06-15", billable_hours: "6.73" },
            { timesheet_id: 237, employee_id: 39, hours_logged: "21.42", date: "2023-07-19", billable_hours: "13.12" },
            { timesheet_id: 238, employee_id: 11, hours_logged: "21.32", date: "2023-08-16", billable_hours: "13.80" },
            { timesheet_id: 239, employee_id: 49, hours_logged: "17.51", date: "2023-02-28", billable_hours: "14.64" },
            { timesheet_id: 240, employee_id: 94, hours_logged: "9.87", date: "2023-03-14", billable_hours: "11.54" },
            { timesheet_id: 241, employee_id: 82, hours_logged: "5.93", date: "2023-02-28", billable_hours: "11.52" },
            { timesheet_id: 242, employee_id: 45, hours_logged: "10.92", date: "2023-03-04", billable_hours: "6.93" },
            { timesheet_id: 243, employee_id: 95, hours_logged: "16.02", date: "2023-05-26", billable_hours: "15.89" },
            { timesheet_id: 244, employee_id: 11, hours_logged: "2.78", date: "2023-05-09", billable_hours: "8.80" },
            { timesheet_id: 245, employee_id: 70, hours_logged: "16.24", date: "2023-08-08", billable_hours: "10.45" },
            { timesheet_id: 246, employee_id: 50, hours_logged: "22.00", date: "2023-03-22", billable_hours: "11.02" },
            { timesheet_id: 247, employee_id: 67, hours_logged: "23.89", date: "2023-12-07", billable_hours: "11.84" },
            { timesheet_id: 248, employee_id: 59, hours_logged: "4.02", date: "2023-07-16", billable_hours: "6.81" },
            { timesheet_id: 249, employee_id: 53, hours_logged: "6.23", date: "2023-06-16", billable_hours: "4.47" },
            { timesheet_id: 250, employee_id: 38, hours_logged: "19.78", date: "2023-10-16", billable_hours: "13.62" },
            { timesheet_id: 251, employee_id: 68, hours_logged: "7.23", date: "2023-03-27", billable_hours: "17.11" },
            { timesheet_id: 252, employee_id: 39, hours_logged: "11.70", date: "2023-08-29", billable_hours: "10.83" },
            { timesheet_id: 253, employee_id: 21, hours_logged: "3.45", date: "2023-10-10", billable_hours: "12.60" },
            { timesheet_id: 254, employee_id: 91, hours_logged: "10.20", date: "2023-09-10", billable_hours: "15.03" },
            { timesheet_id: 255, employee_id: 35, hours_logged: "6.21", date: "2023-12-25", billable_hours: "8.08" },
            { timesheet_id: 256, employee_id: 84, hours_logged: "5.60", date: "2023-01-23", billable_hours: "9.47" },
            { timesheet_id: 257, employee_id: 88, hours_logged: "3.67", date: "2023-11-02", billable_hours: "6.67" },
            { timesheet_id: 258, employee_id: 4, hours_logged: "3.29", date: "2023-01-08", billable_hours: "10.45" },
            { timesheet_id: 259, employee_id: 96, hours_logged: "6.67", date: "2023-11-04", billable_hours: "16.23" },
            { timesheet_id: 260, employee_id: 23, hours_logged: "16.07", date: "2023-07-15", billable_hours: "16.25" },
            { timesheet_id: 261, employee_id: 85, hours_logged: "20.94", date: "2023-04-03", billable_hours: "10.57" },
            { timesheet_id: 262, employee_id: 61, hours_logged: "21.72", date: "2023-06-12", billable_hours: "17.08" },
            { timesheet_id: 263, employee_id: 48, hours_logged: "11.34", date: "2023-05-29", billable_hours: "19.47" },
            { timesheet_id: 264, employee_id: 94, hours_logged: "10.78", date: "2023-03-14", billable_hours: "12.50" },
            { timesheet_id: 265, employee_id: 16, hours_logged: "1.06", date: "2023-08-05", billable_hours: "9.31" },
            { timesheet_id: 266, employee_id: 23, hours_logged: "10.08", date: "2023-08-01", billable_hours: "11.15" },
            { timesheet_id: 267, employee_id: 86, hours_logged: "17.49", date: "2023-03-24", billable_hours: "12.40" },
            { timesheet_id: 268, employee_id: 82, hours_logged: "12.43", date: "2023-12-06", billable_hours: "15.87" },
            { timesheet_id: 269, employee_id: 49, hours_logged: "4.72", date: "2023-01-28", billable_hours: "9.77" },
            { timesheet_id: 270, employee_id: 88, hours_logged: "1.14", date: "2023-08-10", billable_hours: "12.54" },
            { timesheet_id: 271, employee_id: 76, hours_logged: "9.08", date: "2023-01-05", billable_hours: "13.47" },
            { timesheet_id: 272, employee_id: 35, hours_logged: "22.43", date: "2023-02-12", billable_hours: "8.43" },
            { timesheet_id: 273, employee_id: 50, hours_logged: "6.13", date: "2023-02-26", billable_hours: "7.58" },
            { timesheet_id: 274, employee_id: 60, hours_logged: "15.78", date: "2023-03-13", billable_hours: "9.84" },
            { timesheet_id: 275, employee_id: 64, hours_logged: "20.18", date: "2023-07-18", billable_hours: "8.28" },
            { timesheet_id: 276, employee_id: 21, hours_logged: "5.64", date: "2023-05-13", billable_hours: "7.68" },
            { timesheet_id: 277, employee_id: 45, hours_logged: "18.74", date: "2023-09-25", billable_hours: "14.73" },
            { timesheet_id: 278, employee_id: 49, hours_logged: "11.41", date: "2023-03-11", billable_hours: "5.13" },
            { timesheet_id: 279, employee_id: 83, hours_logged: "17.20", date: "2023-11-22", billable_hours: "14.79" },
            { timesheet_id: 280, employee_id: 25, hours_logged: "0.75", date: "2023-05-27", billable_hours: "14.69" },
            { timesheet_id: 281, employee_id: 23, hours_logged: "16.20", date: "2023-09-26", billable_hours: "12.81" },
            { timesheet_id: 282, employee_id: 99, hours_logged: "4.77", date: "2023-05-04", billable_hours: "16.75" },
            { timesheet_id: 283, employee_id: 11, hours_logged: "17.12", date: "2023-02-05", billable_hours: "19.47" },
            { timesheet_id: 284, employee_id: 94, hours_logged: "8.26", date: "2023-06-16", billable_hours: "15.64" },
            { timesheet_id: 285, employee_id: 23, hours_logged: "23.80", date: "2023-07-04", billable_hours: "12.06" },
            { timesheet_id: 286, employee_id: 86, hours_logged: "5.04", date: "2023-12-04", billable_hours: "7.04" },
            { timesheet_id: 287, employee_id: 25, hours_logged: "19.90", date: "2023-05-16", billable_hours: "13.85" },
            { timesheet_id: 288, employee_id: 44, hours_logged: "12.61", date: "2023-05-04", billable_hours: "9.25" },
            { timesheet_id: 289, employee_id: 34, hours_logged: "22.88", date: "2023-07-23", billable_hours: "11.58" },
            { timesheet_id: 290, employee_id: 22, hours_logged: "13.15", date: "2023-04-04", billable_hours: "12.55" },
            { timesheet_id: 291, employee_id: 84, hours_logged: "3.85", date: "2023-04-03", billable_hours: "14.42" },
            { timesheet_id: 292, employee_id: 85, hours_logged: "5.32", date: "2023-11-26", billable_hours: "13.05" },
            { timesheet_id: 293, employee_id: 38, hours_logged: "23.47", date: "2023-09-24", billable_hours: "6.97" },
            { timesheet_id: 294, employee_id: 28, hours_logged: "18.40", date: "2023-07-19", billable_hours: "8.67" },
            { timesheet_id: 295, employee_id: 58, hours_logged: "2.66", date: "2023-10-07", billable_hours: "15.79" },
            { timesheet_id: 296, employee_id: 57, hours_logged: "7.54", date: "2023-07-05", billable_hours: "15.16" },
            { timesheet_id: 297, employee_id: 47, hours_logged: "11.53", date: "2023-07-19", billable_hours: "12.39" },
            { timesheet_id: 298, employee_id: 18, hours_logged: "16.51", date: "2023-10-22", billable_hours: "11.20" },
            { timesheet_id: 299, employee_id: 50, hours_logged: "14.88", date: "2023-07-07", billable_hours: "14.27" },
            { timesheet_id: 300, employee_id: 73, hours_logged: "19.85", date: "2023-10-10", billable_hours: "11.69" },
            { timesheet_id: 301, employee_id: 38, hours_logged: "21.89", date: "2023-03-10", billable_hours: "12.45" },
            { timesheet_id: 302, employee_id: 31, hours_logged: "9.61", date: "2023-03-03", billable_hours: "7.39" },
            { timesheet_id: 303, employee_id: 14, hours_logged: "6.62", date: "2023-10-10", billable_hours: "6.87" },
            { timesheet_id: 304, employee_id: 89, hours_logged: "11.82", date: "2023-09-05", billable_hours: "8.52" },
            { timesheet_id: 305, employee_id: 16, hours_logged: "2.42", date: "2023-01-17", billable_hours: "5.74" },
            { timesheet_id: 306, employee_id: 81, hours_logged: "12.45", date: "2023-06-18", billable_hours: "9.73" },
            { timesheet_id: 307, employee_id: 4, hours_logged: "15.39", date: "2023-03-15", billable_hours: "9.74" },
            { timesheet_id: 308, employee_id: 75, hours_logged: "21.93", date: "2023-01-11", billable_hours: "11.82" },
            { timesheet_id: 309, employee_id: 53, hours_logged: "15.82", date: "2023-11-03", billable_hours: "15.74" },
            { timesheet_id: 310, employee_id: 39, hours_logged: "12.87", date: "2023-10-26", billable_hours: "12.40" },
            { timesheet_id: 311, employee_id: 60, hours_logged: "14.88", date: "2023-03-19", billable_hours: "9.91" },
            { timesheet_id: 312, employee_id: 29, hours_logged: "3.24", date: "2023-11-03", billable_hours: "9.84" },
            { timesheet_id: 313, employee_id: 74, hours_logged: "3.02", date: "2023-09-29", billable_hours: "9.63" },
            { timesheet_id: 314, employee_id: 95, hours_logged: "12.28", date: "2023-10-31", billable_hours: "12.54" },
            { timesheet_id: 315, employee_id: 65, hours_logged: "6.49", date: "2023-10-07", billable_hours: "10.33" },
            { timesheet_id: 316, employee_id: 37, hours_logged: "1.50", date: "2023-06-29", billable_hours: "9.12" },
            { timesheet_id: 317, employee_id: 20, hours_logged: "8.99", date: "2023-10-12", billable_hours: "7.39" },
            { timesheet_id: 318, employee_id: 38, hours_logged: "22.90", date: "2023-09-30", billable_hours: "10.55" },
            { timesheet_id: 319, employee_id: 60, hours_logged: "8.74", date: "2023-04-12", billable_hours: "14.62" },
            { timesheet_id: 320, employee_id: 5, hours_logged: "7.21", date: "2023-04-03", billable_hours: "12.94" },
            { timesheet_id: 321, employee_id: 39, hours_logged: "13.24", date: "2023-11-17", billable_hours: "15.18" },
            { timesheet_id: 322, employee_id: 95, hours_logged: "9.89", date: "2023-03-15", billable_hours: "15.23" },
            { timesheet_id: 323, employee_id: 59, hours_logged: "19.43", date: "2023-03-27", billable_hours: "11.14" },
            { timesheet_id: 324, employee_id: 78, hours_logged: "10.46", date: "2023-05-10", billable_hours: "13.74" },
            { timesheet_id: 325, employee_id: 38, hours_logged: "14.81", date: "2023-03-27", billable_hours: "5.72" },
            { timesheet_id: 326, employee_id: 86, hours_logged: "2.81", date: "2023-10-08", billable_hours: "13.42" },
            { timesheet_id: 327, employee_id: 4, hours_logged: "22.26", date: "2023-11-05", billable_hours: "13.45" },
            { timesheet_id: 328, employee_id: 55, hours_logged: "2.41", date: "2023-07-05", billable_hours: "14.10" },
            { timesheet_id: 329, employee_id: 88, hours_logged: "4.90", date: "2023-01-08", billable_hours: "12.53" },
            { timesheet_id: 330, employee_id: 74, hours_logged: "0.60", date: "2023-01-02", billable_hours: "11.67" },
            { timesheet_id: 331, employee_id: 38, hours_logged: "13.72", date: "2023-01-17", billable_hours: "8.91" },
            { timesheet_id: 332, employee_id: 10, hours_logged: "11.46", date: "2023-02-15", billable_hours: "8.57" },
            { timesheet_id: 333, employee_id: 28, hours_logged: "18.17", date: "2023-05-14", billable_hours: "10.04" },
            { timesheet_id: 334, employee_id: 8, hours_logged: "19.49", date: "2023-12-29", billable_hours: "9.55" },
            { timesheet_id: 335, employee_id: 20, hours_logged: "19.78", date: "2023-07-08", billable_hours: "9.40" },
            { timesheet_id: 336, employee_id: 94, hours_logged: "3.50", date: "2023-12-20", billable_hours: "12.81" },
            { timesheet_id: 337, employee_id: 73, hours_logged: "2.64", date: "2023-12-05", billable_hours: "7.21" },
            { timesheet_id: 338, employee_id: 16, hours_logged: "6.36", date: "2023-12-14", billable_hours: "16.87" },
            { timesheet_id: 339, employee_id: 83, hours_logged: "23.80", date: "2023-03-23", billable_hours: "13.41" },
            { timesheet_id: 340, employee_id: 82, hours_logged: "19.18", date: "2023-03-24", billable_hours: "12.05" },
            { timesheet_id: 341, employee_id: 89, hours_logged: "6.78", date: "2023-05-28", billable_hours: "11.60" },
            { timesheet_id: 342, employee_id: 85, hours_logged: "7.50", date: "2023-10-13", billable_hours: "12.92" },
            { timesheet_id: 343, employee_id: 78, hours_logged: "8.77", date: "2023-05-05", billable_hours: "10.16" },
            { timesheet_id: 344, employee_id: 57, hours_logged: "16.07", date: "2023-01-18", billable_hours: "7.78" },
            { timesheet_id: 345, employee_id: 72, hours_logged: "2.48", date: "2023-01-25", billable_hours: "16.43" },
            { timesheet_id: 346, employee_id: 82, hours_logged: "18.34", date: "2023-06-08", billable_hours: "13.70" },
            { timesheet_id: 347, employee_id: 40, hours_logged: "18.17", date: "2023-11-03", billable_hours: "11.35" },
            { timesheet_id: 348, employee_id: 35, hours_logged: "3.30", date: "2023-05-15", billable_hours: "14.71" },
            { timesheet_id: 349, employee_id: 90, hours_logged: "20.91", date: "2023-12-31", billable_hours: "11.64" },
            { timesheet_id: 350, employee_id: 79, hours_logged: "16.02", date: "2023-07-26", billable_hours: "14.44" },
            { timesheet_id: 351, employee_id: 82, hours_logged: "19.51", date: "2023-03-31", billable_hours: "16.11" },
            { timesheet_id: 352, employee_id: 57, hours_logged: "13.65", date: "2023-02-28", billable_hours: "15.32" },
            { timesheet_id: 353, employee_id: 85, hours_logged: "18.19", date: "2023-04-21", billable_hours: "9.70" },
            { timesheet_id: 354, employee_id: 57, hours_logged: "15.92", date: "2023-04-04", billable_hours: "16.30" },
            { timesheet_id: 355, employee_id: 26, hours_logged: "20.93", date: "2023-05-17", billable_hours: "11.13" },
            { timesheet_id: 356, employee_id: 74, hours_logged: "23.79", date: "2023-04-26", billable_hours: "12.25" },
            { timesheet_id: 357, employee_id: 63, hours_logged: "11.94", date: "2023-07-25", billable_hours: "11.11" },
            { timesheet_id: 358, employee_id: 66, hours_logged: "6.33", date: "2023-08-14", billable_hours: "12.53" },
            { timesheet_id: 359, employee_id: 55, hours_logged: "23.52", date: "2023-07-19", billable_hours: "15.03" },
            { timesheet_id: 360, employee_id: 2, hours_logged: "11.63", date: "2023-11-04", billable_hours: "17.83" },
            { timesheet_id: 361, employee_id: 48, hours_logged: "20.06", date: "2023-07-04", billable_hours: "16.20" },
            { timesheet_id: 362, employee_id: 89, hours_logged: "4.99", date: "2023-09-30", billable_hours: "10.79" },
            { timesheet_id: 363, employee_id: 84, hours_logged: "16.60", date: "2023-05-24", billable_hours: "10.61" },
            { timesheet_id: 364, employee_id: 65, hours_logged: "4.85", date: "2023-08-10", billable_hours: "13.18" },
            { timesheet_id: 365, employee_id: 18, hours_logged: "10.34", date: "2023-04-08", billable_hours: "9.47" },
            { timesheet_id: 366, employee_id: 6, hours_logged: "23.09", date: "2023-10-13", billable_hours: "8.14" },
            { timesheet_id: 367, employee_id: 20, hours_logged: "11.29", date: "2023-04-10", billable_hours: "10.06" },
            { timesheet_id: 368, employee_id: 96, hours_logged: "15.64", date: "2023-09-16", billable_hours: "4.42" },
            { timesheet_id: 369, employee_id: 74, hours_logged: "4.87", date: "2023-05-18", billable_hours: "12.26" },
            { timesheet_id: 370, employee_id: 78, hours_logged: "10.33", date: "2023-07-29", billable_hours: "17.23" },
            { timesheet_id: 371, employee_id: 21, hours_logged: "23.74", date: "2023-06-19", billable_hours: "10.62" },
            { timesheet_id: 372, employee_id: 1, hours_logged: "15.21", date: "2023-10-24", billable_hours: "15.79" },
            { timesheet_id: 373, employee_id: 21, hours_logged: "4.02", date: "2023-10-23", billable_hours: "7.28" },
            { timesheet_id: 374, employee_id: 53, hours_logged: "19.04", date: "2023-08-15", billable_hours: "11.82" },
            { timesheet_id: 375, employee_id: 12, hours_logged: "4.90", date: "2023-03-07", billable_hours: "15.41" },
            { timesheet_id: 376, employee_id: 45, hours_logged: "18.06", date: "2023-09-21", billable_hours: "8.40" },
            { timesheet_id: 377, employee_id: 49, hours_logged: "14.73", date: "2023-05-18", billable_hours: "10.19" },
            { timesheet_id: 378, employee_id: 74, hours_logged: "12.01", date: "2023-02-28", billable_hours: "12.67" },
            { timesheet_id: 379, employee_id: 19, hours_logged: "22.65", date: "2023-08-20", billable_hours: "6.43" },
            { timesheet_id: 380, employee_id: 50, hours_logged: "20.26", date: "2023-06-24", billable_hours: "13.09" },
            { timesheet_id: 381, employee_id: 59, hours_logged: "17.35", date: "2023-05-10", billable_hours: "5.87" },
            { timesheet_id: 382, employee_id: 53, hours_logged: "2.53", date: "2023-10-09", billable_hours: "6.54" },
            { timesheet_id: 383, employee_id: 25, hours_logged: "10.44", date: "2023-03-26", billable_hours: "12.25" },
            { timesheet_id: 384, employee_id: 9, hours_logged: "1.43", date: "2023-05-17", billable_hours: "5.58" },
            { timesheet_id: 385, employee_id: 31, hours_logged: "0.63", date: "2023-07-31", billable_hours: "14.29" },
            { timesheet_id: 386, employee_id: 73, hours_logged: "14.40", date: "2023-05-21", billable_hours: "11.66" },
            { timesheet_id: 387, employee_id: 94, hours_logged: "23.92", date: "2023-04-14", billable_hours: "7.70" },
            { timesheet_id: 388, employee_id: 53, hours_logged: "2.69", date: "2023-03-30", billable_hours: "15.66" },
            { timesheet_id: 389, employee_id: 79, hours_logged: "0.17", date: "2023-11-07", billable_hours: "15.10" },
            { timesheet_id: 390, employee_id: 46, hours_logged: "2.51", date: "2023-02-25", billable_hours: "2.02" },
            { timesheet_id: 391, employee_id: 95, hours_logged: "13.90", date: "2023-11-15", billable_hours: "15.51" },
            { timesheet_id: 392, employee_id: 3, hours_logged: "20.67", date: "2023-09-19", billable_hours: "9.26" },
            { timesheet_id: 393, employee_id: 47, hours_logged: "23.65", date: "2023-03-28", billable_hours: "12.35" },
            { timesheet_id: 394, employee_id: 48, hours_logged: "8.80", date: "2023-10-25", billable_hours: "14.14" },
            { timesheet_id: 395, employee_id: 56, hours_logged: "16.65", date: "2023-01-18", billable_hours: "10.25" },
            { timesheet_id: 396, employee_id: 10, hours_logged: "2.09", date: "2023-04-26", billable_hours: "9.72" },
            { timesheet_id: 397, employee_id: 83, hours_logged: "0.85", date: "2023-10-16", billable_hours: "10.92" },
            { timesheet_id: 398, employee_id: 18, hours_logged: "11.04", date: "2023-10-06", billable_hours: "21.75" },
            { timesheet_id: 399, employee_id: 59, hours_logged: "13.75", date: "2023-02-25", billable_hours: "8.96" },
            { timesheet_id: 400, employee_id: 13, hours_logged: "23.16", date: "2023-03-29", billable_hours: "12.71" },
            { timesheet_id: 401, employee_id: 49, hours_logged: "7.50", date: "2023-03-21", billable_hours: "16.26" },
            { timesheet_id: 402, employee_id: 77, hours_logged: "16.97", date: "2023-10-13", billable_hours: "9.90" },
            { timesheet_id: 403, employee_id: 37, hours_logged: "13.94", date: "2023-10-29", billable_hours: "7.08" },
            { timesheet_id: 404, employee_id: 2, hours_logged: "11.25", date: "2023-01-16", billable_hours: "12.52" },
            { timesheet_id: 405, employee_id: 63, hours_logged: "3.17", date: "2023-04-13", billable_hours: "15.23" },
            { timesheet_id: 406, employee_id: 85, hours_logged: "9.31", date: "2023-01-28", billable_hours: "11.11" },
            { timesheet_id: 407, employee_id: 5, hours_logged: "22.79", date: "2023-06-15", billable_hours: "15.58" },
            { timesheet_id: 408, employee_id: 20, hours_logged: "5.51", date: "2023-08-29", billable_hours: "5.16" },
            { timesheet_id: 409, employee_id: 45, hours_logged: "5.07", date: "2023-02-06", billable_hours: "13.21" },
            { timesheet_id: 410, employee_id: 85, hours_logged: "16.12", date: "2023-01-16", billable_hours: "7.06" },
            { timesheet_id: 411, employee_id: 69, hours_logged: "2.12", date: "2023-01-13", billable_hours: "16.59" },
        ],
    });
}

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