// Manufacturing Operations Dataset (manufacturing-operations-dataset) 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.production_orders), 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.production_orders.createMany({
        data: [
            { id: 1, order_date: "2022-10-11", customer_name: "Yusuf Novak", product_name: "Modern Jacket", quantity: 867, inventory_level: 62, material_required: "wire", employee_skills: "design welding scheduling", downtime_hours: "6.66" },
            { id: 2, order_date: "2023-02-01", customer_name: "Yara Pereira", product_name: "Wireless Mug", quantity: 440, inventory_level: 131, material_required: "production operation", employee_skills: "creativity testing capability", downtime_hours: "14.07" },
            { id: 3, order_date: "2022-07-11", customer_name: "Rafael Chen", product_name: "Travel Keyboard", quantity: 378, inventory_level: 409, material_required: "adhesive", employee_skills: "flexibility knowledge", downtime_hours: "9.81" },
            { id: 4, order_date: "2023-05-17", customer_name: "Deniz Wang", product_name: "Modern Kettle", quantity: 98, inventory_level: 318, material_required: "adhesive supply system", employee_skills: "customer automation experience", downtime_hours: "12.35" },
            { id: 5, order_date: "2023-03-13", customer_name: "Hugo Larsen", product_name: "Modern Router", quantity: 274, inventory_level: 82, material_required: "part", employee_skills: null, downtime_hours: "10.44" },
            { id: 6, order_date: "2023-09-04", customer_name: "Victor Evans", product_name: "Eco Kettle", quantity: 711, inventory_level: 365, material_required: "wire paint", employee_skills: "leadership effectiveness coordination", downtime_hours: "5.93" },
            { id: 7, order_date: "2022-06-26", customer_name: "Sam Hassan", product_name: "Heavy Duty Tripod", quantity: 977, inventory_level: 65, material_required: "gas", employee_skills: "support execution", downtime_hours: "7.43" },
            { id: 8, order_date: "2022-08-06", customer_name: "Chen Ruiz", product_name: "Heavy Duty Lantern", quantity: 107, inventory_level: 311, material_required: "instrument", employee_skills: "automation safety", downtime_hours: "15.27" },
            { id: 9, order_date: "2023-03-21", customer_name: "Sven Reyes", product_name: "Ultra Jacket", quantity: 783, inventory_level: 304, material_required: "instrument", employee_skills: "testing automation", downtime_hours: "14.92" },
            { id: 10, order_date: "2023-12-20", customer_name: "Leo Wilson", product_name: "Classic Lantern", quantity: 263, inventory_level: 438, material_required: "part", employee_skills: "leadership", downtime_hours: "8.01" },
            { id: 11, order_date: "2022-05-04", customer_name: "Selin Silva", product_name: "Heavy Duty Keyboard", quantity: 77, inventory_level: 34, material_required: null, employee_skills: "reporting adaptability flexibility", downtime_hours: "15.31" },
            { id: 12, order_date: "2023-04-16", customer_name: "Grace Demir", product_name: "Eco Speaker", quantity: 288, inventory_level: 116, material_required: "nut", employee_skills: "efficiency competence maintenance", downtime_hours: "9.09" },
            { id: 13, order_date: "2022-09-09", customer_name: "Sara Smith", product_name: "Folding Charger", quantity: 337, inventory_level: 451, material_required: "technology copper adhesive", employee_skills: "skills capability", downtime_hours: null },
            { id: 14, order_date: "2023-05-11", customer_name: "Sofia Ahmed", product_name: "Premium Router", quantity: 166, inventory_level: 424, material_required: "material", employee_skills: "engineering", downtime_hours: "6.33" },
            { id: 15, order_date: "2022-06-26", customer_name: "Kai Ibrahim", product_name: "Insulated Mug", quantity: 890, inventory_level: 380, material_required: "paint", employee_skills: "testing specialization creativity", downtime_hours: "11.22" },
            { id: 16, order_date: "2022-04-18", customer_name: "James Kowalski", product_name: "Compact Pan", quantity: 539, inventory_level: 376, material_required: "manufacturing", employee_skills: null, downtime_hours: "11.03" },
            { id: 17, order_date: "2023-11-14", customer_name: "Maya Tanaka", product_name: "Portable Mug", quantity: 842, inventory_level: 69, material_required: "steel", employee_skills: null, downtime_hours: "11.65" },
            { id: 18, order_date: "2023-04-13", customer_name: "Lena Gupta", product_name: "Slim Keyboard", quantity: 910, inventory_level: 437, material_required: "paint structure", employee_skills: null, downtime_hours: "6.79" },
            { id: 19, order_date: "2023-08-28", customer_name: "Mei Hoffmann", product_name: "Slim Umbrella", quantity: 282, inventory_level: 440, material_required: "resource design", employee_skills: "analysis skills", downtime_hours: "8.71" },
            { id: 20, order_date: "2022-12-11", customer_name: "Marco Hansen", product_name: "Classic Planter", quantity: 141, inventory_level: 339, material_required: "adhesive ceramic", employee_skills: "reporting quality support", downtime_hours: "9.39" },
            { id: 21, order_date: "2023-01-06", customer_name: "Oscar Park", product_name: "Modern Notebook", quantity: 110, inventory_level: 153, material_required: "resource part", employee_skills: null, downtime_hours: "11.89" },
            { id: 22, order_date: "2022-09-09", customer_name: "Pedro Oliveira", product_name: "Vintage Tripod", quantity: 856, inventory_level: 24, material_required: "device aluminum", employee_skills: "scheduling operation maintenance", downtime_hours: "9.70" },
            { id: 23, order_date: "2023-12-13", customer_name: "Zoe Khan", product_name: "Mini Camera", quantity: 777, inventory_level: 417, material_required: null, employee_skills: "logistics skills", downtime_hours: null },
            { id: 24, order_date: "2022-12-17", customer_name: "Maya Fischer", product_name: "Pro Backpack", quantity: 942, inventory_level: 373, material_required: "steel part gas", employee_skills: null, downtime_hours: "8.21" },
            { id: 25, order_date: "2022-08-05", customer_name: "Ethan Torres", product_name: "Travel Planter", quantity: 258, inventory_level: 193, material_required: "hardware production", employee_skills: "teamwork research expertise", downtime_hours: "12.44" },
            { id: 26, order_date: "2022-11-04", customer_name: "Ana Dubois", product_name: "Folding Monitor", quantity: 630, inventory_level: 4, material_required: "design wood", employee_skills: "automation customer quality", downtime_hours: null },
            { id: 27, order_date: "2023-09-13", customer_name: "Hugo Evans", product_name: "Modern Lantern", quantity: 838, inventory_level: 247, material_required: "assembly output bearing", employee_skills: "effectiveness coordination", downtime_hours: "16.44" },
            { id: 28, order_date: "2022-06-19", customer_name: "Nadia Schneider", product_name: "Compact Router", quantity: 598, inventory_level: 222, material_required: "screw assembly", employee_skills: "production quality logistics", downtime_hours: "16.88" },
            { id: 29, order_date: "2023-05-29", customer_name: "Anna Sousa", product_name: "Deluxe Camera", quantity: 650, inventory_level: 148, material_required: "output", employee_skills: "development", downtime_hours: "14.04" },
            { id: 30, order_date: "2023-12-18", customer_name: "Maya Demir", product_name: "Standard Notebook", quantity: 761, inventory_level: 265, material_required: "copper tool screw", employee_skills: "testing effectiveness", downtime_hours: "17.70" },
            { id: 31, order_date: "2022-01-27", customer_name: "Ibrahim Diaz", product_name: "Premium Tent", quantity: 775, inventory_level: 34, material_required: "device copper", employee_skills: "design execution", downtime_hours: "16.34" },
            { id: 32, order_date: "2023-06-15", customer_name: "Tomas Patel", product_name: "Insulated Jacket", quantity: 630, inventory_level: 47, material_required: "equipment paint tool", employee_skills: "motivation machining", downtime_hours: "15.87" },
            { id: 33, order_date: "2022-10-05", customer_name: "Carla Schmidt", product_name: "Modern Pan", quantity: 567, inventory_level: 110, material_required: "nut element technology", employee_skills: "analysis skills fabrication", downtime_hours: "8.04" },
            { id: 34, order_date: "2023-10-11", customer_name: "Carla Ali", product_name: "Wireless Pan", quantity: 600, inventory_level: 284, material_required: "output nut", employee_skills: "efficiency maintenance programming", downtime_hours: "14.53" },
            { id: 35, order_date: "2023-05-05", customer_name: "Sofia Jansen", product_name: "Essential Chair", quantity: 94, inventory_level: 164, material_required: "equipment system", employee_skills: "scheduling", downtime_hours: "15.68" },
            { id: 36, order_date: "2022-07-22", customer_name: "Alice Nakamura", product_name: "Slim Speaker", quantity: 406, inventory_level: 457, material_required: "procedure resource", employee_skills: "creativity", downtime_hours: null },
            { id: 37, order_date: "2023-09-23", customer_name: "Isaac Khan", product_name: "Wireless Notebook", quantity: 507, inventory_level: 72, material_required: "operation output", employee_skills: "operation", downtime_hours: "8.39" },
            { id: 38, order_date: "2022-12-26", customer_name: "Theo Cruz", product_name: "Mini Notebook", quantity: 392, inventory_level: 83, material_required: "device", employee_skills: "adaptability skills", downtime_hours: "10.77" },
            { id: 39, order_date: "2023-04-26", customer_name: "Oscar Ali", product_name: "Travel Keyboard", quantity: 165, inventory_level: 239, material_required: "component paint", employee_skills: "specialization engineering automation", downtime_hours: "6.95" },
            { id: 40, order_date: "2022-08-26", customer_name: "Liam Johnson", product_name: "Modern Watch", quantity: 227, inventory_level: 42, material_required: "hardware procedure part", employee_skills: "planning automation", downtime_hours: "13.52" },
            { id: 41, order_date: "2022-12-05", customer_name: "Jonas Ibrahim", product_name: "Wireless Desk Lamp", quantity: 220, inventory_level: 178, material_required: "product", employee_skills: "effectiveness customer", downtime_hours: null },
            { id: 42, order_date: "2023-08-24", customer_name: "Oscar Fischer", product_name: "Folding Speaker", quantity: 218, inventory_level: 39, material_required: "instrument bolt technology", employee_skills: "scheduling leadership programming", downtime_hours: "15.90" },
            { id: 43, order_date: "2022-03-31", customer_name: "Theo Nguyen", product_name: "Modern Chair", quantity: 688, inventory_level: 21, material_required: "output circuit composite", employee_skills: null, downtime_hours: "10.60" },
            { id: 44, order_date: "2023-06-07", customer_name: "Carlos Reyes", product_name: "Premium Desk Lamp", quantity: 994, inventory_level: 259, material_required: "adhesive material production", employee_skills: "specialization adaptability supervision", downtime_hours: "7.95" },
            { id: 45, order_date: "2022-06-03", customer_name: "Tomas Murphy", product_name: "Modern Keyboard", quantity: 596, inventory_level: 94, material_required: "composite supply fixture", employee_skills: "service", downtime_hours: "14.03" },
            { id: 46, order_date: "2023-01-16", customer_name: "Karim Chen", product_name: "Travel Mug", quantity: 659, inventory_level: 488, material_required: null, employee_skills: "coordination", downtime_hours: "13.68" },
            { id: 47, order_date: "2023-07-31", customer_name: "Hugo Johnson", product_name: "Slim Chair", quantity: 838, inventory_level: 198, material_required: null, employee_skills: "experience", downtime_hours: "14.78" },
            { id: 48, order_date: "2023-06-16", customer_name: "Nour Khan", product_name: "Modern Desk Lamp", quantity: 222, inventory_level: 301, material_required: "machine supply paint", employee_skills: "inspection expertise leadership", downtime_hours: "8.48" },
            { id: 49, order_date: "2022-10-31", customer_name: "Uma Clark", product_name: "Mini Watch", quantity: 595, inventory_level: 248, material_required: "procedure paint screw", employee_skills: "execution", downtime_hours: "11.35" },
            { id: 50, order_date: "2022-10-24", customer_name: "Priya Adams", product_name: "Vintage Umbrella", quantity: 858, inventory_level: 215, material_required: "process part fabrication", employee_skills: "technical creativity", downtime_hours: "9.68" },
            { id: 51, order_date: "2023-12-24", customer_name: "Julia Schneider", product_name: "Folding Umbrella", quantity: 622, inventory_level: 442, material_required: "component", employee_skills: "problem-solving operation maintenance", downtime_hours: "7.66" },
            { id: 52, order_date: "2023-03-20", customer_name: "Mia Becker", product_name: "Insulated Planter", quantity: 250, inventory_level: 388, material_required: "design", employee_skills: "initiative management", downtime_hours: "14.05" },
            { id: 53, order_date: "2023-10-10", customer_name: "Lucas Kumar", product_name: "Compact Tent", quantity: 896, inventory_level: 375, material_required: null, employee_skills: "effectiveness welding support", downtime_hours: "13.11" },
            { id: 54, order_date: "2023-01-22", customer_name: "Maria Cruz", product_name: "Heavy Duty Headphones", quantity: 884, inventory_level: 292, material_required: "design steel fabric", employee_skills: "initiative coordination", downtime_hours: "11.30" },
            { id: 55, order_date: "2023-03-02", customer_name: "Rosa Schmidt", product_name: "Deluxe Router", quantity: 952, inventory_level: 155, material_required: "bearing steel", employee_skills: "design", downtime_hours: "11.13" },
            { id: 56, order_date: "2022-03-21", customer_name: "Carlos Evans", product_name: "Heavy Duty Monitor", quantity: 756, inventory_level: 0, material_required: null, employee_skills: "maintenance", downtime_hours: "18.13" },
            { id: 57, order_date: "2022-02-01", customer_name: "Priya Park", product_name: "Modern Tripod", quantity: 470, inventory_level: 378, material_required: "instrument fabrication method", employee_skills: "research efficiency", downtime_hours: "16.92" },
            { id: 58, order_date: "2023-12-13", customer_name: "Felix Ahmed", product_name: "Essential Tent", quantity: 32, inventory_level: 305, material_required: "steel bearing", employee_skills: "competence fabrication execution", downtime_hours: "12.58" },
            { id: 59, order_date: "2023-11-24", customer_name: "Elif Zhang", product_name: "Premium Chair", quantity: 477, inventory_level: 164, material_required: "bolt system copper", employee_skills: "logistics scheduling", downtime_hours: "11.56" },
            { id: 60, order_date: "2023-04-18", customer_name: "Carlos Jansen", product_name: "Premium Notebook", quantity: 40, inventory_level: 82, material_required: "resource steel", employee_skills: "programming problem-solving", downtime_hours: "9.88" },
            { id: 61, order_date: "2023-06-20", customer_name: "Arjun Kaya", product_name: "Modern Jacket", quantity: 945, inventory_level: 141, material_required: "adhesive nut", employee_skills: "motivation quality", downtime_hours: "7.75" },
            { id: 62, order_date: "2022-09-07", customer_name: "Jonas Baker", product_name: "Slim Bottle", quantity: 130, inventory_level: 68, material_required: "copper", employee_skills: null, downtime_hours: "17.58" },
            { id: 63, order_date: "2023-03-12", customer_name: "Chen Hughes", product_name: "Insulated Notebook", quantity: 370, inventory_level: 92, material_required: "device plastic", employee_skills: "welding problem-solving", downtime_hours: "18.52" },
            { id: 64, order_date: "2023-09-11", customer_name: "Victor Kumar", product_name: "Essential Bottle", quantity: 340, inventory_level: 80, material_required: "product", employee_skills: "execution flexibility", downtime_hours: "14.82" },
            { id: 65, order_date: "2022-02-18", customer_name: "Fatima Hoffmann", product_name: "Insulated Camera", quantity: 462, inventory_level: 170, material_required: "operation", employee_skills: "support", downtime_hours: "18.52" },
            { id: 66, order_date: "2023-12-26", customer_name: "Emma Novak", product_name: "Eco Charger", quantity: 39, inventory_level: 434, material_required: "assembly part instrument", employee_skills: "capability technical", downtime_hours: "7.45" },
            { id: 67, order_date: "2023-09-23", customer_name: "Laura Bauer", product_name: "Deluxe Pan", quantity: 331, inventory_level: 422, material_required: "nut", employee_skills: "problem-solving quality", downtime_hours: "8.81" },
            { id: 68, order_date: "2023-01-10", customer_name: "Fatima Demir", product_name: "Premium Bottle", quantity: 534, inventory_level: 369, material_required: "steel equipment", employee_skills: null, downtime_hours: "20.39" },
            { id: 69, order_date: "2022-12-21", customer_name: "Karim Bennett", product_name: "Modern Mug", quantity: 227, inventory_level: 257, material_required: "output development", employee_skills: "management inspection development", downtime_hours: "5.29" },
            { id: 70, order_date: "2023-05-18", customer_name: "Victor Ali", product_name: "Classic Camera", quantity: 230, inventory_level: 485, material_required: "resource method", employee_skills: "execution welding", downtime_hours: "9.64" },
            { id: 71, order_date: "2022-05-31", customer_name: "Ana Torres", product_name: "Eco Mug", quantity: 941, inventory_level: 357, material_required: null, employee_skills: "capability specialization leadership", downtime_hours: "11.34" },
            { id: 72, order_date: "2023-03-29", customer_name: "Priya Jensen", product_name: "Heavy Duty Keyboard", quantity: 37, inventory_level: 11, material_required: null, employee_skills: null, downtime_hours: "14.85" },
            { id: 73, order_date: "2023-07-23", customer_name: "Priya Ali", product_name: "Ultra Tripod", quantity: 226, inventory_level: 85, material_required: "supply", employee_skills: null, downtime_hours: "10.39" },
            { id: 74, order_date: "2022-03-04", customer_name: "Karim Bennett", product_name: "Standard Kettle", quantity: 299, inventory_level: 411, material_required: "hardware wire product", employee_skills: "communication", downtime_hours: null },
            { id: 75, order_date: "2023-02-02", customer_name: "Felix Schneider", product_name: "Folding Toolkit", quantity: 132, inventory_level: 338, material_required: "bearing", employee_skills: "experience engineering", downtime_hours: "7.42" },
            { id: 76, order_date: "2022-03-07", customer_name: "Ines Torres", product_name: "Vintage Blender", quantity: 110, inventory_level: 1, material_required: "system", employee_skills: "execution", downtime_hours: "11.11" },
            { id: 77, order_date: "2023-06-30", customer_name: "Yara Adams", product_name: "Slim Pan", quantity: 520, inventory_level: 35, material_required: "gas steel", employee_skills: "competence knowledge", downtime_hours: "12.26" },
            { id: 78, order_date: "2022-11-24", customer_name: "Nadia Vargas", product_name: "Essential Headphones", quantity: 365, inventory_level: 306, material_required: "procedure assembly", employee_skills: "reporting adaptability coordination", downtime_hours: "8.78" },
            { id: 79, order_date: "2023-06-05", customer_name: "Selin Lee", product_name: "Premium Bottle", quantity: 490, inventory_level: 177, material_required: null, employee_skills: "effectiveness assembly operation", downtime_hours: "19.04" },
            { id: 80, order_date: "2023-10-25", customer_name: "Maja Nakamura", product_name: "Ultra Jacket", quantity: 717, inventory_level: 493, material_required: "wire process", employee_skills: null, downtime_hours: null },
            { id: 81, order_date: "2023-11-28", customer_name: "Ethan Garcia", product_name: "Portable Desk Lamp", quantity: 659, inventory_level: 246, material_required: "wood component", employee_skills: "testing efficiency support", downtime_hours: "21.92" },
            { id: 82, order_date: "2023-06-15", customer_name: "Elif Smith", product_name: "Smart Router", quantity: 630, inventory_level: 288, material_required: null, employee_skills: "fabrication engineering operation", downtime_hours: "10.00" },
            { id: 83, order_date: "2023-05-02", customer_name: "Zoe Schneider", product_name: "Heavy Duty Planter", quantity: 35, inventory_level: 149, material_required: "product manufacturing instrument", employee_skills: "skills planning", downtime_hours: "15.11" },
            { id: 84, order_date: "2023-03-02", customer_name: "Yara Reyes", product_name: "Classic Blender", quantity: 981, inventory_level: 233, material_required: "glass", employee_skills: "automation", downtime_hours: "13.88" },
            { id: 85, order_date: "2023-06-15", customer_name: "Lena Sousa", product_name: "Deluxe Tent", quantity: 977, inventory_level: 388, material_required: "production", employee_skills: null, downtime_hours: null },
            { id: 86, order_date: "2023-09-13", customer_name: "Fatima Demir", product_name: "Pro Bottle", quantity: 209, inventory_level: 164, material_required: "tool screw circuit", employee_skills: "analysis", downtime_hours: "14.61" },
            { id: 87, order_date: "2022-09-21", customer_name: "Marco Khan", product_name: "Smart Camera", quantity: 46, inventory_level: 103, material_required: "composite design", employee_skills: "assembly", downtime_hours: "10.75" },
            { id: 88, order_date: "2022-06-10", customer_name: "Isaac Gomez", product_name: "Premium Headphones", quantity: 390, inventory_level: 406, material_required: "aluminum circuit instrument", employee_skills: "safety initiative", downtime_hours: "11.22" },
            { id: 89, order_date: "2022-02-20", customer_name: "Tariq Yilmaz", product_name: "Slim Kettle", quantity: 435, inventory_level: 305, material_required: null, employee_skills: null, downtime_hours: "7.15" },
            { id: 90, order_date: "2023-12-22", customer_name: "Mateo Sousa", product_name: "Compact Charger", quantity: 157, inventory_level: 138, material_required: null, employee_skills: null, downtime_hours: "12.07" },
            { id: 91, order_date: "2023-03-04", customer_name: "Uma Wright", product_name: "Folding Headphones", quantity: 704, inventory_level: 136, material_required: "composite process", employee_skills: "operation assembly", downtime_hours: "10.30" },
            { id: 92, order_date: "2022-05-02", customer_name: "Hana Davis", product_name: "Slim Mug", quantity: 411, inventory_level: 258, material_required: "component material glass", employee_skills: "teamwork execution leadership", downtime_hours: "7.75" },
            { id: 93, order_date: "2022-09-04", customer_name: "Nina Patel", product_name: "Vintage Charger", quantity: 184, inventory_level: 463, material_required: "assembly rubber resource", employee_skills: null, downtime_hours: "18.38" },
            { id: 94, order_date: "2023-11-12", customer_name: "Tariq Moreau", product_name: "Pro Kettle", quantity: 704, inventory_level: 236, material_required: "fixture steel resource", employee_skills: "experience", downtime_hours: "4.73" },
            { id: 95, order_date: "2023-05-08", customer_name: "Julia Klein", product_name: "Eco Tripod", quantity: 299, inventory_level: 38, material_required: "assembly tool", employee_skills: "flexibility scheduling", downtime_hours: "19.02" },
            { id: 96, order_date: "2022-10-04", customer_name: "Felix Schneider", product_name: "Folding Pan", quantity: 967, inventory_level: 273, material_required: "component", employee_skills: "training", downtime_hours: "11.82" },
            { id: 97, order_date: "2023-10-11", customer_name: "Jade Baker", product_name: "Smart Kettle", quantity: 747, inventory_level: 249, material_required: "development material", employee_skills: null, downtime_hours: "15.61" },
            { id: 98, order_date: "2023-01-24", customer_name: "Anna Brown", product_name: "Vintage Pan", quantity: 270, inventory_level: 246, material_required: null, employee_skills: "creativity", downtime_hours: "13.01" },
            { id: 99, order_date: "2023-06-20", customer_name: "Isaac Reyes", product_name: "Portable Monitor", quantity: 175, inventory_level: 374, material_required: "hardware", employee_skills: "effectiveness expertise", downtime_hours: "14.23" },
            { id: 100, order_date: "2022-05-18", customer_name: "Fatima Adams", product_name: "Mini Router", quantity: 24, inventory_level: 477, material_required: "nut", employee_skills: "communication research", downtime_hours: "11.55" },
            { id: 101, order_date: "2023-08-08", customer_name: "Mateo Singh", product_name: "Travel Chair", quantity: 740, inventory_level: 190, material_required: "supply", employee_skills: null, downtime_hours: "11.92" },
            { id: 102, order_date: "2023-05-13", customer_name: "Laura Evans", product_name: "Insulated Lantern", quantity: 310, inventory_level: 132, material_required: "machine", employee_skills: "maintenance initiative", downtime_hours: "8.32" },
            { id: 103, order_date: "2023-06-08", customer_name: "Victor Moreau", product_name: "Vintage Planter", quantity: 426, inventory_level: 108, material_required: "element ceramic machine", employee_skills: "competence automation specialization", downtime_hours: "12.47" },
            { id: 104, order_date: "2023-10-17", customer_name: "Ravi Lopez", product_name: "Premium Toolkit", quantity: 693, inventory_level: 177, material_required: "assembly gear manufacturing", employee_skills: "inspection", downtime_hours: null },
            { id: 105, order_date: "2023-10-12", customer_name: "David Evans", product_name: "Ultra Blender", quantity: 11, inventory_level: 406, material_required: "procedure nut", employee_skills: "supervision leadership", downtime_hours: "9.57" },
            { id: 106, order_date: "2023-12-12", customer_name: "Marco Patel", product_name: "Ultra Pan", quantity: 922, inventory_level: 258, material_required: null, employee_skills: "adaptability", downtime_hours: "5.77" },
            { id: 107, order_date: "2023-03-01", customer_name: "Noah Taylor", product_name: "Travel Watch", quantity: 89, inventory_level: 198, material_required: "procedure paint input", employee_skills: "knowledge supervision", downtime_hours: "14.38" },
            { id: 108, order_date: "2023-05-21", customer_name: "Ben Adams", product_name: "Eco Chair", quantity: 396, inventory_level: 319, material_required: null, employee_skills: "skills capability customer", downtime_hours: "7.71" },
            { id: 109, order_date: "2023-12-05", customer_name: "Hannah Bauer", product_name: "Heavy Duty Umbrella", quantity: 610, inventory_level: 60, material_required: "component design instrument", employee_skills: null, downtime_hours: "9.80" },
            { id: 110, order_date: "2023-07-10", customer_name: "Diego Shah", product_name: "Mini Toolkit", quantity: 757, inventory_level: 438, material_required: "rubber circuit", employee_skills: null, downtime_hours: "16.74" },
            { id: 111, order_date: "2023-11-08", customer_name: "Victor Khan", product_name: "Insulated Mug", quantity: 627, inventory_level: 70, material_required: "copper wood", employee_skills: "design competence knowledge", downtime_hours: "7.19" },
            { id: 112, order_date: "2023-11-26", customer_name: "Rosa Gomez", product_name: "Modern Camera", quantity: 459, inventory_level: 276, material_required: "equipment", employee_skills: "knowledge training design", downtime_hours: "17.49" },
            { id: 113, order_date: "2022-10-09", customer_name: "Yara Ibrahim", product_name: "Insulated Blender", quantity: 25, inventory_level: 325, material_required: "development", employee_skills: "programming initiative", downtime_hours: "11.90" },
            { id: 114, order_date: "2023-12-05", customer_name: "Chen Khan", product_name: "Portable Charger", quantity: 375, inventory_level: 477, material_required: "steel", employee_skills: null, downtime_hours: "15.31" },
            { id: 115, order_date: "2023-05-03", customer_name: "Hannah Mendes", product_name: "Folding Tripod", quantity: 207, inventory_level: 45, material_required: "instrument gas", employee_skills: "expertise teamwork research", downtime_hours: "12.77" },
            { id: 116, order_date: "2023-06-26", customer_name: "Lucas Schneider", product_name: "Compact Tent", quantity: 966, inventory_level: 232, material_required: "resource", employee_skills: "motivation engineering flexibility", downtime_hours: "5.01" },
            { id: 117, order_date: "2023-12-30", customer_name: "Isaac Jensen", product_name: "Compact Monitor", quantity: 487, inventory_level: 387, material_required: "plastic wire copper", employee_skills: "scheduling design creativity", downtime_hours: "13.75" },
            { id: 118, order_date: "2023-10-16", customer_name: "Ben Bennett", product_name: "Travel Lantern", quantity: 643, inventory_level: 301, material_required: "element instrument glass", employee_skills: "knowledge motivation", downtime_hours: "15.84" },
            { id: 119, order_date: "2023-04-23", customer_name: "Julia Davis", product_name: "Heavy Duty Pan", quantity: 669, inventory_level: 398, material_required: "fabric instrument", employee_skills: "teamwork", downtime_hours: "17.90" },
            { id: 120, order_date: "2023-09-20", customer_name: "Sofia Gupta", product_name: "Ultra Camera", quantity: 992, inventory_level: 248, material_required: "input steel wire", employee_skills: "competence", downtime_hours: "14.43" },
            { id: 121, order_date: "2023-03-07", customer_name: "Jonas Weber", product_name: "Travel Router", quantity: 781, inventory_level: 266, material_required: null, employee_skills: "inspection", downtime_hours: "11.95" },
            { id: 122, order_date: "2022-06-21", customer_name: "Sven Andersen", product_name: "Deluxe Kettle", quantity: 434, inventory_level: 405, material_required: "fabric", employee_skills: "training communication development", downtime_hours: "10.09" },
            { id: 123, order_date: "2023-09-04", customer_name: "Jade Andersen", product_name: "Essential Toolkit", quantity: 52, inventory_level: 254, material_required: "item", employee_skills: "skills", downtime_hours: "14.56" },
            { id: 124, order_date: "2023-04-27", customer_name: "Elif Dubois", product_name: "Essential Blender", quantity: 117, inventory_level: 29, material_required: "material", employee_skills: "supervision assembly", downtime_hours: "10.77" },
            { id: 125, order_date: "2023-08-05", customer_name: "Julia Brown", product_name: "Folding Tent", quantity: 713, inventory_level: 235, material_required: "operation", employee_skills: "scheduling", downtime_hours: "9.83" },
            { id: 126, order_date: "2023-07-25", customer_name: "Mila Hoffmann", product_name: "Ultra Toolkit", quantity: 895, inventory_level: 87, material_required: "production manufacturing plastic", employee_skills: "programming service welding", downtime_hours: "2.39" },
            { id: 127, order_date: "2023-08-25", customer_name: "Mei Shah", product_name: "Slim Kettle", quantity: 763, inventory_level: 478, material_required: null, employee_skills: "logistics machining", downtime_hours: "12.63" },
            { id: 128, order_date: "2023-09-20", customer_name: "Tariq Klein", product_name: "Eco Headphones", quantity: 543, inventory_level: 143, material_required: "operation", employee_skills: "efficiency", downtime_hours: "8.73" },
            { id: 129, order_date: "2023-09-11", customer_name: "Ivan Smith", product_name: "Insulated Planter", quantity: 601, inventory_level: 5, material_required: "manufacturing glass design", employee_skills: "development", downtime_hours: "6.82" },
            { id: 130, order_date: "2023-03-21", customer_name: "Jack Silva", product_name: "Wireless Desk Lamp", quantity: 931, inventory_level: 394, material_required: "paint design input", employee_skills: "skills", downtime_hours: "10.37" },
            { id: 131, order_date: "2023-01-02", customer_name: "Mohamed Costa", product_name: "Wireless Blender", quantity: 235, inventory_level: 29, material_required: "supply steel", employee_skills: "machining adaptability", downtime_hours: "17.81" },
            { id: 132, order_date: "2023-07-27", customer_name: "Mia Rossi", product_name: "Essential Monitor", quantity: 712, inventory_level: 382, material_required: "component glass", employee_skills: "automation skills effectiveness", downtime_hours: "11.54" },
            { id: 133, order_date: "2023-11-19", customer_name: "Uma Sato", product_name: "Slim Backpack", quantity: 54, inventory_level: 343, material_required: "tool copper", employee_skills: "adaptability engineering", downtime_hours: "12.59" },
            { id: 134, order_date: "2023-04-09", customer_name: "Deniz Ruiz", product_name: "Folding Headphones", quantity: 793, inventory_level: 387, material_required: "production", employee_skills: "efficiency expertise", downtime_hours: "14.03" },
            { id: 135, order_date: "2022-11-19", customer_name: "Hannah Hansen", product_name: "Wireless Chair", quantity: 255, inventory_level: 294, material_required: "aluminum", employee_skills: "adaptability automation", downtime_hours: null },
            { id: 136, order_date: "2023-01-20", customer_name: "Emma Jansen", product_name: "Smart Tent", quantity: 667, inventory_level: 472, material_required: "assembly development", employee_skills: "production testing adaptability", downtime_hours: "17.92" },
            { id: 137, order_date: "2022-06-17", customer_name: "Leo Dubois", product_name: "Deluxe Umbrella", quantity: 63, inventory_level: 321, material_required: "hardware output", employee_skills: null, downtime_hours: "9.25" },
            { id: 138, order_date: "2023-01-08", customer_name: "Sam Wilson", product_name: "Wireless Blender", quantity: 938, inventory_level: 110, material_required: "bearing paint ceramic", employee_skills: "engineering", downtime_hours: "14.76" },
            { id: 139, order_date: "2022-06-14", customer_name: "Marco Flores", product_name: "Smart Chair", quantity: 479, inventory_level: 4, material_required: "structure", employee_skills: "execution support adaptability", downtime_hours: "7.11" },
            { id: 140, order_date: "2022-08-26", customer_name: "Yara Johnson", product_name: "Premium Bottle", quantity: 734, inventory_level: 99, material_required: "system", employee_skills: "execution inspection quality", downtime_hours: null },
            { id: 141, order_date: "2023-09-06", customer_name: "Lucas Dubois", product_name: "Ultra Planter", quantity: 646, inventory_level: 128, material_required: "fixture material nut", employee_skills: "communication", downtime_hours: "11.44" },
            { id: 142, order_date: "2022-02-08", customer_name: "Zoe Zhang", product_name: "Vintage Chair", quantity: 758, inventory_level: 385, material_required: "procedure composite item", employee_skills: "initiative development production", downtime_hours: "15.60" },
            { id: 143, order_date: "2022-12-30", customer_name: "Diego Fischer", product_name: "Classic Keyboard", quantity: 545, inventory_level: 265, material_required: "equipment bolt", employee_skills: "motivation reporting knowledge", downtime_hours: "13.36" },
            { id: 144, order_date: "2022-09-09", customer_name: "Victor Ibrahim", product_name: "Heavy Duty Speaker", quantity: 202, inventory_level: 404, material_required: "wire", employee_skills: "programming", downtime_hours: "8.63" },
            { id: 145, order_date: "2023-12-03", customer_name: "Arjun Adams", product_name: "Standard Lantern", quantity: 961, inventory_level: 475, material_required: "plastic", employee_skills: "quality", downtime_hours: "10.21" },
            { id: 146, order_date: "2022-09-08", customer_name: "Andre Andersen", product_name: "Eco Router", quantity: 919, inventory_level: 144, material_required: "development nut steel", employee_skills: "logistics effectiveness", downtime_hours: null },
            { id: 147, order_date: "2023-11-28", customer_name: "Uma Hughes", product_name: "Vintage Watch", quantity: 116, inventory_level: 1, material_required: "fixture", employee_skills: "scheduling assembly supervision", downtime_hours: "10.97" },
            { id: 148, order_date: "2022-04-12", customer_name: "Chloe Brown", product_name: "Standard Camera", quantity: 774, inventory_level: 116, material_required: "bolt", employee_skills: "engineering support", downtime_hours: "11.40" },
            { id: 149, order_date: "2023-11-19", customer_name: "Emma Bauer", product_name: "Premium Bottle", quantity: 953, inventory_level: 380, material_required: null, employee_skills: "customer training", downtime_hours: "12.81" },
            { id: 150, order_date: "2023-04-14", customer_name: "Wei Bennett", product_name: "Pro Notebook", quantity: 499, inventory_level: 197, material_required: null, employee_skills: "execution effectiveness adaptability", downtime_hours: null },
            { id: 151, order_date: "2022-05-29", customer_name: "Sven Shah", product_name: "Insulated Umbrella", quantity: 80, inventory_level: 492, material_required: "rubber", employee_skills: "management", downtime_hours: null },
            { id: 152, order_date: "2023-09-29", customer_name: "Yusuf Costa", product_name: "Heavy Duty Umbrella", quantity: 650, inventory_level: 229, material_required: "product", employee_skills: "welding", downtime_hours: "14.31" },
            { id: 153, order_date: "2023-02-07", customer_name: "Jonas Yilmaz", product_name: "Smart Lantern", quantity: 164, inventory_level: 479, material_required: "hardware", employee_skills: "supervision production coordination", downtime_hours: "13.94" },
            { id: 154, order_date: "2022-11-15", customer_name: "Hugo Jansen", product_name: "Insulated Watch", quantity: 434, inventory_level: 486, material_required: "fabric rubber adhesive", employee_skills: "technical coordination", downtime_hours: "10.34" },
            { id: 155, order_date: "2022-12-04", customer_name: "Yara Fischer", product_name: "Heavy Duty Pan", quantity: 336, inventory_level: 384, material_required: "operation", employee_skills: "service machining development", downtime_hours: "7.70" },
            { id: 156, order_date: "2023-10-20", customer_name: "David Sato", product_name: "Standard Tent", quantity: 518, inventory_level: 219, material_required: null, employee_skills: "teamwork logistics flexibility", downtime_hours: "8.75" },
            { id: 157, order_date: "2023-07-21", customer_name: "Lena Garcia", product_name: "Compact Headphones", quantity: 862, inventory_level: 249, material_required: "gear instrument tool", employee_skills: "efficiency", downtime_hours: "11.01" },
            { id: 158, order_date: "2022-06-09", customer_name: "David Evans", product_name: "Mini Lantern", quantity: 926, inventory_level: 103, material_required: "composite copper", employee_skills: null, downtime_hours: "9.75" },
            { id: 159, order_date: "2023-05-13", customer_name: "Noah Zhang", product_name: "Essential Tent", quantity: 117, inventory_level: 149, material_required: "item wire", employee_skills: "communication competence skills", downtime_hours: "11.91" },
            { id: 160, order_date: "2022-12-26", customer_name: "Lena Gomez", product_name: "Smart Lantern", quantity: 771, inventory_level: 7, material_required: "device supply", employee_skills: "operation initiative", downtime_hours: "18.74" },
            { id: 161, order_date: "2023-08-14", customer_name: "Grace Oliveira", product_name: "Heavy Duty Pan", quantity: 196, inventory_level: 220, material_required: "glass production part", employee_skills: "safety analysis", downtime_hours: "15.11" },
            { id: 162, order_date: "2023-04-30", customer_name: "Isaac Nguyen", product_name: "Classic Tripod", quantity: 789, inventory_level: 472, material_required: "operation screw equipment", employee_skills: "testing production flexibility", downtime_hours: "5.29" },
            { id: 163, order_date: "2023-02-23", customer_name: "Maya Bauer", product_name: "Mini Speaker", quantity: 98, inventory_level: 462, material_required: "paint operation", employee_skills: null, downtime_hours: "14.86" },
            { id: 164, order_date: "2022-04-07", customer_name: "Arjun Park", product_name: "Travel Monitor", quantity: 711, inventory_level: 488, material_required: "structure system", employee_skills: "fabrication", downtime_hours: "10.03" },
            { id: 165, order_date: "2022-10-14", customer_name: "Marco Walker", product_name: "Folding Watch", quantity: 134, inventory_level: 62, material_required: "machine copper item", employee_skills: "engineering", downtime_hours: "14.76" },
            { id: 166, order_date: "2023-05-21", customer_name: "Sam Schmidt", product_name: "Portable Chair", quantity: 580, inventory_level: 491, material_required: "steel fabrication process", employee_skills: "coordination service assembly", downtime_hours: null },
            { id: 167, order_date: "2022-12-27", customer_name: "Jonas Demir", product_name: "Ultra Bottle", quantity: 576, inventory_level: 27, material_required: "part technology", employee_skills: "initiative specialization", downtime_hours: "12.55" },
            { id: 168, order_date: "2022-09-16", customer_name: "Victor Yilmaz", product_name: "Wireless Planter", quantity: 180, inventory_level: 124, material_required: "machine", employee_skills: "communication research fabrication", downtime_hours: "12.50" },
            { id: 169, order_date: "2023-03-06", customer_name: "Kai Jensen", product_name: "Mini Router", quantity: 693, inventory_level: 19, material_required: "oil item steel", employee_skills: "research quality", downtime_hours: "14.28" },
            { id: 170, order_date: "2023-04-20", customer_name: "Ibrahim Torres", product_name: "Premium Planter", quantity: 470, inventory_level: 19, material_required: "adhesive", employee_skills: "development quality", downtime_hours: "14.49" },
            { id: 171, order_date: "2023-01-31", customer_name: "Yusuf Jansen", product_name: "Eco Router", quantity: 456, inventory_level: 84, material_required: null, employee_skills: "adaptability", downtime_hours: "14.12" },
            { id: 172, order_date: "2023-07-20", customer_name: "Noah Silva", product_name: "Slim Tent", quantity: 629, inventory_level: 123, material_required: "ceramic resource aluminum", employee_skills: "welding production", downtime_hours: "15.39" },
            { id: 173, order_date: "2022-02-11", customer_name: "Uma Torres", product_name: "Eco Charger", quantity: 864, inventory_level: 468, material_required: "wood", employee_skills: "testing", downtime_hours: "11.44" },
            { id: 174, order_date: "2023-09-21", customer_name: "Oscar Hansen", product_name: "Insulated Jacket", quantity: 927, inventory_level: 136, material_required: null, employee_skills: "supervision", downtime_hours: "9.49" },
            { id: 175, order_date: "2023-08-20", customer_name: "Hana Meyer", product_name: "Wireless Notebook", quantity: 131, inventory_level: 8, material_required: null, employee_skills: "fabrication", downtime_hours: "7.61" },
            { id: 176, order_date: "2023-05-30", customer_name: "Ivan Hoffmann", product_name: "Portable Lantern", quantity: 562, inventory_level: 269, material_required: "bearing", employee_skills: "initiative", downtime_hours: "13.28" },
            { id: 177, order_date: "2022-12-23", customer_name: "Hannah Hassan", product_name: "Classic Mug", quantity: 257, inventory_level: 485, material_required: "procedure process assembly", employee_skills: "customer research", downtime_hours: "7.31" },
            { id: 178, order_date: "2023-11-24", customer_name: "Pedro Brown", product_name: "Portable Tent", quantity: 178, inventory_level: 322, material_required: "component method paint", employee_skills: "training", downtime_hours: "13.68" },
            { id: 179, order_date: "2023-05-29", customer_name: "Pedro Kowalski", product_name: "Eco Charger", quantity: 828, inventory_level: 153, material_required: "glass composite", employee_skills: "adaptability automation experience", downtime_hours: "15.35" },
            { id: 180, order_date: "2023-10-17", customer_name: "Kai Clark", product_name: "Essential Tripod", quantity: 476, inventory_level: 317, material_required: "instrument", employee_skills: "execution reporting flexibility", downtime_hours: "13.09" },
            { id: 181, order_date: "2023-07-27", customer_name: "Tariq Baker", product_name: "Wireless Kettle", quantity: 923, inventory_level: 228, material_required: null, employee_skills: "initiative", downtime_hours: "18.63" },
            { id: 182, order_date: "2023-12-15", customer_name: "Rafael Jansen", product_name: "Portable Chair", quantity: 536, inventory_level: 151, material_required: "screw instrument", employee_skills: "programming support", downtime_hours: "13.24" },
            { id: 183, order_date: "2023-02-11", customer_name: "Arjun Garcia", product_name: "Eco Tripod", quantity: 621, inventory_level: 327, material_required: "tool structure rubber", employee_skills: "welding experience supervision", downtime_hours: "9.14" },
            { id: 184, order_date: "2023-02-22", customer_name: "Hannah Chen", product_name: "Insulated Notebook", quantity: 334, inventory_level: 177, material_required: "machine element method", employee_skills: "effectiveness specialization skills", downtime_hours: "18.75" },
            { id: 185, order_date: "2022-11-17", customer_name: "Sofia Reyes", product_name: "Slim Tent", quantity: 560, inventory_level: 280, material_required: "resource device", employee_skills: "leadership training automation", downtime_hours: "10.49" },
            { id: 186, order_date: "2023-10-09", customer_name: "Zara Wang", product_name: "Mini Pan", quantity: 945, inventory_level: 208, material_required: "ceramic wood operation", employee_skills: "research reporting customer", downtime_hours: "15.17" },
            { id: 187, order_date: "2022-07-26", customer_name: "Mohamed Cruz", product_name: "Standard Monitor", quantity: 810, inventory_level: 235, material_required: "material design technology", employee_skills: "welding initiative training", downtime_hours: "15.10" },
            { id: 188, order_date: "2023-12-20", customer_name: "Uma Shah", product_name: "Smart Desk Lamp", quantity: 767, inventory_level: 97, material_required: null, employee_skills: "supervision", downtime_hours: "14.64" },
            { id: 189, order_date: "2022-08-17", customer_name: "Ruby Hoffmann", product_name: "Pro Bottle", quantity: 769, inventory_level: 249, material_required: "product", employee_skills: "customer", downtime_hours: "11.83" },
            { id: 190, order_date: "2022-11-25", customer_name: "Oscar Cruz", product_name: "Essential Router", quantity: 926, inventory_level: 372, material_required: null, employee_skills: "management", downtime_hours: "14.24" },
            { id: 191, order_date: "2023-12-17", customer_name: "Amir Wright", product_name: "Travel Kettle", quantity: 277, inventory_level: 500, material_required: "aluminum bolt instrument", employee_skills: "testing adaptability", downtime_hours: "14.26" },
            { id: 192, order_date: "2023-05-18", customer_name: "Jonas Dubois", product_name: "Mini Pan", quantity: 477, inventory_level: 224, material_required: "nut hardware device", employee_skills: "skills", downtime_hours: null },
            { id: 193, order_date: "2023-02-28", customer_name: "Uma Jansen", product_name: "Smart Monitor", quantity: 429, inventory_level: 281, material_required: "process input steel", employee_skills: null, downtime_hours: "11.35" },
            { id: 194, order_date: "2023-01-14", customer_name: "Ruby Gomez", product_name: "Eco Watch", quantity: 500, inventory_level: 192, material_required: "resource steel circuit", employee_skills: "execution initiative", downtime_hours: "8.43" },
            { id: 195, order_date: "2022-04-01", customer_name: "Pedro Becker", product_name: "Modern Bottle", quantity: 877, inventory_level: 243, material_required: "rubber", employee_skills: "coordination", downtime_hours: "8.16" },
            { id: 196, order_date: "2023-05-02", customer_name: "Yusuf Evans", product_name: "Compact Camera", quantity: 443, inventory_level: 497, material_required: "method ceramic", employee_skills: "efficiency research quality", downtime_hours: "6.12" },
            { id: 197, order_date: "2023-03-22", customer_name: "Karim Larsen", product_name: "Slim Lantern", quantity: 767, inventory_level: 167, material_required: "tool", employee_skills: "analysis planning creativity", downtime_hours: "10.98" },
            { id: 198, order_date: "2022-10-30", customer_name: "Deniz Schneider", product_name: "Premium Camera", quantity: 502, inventory_level: 361, material_required: "rubber component", employee_skills: null, downtime_hours: "12.51" },
            { id: 199, order_date: "2022-04-28", customer_name: "Mateo Weber", product_name: "Essential Planter", quantity: 134, inventory_level: 24, material_required: "output assembly fixture", employee_skills: "service skills efficiency", downtime_hours: "19.54" },
            { id: 200, order_date: "2023-05-16", customer_name: "Lena Johnson", product_name: "Eco Charger", quantity: 791, inventory_level: 41, material_required: "circuit structure ceramic", employee_skills: "execution", downtime_hours: "10.04" },
            { id: 201, order_date: "2022-12-01", customer_name: "Emma Nguyen", product_name: "Folding Desk Lamp", quantity: 175, inventory_level: 405, material_required: "bolt element gas", employee_skills: "initiative", downtime_hours: "7.68" },
            { id: 202, order_date: "2023-06-21", customer_name: "Maya Nakamura", product_name: "Eco Watch", quantity: 18, inventory_level: 46, material_required: null, employee_skills: "communication scheduling reporting", downtime_hours: "11.77" },
            { id: 203, order_date: "2023-05-07", customer_name: "Lina Sousa", product_name: "Heavy Duty Umbrella", quantity: 598, inventory_level: 108, material_required: "resource", employee_skills: "planning", downtime_hours: "15.83" },
            { id: 204, order_date: "2023-05-10", customer_name: "Carlos Smith", product_name: "Compact Chair", quantity: 577, inventory_level: 337, material_required: "instrument development", employee_skills: "capability", downtime_hours: "13.86" },
            { id: 205, order_date: "2023-04-15", customer_name: "Mei Novak", product_name: "Pro Watch", quantity: 546, inventory_level: 19, material_required: "oil product process", employee_skills: "programming", downtime_hours: "5.17" },
            { id: 206, order_date: "2022-10-12", customer_name: "Julia Martin", product_name: "Insulated Kettle", quantity: 609, inventory_level: 382, material_required: "equipment component", employee_skills: "creativity testing knowledge", downtime_hours: "9.49" },
            { id: 207, order_date: "2022-08-21", customer_name: "Laura Sato", product_name: "Mini Kettle", quantity: 167, inventory_level: 365, material_required: "rubber tool assembly", employee_skills: "execution teamwork motivation", downtime_hours: "7.55" },
            { id: 208, order_date: "2023-12-19", customer_name: "Fatima Ali", product_name: "Insulated Speaker", quantity: 326, inventory_level: 209, material_required: "tool", employee_skills: "initiative leadership", downtime_hours: "19.07" },
            { id: 209, order_date: "2022-05-30", customer_name: "Ines Weber", product_name: "Essential Chair", quantity: 566, inventory_level: 319, material_required: "material system production", employee_skills: "assembly development welding", downtime_hours: "5.82" },
            { id: 210, order_date: "2022-11-03", customer_name: "Kai Khan", product_name: "Insulated Camera", quantity: 287, inventory_level: 13, material_required: "material", employee_skills: "programming technical", downtime_hours: "15.03" },
            { id: 211, order_date: "2022-08-17", customer_name: "Nadia Murphy", product_name: "Insulated Pan", quantity: 774, inventory_level: 4, material_required: "adhesive design composite", employee_skills: "support welding expertise", downtime_hours: "16.85" },
            { id: 212, order_date: "2023-03-02", customer_name: "Rosa Taylor", product_name: "Slim Pan", quantity: 737, inventory_level: 206, material_required: "fabric process equipment", employee_skills: "logistics", downtime_hours: "12.10" },
            { id: 213, order_date: "2023-03-05", customer_name: "Theo Reyes", product_name: "Smart Kettle", quantity: 408, inventory_level: 101, material_required: null, employee_skills: null, downtime_hours: "10.79" },
            { id: 214, order_date: "2023-02-19", customer_name: "Tomas Schneider", product_name: "Mini Camera", quantity: 462, inventory_level: 191, material_required: "device", employee_skills: "maintenance production", downtime_hours: "16.29" },
            { id: 215, order_date: "2022-11-07", customer_name: "Jonas Ibrahim", product_name: "Compact Monitor", quantity: 588, inventory_level: 184, material_required: "plastic", employee_skills: "safety support expertise", downtime_hours: "9.56" },
            { id: 216, order_date: "2022-05-20", customer_name: "Marco Oliveira", product_name: "Modern Tent", quantity: 314, inventory_level: 19, material_required: "fabric composite", employee_skills: "safety efficiency supervision", downtime_hours: "13.04" },
            { id: 217, order_date: "2022-04-01", customer_name: "Uma Kim", product_name: "Premium Planter", quantity: 924, inventory_level: 256, material_required: "system part", employee_skills: "leadership fabrication", downtime_hours: "9.41" },
            { id: 218, order_date: "2023-12-23", customer_name: "Elena Wright", product_name: "Mini Lantern", quantity: 809, inventory_level: 488, material_required: "procedure technology method", employee_skills: "knowledge", downtime_hours: "8.35" },
            { id: 219, order_date: "2022-07-05", customer_name: "Noah Miller", product_name: "Portable Jacket", quantity: 364, inventory_level: 319, material_required: "input manufacturing", employee_skills: null, downtime_hours: "15.85" },
            { id: 220, order_date: "2023-07-07", customer_name: "Laura Davis", product_name: "Classic Backpack", quantity: 867, inventory_level: 115, material_required: null, employee_skills: "maintenance scheduling", downtime_hours: "9.89" },
            { id: 221, order_date: "2023-12-05", customer_name: "Maya Yilmaz", product_name: "Mini Blender", quantity: 535, inventory_level: 79, material_required: "ceramic", employee_skills: null, downtime_hours: "16.53" },
            { id: 222, order_date: "2023-10-25", customer_name: "Ravi Rossi", product_name: "Heavy Duty Camera", quantity: 648, inventory_level: 294, material_required: "copper assembly", employee_skills: "flexibility research", downtime_hours: "15.09" },
            { id: 223, order_date: "2022-10-16", customer_name: "David Clark", product_name: "Smart Planter", quantity: 169, inventory_level: 246, material_required: "resource nut", employee_skills: "quality expertise teamwork", downtime_hours: "18.01" },
            { id: 224, order_date: "2022-07-08", customer_name: "Marco Hoffmann", product_name: "Essential Umbrella", quantity: 52, inventory_level: 65, material_required: "fabric output", employee_skills: "effectiveness leadership quality", downtime_hours: "5.70" },
            { id: 225, order_date: "2023-05-06", customer_name: "Alice Kaya", product_name: "Travel Tripod", quantity: 115, inventory_level: 22, material_required: "fixture machine equipment", employee_skills: "quality capability planning", downtime_hours: "13.32" },
            { id: 226, order_date: "2022-05-01", customer_name: "Maria Hughes", product_name: "Insulated Tripod", quantity: 436, inventory_level: 424, material_required: "circuit product plastic", employee_skills: "automation", downtime_hours: "16.82" },
            { id: 227, order_date: "2022-05-09", customer_name: "Andre Cruz", product_name: "Vintage Toolkit", quantity: 323, inventory_level: 329, material_required: "technology item", employee_skills: "maintenance initiative", downtime_hours: "6.64" },
            { id: 228, order_date: "2023-12-22", customer_name: "Paula Flores", product_name: "Premium Umbrella", quantity: 740, inventory_level: 395, material_required: "operation", employee_skills: "specialization reporting", downtime_hours: "12.87" },
            { id: 229, order_date: "2023-02-16", customer_name: "Theo Wagner", product_name: "Compact Jacket", quantity: 798, inventory_level: 463, material_required: "supply", employee_skills: "management creativity", downtime_hours: "13.13" },
            { id: 230, order_date: "2022-10-23", customer_name: "Mei Rossi", product_name: "Mini Notebook", quantity: 611, inventory_level: 270, material_required: "gear element", employee_skills: "analysis service production", downtime_hours: "10.79" },
            { id: 231, order_date: "2023-12-07", customer_name: "Ana Taylor", product_name: "Pro Planter", quantity: 953, inventory_level: 190, material_required: "hardware element", employee_skills: "design research customer", downtime_hours: "12.97" },
            { id: 232, order_date: "2023-11-23", customer_name: "Julia Costa", product_name: "Pro Notebook", quantity: 669, inventory_level: 332, material_required: "fixture input", employee_skills: "development management logistics", downtime_hours: "10.92" },
            { id: 233, order_date: "2023-04-17", customer_name: "Ben Adams", product_name: "Deluxe Planter", quantity: 588, inventory_level: 214, material_required: "manufacturing method", employee_skills: "customer communication", downtime_hours: "11.48" },
            { id: 234, order_date: "2022-05-27", customer_name: "Julia Ali", product_name: "Portable Monitor", quantity: 485, inventory_level: 116, material_required: "technology", employee_skills: "fabrication logistics expertise", downtime_hours: "16.61" },
            { id: 235, order_date: "2023-01-21", customer_name: "Mateo Larsen", product_name: "Folding Keyboard", quantity: 952, inventory_level: 194, material_required: null, employee_skills: "capability automation training", downtime_hours: "12.23" },
            { id: 236, order_date: "2022-03-19", customer_name: "Zoe Singh", product_name: "Vintage Pan", quantity: 700, inventory_level: 433, material_required: "ceramic wire gas", employee_skills: "technical quality", downtime_hours: "11.46" },
            { id: 237, order_date: "2023-11-02", customer_name: "Ben Larsen", product_name: "Heavy Duty Monitor", quantity: 615, inventory_level: 497, material_required: "input production supply", employee_skills: "supervision production", downtime_hours: "10.58" },
            { id: 238, order_date: "2023-11-03", customer_name: "Theo Ahmed", product_name: "Standard Desk Lamp", quantity: 404, inventory_level: 108, material_required: "input", employee_skills: "engineering", downtime_hours: "7.79" },
            { id: 239, order_date: "2023-09-17", customer_name: "James Cruz", product_name: "Classic Blender", quantity: 80, inventory_level: 244, material_required: "bolt", employee_skills: "reporting service", downtime_hours: "17.78" },
            { id: 240, order_date: "2023-02-15", customer_name: "Selin Miller", product_name: "Mini Bottle", quantity: 515, inventory_level: 301, material_required: "rubber development technology", employee_skills: "logistics experience technical", downtime_hours: "10.42" },
            { id: 241, order_date: "2023-10-14", customer_name: "Sam Castro", product_name: "Travel Notebook", quantity: 329, inventory_level: 274, material_required: "wood product", employee_skills: "training", downtime_hours: "10.69" },
            { id: 242, order_date: "2022-11-08", customer_name: "Mia Martin", product_name: "Compact Notebook", quantity: 701, inventory_level: 78, material_required: "fabric", employee_skills: "skills logistics expertise", downtime_hours: "11.51" },
            { id: 243, order_date: "2022-11-27", customer_name: "Mila Schmidt", product_name: "Smart Toolkit", quantity: 591, inventory_level: 477, material_required: "assembly equipment hardware", employee_skills: "testing adaptability", downtime_hours: null },
            { id: 244, order_date: "2023-02-24", customer_name: "Mohamed Brown", product_name: "Standard Jacket", quantity: 643, inventory_level: 129, material_required: "design input", employee_skills: "production capability", downtime_hours: "14.16" },
            { id: 245, order_date: "2023-12-12", customer_name: "Chloe Hoffmann", product_name: "Vintage Notebook", quantity: 842, inventory_level: 344, material_required: "steel", employee_skills: "maintenance operation leadership", downtime_hours: "14.70" },
            { id: 246, order_date: "2023-07-22", customer_name: "Lena Jensen", product_name: "Folding Lantern", quantity: 550, inventory_level: 402, material_required: "fixture", employee_skills: "reporting", downtime_hours: "14.48" },
            { id: 247, order_date: "2023-01-07", customer_name: "Carlos Park", product_name: "Wireless Notebook", quantity: 613, inventory_level: 124, material_required: null, employee_skills: "capability", downtime_hours: "17.01" },
            { id: 248, order_date: "2023-12-26", customer_name: "Carla Hassan", product_name: "Pro Toolkit", quantity: 578, inventory_level: 260, material_required: "adhesive aluminum", employee_skills: "expertise safety skills", downtime_hours: "11.57" },
            { id: 249, order_date: "2023-10-16", customer_name: "Sofia Hughes", product_name: "Wireless Watch", quantity: 986, inventory_level: 199, material_required: "aluminum input design", employee_skills: null, downtime_hours: "13.78" },
            { id: 250, order_date: "2023-05-29", customer_name: "Hugo Clark", product_name: "Modern Tripod", quantity: 382, inventory_level: 203, material_required: "manufacturing oil component", employee_skills: "automation assembly specialization", downtime_hours: "10.78" },
            { id: 251, order_date: "2023-05-12", customer_name: "Theo Pereira", product_name: "Compact Kettle", quantity: 904, inventory_level: 416, material_required: "structure gear", employee_skills: "adaptability coordination efficiency", downtime_hours: "10.46" },
            { id: 252, order_date: "2023-03-15", customer_name: "Maja Khan", product_name: "Modern Bottle", quantity: 353, inventory_level: 253, material_required: "aluminum", employee_skills: "coordination competence", downtime_hours: null },
            { id: 253, order_date: "2023-11-18", customer_name: "Deniz Lee", product_name: "Folding Desk Lamp", quantity: 165, inventory_level: 318, material_required: "method", employee_skills: null, downtime_hours: "13.69" },
            { id: 254, order_date: "2023-04-05", customer_name: "Karim Wright", product_name: "Classic Chair", quantity: 930, inventory_level: 131, material_required: "device", employee_skills: "knowledge", downtime_hours: "16.80" },
            { id: 255, order_date: "2023-10-06", customer_name: "Zoe Walker", product_name: "Compact Kettle", quantity: 260, inventory_level: 42, material_required: "wire composite", employee_skills: "logistics expertise effectiveness", downtime_hours: "12.59" },
            { id: 256, order_date: "2023-12-27", customer_name: "Nour Sousa", product_name: "Compact Speaker", quantity: 604, inventory_level: 329, material_required: "screw steel ceramic", employee_skills: "engineering", downtime_hours: "9.73" },
            { id: 257, order_date: "2023-09-10", customer_name: "Tomas Garcia", product_name: "Portable Tent", quantity: 632, inventory_level: 475, material_required: null, employee_skills: "reporting", downtime_hours: "14.48" },
            { id: 258, order_date: "2023-09-10", customer_name: "Lena Novak", product_name: "Compact Backpack", quantity: 4, inventory_level: 219, material_required: "material", employee_skills: "automation service initiative", downtime_hours: "13.02" },
            { id: 259, order_date: "2023-12-09", customer_name: "Jack Hassan", product_name: "Eco Kettle", quantity: 806, inventory_level: 112, material_required: null, employee_skills: "programming logistics", downtime_hours: null },
            { id: 260, order_date: "2023-09-04", customer_name: "Diego Becker", product_name: "Premium Keyboard", quantity: 906, inventory_level: 301, material_required: "technology composite", employee_skills: "effectiveness quality", downtime_hours: null },
            { id: 261, order_date: "2022-06-06", customer_name: "Mei Jansen", product_name: "Standard Toolkit", quantity: 44, inventory_level: 441, material_required: null, employee_skills: "technical welding safety", downtime_hours: "14.33" },
            { id: 262, order_date: "2022-10-01", customer_name: "Anna Andersen", product_name: "Heavy Duty Umbrella", quantity: 273, inventory_level: 266, material_required: "steel bearing equipment", employee_skills: "operation", downtime_hours: "13.77" },
            { id: 263, order_date: "2023-02-23", customer_name: "Ivan Silva", product_name: "Mini Router", quantity: 340, inventory_level: 235, material_required: "resource", employee_skills: "engineering", downtime_hours: "9.41" },
            { id: 264, order_date: "2023-09-22", customer_name: "Tomas Kumar", product_name: "Ultra Mug", quantity: 49, inventory_level: 352, material_required: "part instrument technology", employee_skills: "knowledge", downtime_hours: "12.91" },
            { id: 265, order_date: "2023-04-12", customer_name: "Victor Zhang", product_name: "Classic Toolkit", quantity: 945, inventory_level: 267, material_required: "bolt bearing paint", employee_skills: "planning supervision", downtime_hours: null },
            { id: 266, order_date: "2023-04-18", customer_name: "Sam Sousa", product_name: "Deluxe Tripod", quantity: 346, inventory_level: 428, material_required: "aluminum rubber", employee_skills: "experience communication", downtime_hours: "14.09" },
            { id: 267, order_date: "2023-03-16", customer_name: "Anna Fischer", product_name: "Pro Speaker", quantity: 537, inventory_level: 442, material_required: "process item structure", employee_skills: "capability effectiveness", downtime_hours: "7.41" },
            { id: 268, order_date: "2023-02-16", customer_name: "Marco Wang", product_name: "Vintage Tripod", quantity: 73, inventory_level: 302, material_required: "manufacturing fabrication technology", employee_skills: "production problem-solving skills", downtime_hours: "10.73" },
            { id: 269, order_date: "2023-06-17", customer_name: "Anna Wang", product_name: "Slim Lantern", quantity: 935, inventory_level: 22, material_required: "instrument", employee_skills: "expertise maintenance", downtime_hours: "7.03" },
            { id: 270, order_date: "2023-05-05", customer_name: "Leo Park", product_name: "Ultra Kettle", quantity: 293, inventory_level: 100, material_required: "manufacturing fabric screw", employee_skills: "planning", downtime_hours: "13.06" },
            { id: 271, order_date: "2023-11-29", customer_name: "Tariq Gupta", product_name: "Essential Watch", quantity: 185, inventory_level: 193, material_required: null, employee_skills: "quality problem-solving development", downtime_hours: "15.65" },
            { id: 272, order_date: "2023-11-04", customer_name: "Omar Wang", product_name: "Deluxe Speaker", quantity: 847, inventory_level: 120, material_required: "paint gear ceramic", employee_skills: "expertise", downtime_hours: "12.46" },
            { id: 273, order_date: "2023-09-23", customer_name: "Kai Murphy", product_name: "Standard Bottle", quantity: 362, inventory_level: 71, material_required: "device design manufacturing", employee_skills: "management supervision", downtime_hours: "10.65" },
            { id: 274, order_date: "2023-04-12", customer_name: "Oscar Evans", product_name: "Mini Camera", quantity: 371, inventory_level: 360, material_required: "equipment technology production", employee_skills: "customer supervision teamwork", downtime_hours: "17.57" },
            { id: 275, order_date: "2023-04-14", customer_name: "Rosa Davis", product_name: "Premium Headphones", quantity: 202, inventory_level: 459, material_required: "glass", employee_skills: "assembly adaptability", downtime_hours: "11.57" },
            { id: 276, order_date: "2023-08-27", customer_name: "Jonas Young", product_name: "Smart Speaker", quantity: 677, inventory_level: 237, material_required: "development technology", employee_skills: "machining efficiency", downtime_hours: "15.98" },
            { id: 277, order_date: "2023-06-16", customer_name: "Sam Cruz", product_name: "Smart Router", quantity: 193, inventory_level: 27, material_required: "material", employee_skills: "inspection customer", downtime_hours: "8.95" },
            { id: 278, order_date: "2022-07-17", customer_name: "Deniz Dubois", product_name: "Ultra Mug", quantity: 825, inventory_level: 182, material_required: "adhesive method", employee_skills: "technical adaptability", downtime_hours: "8.16" },
            { id: 279, order_date: "2023-04-26", customer_name: "Isaac Oliveira", product_name: "Standard Toolkit", quantity: 741, inventory_level: 33, material_required: "wood", employee_skills: "service programming execution", downtime_hours: "15.50" },
            { id: 280, order_date: "2023-11-06", customer_name: "Ivan Davis", product_name: "Slim Camera", quantity: 366, inventory_level: 381, material_required: "ceramic gear development", employee_skills: "creativity planning", downtime_hours: "10.73" },
            { id: 281, order_date: "2023-02-25", customer_name: "Leo Yilmaz", product_name: "Deluxe Toolkit", quantity: 423, inventory_level: 296, material_required: "system technology nut", employee_skills: "analysis", downtime_hours: "14.78" },
            { id: 282, order_date: "2023-07-06", customer_name: "Tariq Clark", product_name: "Heavy Duty Camera", quantity: 370, inventory_level: 309, material_required: "wire fixture", employee_skills: "maintenance", downtime_hours: "14.15" },
            { id: 283, order_date: "2022-06-09", customer_name: "Ana Lopez", product_name: "Standard Backpack", quantity: 995, inventory_level: 268, material_required: "supply", employee_skills: "effectiveness planning", downtime_hours: "5.01" },
            { id: 284, order_date: "2022-10-04", customer_name: "Mateo Kowalski", product_name: "Wireless Router", quantity: 72, inventory_level: 36, material_required: "equipment screw design", employee_skills: "research design", downtime_hours: "15.19" },
            { id: 285, order_date: "2023-09-01", customer_name: "Ines Brown", product_name: "Premium Monitor", quantity: 318, inventory_level: 392, material_required: null, employee_skills: "supervision reporting operation", downtime_hours: "17.98" },
            { id: 286, order_date: "2022-12-14", customer_name: "Lena Silva", product_name: "Classic Router", quantity: 465, inventory_level: 177, material_required: "adhesive structure", employee_skills: "automation logistics management", downtime_hours: "11.09" },
            { id: 287, order_date: "2023-12-20", customer_name: "Noah Wilson", product_name: "Deluxe Monitor", quantity: 868, inventory_level: 7, material_required: "hardware", employee_skills: "leadership", downtime_hours: "13.22" },
            { id: 288, order_date: "2023-08-21", customer_name: "Isaac Oliveira", product_name: "Travel Watch", quantity: 92, inventory_level: 444, material_required: "fabric development tool", employee_skills: "creativity", downtime_hours: null },
            { id: 289, order_date: "2022-04-22", customer_name: "Paula Johnson", product_name: "Modern Blender", quantity: 532, inventory_level: 52, material_required: null, employee_skills: "supervision engineering safety", downtime_hours: "13.99" },
            { id: 290, order_date: "2022-12-20", customer_name: "Mila Yilmaz", product_name: "Mini Toolkit", quantity: 726, inventory_level: 39, material_required: null, employee_skills: "teamwork", downtime_hours: "15.94" },
            { id: 291, order_date: "2022-09-25", customer_name: "Ibrahim Diaz", product_name: "Mini Notebook", quantity: 552, inventory_level: 100, material_required: "glass supply", employee_skills: null, downtime_hours: null },
            { id: 292, order_date: "2023-02-24", customer_name: "Hannah Diaz", product_name: "Ultra Watch", quantity: 276, inventory_level: 474, material_required: "screw nut gas", employee_skills: "development", downtime_hours: "9.90" },
            { id: 293, order_date: "2023-06-03", customer_name: "Leo Diaz", product_name: "Premium Speaker", quantity: 649, inventory_level: 498, material_required: "paint wood element", employee_skills: "reporting analysis", downtime_hours: "12.81" },
            { id: 294, order_date: "2022-06-03", customer_name: "Yusuf Johnson", product_name: "Modern Pan", quantity: 480, inventory_level: 92, material_required: "gas", employee_skills: "support machining programming", downtime_hours: "10.34" },
            { id: 295, order_date: "2023-09-01", customer_name: "Mei Lopez", product_name: "Ultra Mug", quantity: 508, inventory_level: 387, material_required: "supply", employee_skills: "analysis flexibility", downtime_hours: "6.15" },
            { id: 296, order_date: "2023-10-24", customer_name: "Sofia Demir", product_name: "Compact Charger", quantity: 253, inventory_level: 468, material_required: "fabric tool", employee_skills: "research capability", downtime_hours: "10.31" },
            { id: 297, order_date: "2023-08-29", customer_name: "Carlos Smith", product_name: "Classic Jacket", quantity: 226, inventory_level: 180, material_required: "production plastic tool", employee_skills: "quality", downtime_hours: "7.55" },
            { id: 298, order_date: "2022-09-03", customer_name: "Liam Evans", product_name: "Deluxe Bottle", quantity: 910, inventory_level: 145, material_required: "input bearing nut", employee_skills: "engineering service", downtime_hours: "6.71" },
            { id: 299, order_date: "2023-11-13", customer_name: "Andre Pereira", product_name: "Standard Tent", quantity: 221, inventory_level: 138, material_required: "wire fixture", employee_skills: "welding", downtime_hours: "16.41" },
            { id: 300, order_date: "2022-12-16", customer_name: "Isaac Murphy", product_name: "Eco Monitor", quantity: 350, inventory_level: 283, material_required: "assembly", employee_skills: null, downtime_hours: null },
            { id: 301, order_date: "2023-07-30", customer_name: "Carla Demir", product_name: "Slim Toolkit", quantity: 653, inventory_level: 268, material_required: "fixture copper process", employee_skills: "reporting initiative production", downtime_hours: "11.41" },
            { id: 302, order_date: "2023-12-12", customer_name: "Amir Ibrahim", product_name: "Eco Bottle", quantity: 215, inventory_level: 462, material_required: null, employee_skills: "capability", downtime_hours: "15.26" },
            { id: 303, order_date: "2023-10-28", customer_name: "Yara Baker", product_name: "Premium Monitor", quantity: 71, inventory_level: 36, material_required: "equipment gear copper", employee_skills: "maintenance welding quality", downtime_hours: "9.42" },
            { id: 304, order_date: "2023-04-18", customer_name: "Mateo Rossi", product_name: "Pro Mug", quantity: 97, inventory_level: 234, material_required: "wood gear", employee_skills: "problem-solving management", downtime_hours: "17.18" },
            { id: 305, order_date: "2022-08-18", customer_name: "Lina Sousa", product_name: "Folding Camera", quantity: 696, inventory_level: 396, material_required: "production bolt rubber", employee_skills: "analysis efficiency execution", downtime_hours: "9.38" },
            { id: 306, order_date: "2023-06-22", customer_name: "Yusuf Dubois", product_name: "Folding Headphones", quantity: 215, inventory_level: 83, material_required: "input fabrication", employee_skills: "problem-solving design machining", downtime_hours: "16.74" },
            { id: 307, order_date: "2022-06-22", customer_name: "Karim Fischer", product_name: "Compact Monitor", quantity: 176, inventory_level: 496, material_required: "operation bearing", employee_skills: "skills training automation", downtime_hours: "11.44" },
            { id: 308, order_date: "2022-01-04", customer_name: "Victor Dubois", product_name: "Travel Kettle", quantity: 539, inventory_level: 192, material_required: "development device procedure", employee_skills: "initiative machining", downtime_hours: "9.19" },
            { id: 309, order_date: "2023-12-17", customer_name: "Nina Torres", product_name: "Eco Planter", quantity: 264, inventory_level: 380, material_required: "supply", employee_skills: "inspection", downtime_hours: "8.64" },
            { id: 310, order_date: "2023-05-03", customer_name: "Amir Martin", product_name: "Classic Lantern", quantity: 999, inventory_level: 499, material_required: "part", employee_skills: "welding teamwork initiative", downtime_hours: "7.62" },
            { id: 311, order_date: "2023-08-12", customer_name: "Hannah Kowalski", product_name: "Mini Umbrella", quantity: 459, inventory_level: 282, material_required: "design", employee_skills: "execution capability", downtime_hours: "9.63" },
            { id: 312, order_date: "2023-04-18", customer_name: "Carla Ali", product_name: "Compact Tent", quantity: 470, inventory_level: 313, material_required: "bolt plastic technology", employee_skills: "safety", downtime_hours: "12.42" },
            { id: 313, order_date: "2023-03-25", customer_name: "Lena Hoffmann", product_name: "Classic Tripod", quantity: 178, inventory_level: 119, material_required: "paint equipment method", employee_skills: "specialization technical", downtime_hours: "7.31" },
            { id: 314, order_date: "2022-08-11", customer_name: "Deniz Becker", product_name: "Travel Camera", quantity: 856, inventory_level: 88, material_required: "development screw", employee_skills: "knowledge", downtime_hours: "10.90" },
            { id: 315, order_date: "2023-06-07", customer_name: "Felix Torres", product_name: "Smart Blender", quantity: 567, inventory_level: 272, material_required: "circuit technology", employee_skills: "planning skills", downtime_hours: "14.70" },
            { id: 316, order_date: "2023-07-01", customer_name: "Arjun Nakamura", product_name: "Portable Lantern", quantity: 368, inventory_level: 213, material_required: "operation", employee_skills: "management communication", downtime_hours: "6.70" },
            { id: 317, order_date: "2022-07-06", customer_name: "Jonas Tanaka", product_name: "Heavy Duty Backpack", quantity: 275, inventory_level: 207, material_required: "material tool copper", employee_skills: "communication motivation", downtime_hours: "13.03" },
            { id: 318, order_date: "2022-04-18", customer_name: "Laura Wang", product_name: "Mini Jacket", quantity: 951, inventory_level: 368, material_required: "material system nut", employee_skills: "production fabrication scheduling", downtime_hours: "18.79" },
            { id: 319, order_date: "2022-09-01", customer_name: "Laura Fischer", product_name: "Eco Router", quantity: 728, inventory_level: 490, material_required: "procedure production", employee_skills: "coordination training", downtime_hours: null },
            { id: 320, order_date: "2023-07-13", customer_name: "Omar Demir", product_name: "Compact Planter", quantity: 576, inventory_level: 24, material_required: "circuit wire", employee_skills: "adaptability", downtime_hours: "11.00" },
            { id: 321, order_date: "2023-12-13", customer_name: "Uma Lee", product_name: "Wireless Desk Lamp", quantity: 850, inventory_level: 22, material_required: "adhesive hardware", employee_skills: "creativity engineering", downtime_hours: "17.61" },
            { id: 322, order_date: "2023-07-23", customer_name: "Wei Wang", product_name: "Slim Pan", quantity: 611, inventory_level: 467, material_required: "component tool", employee_skills: "capability", downtime_hours: "10.02" },
            { id: 323, order_date: "2022-12-28", customer_name: "Kai Yilmaz", product_name: "Ultra Camera", quantity: 150, inventory_level: 353, material_required: "technology input output", employee_skills: "logistics competence", downtime_hours: "6.09" },
            { id: 324, order_date: "2023-11-18", customer_name: "Selin Flores", product_name: "Compact Kettle", quantity: 981, inventory_level: 423, material_required: "procedure", employee_skills: "efficiency management", downtime_hours: null },
            { id: 325, order_date: "2023-12-18", customer_name: "Tariq Murphy", product_name: "Classic Umbrella", quantity: 405, inventory_level: 375, material_required: "material", employee_skills: "creativity", downtime_hours: "10.99" },
            { id: 326, order_date: "2023-02-02", customer_name: "Hana Vargas", product_name: "Eco Headphones", quantity: 98, inventory_level: 170, material_required: "structure fabric instrument", employee_skills: "assembly", downtime_hours: "15.63" },
            { id: 327, order_date: "2023-04-05", customer_name: "Sofia Gomez", product_name: "Essential Chair", quantity: 848, inventory_level: 174, material_required: "resource nut", employee_skills: "specialization", downtime_hours: "14.09" },
            { id: 328, order_date: "2023-02-19", customer_name: "Mia Costa", product_name: "Smart Kettle", quantity: 385, inventory_level: 377, material_required: "screw supply", employee_skills: "adaptability research competence", downtime_hours: "16.45" },
            { id: 329, order_date: "2023-01-07", customer_name: "Emma Bauer", product_name: "Smart Tent", quantity: 526, inventory_level: 333, material_required: "circuit glass operation", employee_skills: "supervision", downtime_hours: null },
            { id: 330, order_date: "2022-10-02", customer_name: "Ravi Weber", product_name: "Smart Watch", quantity: 197, inventory_level: 253, material_required: "machine fabrication", employee_skills: "analysis leadership reporting", downtime_hours: "12.75" },
            { id: 331, order_date: "2022-07-05", customer_name: "Alice Becker", product_name: "Ultra Camera", quantity: 560, inventory_level: 264, material_required: "supply", employee_skills: "automation", downtime_hours: "9.70" },
            { id: 332, order_date: "2022-05-29", customer_name: "David Lee", product_name: "Pro Speaker", quantity: 771, inventory_level: 144, material_required: "adhesive", employee_skills: "service flexibility skills", downtime_hours: "11.57" },
            { id: 333, order_date: "2023-10-25", customer_name: "Lina Gomez", product_name: "Standard Speaker", quantity: 496, inventory_level: 7, material_required: "copper component bearing", employee_skills: "training problem-solving automation", downtime_hours: "11.37" },
            { id: 334, order_date: "2022-12-17", customer_name: "Carla Ahmed", product_name: "Vintage Backpack", quantity: 952, inventory_level: 431, material_required: "plastic", employee_skills: "planning specialization support", downtime_hours: "16.34" },
            { id: 335, order_date: "2023-01-31", customer_name: "Sam Evans", product_name: "Modern Kettle", quantity: 354, inventory_level: 147, material_required: "method", employee_skills: "competence", downtime_hours: "11.57" },
            { id: 336, order_date: "2023-04-29", customer_name: "Hannah Wang", product_name: "Essential Mug", quantity: 569, inventory_level: 425, material_required: "bolt", employee_skills: "development communication leadership", downtime_hours: "9.73" },
            { id: 337, order_date: "2023-06-04", customer_name: "Chloe Silva", product_name: "Classic Pan", quantity: 381, inventory_level: 26, material_required: "wire supply", employee_skills: "coordination", downtime_hours: "13.85" },
            { id: 338, order_date: "2023-06-16", customer_name: "Pedro Andersen", product_name: "Eco Tripod", quantity: 319, inventory_level: 88, material_required: "technology", employee_skills: "capability", downtime_hours: null },
            { id: 339, order_date: "2023-12-17", customer_name: "Ivan Meyer", product_name: "Portable Speaker", quantity: 66, inventory_level: 203, material_required: "material paint procedure", employee_skills: "planning", downtime_hours: "3.45" },
            { id: 340, order_date: "2022-03-28", customer_name: "Mohamed Davis", product_name: "Travel Lantern", quantity: 130, inventory_level: 285, material_required: null, employee_skills: "skills", downtime_hours: "14.13" },
            { id: 341, order_date: "2023-05-14", customer_name: "Theo Larsen", product_name: "Pro Notebook", quantity: 240, inventory_level: 396, material_required: null, employee_skills: "assembly scheduling", downtime_hours: "7.28" },
            { id: 342, order_date: "2022-01-02", customer_name: "Liam Rossi", product_name: "Standard Router", quantity: 598, inventory_level: 28, material_required: "part aluminum", employee_skills: "reporting", downtime_hours: "12.71" },
            { id: 343, order_date: "2023-08-17", customer_name: "Diego Andersen", product_name: "Modern Planter", quantity: 863, inventory_level: 196, material_required: "element bearing structure", employee_skills: "reporting inspection", downtime_hours: "3.06" },
            { id: 344, order_date: "2022-08-23", customer_name: "Maria Castro", product_name: "Classic Notebook", quantity: 450, inventory_level: 406, material_required: "aluminum hardware", employee_skills: "communication supervision", downtime_hours: "13.04" },
            { id: 345, order_date: "2023-05-06", customer_name: "Jade Fischer", product_name: "Classic Charger", quantity: 495, inventory_level: 150, material_required: "machine product tool", employee_skills: "technical service assembly", downtime_hours: "11.76" },
            { id: 346, order_date: "2022-03-01", customer_name: "Omar Oliveira", product_name: "Ultra Router", quantity: 331, inventory_level: 368, material_required: "aluminum rubber", employee_skills: "execution teamwork", downtime_hours: "13.37" },
            { id: 347, order_date: "2023-03-27", customer_name: "Ethan Singh", product_name: "Vintage Mug", quantity: 955, inventory_level: 7, material_required: "system production oil", employee_skills: "analysis", downtime_hours: "4.50" },
            { id: 348, order_date: "2023-08-12", customer_name: "Sofia Hughes", product_name: "Standard Pan", quantity: 702, inventory_level: 111, material_required: "technology process machine", employee_skills: "expertise logistics development", downtime_hours: "16.20" },
            { id: 349, order_date: "2022-05-09", customer_name: "Nour Yilmaz", product_name: "Compact Mug", quantity: 498, inventory_level: 202, material_required: "operation design development", employee_skills: "scheduling", downtime_hours: "13.97" },
            { id: 350, order_date: "2023-02-06", customer_name: "Zoe Ali", product_name: "Vintage Planter", quantity: 885, inventory_level: 459, material_required: null, employee_skills: "motivation problem-solving", downtime_hours: "13.20" },
            { id: 351, order_date: "2022-03-10", customer_name: "Daniel Patel", product_name: "Ultra Tent", quantity: 247, inventory_level: 343, material_required: "machine", employee_skills: "problem-solving specialization leadership", downtime_hours: "9.67" },
            { id: 352, order_date: "2023-05-23", customer_name: "Deniz Ruiz", product_name: "Compact Notebook", quantity: 153, inventory_level: 403, material_required: "procedure operation", employee_skills: "knowledge", downtime_hours: "13.55" },
            { id: 353, order_date: "2022-08-18", customer_name: "Felix Taylor", product_name: "Eco Charger", quantity: 428, inventory_level: 286, material_required: "element", employee_skills: "logistics scheduling automation", downtime_hours: "8.03" },
            { id: 354, order_date: "2023-02-11", customer_name: "Zara Meyer", product_name: "Premium Charger", quantity: 153, inventory_level: 63, material_required: "bolt", employee_skills: null, downtime_hours: "20.94" },
            { id: 355, order_date: "2023-06-24", customer_name: "Zara Kim", product_name: "Wireless Lantern", quantity: 817, inventory_level: 115, material_required: "item", employee_skills: "supervision", downtime_hours: "10.30" },
            { id: 356, order_date: "2023-10-14", customer_name: "Selin Almeida", product_name: "Heavy Duty Router", quantity: 65, inventory_level: 32, material_required: "development fabrication ceramic", employee_skills: null, downtime_hours: "6.72" },
            { id: 357, order_date: "2022-03-26", customer_name: "Sam Davis", product_name: "Heavy Duty Mug", quantity: 433, inventory_level: 339, material_required: "assembly oil", employee_skills: "effectiveness", downtime_hours: "13.98" },
            { id: 358, order_date: "2023-09-17", customer_name: "Lena Reyes", product_name: "Essential Tent", quantity: 43, inventory_level: 6, material_required: "structure input instrument", employee_skills: "fabrication initiative welding", downtime_hours: null },
            { id: 359, order_date: "2023-05-28", customer_name: "Noah Wang", product_name: "Travel Kettle", quantity: 343, inventory_level: 49, material_required: "procedure device", employee_skills: "support training", downtime_hours: "12.80" },
            { id: 360, order_date: "2023-09-13", customer_name: "Amir Taylor", product_name: "Mini Desk Lamp", quantity: 139, inventory_level: 306, material_required: "assembly fabric", employee_skills: "development creativity problem-solving", downtime_hours: "14.86" },
            { id: 361, order_date: "2023-10-18", customer_name: "Kai Kim", product_name: "Compact Jacket", quantity: 15, inventory_level: 303, material_required: "rubber machine adhesive", employee_skills: "customer support", downtime_hours: "8.64" },
            { id: 362, order_date: "2023-11-22", customer_name: "Carla Castro", product_name: "Mini Umbrella", quantity: 970, inventory_level: 379, material_required: "ceramic design nut", employee_skills: "skills operation", downtime_hours: "13.47" },
            { id: 363, order_date: "2023-04-06", customer_name: "Nina Ruiz", product_name: "Compact Keyboard", quantity: 60, inventory_level: 111, material_required: "structure gas gear", employee_skills: "supervision service maintenance", downtime_hours: "15.57" },
            { id: 364, order_date: "2022-06-13", customer_name: "Laura Moreau", product_name: "Eco Watch", quantity: 727, inventory_level: 495, material_required: "gear", employee_skills: "operation engineering", downtime_hours: "12.29" },
            { id: 365, order_date: "2023-10-15", customer_name: "Ines Martin", product_name: "Pro Charger", quantity: 642, inventory_level: 212, material_required: "part tool wood", employee_skills: null, downtime_hours: "3.28" },
            { id: 366, order_date: "2023-09-22", customer_name: "Laura Ali", product_name: "Slim Router", quantity: 500, inventory_level: 401, material_required: "resource input bolt", employee_skills: "technical service", downtime_hours: "8.25" },
            { id: 367, order_date: "2022-09-17", customer_name: "Ines Hoffmann", product_name: "Modern Headphones", quantity: 1000, inventory_level: 332, material_required: "manufacturing oil", employee_skills: "logistics", downtime_hours: "16.37" },
            { id: 368, order_date: "2023-12-22", customer_name: "Zara Sato", product_name: "Slim Tent", quantity: 443, inventory_level: 139, material_required: "circuit method manufacturing", employee_skills: "efficiency planning", downtime_hours: "13.18" },
            { id: 369, order_date: "2023-10-11", customer_name: "Mohamed Weber", product_name: "Standard Keyboard", quantity: 783, inventory_level: 374, material_required: "resource structure circuit", employee_skills: "coordination research effectiveness", downtime_hours: "13.46" },
            { id: 370, order_date: "2023-04-08", customer_name: "Ethan Cruz", product_name: "Essential Lantern", quantity: 519, inventory_level: 203, material_required: "operation device output", employee_skills: "assembly planning", downtime_hours: "13.01" },
            { id: 371, order_date: "2022-04-30", customer_name: "Nina Mendes", product_name: "Slim Watch", quantity: 253, inventory_level: 273, material_required: "wire circuit", employee_skills: "management", downtime_hours: null },
            { id: 372, order_date: "2023-12-03", customer_name: "Sofia Tanaka", product_name: "Wireless Backpack", quantity: 128, inventory_level: 116, material_required: "assembly copper", employee_skills: "motivation safety problem-solving", downtime_hours: "16.02" },
            { id: 373, order_date: "2022-08-04", customer_name: "Chloe Shah", product_name: "Slim Tent", quantity: 880, inventory_level: 480, material_required: "operation item copper", employee_skills: "service", downtime_hours: "7.04" },
            { id: 374, order_date: "2023-02-13", customer_name: "Maja Ahmed", product_name: "Eco Desk Lamp", quantity: 885, inventory_level: 468, material_required: "gear element", employee_skills: "safety", downtime_hours: "11.43" },
            { id: 375, order_date: "2023-04-19", customer_name: "Grace Smith", product_name: "Deluxe Camera", quantity: 910, inventory_level: 108, material_required: "output", employee_skills: "welding", downtime_hours: "7.37" },
            { id: 376, order_date: "2023-03-19", customer_name: "Hana Zhang", product_name: "Portable Monitor", quantity: 234, inventory_level: 200, material_required: "gear process gas", employee_skills: "customer operation", downtime_hours: "7.72" },
            { id: 377, order_date: "2022-06-26", customer_name: "Jade Tanaka", product_name: "Eco Router", quantity: 934, inventory_level: 43, material_required: "supply aluminum", employee_skills: "skills competence adaptability", downtime_hours: "9.21" },
            { id: 378, order_date: "2023-05-01", customer_name: "Sofia Schmidt", product_name: "Travel Headphones", quantity: 197, inventory_level: 483, material_required: "ceramic", employee_skills: "management creativity", downtime_hours: "13.45" },
            { id: 379, order_date: "2023-11-13", customer_name: "Nina Park", product_name: "Premium Tripod", quantity: 274, inventory_level: 320, material_required: "nut device", employee_skills: "design supervision analysis", downtime_hours: "12.64" },
            { id: 380, order_date: "2022-06-13", customer_name: "Leo Reyes", product_name: "Eco Charger", quantity: 266, inventory_level: 433, material_required: "screw", employee_skills: "execution communication operation", downtime_hours: "15.39" },
            { id: 381, order_date: "2022-08-25", customer_name: "James Nakamura", product_name: "Essential Jacket", quantity: 241, inventory_level: 442, material_required: "ceramic product adhesive", employee_skills: "initiative operation welding", downtime_hours: "10.80" },
            { id: 382, order_date: "2022-06-15", customer_name: "Lena Wilson", product_name: "Compact Tent", quantity: 21, inventory_level: 246, material_required: "instrument component", employee_skills: "logistics automation engineering", downtime_hours: "13.81" },
            { id: 383, order_date: "2023-03-01", customer_name: "David Singh", product_name: "Pro Watch", quantity: 678, inventory_level: 236, material_required: "rubber part", employee_skills: "training fabrication", downtime_hours: "11.14" },
            { id: 384, order_date: "2022-02-16", customer_name: "Chen Adams", product_name: "Standard Lantern", quantity: 363, inventory_level: 0, material_required: "input", employee_skills: "execution capability technical", downtime_hours: "9.80" },
            { id: 385, order_date: "2023-03-03", customer_name: "Alice Bauer", product_name: "Deluxe Watch", quantity: 659, inventory_level: 40, material_required: "output tool", employee_skills: "quality operation", downtime_hours: "11.61" },
            { id: 386, order_date: "2023-09-21", customer_name: "Fatima Bauer", product_name: "Wireless Jacket", quantity: 562, inventory_level: 451, material_required: "nut gear paint", employee_skills: "teamwork supervision logistics", downtime_hours: "12.23" },
            { id: 387, order_date: "2022-03-24", customer_name: "Chen Vargas", product_name: "Portable Pan", quantity: 135, inventory_level: 32, material_required: "aluminum", employee_skills: "expertise", downtime_hours: null },
            { id: 388, order_date: "2022-06-20", customer_name: "David Wagner", product_name: "Travel Keyboard", quantity: 407, inventory_level: 116, material_required: "manufacturing rubber assembly", employee_skills: "quality", downtime_hours: "14.50" },
            { id: 389, order_date: "2023-03-06", customer_name: "Mateo Bauer", product_name: "Insulated Mug", quantity: 428, inventory_level: 283, material_required: "machine production", employee_skills: "reporting logistics motivation", downtime_hours: "11.72" },
            { id: 390, order_date: "2022-05-16", customer_name: "Grace Gomez", product_name: "Smart Headphones", quantity: 214, inventory_level: 306, material_required: "part circuit", employee_skills: "maintenance competence", downtime_hours: "14.17" },
            { id: 391, order_date: "2022-07-06", customer_name: "Carla Schmidt", product_name: "Compact Bottle", quantity: 784, inventory_level: 320, material_required: "technology", employee_skills: "inspection welding training", downtime_hours: "10.79" },
            { id: 392, order_date: "2023-06-07", customer_name: "Liam Gomez", product_name: "Heavy Duty Lantern", quantity: 402, inventory_level: 220, material_required: "technology circuit fixture", employee_skills: "operation", downtime_hours: "9.31" },
            { id: 393, order_date: "2023-06-15", customer_name: "Ben Kowalski", product_name: "Smart Backpack", quantity: 483, inventory_level: 146, material_required: "glass", employee_skills: "creativity customer", downtime_hours: null },
            { id: 394, order_date: "2023-12-08", customer_name: "Maya Nakamura", product_name: "Smart Chair", quantity: 357, inventory_level: 69, material_required: null, employee_skills: "execution", downtime_hours: null },
            { id: 395, order_date: "2023-10-16", customer_name: "Noah Miller", product_name: "Standard Blender", quantity: 617, inventory_level: 340, material_required: "fixture rubber", employee_skills: "research", downtime_hours: "12.82" },
            { id: 396, order_date: "2022-10-19", customer_name: "Amir Ruiz", product_name: "Eco Lantern", quantity: 425, inventory_level: 364, material_required: "element", employee_skills: "operation", downtime_hours: "12.47" },
            { id: 397, order_date: "2022-12-15", customer_name: "Ruby Ali", product_name: "Wireless Desk Lamp", quantity: 899, inventory_level: 322, material_required: "part supply", employee_skills: "programming knowledge specialization", downtime_hours: "16.79" },
            { id: 398, order_date: "2023-02-10", customer_name: "Hannah Nguyen", product_name: "Pro Watch", quantity: 837, inventory_level: 297, material_required: "design technology copper", employee_skills: "competence execution effectiveness", downtime_hours: "9.49" },
            { id: 399, order_date: "2023-08-04", customer_name: "Kai Cruz", product_name: "Eco Blender", quantity: 882, inventory_level: 27, material_required: "machine", employee_skills: "technical", downtime_hours: "9.06" },
            { id: 400, order_date: "2023-12-11", customer_name: "Alice Hughes", product_name: "Deluxe Headphones", quantity: 953, inventory_level: 19, material_required: "process", employee_skills: "reporting logistics", downtime_hours: "12.73" },
            { id: 401, order_date: "2023-03-26", customer_name: "James Lopez", product_name: "Essential Watch", quantity: 663, inventory_level: 172, material_required: "glass item manufacturing", employee_skills: "specialization", downtime_hours: "5.84" },
            { id: 402, order_date: "2023-12-02", customer_name: "Ana Castro", product_name: "Mini Lantern", quantity: 91, inventory_level: 170, material_required: "gear", employee_skills: "knowledge analysis technical", downtime_hours: "5.03" },
            { id: 403, order_date: "2023-05-22", customer_name: "Sam Wang", product_name: "Folding Pan", quantity: 956, inventory_level: 18, material_required: "structure wire aluminum", employee_skills: "service knowledge leadership", downtime_hours: "5.34" },
            { id: 404, order_date: "2023-09-19", customer_name: "Priya Diaz", product_name: "Heavy Duty Speaker", quantity: 466, inventory_level: 493, material_required: "aluminum screw", employee_skills: "effectiveness", downtime_hours: "12.30" },
            { id: 405, order_date: "2022-11-13", customer_name: "Ana Moreau", product_name: "Pro Planter", quantity: 45, inventory_level: 325, material_required: "technology design", employee_skills: "effectiveness", downtime_hours: null },
            { id: 406, order_date: "2022-07-03", customer_name: "Amir Lopez", product_name: "Travel Jacket", quantity: 576, inventory_level: 483, material_required: "machine", employee_skills: "scheduling", downtime_hours: "10.61" },
            { id: 407, order_date: "2022-03-17", customer_name: "Jade Almeida", product_name: "Insulated Toolkit", quantity: 280, inventory_level: 264, material_required: "plastic bolt hardware", employee_skills: "engineering support", downtime_hours: "10.43" },
            { id: 408, order_date: "2023-01-12", customer_name: "Zoe Fischer", product_name: "Wireless Pan", quantity: 370, inventory_level: 152, material_required: "device plastic", employee_skills: "coordination capability", downtime_hours: "10.46" },
            { id: 409, order_date: "2023-06-04", customer_name: "Pedro Nakamura", product_name: "Deluxe Umbrella", quantity: 942, inventory_level: 197, material_required: "ceramic plastic", employee_skills: "capability", downtime_hours: null },
            { id: 410, order_date: "2023-03-28", customer_name: "Mia Chen", product_name: "Travel Headphones", quantity: 263, inventory_level: 129, material_required: null, employee_skills: "knowledge planning engineering", downtime_hours: "15.66" },
            { id: 411, order_date: "2023-07-13", customer_name: "Mohamed Cruz", product_name: "Modern Keyboard", quantity: 542, inventory_level: 392, material_required: "wood assembly operation", employee_skills: "flexibility", downtime_hours: "8.66" },
            { id: 412, order_date: "2022-01-01", customer_name: "Leo Garcia", product_name: "Smart Speaker", quantity: 642, inventory_level: 343, material_required: "steel technology bearing", employee_skills: "maintenance execution", downtime_hours: "10.19" },
            { id: 413, order_date: "2023-02-03", customer_name: "Hannah Larsen", product_name: "Travel Charger", quantity: 259, inventory_level: 207, material_required: null, employee_skills: "fabrication", downtime_hours: null },
            { id: 414, order_date: "2023-01-24", customer_name: "Nina Andersen", product_name: "Smart Mug", quantity: 916, inventory_level: 141, material_required: "device resource", employee_skills: "efficiency support", downtime_hours: "15.50" },
            { id: 415, order_date: "2023-07-28", customer_name: "Ethan Costa", product_name: "Smart Bottle", quantity: 698, inventory_level: 296, material_required: "part plastic fixture", employee_skills: "operation", downtime_hours: "11.37" },
            { id: 416, order_date: "2023-09-10", customer_name: "Hana Meyer", product_name: "Compact Router", quantity: 855, inventory_level: 358, material_required: "nut fabric oil", employee_skills: "testing maintenance motivation", downtime_hours: "16.89" },
            { id: 417, order_date: "2022-04-17", customer_name: "Mohamed Schneider", product_name: "Folding Camera", quantity: 837, inventory_level: 214, material_required: "manufacturing", employee_skills: "management", downtime_hours: "13.84" },
            { id: 418, order_date: "2022-06-22", customer_name: "Hana Lee", product_name: "Eco Jacket", quantity: 609, inventory_level: 374, material_required: "item material paint", employee_skills: "training fabrication", downtime_hours: "13.84" },
            { id: 419, order_date: "2023-07-09", customer_name: "Isaac Lee", product_name: "Travel Tent", quantity: 747, inventory_level: 211, material_required: "item instrument", employee_skills: "leadership analysis", downtime_hours: "14.37" },
            { id: 420, order_date: "2022-04-30", customer_name: "Pedro Kaya", product_name: "Deluxe Headphones", quantity: 242, inventory_level: 463, material_required: "material", employee_skills: "quality", downtime_hours: "14.09" },
            { id: 421, order_date: "2023-08-16", customer_name: "Carla Moreau", product_name: "Smart Desk Lamp", quantity: 457, inventory_level: 439, material_required: "output", employee_skills: "fabrication supervision quality", downtime_hours: "15.60" },
            { id: 422, order_date: "2023-02-23", customer_name: "Isaac Taylor", product_name: "Heavy Duty Kettle", quantity: 607, inventory_level: 343, material_required: "composite procedure hardware", employee_skills: "coordination efficiency", downtime_hours: "14.04" },
            { id: 423, order_date: "2022-12-08", customer_name: "Julia Kim", product_name: "Classic Camera", quantity: 667, inventory_level: 339, material_required: "copper fabrication", employee_skills: "reporting scheduling quality", downtime_hours: "13.99" },
            { id: 424, order_date: "2022-10-05", customer_name: "Maya Evans", product_name: "Smart Umbrella", quantity: 250, inventory_level: 224, material_required: "rubber bolt", employee_skills: "testing reporting motivation", downtime_hours: "7.65" },
            { id: 425, order_date: "2023-04-26", customer_name: "Uma Sousa", product_name: "Eco Charger", quantity: 402, inventory_level: 393, material_required: "plastic circuit assembly", employee_skills: "machining automation", downtime_hours: "11.37" },
            { id: 426, order_date: "2022-11-30", customer_name: "Olivia Pereira", product_name: "Ultra Monitor", quantity: 413, inventory_level: 115, material_required: null, employee_skills: "initiative", downtime_hours: "19.52" },
            { id: 427, order_date: "2023-10-14", customer_name: "Jack Khan", product_name: "Standard Headphones", quantity: 727, inventory_level: 394, material_required: "fabric composite", employee_skills: "safety", downtime_hours: "17.00" },
            { id: 428, order_date: "2023-10-10", customer_name: "Maria Rossi", product_name: "Travel Jacket", quantity: 322, inventory_level: 350, material_required: "resource", employee_skills: null, downtime_hours: "19.33" },
            { id: 429, order_date: "2023-09-26", customer_name: "Chloe Oliveira", product_name: "Slim Camera", quantity: 154, inventory_level: 139, material_required: "machine equipment glass", employee_skills: null, downtime_hours: "14.70" },
            { id: 430, order_date: "2022-09-29", customer_name: "Mila Schmidt", product_name: "Essential Tripod", quantity: 301, inventory_level: 322, material_required: "wood fabrication production", employee_skills: "service", downtime_hours: "11.49" },
            { id: 431, order_date: "2022-09-09", customer_name: "Rafael Patel", product_name: "Pro Tent", quantity: 349, inventory_level: 39, material_required: "hardware", employee_skills: "production supervision", downtime_hours: "8.22" },
            { id: 432, order_date: "2023-07-06", customer_name: "Ines Wilson", product_name: "Smart Backpack", quantity: 624, inventory_level: 319, material_required: "fabrication", employee_skills: "assembly", downtime_hours: "14.75" },
            { id: 433, order_date: "2023-12-13", customer_name: "Laura Ahmed", product_name: "Wireless Notebook", quantity: 721, inventory_level: 304, material_required: "output fabrication component", employee_skills: "scheduling", downtime_hours: "17.75" },
            { id: 434, order_date: "2023-06-05", customer_name: "Lucas Wright", product_name: "Slim Notebook", quantity: 643, inventory_level: 421, material_required: "equipment oil material", employee_skills: "communication competence effectiveness", downtime_hours: "13.56" },
            { id: 435, order_date: "2022-07-18", customer_name: "Elif Bennett", product_name: "Heavy Duty Pan", quantity: 136, inventory_level: 330, material_required: "technology development", employee_skills: "safety specialization", downtime_hours: "8.95" },
            { id: 436, order_date: "2022-01-01", customer_name: "Jack Diaz", product_name: "Standard Blender", quantity: 758, inventory_level: 333, material_required: "structure", employee_skills: "support technical inspection", downtime_hours: "15.57" },
            { id: 437, order_date: "2022-08-07", customer_name: "Mila Clark", product_name: "Compact Tripod", quantity: 339, inventory_level: 149, material_required: "gas process", employee_skills: "communication", downtime_hours: "15.82" },
            { id: 438, order_date: "2022-07-25", customer_name: "Pedro Nakamura", product_name: "Ultra Pan", quantity: 204, inventory_level: 272, material_required: "item production adhesive", employee_skills: "knowledge problem-solving scheduling", downtime_hours: "11.53" },
            { id: 439, order_date: "2023-08-23", customer_name: "Ines Nguyen", product_name: "Pro Planter", quantity: 188, inventory_level: 186, material_required: "machine", employee_skills: "coordination", downtime_hours: "13.69" },
            { id: 440, order_date: "2023-12-12", customer_name: "Sven Carter", product_name: "Vintage Planter", quantity: 545, inventory_level: 140, material_required: "resource", employee_skills: "planning safety", downtime_hours: null },
            { id: 441, order_date: "2023-04-08", customer_name: "Hannah Wagner", product_name: "Mini Chair", quantity: 18, inventory_level: 433, material_required: "fabric equipment input", employee_skills: "testing maintenance knowledge", downtime_hours: "6.50" },
            { id: 442, order_date: "2023-10-03", customer_name: "Olivia Diaz", product_name: "Wireless Notebook", quantity: 257, inventory_level: 236, material_required: "operation component procedure", employee_skills: "capability", downtime_hours: null },
            { id: 443, order_date: "2022-10-25", customer_name: "Zoe Costa", product_name: "Heavy Duty Bottle", quantity: 287, inventory_level: 57, material_required: "element", employee_skills: "engineering motivation problem-solving", downtime_hours: "16.75" },
            { id: 444, order_date: "2023-06-17", customer_name: "Wei Hansen", product_name: "Slim Pan", quantity: 976, inventory_level: 449, material_required: null, employee_skills: "design motivation", downtime_hours: "11.88" },
            { id: 445, order_date: "2023-07-17", customer_name: "Nour Reyes", product_name: "Essential Bottle", quantity: 616, inventory_level: 332, material_required: "instrument", employee_skills: "leadership", downtime_hours: "8.04" },
            { id: 446, order_date: "2022-04-06", customer_name: "James Tanaka", product_name: "Heavy Duty Monitor", quantity: 696, inventory_level: 121, material_required: "technology product ceramic", employee_skills: "assembly", downtime_hours: "11.55" },
            { id: 447, order_date: "2023-09-26", customer_name: "Ethan Costa", product_name: "Compact Toolkit", quantity: 753, inventory_level: 3, material_required: "composite", employee_skills: "design technical", downtime_hours: "13.17" },
            { id: 448, order_date: "2022-10-06", customer_name: "Ruby Lopez", product_name: "Portable Umbrella", quantity: 868, inventory_level: 59, material_required: "paint gas", employee_skills: "inspection quality flexibility", downtime_hours: "11.89" },
            { id: 449, order_date: "2022-01-16", customer_name: "Victor Nakamura", product_name: "Folding Headphones", quantity: 204, inventory_level: 265, material_required: "plastic product composite", employee_skills: "execution safety", downtime_hours: "15.59" },
            { id: 450, order_date: "2023-12-12", customer_name: "Noah Bennett", product_name: "Deluxe Monitor", quantity: 871, inventory_level: 119, material_required: "assembly rubber", employee_skills: "logistics customer testing", downtime_hours: null },
            { id: 451, order_date: "2023-07-21", customer_name: "Mia Sousa", product_name: "Pro Charger", quantity: 217, inventory_level: 412, material_required: "gear", employee_skills: null, downtime_hours: "13.08" },
            { id: 452, order_date: "2022-12-30", customer_name: "Priya Singh", product_name: "Standard Tent", quantity: 241, inventory_level: 199, material_required: null, employee_skills: "machining automation", downtime_hours: "13.04" },
            { id: 453, order_date: "2023-04-16", customer_name: "Yara Smith", product_name: "Ultra Monitor", quantity: 595, inventory_level: 471, material_required: "gear", employee_skills: "assembly service execution", downtime_hours: "15.13" },
            { id: 454, order_date: "2022-07-31", customer_name: "Chen Tanaka", product_name: "Folding Headphones", quantity: 907, inventory_level: 119, material_required: "assembly equipment", employee_skills: "fabrication initiative", downtime_hours: "8.84" },
            { id: 455, order_date: "2022-01-12", customer_name: "David Jansen", product_name: "Portable Pan", quantity: 779, inventory_level: 384, material_required: null, employee_skills: "analysis adaptability", downtime_hours: "13.38" },
            { id: 456, order_date: "2022-07-20", customer_name: "Anna Patel", product_name: "Portable Notebook", quantity: 118, inventory_level: 119, material_required: "element", employee_skills: "skills welding", downtime_hours: "17.99" },
            { id: 457, order_date: "2022-11-21", customer_name: "Felix Smith", product_name: "Deluxe Planter", quantity: 34, inventory_level: 225, material_required: "adhesive gas screw", employee_skills: "competence operation", downtime_hours: "7.82" },
            { id: 458, order_date: "2023-08-14", customer_name: "Ben Bauer", product_name: "Compact Jacket", quantity: 50, inventory_level: 467, material_required: "structure method", employee_skills: "assembly operation support", downtime_hours: "14.40" },
            { id: 459, order_date: "2023-06-11", customer_name: "Chen Adams", product_name: "Insulated Speaker", quantity: 926, inventory_level: 356, material_required: "fabrication assembly tool", employee_skills: "fabrication", downtime_hours: "7.82" },
            { id: 460, order_date: "2023-04-17", customer_name: "Leo Fischer", product_name: "Portable Backpack", quantity: 972, inventory_level: 438, material_required: null, employee_skills: "initiative supervision", downtime_hours: "12.92" },
            { id: 461, order_date: "2023-11-18", customer_name: "Ethan Chen", product_name: "Deluxe Mug", quantity: 545, inventory_level: 246, material_required: "adhesive system", employee_skills: "problem-solving", downtime_hours: "16.45" },
            { id: 462, order_date: "2023-09-18", customer_name: "Elif Park", product_name: "Premium Charger", quantity: 84, inventory_level: 307, material_required: "circuit gas supply", employee_skills: "machining", downtime_hours: "12.79" },
            { id: 463, order_date: "2023-09-06", customer_name: "Theo Smith", product_name: "Modern Kettle", quantity: 933, inventory_level: 87, material_required: "fabric resource", employee_skills: "teamwork scheduling", downtime_hours: "13.15" },
            { id: 464, order_date: "2023-12-18", customer_name: "Omar Miller", product_name: "Compact Keyboard", quantity: 296, inventory_level: 5, material_required: "fabrication", employee_skills: null, downtime_hours: "9.69" },
            { id: 465, order_date: "2023-03-04", customer_name: "Zara Mendes", product_name: "Ultra Blender", quantity: 810, inventory_level: 111, material_required: "output item", employee_skills: "knowledge maintenance specialization", downtime_hours: "14.19" },
            { id: 466, order_date: "2023-05-08", customer_name: "Zara Garcia", product_name: "Portable Backpack", quantity: 725, inventory_level: 266, material_required: "part device", employee_skills: "teamwork communication", downtime_hours: "7.19" },
            { id: 467, order_date: "2023-10-09", customer_name: "Laura Mendes", product_name: "Portable Planter", quantity: 288, inventory_level: 351, material_required: "nut paint circuit", employee_skills: "programming support reporting", downtime_hours: "12.47" },
            { id: 468, order_date: "2023-10-18", customer_name: "Diego Diaz", product_name: "Pro Camera", quantity: 251, inventory_level: 456, material_required: "bearing fixture material", employee_skills: "experience", downtime_hours: null },
            { id: 469, order_date: "2022-10-20", customer_name: "Ivan Castro", product_name: "Portable Camera", quantity: 319, inventory_level: 345, material_required: "material", employee_skills: "teamwork capability", downtime_hours: "11.09" },
            { id: 470, order_date: "2023-01-21", customer_name: "Selin Moreau", product_name: "Insulated Jacket", quantity: 783, inventory_level: 310, material_required: "element", employee_skills: "adaptability experience planning", downtime_hours: "13.03" },
            { id: 471, order_date: "2022-05-26", customer_name: "Pedro Park", product_name: "Heavy Duty Umbrella", quantity: 77, inventory_level: 350, material_required: "glass hardware", employee_skills: "motivation quality service", downtime_hours: "12.39" },
            { id: 472, order_date: "2022-12-06", customer_name: "Selin Weber", product_name: "Portable Toolkit", quantity: 953, inventory_level: 373, material_required: "item material", employee_skills: "testing", downtime_hours: "8.71" },
            { id: 473, order_date: "2022-03-10", customer_name: "Elif Pereira", product_name: "Ultra Router", quantity: 358, inventory_level: 302, material_required: "structure design", employee_skills: "automation", downtime_hours: "11.99" },
            { id: 474, order_date: "2023-09-06", customer_name: "Sofia Kowalski", product_name: "Compact Watch", quantity: 877, inventory_level: 88, material_required: null, employee_skills: "effectiveness", downtime_hours: "13.40" },
            { id: 475, order_date: "2023-05-11", customer_name: "Mohamed Castro", product_name: "Insulated Charger", quantity: 533, inventory_level: 434, material_required: "paint material instrument", employee_skills: "safety management", downtime_hours: "11.60" },
            { id: 476, order_date: "2023-05-29", customer_name: "Wei Costa", product_name: "Deluxe Camera", quantity: 450, inventory_level: 358, material_required: "gear", employee_skills: "experience capability operation", downtime_hours: "7.82" },
            { id: 477, order_date: "2023-04-13", customer_name: "Arjun Vargas", product_name: "Essential Lantern", quantity: 75, inventory_level: 431, material_required: "supply fixture oil", employee_skills: "service", downtime_hours: "10.60" },
            { id: 478, order_date: "2023-07-17", customer_name: "Omar Shah", product_name: "Mini Charger", quantity: 502, inventory_level: 26, material_required: "material", employee_skills: "motivation production leadership", downtime_hours: "11.19" },
            { id: 479, order_date: "2023-09-26", customer_name: "Maria Chen", product_name: "Compact Speaker", quantity: 913, inventory_level: 382, material_required: "wire", employee_skills: "problem-solving management", downtime_hours: "19.38" },
            { id: 480, order_date: "2023-07-21", customer_name: "Isaac Novak", product_name: "Wireless Tent", quantity: 817, inventory_level: 209, material_required: "composite paint bearing", employee_skills: "service efficiency", downtime_hours: "12.39" },
            { id: 481, order_date: "2022-12-31", customer_name: "Deniz Bauer", product_name: "Essential Notebook", quantity: 383, inventory_level: 37, material_required: "paint", employee_skills: null, downtime_hours: "15.99" },
            { id: 482, order_date: "2023-04-12", customer_name: "Ruby Reyes", product_name: "Modern Notebook", quantity: 409, inventory_level: 411, material_required: "steel wood method", employee_skills: "motivation leadership logistics", downtime_hours: "10.66" },
            { id: 483, order_date: "2022-08-16", customer_name: "Grace Kaya", product_name: "Compact Speaker", quantity: 493, inventory_level: 260, material_required: "oil fabric", employee_skills: "automation initiative support", downtime_hours: "3.74" },
            { id: 484, order_date: "2023-07-14", customer_name: "Grace Wilson", product_name: "Portable Blender", quantity: 246, inventory_level: 99, material_required: "operation", employee_skills: "scheduling", downtime_hours: "15.10" },
            { id: 485, order_date: "2022-12-07", customer_name: "Lena Smith", product_name: "Wireless Charger", quantity: 348, inventory_level: 235, material_required: "bolt", employee_skills: null, downtime_hours: "11.84" },
            { id: 486, order_date: "2022-05-26", customer_name: "Leo Almeida", product_name: "Modern Jacket", quantity: 487, inventory_level: 379, material_required: "fixture part resource", employee_skills: "assembly efficiency", downtime_hours: "10.41" },
            { id: 487, order_date: "2023-08-13", customer_name: "Maja Ruiz", product_name: "Essential Keyboard", quantity: 612, inventory_level: 4, material_required: "manufacturing supply aluminum", employee_skills: "automation", downtime_hours: "7.68" },
            { id: 488, order_date: "2023-04-06", customer_name: "Omar Demir", product_name: "Essential Mug", quantity: 911, inventory_level: 194, material_required: "technology output device", employee_skills: "production", downtime_hours: "13.32" },
            { id: 489, order_date: "2022-11-14", customer_name: "Maja Almeida", product_name: "Premium Desk Lamp", quantity: 332, inventory_level: 365, material_required: "instrument machine copper", employee_skills: "flexibility", downtime_hours: "12.64" },
            { id: 490, order_date: "2023-05-29", customer_name: "Ines Silva", product_name: "Heavy Duty Blender", quantity: 47, inventory_level: 234, material_required: "composite wire steel", employee_skills: "communication expertise", downtime_hours: "13.21" },
            { id: 491, order_date: "2022-10-26", customer_name: "Olivia Nguyen", product_name: "Wireless Tent", quantity: 248, inventory_level: 40, material_required: "item composite method", employee_skills: null, downtime_hours: "10.54" },
            { id: 492, order_date: "2023-06-07", customer_name: "Isaac Lopez", product_name: "Eco Monitor", quantity: 640, inventory_level: 496, material_required: "production", employee_skills: "programming specialization flexibility", downtime_hours: "16.91" },
            { id: 493, order_date: "2022-08-07", customer_name: "Elena Wright", product_name: "Pro Router", quantity: 126, inventory_level: 116, material_required: "element", employee_skills: "management", downtime_hours: "12.01" },
            { id: 494, order_date: "2022-10-18", customer_name: "Arjun Weber", product_name: "Pro Bottle", quantity: 563, inventory_level: 463, material_required: "equipment bearing material", employee_skills: "experience engineering", downtime_hours: "3.20" },
            { id: 495, order_date: "2023-12-24", customer_name: "Yara Ali", product_name: "Wireless Backpack", quantity: 495, inventory_level: 136, material_required: "operation glass", employee_skills: "expertise teamwork", downtime_hours: "8.37" },
            { id: 496, order_date: "2022-08-12", customer_name: "Sam Sato", product_name: "Compact Umbrella", quantity: 426, inventory_level: 99, material_required: "ceramic", employee_skills: null, downtime_hours: "10.75" },
            { id: 497, order_date: "2023-03-13", customer_name: "Leo Bauer", product_name: "Portable Kettle", quantity: 174, inventory_level: 75, material_required: "component", employee_skills: "capability", downtime_hours: "9.37" },
            { id: 498, order_date: "2023-09-25", customer_name: "James Pereira", product_name: "Mini Speaker", quantity: 958, inventory_level: 314, material_required: "resource gear fabrication", employee_skills: "maintenance fabrication training", downtime_hours: "6.36" },
            { id: 499, order_date: "2023-02-27", customer_name: "Rafael Patel", product_name: "Slim Charger", quantity: 149, inventory_level: 159, material_required: "nut production", employee_skills: "skills execution welding", downtime_hours: "4.78" },
            { id: 500, order_date: "2023-05-24", customer_name: "Olivia Wilson", product_name: "Slim Kettle", quantity: 583, inventory_level: 86, material_required: "ceramic input adhesive", employee_skills: "analysis", downtime_hours: "10.83" },
        ],
    });
}

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