// Invoice Ledger Insights (invoice-management-software) 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.invoices), 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.invoices.createMany({
        data: [
            { id: 1, customer_id: 337, invoice_date: "2024-03-14", payment_date: "2024-03-14", amount_due: "66.25", amount_paid: "1055.04", discount_applied: "94.03", tax_amount: "52.69", payment_method: "cash" },
            { id: 2, customer_id: 718, invoice_date: "2023-05-26", payment_date: "2023-06-12", amount_due: "29.27", amount_paid: "156.43", discount_applied: "6.29", tax_amount: "482.28", payment_method: "credit_card" },
            { id: 3, customer_id: 717, invoice_date: "2024-12-19", payment_date: "2025-01-09", amount_due: "2815.12", amount_paid: "2.48", discount_applied: "16.81", tax_amount: "386.30", payment_method: "cash" },
            { id: 4, customer_id: 615, invoice_date: "2024-03-29", payment_date: "2024-04-28", amount_due: "2553.54", amount_paid: "868.12", discount_applied: "93.90", tax_amount: "208.22", payment_method: "bank_transfer" },
            { id: 5, customer_id: 954, invoice_date: "2024-10-11", payment_date: "2024-11-03", amount_due: "1203.64", amount_paid: "4493.39", discount_applied: "62.47", tax_amount: "13.83", payment_method: "credit_card" },
            { id: 6, customer_id: 318, invoice_date: "2023-04-27", payment_date: "2023-05-02", amount_due: "319.06", amount_paid: "15.25", discount_applied: "477.36", tax_amount: "18.66", payment_method: "credit_card" },
            { id: 7, customer_id: 296, invoice_date: "2024-02-14", payment_date: "2024-02-24", amount_due: "1062.91", amount_paid: "16.08", discount_applied: "188.13", tax_amount: "1.44", payment_method: "credit_card" },
            { id: 8, customer_id: 787, invoice_date: "2023-10-12", payment_date: "2023-11-09", amount_due: "1630.04", amount_paid: "4953.09", discount_applied: "168.42", tax_amount: null, payment_method: "credit_card" },
            { id: 9, customer_id: 87, invoice_date: "2023-01-24", payment_date: "2023-02-22", amount_due: "366.56", amount_paid: "2200.24", discount_applied: "227.96", tax_amount: "42.57", payment_method: "credit_card" },
            { id: 10, customer_id: 455, invoice_date: "2024-09-06", payment_date: "2024-09-21", amount_due: "827.57", amount_paid: "3621.39", discount_applied: "237.16", tax_amount: "209.04", payment_method: "credit_card" },
            { id: 11, customer_id: 861, invoice_date: "2023-01-14", payment_date: "2023-01-14", amount_due: "802.53", amount_paid: "3603.81", discount_applied: "356.09", tax_amount: "423.86", payment_method: "credit_card" },
            { id: 12, customer_id: 805, invoice_date: "2023-08-14", payment_date: "2023-09-12", amount_due: "1220.01", amount_paid: "97.20", discount_applied: "1.76", tax_amount: null, payment_method: "credit_card" },
            { id: 13, customer_id: 169, invoice_date: "2023-09-07", payment_date: "2023-09-18", amount_due: "1734.44", amount_paid: "378.48", discount_applied: "1.52", tax_amount: "295.00", payment_method: "credit_card" },
            { id: 14, customer_id: 410, invoice_date: "2023-09-08", payment_date: "2023-09-30", amount_due: "14.87", amount_paid: "1417.59", discount_applied: "46.28", tax_amount: "143.21", payment_method: "paypal" },
            { id: 15, customer_id: 649, invoice_date: "2023-07-27", payment_date: "2023-08-22", amount_due: "760.60", amount_paid: "84.41", discount_applied: "319.19", tax_amount: "14.19", payment_method: "credit_card" },
            { id: 16, customer_id: 121, invoice_date: "2024-06-03", payment_date: "2024-06-27", amount_due: "1288.78", amount_paid: "3656.14", discount_applied: "448.56", tax_amount: "0.22", payment_method: "credit_card" },
            { id: 17, customer_id: 156, invoice_date: "2023-03-26", payment_date: "2023-04-07", amount_due: "3308.50", amount_paid: "630.30", discount_applied: "82.22", tax_amount: "128.97", payment_method: "credit_card" },
            { id: 18, customer_id: 734, invoice_date: "2024-11-13", payment_date: "2024-11-17", amount_due: "484.77", amount_paid: "1813.50", discount_applied: null, tax_amount: null, payment_method: "credit_card" },
            { id: 19, customer_id: 672, invoice_date: "2023-02-22", payment_date: "2023-03-06", amount_due: "1514.13", amount_paid: "23.43", discount_applied: "216.15", tax_amount: "287.53", payment_method: "credit_card" },
            { id: 20, customer_id: 509, invoice_date: "2024-08-24", payment_date: "2024-09-23", amount_due: "4280.17", amount_paid: "17.50", discount_applied: null, tax_amount: "135.45", payment_method: "bank_transfer" },
            { id: 21, customer_id: 244, invoice_date: "2024-01-03", payment_date: "2024-01-14", amount_due: "610.78", amount_paid: "1574.49", discount_applied: "12.69", tax_amount: "10.10", payment_method: "credit_card" },
            { id: 22, customer_id: 203, invoice_date: "2024-05-12", payment_date: "2024-05-27", amount_due: "3185.19", amount_paid: "364.54", discount_applied: "495.50", tax_amount: "406.64", payment_method: "credit_card" },
            { id: 23, customer_id: 788, invoice_date: "2024-06-07", payment_date: "2024-07-07", amount_due: "2098.92", amount_paid: "206.38", discount_applied: "78.47", tax_amount: "131.01", payment_method: "credit_card" },
            { id: 24, customer_id: 201, invoice_date: "2024-10-25", payment_date: "2024-11-06", amount_due: "4580.39", amount_paid: "199.88", discount_applied: "35.25", tax_amount: "349.50", payment_method: "credit_card" },
            { id: 25, customer_id: 857, invoice_date: "2023-04-08", payment_date: "2023-04-13", amount_due: "3901.68", amount_paid: "2670.59", discount_applied: "82.75", tax_amount: null, payment_method: "credit_card" },
            { id: 26, customer_id: 759, invoice_date: "2024-01-27", payment_date: "2024-02-01", amount_due: "29.80", amount_paid: "56.50", discount_applied: "339.61", tax_amount: "0.00", payment_method: "credit_card" },
            { id: 27, customer_id: 956, invoice_date: "2023-02-23", payment_date: "2023-03-12", amount_due: "887.19", amount_paid: "1847.26", discount_applied: "34.50", tax_amount: "326.53", payment_method: "credit_card" },
            { id: 28, customer_id: 378, invoice_date: "2024-10-31", payment_date: "2024-11-24", amount_due: "101.61", amount_paid: "1771.83", discount_applied: "30.52", tax_amount: "146.46", payment_method: "credit_card" },
            { id: 29, customer_id: 494, invoice_date: "2024-05-19", payment_date: "2024-06-01", amount_due: "86.98", amount_paid: "4610.74", discount_applied: "30.60", tax_amount: "1.02", payment_method: "credit_card" },
            { id: 30, customer_id: 507, invoice_date: "2024-11-12", payment_date: "2024-11-29", amount_due: "1616.23", amount_paid: "3922.02", discount_applied: null, tax_amount: "262.50", payment_method: "credit_card" },
            { id: 31, customer_id: 624, invoice_date: "2023-12-07", payment_date: "2023-12-19", amount_due: "342.70", amount_paid: "960.88", discount_applied: "33.63", tax_amount: null, payment_method: "credit_card" },
            { id: 32, customer_id: 942, invoice_date: "2023-05-10", payment_date: "2023-05-31", amount_due: "1586.05", amount_paid: "4581.18", discount_applied: "32.94", tax_amount: "333.68", payment_method: "credit_card" },
            { id: 33, customer_id: 931, invoice_date: "2023-02-02", payment_date: "2023-02-25", amount_due: "629.37", amount_paid: "3279.23", discount_applied: "183.84", tax_amount: null, payment_method: "paypal" },
            { id: 34, customer_id: 786, invoice_date: "2023-12-10", payment_date: "2023-12-22", amount_due: "3485.95", amount_paid: "141.75", discount_applied: "180.49", tax_amount: "51.68", payment_method: "bank_transfer" },
            { id: 35, customer_id: 855, invoice_date: "2024-06-16", payment_date: "2024-07-15", amount_due: "4324.06", amount_paid: "3962.42", discount_applied: "259.62", tax_amount: "440.68", payment_method: "credit_card" },
            { id: 36, customer_id: 576, invoice_date: "2023-12-06", payment_date: "2023-12-22", amount_due: "77.89", amount_paid: "4138.26", discount_applied: "116.53", tax_amount: "21.00", payment_method: "bank_transfer" },
            { id: 37, customer_id: 941, invoice_date: "2024-09-09", payment_date: "2024-09-16", amount_due: "28.77", amount_paid: "52.74", discount_applied: null, tax_amount: "10.52", payment_method: "bank_transfer" },
            { id: 38, customer_id: 861, invoice_date: "2024-04-30", payment_date: "2024-05-01", amount_due: "4189.19", amount_paid: "1315.47", discount_applied: "328.55", tax_amount: "79.96", payment_method: "credit_card" },
            { id: 39, customer_id: 965, invoice_date: "2023-02-02", payment_date: "2023-02-15", amount_due: "3060.39", amount_paid: "1888.21", discount_applied: "9.69", tax_amount: "9.77", payment_method: "credit_card" },
            { id: 40, customer_id: 332, invoice_date: "2024-09-04", payment_date: "2024-10-04", amount_due: "4400.96", amount_paid: "2046.16", discount_applied: "67.85", tax_amount: "406.63", payment_method: "bank_transfer" },
            { id: 41, customer_id: 426, invoice_date: "2023-02-06", payment_date: "2023-02-19", amount_due: "1671.48", amount_paid: "1217.85", discount_applied: "351.49", tax_amount: "2.08", payment_method: "credit_card" },
            { id: 42, customer_id: 232, invoice_date: "2023-11-02", payment_date: "2023-11-03", amount_due: "4517.68", amount_paid: "826.28", discount_applied: "96.02", tax_amount: "48.56", payment_method: "paypal" },
            { id: 43, customer_id: 179, invoice_date: "2024-08-19", payment_date: "2024-09-14", amount_due: "207.88", amount_paid: "458.05", discount_applied: "445.20", tax_amount: "419.85", payment_method: "cash" },
            { id: 44, customer_id: 98, invoice_date: "2023-09-12", payment_date: "2023-10-12", amount_due: "33.91", amount_paid: "2580.50", discount_applied: "4.31", tax_amount: "143.88", payment_method: "credit_card" },
            { id: 45, customer_id: 13, invoice_date: "2024-04-06", payment_date: "2024-04-25", amount_due: "233.87", amount_paid: "157.18", discount_applied: "131.52", tax_amount: "128.97", payment_method: "credit_card" },
            { id: 46, customer_id: 331, invoice_date: "2024-03-13", payment_date: "2024-03-16", amount_due: "224.50", amount_paid: "761.29", discount_applied: "49.82", tax_amount: "36.64", payment_method: "bank_transfer" },
            { id: 47, customer_id: 241, invoice_date: "2023-12-02", payment_date: "2023-12-03", amount_due: "4561.44", amount_paid: "11.44", discount_applied: "254.23", tax_amount: "172.57", payment_method: "bank_transfer" },
            { id: 48, customer_id: 132, invoice_date: "2023-12-18", payment_date: "2023-12-28", amount_due: "452.38", amount_paid: "2.63", discount_applied: "17.69", tax_amount: "66.21", payment_method: "cash" },
            { id: 49, customer_id: 704, invoice_date: "2024-09-18", payment_date: "2024-10-05", amount_due: "997.00", amount_paid: "827.11", discount_applied: "324.55", tax_amount: "37.89", payment_method: "bank_transfer" },
            { id: 50, customer_id: 590, invoice_date: "2024-06-07", payment_date: "2024-07-02", amount_due: "2273.33", amount_paid: "79.86", discount_applied: "11.09", tax_amount: "110.13", payment_method: "bank_transfer" },
            { id: 51, customer_id: 127, invoice_date: "2023-10-30", payment_date: "2023-11-07", amount_due: "45.78", amount_paid: "147.80", discount_applied: "25.68", tax_amount: "60.86", payment_method: "credit_card" },
            { id: 52, customer_id: 317, invoice_date: "2024-11-29", payment_date: "2024-12-26", amount_due: "2976.60", amount_paid: "3964.13", discount_applied: null, tax_amount: "254.62", payment_method: "credit_card" },
            { id: 53, customer_id: 584, invoice_date: "2023-05-09", payment_date: "2023-05-09", amount_due: "2760.09", amount_paid: "696.08", discount_applied: "238.40", tax_amount: "147.38", payment_method: "bank_transfer" },
            { id: 54, customer_id: 711, invoice_date: "2023-01-21", payment_date: "2023-02-09", amount_due: "2387.84", amount_paid: "892.35", discount_applied: "176.32", tax_amount: "360.17", payment_method: "credit_card" },
            { id: 55, customer_id: 683, invoice_date: "2024-06-07", payment_date: "2024-06-10", amount_due: "4372.52", amount_paid: "698.91", discount_applied: "4.75", tax_amount: "261.90", payment_method: "bank_transfer" },
            { id: 56, customer_id: 417, invoice_date: "2023-09-18", payment_date: "2023-09-23", amount_due: "1886.00", amount_paid: "3374.13", discount_applied: "65.68", tax_amount: "286.26", payment_method: "credit_card" },
            { id: 57, customer_id: 315, invoice_date: "2024-01-10", payment_date: "2024-02-03", amount_due: "1192.04", amount_paid: "3456.68", discount_applied: "101.48", tax_amount: "82.31", payment_method: "credit_card" },
            { id: 58, customer_id: 612, invoice_date: "2024-08-14", payment_date: "2024-08-29", amount_due: "422.37", amount_paid: "1.44", discount_applied: "21.02", tax_amount: "3.12", payment_method: "credit_card" },
            { id: 59, customer_id: 409, invoice_date: "2024-04-27", payment_date: "2024-05-01", amount_due: "768.01", amount_paid: "472.34", discount_applied: "306.81", tax_amount: "24.80", payment_method: "cash" },
            { id: 60, customer_id: 791, invoice_date: "2024-05-22", payment_date: "2024-06-20", amount_due: "3784.53", amount_paid: "1397.64", discount_applied: "119.03", tax_amount: "140.25", payment_method: "credit_card" },
            { id: 61, customer_id: 405, invoice_date: "2023-03-29", payment_date: "2023-04-15", amount_due: "2488.64", amount_paid: "1290.12", discount_applied: "171.14", tax_amount: "443.01", payment_method: "credit_card" },
            { id: 62, customer_id: 439, invoice_date: "2023-09-18", payment_date: "2023-10-15", amount_due: "108.88", amount_paid: "77.65", discount_applied: "351.94", tax_amount: "205.91", payment_method: "credit_card" },
            { id: 63, customer_id: 887, invoice_date: "2024-10-08", payment_date: "2024-10-26", amount_due: "1328.43", amount_paid: "90.16", discount_applied: "1.58", tax_amount: "10.32", payment_method: "bank_transfer" },
            { id: 64, customer_id: 232, invoice_date: "2024-09-04", payment_date: "2024-09-29", amount_due: "2075.40", amount_paid: "2926.61", discount_applied: "157.14", tax_amount: "431.43", payment_method: "bank_transfer" },
            { id: 65, customer_id: 669, invoice_date: "2024-03-06", payment_date: "2024-03-07", amount_due: "803.43", amount_paid: "983.83", discount_applied: "40.78", tax_amount: "152.09", payment_method: "credit_card" },
            { id: 66, customer_id: 689, invoice_date: "2023-02-02", payment_date: "2023-02-17", amount_due: "4737.54", amount_paid: "3748.98", discount_applied: "298.32", tax_amount: "351.59", payment_method: "credit_card" },
            { id: 67, customer_id: 440, invoice_date: "2024-04-18", payment_date: "2024-04-26", amount_due: "1519.75", amount_paid: "2880.07", discount_applied: "282.38", tax_amount: "478.93", payment_method: "credit_card" },
            { id: 68, customer_id: 863, invoice_date: "2024-05-05", payment_date: "2024-06-02", amount_due: "1594.47", amount_paid: "4419.18", discount_applied: "336.09", tax_amount: "495.51", payment_method: "credit_card" },
            { id: 69, customer_id: 362, invoice_date: "2024-10-13", payment_date: "2024-11-01", amount_due: "2361.21", amount_paid: "1691.24", discount_applied: "0.00", tax_amount: "448.23", payment_method: "bank_transfer" },
            { id: 70, customer_id: 612, invoice_date: "2023-11-23", payment_date: "2023-12-17", amount_due: "1578.43", amount_paid: "1986.57", discount_applied: "39.67", tax_amount: "2.26", payment_method: "credit_card" },
            { id: 71, customer_id: 110, invoice_date: "2024-09-04", payment_date: "2024-09-26", amount_due: "1341.86", amount_paid: "2606.01", discount_applied: "6.21", tax_amount: "58.65", payment_method: "credit_card" },
            { id: 72, customer_id: 679, invoice_date: "2024-01-23", payment_date: "2024-02-20", amount_due: "78.47", amount_paid: "2103.56", discount_applied: "77.35", tax_amount: "57.87", payment_method: "bank_transfer" },
            { id: 73, customer_id: 515, invoice_date: "2024-02-29", payment_date: "2024-03-02", amount_due: "2111.77", amount_paid: "465.16", discount_applied: "148.24", tax_amount: "257.80", payment_method: "credit_card" },
            { id: 74, customer_id: 247, invoice_date: "2024-04-19", payment_date: "2024-05-05", amount_due: "1090.05", amount_paid: "831.48", discount_applied: "6.17", tax_amount: "372.38", payment_method: "credit_card" },
            { id: 75, customer_id: 602, invoice_date: "2023-12-16", payment_date: "2024-01-14", amount_due: "263.93", amount_paid: "3194.14", discount_applied: "13.57", tax_amount: "61.52", payment_method: "bank_transfer" },
            { id: 76, customer_id: 568, invoice_date: "2024-06-21", payment_date: "2024-07-15", amount_due: "3444.94", amount_paid: "2734.60", discount_applied: "142.17", tax_amount: "181.01", payment_method: "credit_card" },
            { id: 77, customer_id: 782, invoice_date: "2024-04-14", payment_date: "2024-04-20", amount_due: "3948.58", amount_paid: "661.20", discount_applied: "252.43", tax_amount: "15.61", payment_method: "credit_card" },
            { id: 78, customer_id: 712, invoice_date: "2023-10-28", payment_date: "2023-11-18", amount_due: "4210.06", amount_paid: "33.81", discount_applied: "45.62", tax_amount: "237.67", payment_method: "credit_card" },
            { id: 79, customer_id: 327, invoice_date: "2024-01-06", payment_date: "2024-01-29", amount_due: "67.08", amount_paid: "2359.21", discount_applied: "21.00", tax_amount: "450.56", payment_method: "paypal" },
            { id: 80, customer_id: 645, invoice_date: "2023-12-20", payment_date: "2024-01-04", amount_due: "625.57", amount_paid: "366.56", discount_applied: "104.09", tax_amount: "93.40", payment_method: "credit_card" },
            { id: 81, customer_id: 191, invoice_date: "2023-09-18", payment_date: "2023-10-18", amount_due: "1186.43", amount_paid: "4228.06", discount_applied: "233.18", tax_amount: null, payment_method: "credit_card" },
            { id: 82, customer_id: 919, invoice_date: "2023-07-12", payment_date: "2023-07-24", amount_due: "1109.35", amount_paid: "338.81", discount_applied: "378.20", tax_amount: null, payment_method: "credit_card" },
            { id: 83, customer_id: 99, invoice_date: "2024-05-27", payment_date: "2024-06-01", amount_due: "1803.69", amount_paid: "3069.90", discount_applied: "73.71", tax_amount: "257.48", payment_method: "paypal" },
            { id: 84, customer_id: 186, invoice_date: "2024-12-27", payment_date: "2025-01-13", amount_due: "4532.65", amount_paid: "3440.15", discount_applied: null, tax_amount: "147.75", payment_method: "bank_transfer" },
            { id: 85, customer_id: 574, invoice_date: "2023-10-11", payment_date: "2023-10-21", amount_due: "256.13", amount_paid: "2334.46", discount_applied: "53.61", tax_amount: "140.97", payment_method: "credit_card" },
            { id: 86, customer_id: 300, invoice_date: "2023-03-27", payment_date: "2023-04-03", amount_due: "3290.51", amount_paid: "1953.71", discount_applied: "5.46", tax_amount: "50.82", payment_method: "credit_card" },
            { id: 87, customer_id: 62, invoice_date: "2023-01-08", payment_date: "2023-02-03", amount_due: "2225.24", amount_paid: "2441.98", discount_applied: "2.15", tax_amount: "30.14", payment_method: "credit_card" },
            { id: 88, customer_id: 546, invoice_date: "2024-10-27", payment_date: "2024-11-14", amount_due: "3863.81", amount_paid: "3867.23", discount_applied: "1.18", tax_amount: "60.63", payment_method: "bank_transfer" },
            { id: 89, customer_id: 824, invoice_date: "2023-11-10", payment_date: "2023-11-18", amount_due: "4315.99", amount_paid: "3990.38", discount_applied: "298.44", tax_amount: "24.33", payment_method: "credit_card" },
            { id: 90, customer_id: 437, invoice_date: "2024-06-11", payment_date: "2024-07-08", amount_due: "494.68", amount_paid: "275.55", discount_applied: "72.34", tax_amount: "0.27", payment_method: "bank_transfer" },
            { id: 91, customer_id: 971, invoice_date: "2024-05-13", payment_date: "2024-05-21", amount_due: "2150.98", amount_paid: "2434.59", discount_applied: "427.20", tax_amount: "156.56", payment_method: "credit_card" },
            { id: 92, customer_id: 497, invoice_date: "2023-12-05", payment_date: "2023-12-16", amount_due: "692.48", amount_paid: "3488.06", discount_applied: "337.81", tax_amount: "1.27", payment_method: "credit_card" },
            { id: 93, customer_id: 541, invoice_date: "2023-07-22", payment_date: "2023-08-06", amount_due: "965.77", amount_paid: "352.01", discount_applied: "49.35", tax_amount: "72.98", payment_method: "credit_card" },
            { id: 94, customer_id: 640, invoice_date: "2023-04-08", payment_date: "2023-05-08", amount_due: "643.33", amount_paid: "3188.75", discount_applied: "47.23", tax_amount: "174.28", payment_method: "credit_card" },
            { id: 95, customer_id: 36, invoice_date: "2024-02-22", payment_date: "2024-03-05", amount_due: "2833.26", amount_paid: "675.82", discount_applied: "200.65", tax_amount: "85.98", payment_method: "paypal" },
            { id: 96, customer_id: 52, invoice_date: "2024-12-15", payment_date: "2024-12-15", amount_due: "3485.29", amount_paid: "3890.76", discount_applied: "127.33", tax_amount: "17.36", payment_method: "credit_card" },
            { id: 97, customer_id: 853, invoice_date: "2024-02-27", payment_date: "2024-03-12", amount_due: "4595.93", amount_paid: "92.22", discount_applied: "114.22", tax_amount: null, payment_method: "bank_transfer" },
            { id: 98, customer_id: 619, invoice_date: "2024-02-05", payment_date: "2024-02-19", amount_due: "3866.75", amount_paid: "0.06", discount_applied: null, tax_amount: "36.19", payment_method: "credit_card" },
            { id: 99, customer_id: 624, invoice_date: "2024-03-13", payment_date: "2024-04-10", amount_due: "4260.12", amount_paid: "11.19", discount_applied: "481.89", tax_amount: "50.56", payment_method: "bank_transfer" },
            { id: 100, customer_id: 586, invoice_date: "2024-03-08", payment_date: "2024-03-23", amount_due: "2529.89", amount_paid: "4626.23", discount_applied: null, tax_amount: "35.97", payment_method: "credit_card" },
            { id: 101, customer_id: 971, invoice_date: "2023-12-24", payment_date: "2023-12-31", amount_due: "15.71", amount_paid: "2421.92", discount_applied: "2.81", tax_amount: "5.57", payment_method: "credit_card" },
            { id: 102, customer_id: 925, invoice_date: "2024-01-26", payment_date: "2024-02-08", amount_due: "1129.90", amount_paid: "1.68", discount_applied: null, tax_amount: "82.04", payment_method: "credit_card" },
            { id: 103, customer_id: 668, invoice_date: "2024-11-08", payment_date: "2024-12-01", amount_due: "699.33", amount_paid: "12.95", discount_applied: "36.13", tax_amount: "325.12", payment_method: "paypal" },
            { id: 104, customer_id: 403, invoice_date: "2024-11-20", payment_date: "2024-11-29", amount_due: "4356.17", amount_paid: "326.42", discount_applied: null, tax_amount: "63.89", payment_method: "credit_card" },
            { id: 105, customer_id: 228, invoice_date: "2023-12-21", payment_date: "2024-01-11", amount_due: "4249.07", amount_paid: "2253.81", discount_applied: "254.75", tax_amount: "172.51", payment_method: "credit_card" },
            { id: 106, customer_id: 605, invoice_date: "2023-01-15", payment_date: "2023-02-13", amount_due: "2701.46", amount_paid: "883.49", discount_applied: "41.90", tax_amount: "428.01", payment_method: "cash" },
            { id: 107, customer_id: 743, invoice_date: "2024-03-11", payment_date: "2024-03-12", amount_due: "353.26", amount_paid: "3851.00", discount_applied: null, tax_amount: "2.13", payment_method: "bank_transfer" },
            { id: 108, customer_id: 171, invoice_date: "2024-06-11", payment_date: "2024-07-09", amount_due: "1597.97", amount_paid: "866.17", discount_applied: "136.29", tax_amount: "443.16", payment_method: "credit_card" },
            { id: 109, customer_id: 606, invoice_date: "2024-10-21", payment_date: "2024-11-17", amount_due: "3350.42", amount_paid: "291.90", discount_applied: "153.08", tax_amount: "8.29", payment_method: "credit_card" },
            { id: 110, customer_id: 61, invoice_date: "2024-01-14", payment_date: "2024-01-16", amount_due: "4166.49", amount_paid: "70.18", discount_applied: "167.67", tax_amount: "324.19", payment_method: "credit_card" },
            { id: 111, customer_id: 847, invoice_date: "2023-10-20", payment_date: "2023-11-02", amount_due: "4060.22", amount_paid: "453.17", discount_applied: "253.01", tax_amount: "70.36", payment_method: "cash" },
            { id: 112, customer_id: 408, invoice_date: "2024-01-03", payment_date: "2024-01-07", amount_due: "3965.56", amount_paid: "2617.29", discount_applied: "32.48", tax_amount: "437.57", payment_method: "credit_card" },
            { id: 113, customer_id: 308, invoice_date: "2023-09-20", payment_date: "2023-10-11", amount_due: "3367.51", amount_paid: "12.44", discount_applied: "482.55", tax_amount: "430.79", payment_method: "credit_card" },
            { id: 114, customer_id: 168, invoice_date: "2024-12-27", payment_date: "2024-12-27", amount_due: "554.96", amount_paid: "940.70", discount_applied: "161.32", tax_amount: "43.07", payment_method: "credit_card" },
            { id: 115, customer_id: 995, invoice_date: "2023-03-13", payment_date: "2023-03-25", amount_due: "1771.19", amount_paid: "2214.80", discount_applied: "3.36", tax_amount: "3.18", payment_method: "credit_card" },
            { id: 116, customer_id: 699, invoice_date: "2024-12-06", payment_date: "2024-12-09", amount_due: "70.13", amount_paid: "2901.71", discount_applied: "79.10", tax_amount: "0.05", payment_method: "credit_card" },
            { id: 117, customer_id: 692, invoice_date: "2023-08-21", payment_date: "2023-09-13", amount_due: "1181.94", amount_paid: "2103.38", discount_applied: null, tax_amount: "30.90", payment_method: "credit_card" },
            { id: 118, customer_id: 741, invoice_date: "2023-11-21", payment_date: "2023-12-21", amount_due: "3660.64", amount_paid: "6.41", discount_applied: "26.09", tax_amount: "323.64", payment_method: "cash" },
            { id: 119, customer_id: 871, invoice_date: "2024-02-09", payment_date: "2024-02-26", amount_due: "93.49", amount_paid: "449.70", discount_applied: "452.68", tax_amount: "36.67", payment_method: "credit_card" },
            { id: 120, customer_id: 151, invoice_date: "2024-11-12", payment_date: "2024-11-29", amount_due: "84.07", amount_paid: "313.99", discount_applied: "15.39", tax_amount: "291.18", payment_method: "paypal" },
            { id: 121, customer_id: 712, invoice_date: "2024-07-14", payment_date: "2024-07-29", amount_due: "2306.32", amount_paid: "0.70", discount_applied: "19.40", tax_amount: "37.25", payment_method: "credit_card" },
            { id: 122, customer_id: 851, invoice_date: "2023-02-13", payment_date: "2023-02-16", amount_due: "309.21", amount_paid: "1342.75", discount_applied: "173.82", tax_amount: "59.72", payment_method: "credit_card" },
            { id: 123, customer_id: 139, invoice_date: "2023-05-03", payment_date: "2023-05-18", amount_due: "3203.38", amount_paid: "3475.90", discount_applied: "38.24", tax_amount: "145.37", payment_method: "bank_transfer" },
            { id: 124, customer_id: 991, invoice_date: "2024-07-07", payment_date: "2024-07-15", amount_due: "130.34", amount_paid: "3063.22", discount_applied: "114.54", tax_amount: "499.67", payment_method: "bank_transfer" },
            { id: 125, customer_id: 493, invoice_date: "2023-12-24", payment_date: "2023-12-25", amount_due: "507.70", amount_paid: "770.27", discount_applied: null, tax_amount: "49.44", payment_method: "credit_card" },
            { id: 126, customer_id: 419, invoice_date: "2023-10-24", payment_date: "2023-11-18", amount_due: "1459.13", amount_paid: "4287.71", discount_applied: "109.18", tax_amount: "40.38", payment_method: "credit_card" },
            { id: 127, customer_id: 378, invoice_date: "2024-12-28", payment_date: "2024-12-29", amount_due: "4137.23", amount_paid: "3265.42", discount_applied: "205.08", tax_amount: "5.79", payment_method: "credit_card" },
            { id: 128, customer_id: 16, invoice_date: "2024-02-24", payment_date: "2024-02-28", amount_due: "3555.30", amount_paid: "357.04", discount_applied: "8.24", tax_amount: null, payment_method: "credit_card" },
            { id: 129, customer_id: 749, invoice_date: "2024-12-30", payment_date: "2025-01-01", amount_due: "2751.51", amount_paid: "75.57", discount_applied: "413.87", tax_amount: "79.77", payment_method: "bank_transfer" },
            { id: 130, customer_id: 844, invoice_date: "2023-03-14", payment_date: "2023-03-16", amount_due: "1378.64", amount_paid: "19.71", discount_applied: "4.07", tax_amount: "327.68", payment_method: "credit_card" },
            { id: 131, customer_id: 826, invoice_date: "2023-11-12", payment_date: "2023-12-07", amount_due: "4142.56", amount_paid: "928.00", discount_applied: "245.12", tax_amount: null, payment_method: "cash" },
            { id: 132, customer_id: 53, invoice_date: "2023-11-03", payment_date: "2023-11-16", amount_due: "356.03", amount_paid: "3940.41", discount_applied: "176.87", tax_amount: "278.97", payment_method: "credit_card" },
            { id: 133, customer_id: 400, invoice_date: "2023-09-04", payment_date: "2023-09-29", amount_due: "2060.01", amount_paid: "3238.08", discount_applied: "19.11", tax_amount: null, payment_method: "credit_card" },
            { id: 134, customer_id: 750, invoice_date: "2023-07-03", payment_date: "2023-07-03", amount_due: "616.70", amount_paid: "2268.86", discount_applied: null, tax_amount: "298.28", payment_method: "bank_transfer" },
            { id: 135, customer_id: 541, invoice_date: "2024-01-20", payment_date: "2024-02-08", amount_due: "4747.95", amount_paid: "246.12", discount_applied: "0.01", tax_amount: "2.23", payment_method: "credit_card" },
            { id: 136, customer_id: 920, invoice_date: "2024-06-26", payment_date: "2024-07-10", amount_due: "512.16", amount_paid: "3989.12", discount_applied: "111.67", tax_amount: "354.19", payment_method: "bank_transfer" },
            { id: 137, customer_id: 264, invoice_date: "2024-02-19", payment_date: "2024-03-18", amount_due: "3183.75", amount_paid: "621.84", discount_applied: "171.34", tax_amount: "314.08", payment_method: "credit_card" },
            { id: 138, customer_id: 199, invoice_date: "2024-02-19", payment_date: "2024-02-24", amount_due: "320.04", amount_paid: "1338.28", discount_applied: "0.03", tax_amount: "184.94", payment_method: "credit_card" },
            { id: 139, customer_id: 881, invoice_date: "2024-05-28", payment_date: "2024-06-19", amount_due: "543.29", amount_paid: "1997.13", discount_applied: "17.04", tax_amount: "58.21", payment_method: "paypal" },
            { id: 140, customer_id: 823, invoice_date: "2024-08-16", payment_date: "2024-09-13", amount_due: "1258.82", amount_paid: "3358.00", discount_applied: "82.44", tax_amount: "31.29", payment_method: "credit_card" },
            { id: 141, customer_id: 82, invoice_date: "2024-11-10", payment_date: "2024-11-28", amount_due: "4984.28", amount_paid: "550.71", discount_applied: "39.29", tax_amount: null, payment_method: "credit_card" },
            { id: 142, customer_id: 107, invoice_date: "2024-07-27", payment_date: "2024-08-20", amount_due: "10.35", amount_paid: "470.32", discount_applied: "96.80", tax_amount: "210.89", payment_method: "credit_card" },
            { id: 143, customer_id: 271, invoice_date: "2024-07-14", payment_date: "2024-08-05", amount_due: "4451.71", amount_paid: "3974.72", discount_applied: "8.05", tax_amount: "52.04", payment_method: "credit_card" },
            { id: 144, customer_id: 190, invoice_date: "2023-01-16", payment_date: "2023-02-09", amount_due: "91.63", amount_paid: "1060.01", discount_applied: "226.99", tax_amount: "9.95", payment_method: "bank_transfer" },
            { id: 145, customer_id: 780, invoice_date: "2024-08-11", payment_date: "2024-09-10", amount_due: "168.04", amount_paid: "588.23", discount_applied: "122.12", tax_amount: "378.17", payment_method: "credit_card" },
            { id: 146, customer_id: 792, invoice_date: "2023-12-29", payment_date: "2024-01-16", amount_due: "1584.55", amount_paid: "3591.61", discount_applied: "417.27", tax_amount: "434.50", payment_method: "credit_card" },
            { id: 147, customer_id: 144, invoice_date: "2023-11-14", payment_date: "2023-12-08", amount_due: "340.31", amount_paid: "1731.79", discount_applied: "2.08", tax_amount: "229.93", payment_method: "credit_card" },
            { id: 148, customer_id: 166, invoice_date: "2023-01-16", payment_date: "2023-01-17", amount_due: "1437.75", amount_paid: "4461.06", discount_applied: "0.00", tax_amount: "317.22", payment_method: "credit_card" },
            { id: 149, customer_id: 50, invoice_date: "2024-09-06", payment_date: "2024-09-26", amount_due: "1471.58", amount_paid: "693.14", discount_applied: "64.52", tax_amount: "349.70", payment_method: "paypal" },
            { id: 150, customer_id: 415, invoice_date: "2023-05-31", payment_date: "2023-06-15", amount_due: "2218.38", amount_paid: "4968.13", discount_applied: "400.77", tax_amount: "155.97", payment_method: "paypal" },
            { id: 151, customer_id: 275, invoice_date: "2023-01-23", payment_date: "2023-02-03", amount_due: "542.93", amount_paid: "1157.01", discount_applied: "323.85", tax_amount: "9.88", payment_method: "credit_card" },
            { id: 152, customer_id: 354, invoice_date: "2024-04-12", payment_date: "2024-05-06", amount_due: "1358.20", amount_paid: "941.24", discount_applied: null, tax_amount: "45.43", payment_method: "credit_card" },
            { id: 153, customer_id: 597, invoice_date: "2023-10-20", payment_date: "2023-10-30", amount_due: "2838.96", amount_paid: "4563.99", discount_applied: "387.76", tax_amount: "9.39", payment_method: "credit_card" },
            { id: 154, customer_id: 942, invoice_date: "2023-05-23", payment_date: "2023-06-05", amount_due: "101.48", amount_paid: "0.74", discount_applied: "456.56", tax_amount: "400.25", payment_method: "credit_card" },
            { id: 155, customer_id: 601, invoice_date: "2023-05-08", payment_date: "2023-05-09", amount_due: "2089.08", amount_paid: "1725.11", discount_applied: "56.04", tax_amount: "374.15", payment_method: "bank_transfer" },
            { id: 156, customer_id: 736, invoice_date: "2024-11-17", payment_date: "2024-12-10", amount_due: "25.67", amount_paid: "2005.07", discount_applied: "0.54", tax_amount: "141.58", payment_method: "credit_card" },
            { id: 157, customer_id: 650, invoice_date: "2023-03-25", payment_date: "2023-04-21", amount_due: "15.06", amount_paid: "36.42", discount_applied: "29.93", tax_amount: "354.39", payment_method: "cash" },
            { id: 158, customer_id: 536, invoice_date: "2024-11-17", payment_date: "2024-12-17", amount_due: "18.22", amount_paid: "4728.95", discount_applied: "0.08", tax_amount: "75.43", payment_method: "credit_card" },
            { id: 159, customer_id: 455, invoice_date: "2023-05-20", payment_date: "2023-06-12", amount_due: "3808.86", amount_paid: "3152.21", discount_applied: "209.39", tax_amount: "1.22", payment_method: "credit_card" },
            { id: 160, customer_id: 414, invoice_date: "2023-08-21", payment_date: "2023-09-10", amount_due: "172.26", amount_paid: "1672.55", discount_applied: "84.03", tax_amount: "27.68", payment_method: "credit_card" },
            { id: 161, customer_id: 174, invoice_date: "2024-06-21", payment_date: "2024-07-06", amount_due: "2149.58", amount_paid: "1502.57", discount_applied: "402.99", tax_amount: "114.36", payment_method: "credit_card" },
            { id: 162, customer_id: 867, invoice_date: "2024-05-31", payment_date: "2024-06-06", amount_due: "69.72", amount_paid: "4570.35", discount_applied: "92.57", tax_amount: "121.27", payment_method: "credit_card" },
            { id: 163, customer_id: 443, invoice_date: "2023-03-28", payment_date: "2023-03-28", amount_due: "109.42", amount_paid: "4265.88", discount_applied: "420.97", tax_amount: "81.58", payment_method: "credit_card" },
            { id: 164, customer_id: 732, invoice_date: "2023-03-02", payment_date: "2023-03-20", amount_due: "2117.07", amount_paid: "4881.77", discount_applied: "5.86", tax_amount: null, payment_method: "credit_card" },
            { id: 165, customer_id: 723, invoice_date: "2023-11-02", payment_date: "2023-11-28", amount_due: "140.65", amount_paid: "1301.40", discount_applied: "312.70", tax_amount: "5.44", payment_method: "cash" },
            { id: 166, customer_id: 310, invoice_date: "2024-12-23", payment_date: "2024-12-31", amount_due: "4509.18", amount_paid: "1937.47", discount_applied: "293.58", tax_amount: "56.41", payment_method: "credit_card" },
            { id: 167, customer_id: 988, invoice_date: "2023-07-07", payment_date: "2023-08-05", amount_due: "1952.86", amount_paid: "213.86", discount_applied: null, tax_amount: "263.59", payment_method: "credit_card" },
            { id: 168, customer_id: 315, invoice_date: "2024-09-07", payment_date: "2024-09-13", amount_due: "2423.22", amount_paid: "1245.21", discount_applied: "283.14", tax_amount: "393.79", payment_method: "credit_card" },
            { id: 169, customer_id: 101, invoice_date: "2023-05-20", payment_date: "2023-06-17", amount_due: "1145.77", amount_paid: "3738.28", discount_applied: "268.50", tax_amount: null, payment_method: "paypal" },
            { id: 170, customer_id: 870, invoice_date: "2024-02-06", payment_date: "2024-02-15", amount_due: "437.06", amount_paid: "399.94", discount_applied: "119.69", tax_amount: "306.52", payment_method: "cash" },
            { id: 171, customer_id: 13, invoice_date: "2023-11-29", payment_date: "2023-12-29", amount_due: "1652.19", amount_paid: "523.47", discount_applied: null, tax_amount: "236.16", payment_method: "credit_card" },
            { id: 172, customer_id: 342, invoice_date: "2023-10-09", payment_date: "2023-10-14", amount_due: "1966.08", amount_paid: "4275.43", discount_applied: "20.25", tax_amount: "418.90", payment_method: "credit_card" },
            { id: 173, customer_id: 956, invoice_date: "2023-04-11", payment_date: "2023-04-17", amount_due: "1006.51", amount_paid: "3571.76", discount_applied: "81.41", tax_amount: "82.20", payment_method: "cash" },
            { id: 174, customer_id: 116, invoice_date: "2023-10-07", payment_date: "2023-10-25", amount_due: "902.21", amount_paid: "4551.97", discount_applied: "27.27", tax_amount: "254.39", payment_method: "paypal" },
            { id: 175, customer_id: 9, invoice_date: "2023-04-19", payment_date: "2023-05-15", amount_due: "511.49", amount_paid: "4.56", discount_applied: "316.77", tax_amount: "475.66", payment_method: "bank_transfer" },
            { id: 176, customer_id: 298, invoice_date: "2023-01-16", payment_date: "2023-01-24", amount_due: "3619.62", amount_paid: "184.20", discount_applied: "497.84", tax_amount: "276.00", payment_method: "paypal" },
            { id: 177, customer_id: 984, invoice_date: "2023-11-22", payment_date: "2023-12-14", amount_due: "17.95", amount_paid: "4738.61", discount_applied: "181.57", tax_amount: "14.36", payment_method: "paypal" },
            { id: 178, customer_id: 822, invoice_date: "2023-04-17", payment_date: "2023-05-01", amount_due: "3990.16", amount_paid: "927.90", discount_applied: "60.92", tax_amount: "436.97", payment_method: "credit_card" },
            { id: 179, customer_id: 381, invoice_date: "2023-02-10", payment_date: "2023-02-26", amount_due: "432.13", amount_paid: "4656.97", discount_applied: "278.76", tax_amount: "5.66", payment_method: "paypal" },
            { id: 180, customer_id: 834, invoice_date: "2023-12-04", payment_date: "2023-12-23", amount_due: "4783.37", amount_paid: "2219.99", discount_applied: "56.64", tax_amount: "4.60", payment_method: "credit_card" },
            { id: 181, customer_id: 769, invoice_date: "2024-04-24", payment_date: "2024-05-02", amount_due: "1662.06", amount_paid: "402.33", discount_applied: "186.67", tax_amount: "184.12", payment_method: "credit_card" },
            { id: 182, customer_id: 696, invoice_date: "2023-03-25", payment_date: "2023-04-07", amount_due: "4977.54", amount_paid: "2784.82", discount_applied: "233.84", tax_amount: "0.00", payment_method: "bank_transfer" },
            { id: 183, customer_id: 589, invoice_date: "2024-09-11", payment_date: "2024-10-07", amount_due: "1886.07", amount_paid: "4027.20", discount_applied: "18.52", tax_amount: "0.96", payment_method: "cash" },
            { id: 184, customer_id: 346, invoice_date: "2023-11-04", payment_date: "2023-12-03", amount_due: "29.63", amount_paid: "2119.21", discount_applied: "15.99", tax_amount: "132.38", payment_method: "cash" },
            { id: 185, customer_id: 864, invoice_date: "2023-10-16", payment_date: "2023-10-20", amount_due: "3979.52", amount_paid: "1062.73", discount_applied: "46.72", tax_amount: "383.55", payment_method: "credit_card" },
            { id: 186, customer_id: 93, invoice_date: "2023-07-30", payment_date: "2023-08-14", amount_due: "149.49", amount_paid: "2315.93", discount_applied: "140.92", tax_amount: "109.35", payment_method: "cash" },
            { id: 187, customer_id: 625, invoice_date: "2023-08-04", payment_date: "2023-09-01", amount_due: "49.53", amount_paid: "3442.49", discount_applied: "331.81", tax_amount: "58.04", payment_method: "credit_card" },
            { id: 188, customer_id: 823, invoice_date: "2024-07-15", payment_date: "2024-07-19", amount_due: "371.21", amount_paid: "127.16", discount_applied: "229.22", tax_amount: "12.46", payment_method: "credit_card" },
            { id: 189, customer_id: 709, invoice_date: "2024-03-09", payment_date: "2024-03-17", amount_due: "27.03", amount_paid: "4546.80", discount_applied: "6.89", tax_amount: "464.57", payment_method: "bank_transfer" },
            { id: 190, customer_id: 328, invoice_date: "2024-11-21", payment_date: "2024-12-11", amount_due: "114.66", amount_paid: "3617.45", discount_applied: "322.14", tax_amount: "88.78", payment_method: "credit_card" },
            { id: 191, customer_id: 944, invoice_date: "2023-04-18", payment_date: "2023-04-23", amount_due: "1047.55", amount_paid: "4633.10", discount_applied: "220.70", tax_amount: "321.54", payment_method: "paypal" },
            { id: 192, customer_id: 248, invoice_date: "2024-08-05", payment_date: "2024-08-17", amount_due: "1006.65", amount_paid: "2285.64", discount_applied: "0.01", tax_amount: "281.79", payment_method: "credit_card" },
            { id: 193, customer_id: 856, invoice_date: "2024-06-24", payment_date: "2024-06-28", amount_due: "4065.41", amount_paid: "1123.24", discount_applied: "28.40", tax_amount: "353.32", payment_method: "cash" },
            { id: 194, customer_id: 667, invoice_date: "2024-07-31", payment_date: "2024-08-17", amount_due: "27.96", amount_paid: "4137.95", discount_applied: "273.39", tax_amount: "106.16", payment_method: "credit_card" },
            { id: 195, customer_id: 145, invoice_date: "2024-08-01", payment_date: "2024-08-21", amount_due: "1413.96", amount_paid: "4519.35", discount_applied: "103.18", tax_amount: "58.77", payment_method: "credit_card" },
            { id: 196, customer_id: 58, invoice_date: "2024-03-19", payment_date: "2024-04-15", amount_due: "1433.73", amount_paid: "243.10", discount_applied: "14.02", tax_amount: "132.31", payment_method: "cash" },
            { id: 197, customer_id: 945, invoice_date: "2024-03-27", payment_date: "2024-04-01", amount_due: "4263.49", amount_paid: "779.78", discount_applied: "440.79", tax_amount: "403.10", payment_method: "cash" },
            { id: 198, customer_id: 349, invoice_date: "2024-04-13", payment_date: "2024-05-10", amount_due: "347.60", amount_paid: "1686.18", discount_applied: "187.15", tax_amount: "119.39", payment_method: "credit_card" },
            { id: 199, customer_id: 704, invoice_date: "2023-04-17", payment_date: "2023-05-06", amount_due: "87.65", amount_paid: "1573.69", discount_applied: "126.87", tax_amount: "190.61", payment_method: "credit_card" },
            { id: 200, customer_id: 309, invoice_date: "2024-10-19", payment_date: "2024-10-29", amount_due: "2879.05", amount_paid: "4264.62", discount_applied: "300.74", tax_amount: "48.39", payment_method: "credit_card" },
            { id: 201, customer_id: 752, invoice_date: "2023-03-04", payment_date: "2023-04-02", amount_due: "46.52", amount_paid: "2157.46", discount_applied: "140.58", tax_amount: "31.09", payment_method: "credit_card" },
            { id: 202, customer_id: 556, invoice_date: "2023-09-04", payment_date: "2023-10-01", amount_due: "428.32", amount_paid: "196.20", discount_applied: "306.16", tax_amount: null, payment_method: "credit_card" },
            { id: 203, customer_id: 691, invoice_date: "2024-12-18", payment_date: "2025-01-07", amount_due: "2687.36", amount_paid: "3184.43", discount_applied: "132.23", tax_amount: null, payment_method: "bank_transfer" },
            { id: 204, customer_id: 801, invoice_date: "2024-05-23", payment_date: "2024-06-19", amount_due: "208.97", amount_paid: "3203.31", discount_applied: null, tax_amount: null, payment_method: "credit_card" },
            { id: 205, customer_id: 344, invoice_date: "2024-07-22", payment_date: "2024-08-10", amount_due: "3953.22", amount_paid: "2.01", discount_applied: "215.37", tax_amount: "186.29", payment_method: "credit_card" },
            { id: 206, customer_id: 645, invoice_date: "2023-01-28", payment_date: "2023-02-04", amount_due: "3223.04", amount_paid: "314.34", discount_applied: "61.59", tax_amount: "294.46", payment_method: "credit_card" },
            { id: 207, customer_id: 154, invoice_date: "2024-07-17", payment_date: "2024-07-17", amount_due: "10.57", amount_paid: "4985.45", discount_applied: "21.58", tax_amount: "434.49", payment_method: "cash" },
            { id: 208, customer_id: 703, invoice_date: "2024-03-29", payment_date: "2024-04-03", amount_due: "153.82", amount_paid: "1676.59", discount_applied: "98.26", tax_amount: "108.29", payment_method: "credit_card" },
            { id: 209, customer_id: 254, invoice_date: "2024-01-10", payment_date: "2024-01-18", amount_due: "2211.17", amount_paid: "1066.69", discount_applied: null, tax_amount: null, payment_method: "credit_card" },
            { id: 210, customer_id: 653, invoice_date: "2024-07-07", payment_date: "2024-07-14", amount_due: "1267.79", amount_paid: "5.59", discount_applied: "21.05", tax_amount: "0.81", payment_method: "credit_card" },
            { id: 211, customer_id: 546, invoice_date: "2024-12-09", payment_date: "2024-12-12", amount_due: "3096.55", amount_paid: "467.32", discount_applied: "196.65", tax_amount: "76.66", payment_method: "credit_card" },
            { id: 212, customer_id: 35, invoice_date: "2024-08-12", payment_date: "2024-08-26", amount_due: "1315.47", amount_paid: "3073.60", discount_applied: "24.80", tax_amount: "53.71", payment_method: "paypal" },
            { id: 213, customer_id: 275, invoice_date: "2024-03-11", payment_date: "2024-03-30", amount_due: "35.29", amount_paid: "4911.00", discount_applied: "164.59", tax_amount: "34.45", payment_method: "cash" },
            { id: 214, customer_id: 294, invoice_date: "2024-08-29", payment_date: "2024-09-21", amount_due: "403.66", amount_paid: "3488.42", discount_applied: "26.48", tax_amount: "29.30", payment_method: "bank_transfer" },
            { id: 215, customer_id: 820, invoice_date: "2023-04-16", payment_date: "2023-05-16", amount_due: "4345.81", amount_paid: "4075.54", discount_applied: null, tax_amount: "127.14", payment_method: "credit_card" },
            { id: 216, customer_id: 94, invoice_date: "2023-10-08", payment_date: "2023-10-14", amount_due: "20.46", amount_paid: "1041.96", discount_applied: "6.09", tax_amount: "99.03", payment_method: "bank_transfer" },
            { id: 217, customer_id: 497, invoice_date: "2024-06-01", payment_date: "2024-06-25", amount_due: "393.79", amount_paid: "462.55", discount_applied: "9.33", tax_amount: "135.26", payment_method: "credit_card" },
            { id: 218, customer_id: 869, invoice_date: "2024-07-10", payment_date: "2024-08-05", amount_due: "2982.22", amount_paid: "943.51", discount_applied: "10.02", tax_amount: "367.00", payment_method: "credit_card" },
            { id: 219, customer_id: 910, invoice_date: "2023-05-04", payment_date: "2023-05-07", amount_due: "4799.59", amount_paid: "143.51", discount_applied: "55.22", tax_amount: "460.62", payment_method: "bank_transfer" },
            { id: 220, customer_id: 686, invoice_date: "2024-08-28", payment_date: "2024-08-31", amount_due: "3971.79", amount_paid: "1821.00", discount_applied: "101.98", tax_amount: "387.21", payment_method: "credit_card" },
            { id: 221, customer_id: 403, invoice_date: "2024-11-23", payment_date: "2024-12-18", amount_due: "3982.15", amount_paid: "2788.94", discount_applied: "64.91", tax_amount: "2.83", payment_method: "credit_card" },
            { id: 222, customer_id: 319, invoice_date: "2023-12-31", payment_date: "2024-01-06", amount_due: "368.51", amount_paid: "573.08", discount_applied: "55.43", tax_amount: "355.92", payment_method: "bank_transfer" },
            { id: 223, customer_id: 396, invoice_date: "2023-10-04", payment_date: "2023-10-21", amount_due: "2253.48", amount_paid: "1987.33", discount_applied: null, tax_amount: "137.66", payment_method: "credit_card" },
            { id: 224, customer_id: 847, invoice_date: "2023-10-31", payment_date: "2023-11-25", amount_due: "1058.68", amount_paid: "5.74", discount_applied: "53.23", tax_amount: "36.44", payment_method: "paypal" },
            { id: 225, customer_id: 131, invoice_date: "2023-01-03", payment_date: "2023-01-18", amount_due: "43.48", amount_paid: "14.77", discount_applied: null, tax_amount: "83.88", payment_method: "cash" },
            { id: 226, customer_id: 801, invoice_date: "2024-09-21", payment_date: "2024-10-09", amount_due: "4131.96", amount_paid: "1364.76", discount_applied: "225.24", tax_amount: null, payment_method: "cash" },
            { id: 227, customer_id: 113, invoice_date: "2024-11-03", payment_date: "2024-11-17", amount_due: "1653.37", amount_paid: "4752.78", discount_applied: "388.94", tax_amount: "18.90", payment_method: "credit_card" },
            { id: 228, customer_id: 652, invoice_date: "2023-01-18", payment_date: "2023-02-06", amount_due: "4350.99", amount_paid: "132.53", discount_applied: "43.70", tax_amount: "280.68", payment_method: "paypal" },
            { id: 229, customer_id: 578, invoice_date: "2023-07-08", payment_date: "2023-07-25", amount_due: "1786.93", amount_paid: "3502.15", discount_applied: "16.67", tax_amount: "1.46", payment_method: "credit_card" },
            { id: 230, customer_id: 855, invoice_date: "2024-08-21", payment_date: "2024-09-08", amount_due: "3569.20", amount_paid: "1161.49", discount_applied: "21.96", tax_amount: "344.23", payment_method: "credit_card" },
            { id: 231, customer_id: 738, invoice_date: "2024-08-03", payment_date: "2024-08-03", amount_due: "744.64", amount_paid: "1559.46", discount_applied: null, tax_amount: "0.59", payment_method: "credit_card" },
            { id: 232, customer_id: 912, invoice_date: "2023-09-19", payment_date: "2023-10-16", amount_due: "25.40", amount_paid: "4408.10", discount_applied: "8.66", tax_amount: "26.07", payment_method: "credit_card" },
            { id: 233, customer_id: 11, invoice_date: "2023-07-19", payment_date: "2023-08-06", amount_due: "2441.86", amount_paid: "0.88", discount_applied: "196.25", tax_amount: "26.38", payment_method: "credit_card" },
            { id: 234, customer_id: 311, invoice_date: "2023-08-31", payment_date: "2023-09-22", amount_due: "2801.20", amount_paid: "137.47", discount_applied: "72.95", tax_amount: "2.66", payment_method: "bank_transfer" },
            { id: 235, customer_id: 744, invoice_date: "2023-09-21", payment_date: "2023-09-23", amount_due: "4055.30", amount_paid: "35.28", discount_applied: "375.48", tax_amount: "0.43", payment_method: "credit_card" },
            { id: 236, customer_id: 989, invoice_date: "2023-05-07", payment_date: "2023-05-21", amount_due: "1448.22", amount_paid: "7.71", discount_applied: "21.89", tax_amount: "65.74", payment_method: "credit_card" },
            { id: 237, customer_id: 948, invoice_date: "2023-10-16", payment_date: "2023-10-21", amount_due: "728.03", amount_paid: "4938.65", discount_applied: "215.39", tax_amount: "0.85", payment_method: "credit_card" },
            { id: 238, customer_id: 11, invoice_date: "2023-12-07", payment_date: "2023-12-13", amount_due: "2489.89", amount_paid: "1176.76", discount_applied: "98.52", tax_amount: "276.19", payment_method: "paypal" },
            { id: 239, customer_id: 126, invoice_date: "2024-08-26", payment_date: "2024-09-07", amount_due: "2820.64", amount_paid: "207.51", discount_applied: "34.43", tax_amount: "72.28", payment_method: "bank_transfer" },
            { id: 240, customer_id: 852, invoice_date: "2023-08-08", payment_date: "2023-08-22", amount_due: "299.70", amount_paid: "1892.54", discount_applied: "298.95", tax_amount: "4.67", payment_method: "credit_card" },
            { id: 241, customer_id: 843, invoice_date: "2023-07-03", payment_date: "2023-07-17", amount_due: "2873.32", amount_paid: "1187.03", discount_applied: "41.56", tax_amount: "187.30", payment_method: "paypal" },
            { id: 242, customer_id: 715, invoice_date: "2023-08-24", payment_date: "2023-09-11", amount_due: "4339.42", amount_paid: "1913.01", discount_applied: "450.80", tax_amount: "448.55", payment_method: "bank_transfer" },
            { id: 243, customer_id: 75, invoice_date: "2023-05-03", payment_date: "2023-06-01", amount_due: "1731.26", amount_paid: "63.03", discount_applied: "108.26", tax_amount: "3.12", payment_method: "credit_card" },
            { id: 244, customer_id: 628, invoice_date: "2023-03-14", payment_date: "2023-03-26", amount_due: "1401.92", amount_paid: "121.55", discount_applied: "283.71", tax_amount: "378.60", payment_method: "credit_card" },
            { id: 245, customer_id: 830, invoice_date: "2023-10-22", payment_date: "2023-10-22", amount_due: "19.57", amount_paid: "1864.60", discount_applied: "451.70", tax_amount: "304.42", payment_method: "credit_card" },
            { id: 246, customer_id: 500, invoice_date: "2024-03-30", payment_date: "2024-04-06", amount_due: "452.32", amount_paid: "3312.26", discount_applied: "40.35", tax_amount: null, payment_method: "credit_card" },
            { id: 247, customer_id: 326, invoice_date: "2023-11-21", payment_date: "2023-12-01", amount_due: "595.26", amount_paid: "234.45", discount_applied: "66.30", tax_amount: "252.26", payment_method: "credit_card" },
            { id: 248, customer_id: 276, invoice_date: "2023-12-30", payment_date: "2024-01-28", amount_due: "188.31", amount_paid: "167.58", discount_applied: "276.58", tax_amount: "193.82", payment_method: "credit_card" },
            { id: 249, customer_id: 108, invoice_date: "2023-07-26", payment_date: "2023-08-08", amount_due: "272.42", amount_paid: "18.02", discount_applied: "319.20", tax_amount: "21.98", payment_method: "cash" },
            { id: 250, customer_id: 969, invoice_date: "2024-01-22", payment_date: "2024-02-11", amount_due: "2676.75", amount_paid: "972.52", discount_applied: "427.43", tax_amount: "288.99", payment_method: "bank_transfer" },
            { id: 251, customer_id: 715, invoice_date: "2023-07-19", payment_date: "2023-07-26", amount_due: "23.94", amount_paid: "1523.10", discount_applied: "192.76", tax_amount: null, payment_method: "credit_card" },
            { id: 252, customer_id: 720, invoice_date: "2023-05-07", payment_date: "2023-05-28", amount_due: "772.52", amount_paid: "1883.37", discount_applied: "329.78", tax_amount: "130.92", payment_method: "credit_card" },
            { id: 253, customer_id: 924, invoice_date: "2024-04-05", payment_date: "2024-04-16", amount_due: "2102.10", amount_paid: "116.78", discount_applied: "235.29", tax_amount: "27.06", payment_method: "bank_transfer" },
            { id: 254, customer_id: 728, invoice_date: "2023-07-05", payment_date: "2023-07-12", amount_due: "831.48", amount_paid: "2361.68", discount_applied: "47.64", tax_amount: "25.78", payment_method: "credit_card" },
            { id: 255, customer_id: 881, invoice_date: "2024-08-03", payment_date: "2024-08-07", amount_due: "3666.18", amount_paid: "289.89", discount_applied: null, tax_amount: "472.00", payment_method: "credit_card" },
            { id: 256, customer_id: 508, invoice_date: "2024-04-09", payment_date: "2024-05-03", amount_due: "3200.14", amount_paid: "149.23", discount_applied: "105.01", tax_amount: "34.24", payment_method: "paypal" },
            { id: 257, customer_id: 177, invoice_date: "2024-02-15", payment_date: "2024-02-28", amount_due: "2688.84", amount_paid: "4893.74", discount_applied: "293.96", tax_amount: "19.07", payment_method: "credit_card" },
            { id: 258, customer_id: 563, invoice_date: "2024-03-19", payment_date: "2024-04-02", amount_due: "2377.13", amount_paid: "2713.07", discount_applied: "493.58", tax_amount: "1.43", payment_method: "paypal" },
            { id: 259, customer_id: 818, invoice_date: "2024-07-30", payment_date: "2024-08-28", amount_due: "2970.31", amount_paid: "2497.18", discount_applied: "105.52", tax_amount: "433.83", payment_method: "credit_card" },
            { id: 260, customer_id: 5, invoice_date: "2023-05-15", payment_date: "2023-05-24", amount_due: "4088.88", amount_paid: "151.08", discount_applied: "86.50", tax_amount: "123.22", payment_method: "credit_card" },
            { id: 261, customer_id: 817, invoice_date: "2024-04-20", payment_date: "2024-04-24", amount_due: "303.58", amount_paid: "3287.50", discount_applied: "172.99", tax_amount: "307.29", payment_method: "credit_card" },
            { id: 262, customer_id: 61, invoice_date: "2024-07-08", payment_date: "2024-07-10", amount_due: "4082.99", amount_paid: "4898.03", discount_applied: "336.38", tax_amount: "23.26", payment_method: "credit_card" },
            { id: 263, customer_id: 180, invoice_date: "2023-02-24", payment_date: "2023-03-22", amount_due: "91.12", amount_paid: "958.80", discount_applied: "140.81", tax_amount: "205.71", payment_method: "credit_card" },
            { id: 264, customer_id: 463, invoice_date: "2024-05-18", payment_date: "2024-06-14", amount_due: "2742.34", amount_paid: "1.66", discount_applied: "84.53", tax_amount: null, payment_method: "paypal" },
            { id: 265, customer_id: 713, invoice_date: "2023-05-18", payment_date: "2023-05-20", amount_due: "4290.12", amount_paid: "4467.47", discount_applied: null, tax_amount: "331.04", payment_method: "bank_transfer" },
            { id: 266, customer_id: 318, invoice_date: "2023-09-06", payment_date: "2023-09-11", amount_due: "3714.81", amount_paid: "3129.83", discount_applied: "33.49", tax_amount: "1.16", payment_method: "credit_card" },
            { id: 267, customer_id: 767, invoice_date: "2023-11-18", payment_date: "2023-11-30", amount_due: "271.16", amount_paid: "1749.13", discount_applied: "155.84", tax_amount: null, payment_method: "bank_transfer" },
            { id: 268, customer_id: 709, invoice_date: "2024-12-14", payment_date: "2025-01-10", amount_due: "4301.38", amount_paid: "23.29", discount_applied: "50.73", tax_amount: "0.29", payment_method: "credit_card" },
            { id: 269, customer_id: 484, invoice_date: "2024-09-27", payment_date: "2024-10-08", amount_due: "204.53", amount_paid: "3222.47", discount_applied: "287.36", tax_amount: "382.37", payment_method: "bank_transfer" },
            { id: 270, customer_id: 965, invoice_date: "2023-10-16", payment_date: "2023-10-26", amount_due: "182.17", amount_paid: "39.18", discount_applied: "5.35", tax_amount: "53.07", payment_method: "credit_card" },
            { id: 271, customer_id: 195, invoice_date: "2024-09-06", payment_date: "2024-09-06", amount_due: "379.59", amount_paid: "4650.70", discount_applied: null, tax_amount: "64.46", payment_method: "cash" },
            { id: 272, customer_id: 896, invoice_date: "2023-08-25", payment_date: "2023-09-11", amount_due: "31.81", amount_paid: "587.37", discount_applied: "198.96", tax_amount: "401.77", payment_method: "paypal" },
            { id: 273, customer_id: 186, invoice_date: "2023-03-23", payment_date: "2023-04-07", amount_due: "1036.13", amount_paid: "1929.52", discount_applied: "179.61", tax_amount: "303.96", payment_method: "cash" },
            { id: 274, customer_id: 421, invoice_date: "2024-10-30", payment_date: "2024-11-14", amount_due: "4112.79", amount_paid: "949.09", discount_applied: "116.83", tax_amount: "253.29", payment_method: "paypal" },
            { id: 275, customer_id: 501, invoice_date: "2024-10-25", payment_date: "2024-11-12", amount_due: "99.73", amount_paid: "2263.64", discount_applied: "16.00", tax_amount: "414.07", payment_method: "credit_card" },
            { id: 276, customer_id: 824, invoice_date: "2023-11-05", payment_date: "2023-12-04", amount_due: "654.37", amount_paid: "506.93", discount_applied: "90.86", tax_amount: "68.62", payment_method: "bank_transfer" },
            { id: 277, customer_id: 843, invoice_date: "2023-04-05", payment_date: "2023-04-09", amount_due: "278.05", amount_paid: "395.11", discount_applied: "124.09", tax_amount: "171.26", payment_method: "credit_card" },
            { id: 278, customer_id: 239, invoice_date: "2024-05-19", payment_date: "2024-05-30", amount_due: "1544.71", amount_paid: "2522.95", discount_applied: "27.69", tax_amount: "357.09", payment_method: "bank_transfer" },
            { id: 279, customer_id: 457, invoice_date: "2023-05-27", payment_date: "2023-06-16", amount_due: "211.91", amount_paid: "2589.30", discount_applied: "339.24", tax_amount: "166.64", payment_method: "paypal" },
            { id: 280, customer_id: 456, invoice_date: "2024-04-23", payment_date: "2024-05-11", amount_due: "3938.15", amount_paid: "1129.48", discount_applied: "50.17", tax_amount: "6.75", payment_method: "credit_card" },
            { id: 281, customer_id: 726, invoice_date: "2024-07-24", payment_date: "2024-08-05", amount_due: "4717.66", amount_paid: "2141.54", discount_applied: "242.03", tax_amount: "496.67", payment_method: "credit_card" },
            { id: 282, customer_id: 374, invoice_date: "2023-01-29", payment_date: "2023-02-20", amount_due: "636.74", amount_paid: "1096.40", discount_applied: "9.79", tax_amount: "23.91", payment_method: "cash" },
            { id: 283, customer_id: 911, invoice_date: "2023-11-27", payment_date: "2023-12-12", amount_due: "25.41", amount_paid: "896.05", discount_applied: "154.65", tax_amount: "28.94", payment_method: "credit_card" },
            { id: 284, customer_id: 121, invoice_date: "2024-12-30", payment_date: "2025-01-10", amount_due: "456.11", amount_paid: "4261.39", discount_applied: "27.24", tax_amount: "6.12", payment_method: "credit_card" },
            { id: 285, customer_id: 303, invoice_date: "2024-10-19", payment_date: "2024-11-13", amount_due: "4679.87", amount_paid: "1472.92", discount_applied: "235.68", tax_amount: "342.41", payment_method: "credit_card" },
            { id: 286, customer_id: 885, invoice_date: "2024-08-06", payment_date: "2024-08-22", amount_due: "14.26", amount_paid: "4222.18", discount_applied: "235.88", tax_amount: "381.71", payment_method: "bank_transfer" },
            { id: 287, customer_id: 712, invoice_date: "2023-09-27", payment_date: "2023-10-14", amount_due: "623.61", amount_paid: "9.48", discount_applied: "147.86", tax_amount: "263.92", payment_method: "credit_card" },
            { id: 288, customer_id: 644, invoice_date: "2024-07-22", payment_date: "2024-08-03", amount_due: "1171.90", amount_paid: "4311.80", discount_applied: "288.26", tax_amount: "38.10", payment_method: "paypal" },
            { id: 289, customer_id: 968, invoice_date: "2024-11-21", payment_date: "2024-11-29", amount_due: "2342.04", amount_paid: "1100.43", discount_applied: "270.12", tax_amount: "307.53", payment_method: "bank_transfer" },
            { id: 290, customer_id: 617, invoice_date: "2024-06-24", payment_date: "2024-06-29", amount_due: "1977.02", amount_paid: "2330.80", discount_applied: "141.79", tax_amount: "204.21", payment_method: "credit_card" },
            { id: 291, customer_id: 39, invoice_date: "2023-09-03", payment_date: "2023-10-03", amount_due: "1869.92", amount_paid: "4.24", discount_applied: "407.73", tax_amount: "259.33", payment_method: "credit_card" },
            { id: 292, customer_id: 65, invoice_date: "2023-05-26", payment_date: "2023-06-05", amount_due: "342.79", amount_paid: "755.03", discount_applied: "24.45", tax_amount: "90.53", payment_method: "credit_card" },
            { id: 293, customer_id: 736, invoice_date: "2023-01-23", payment_date: "2023-02-04", amount_due: "2298.70", amount_paid: "2334.71", discount_applied: "386.11", tax_amount: "3.98", payment_method: "cash" },
            { id: 294, customer_id: 194, invoice_date: "2023-03-08", payment_date: "2023-03-27", amount_due: "1116.71", amount_paid: "734.63", discount_applied: "27.67", tax_amount: "4.67", payment_method: "bank_transfer" },
            { id: 295, customer_id: 395, invoice_date: "2024-08-11", payment_date: "2024-08-21", amount_due: "1260.17", amount_paid: "1683.50", discount_applied: "106.35", tax_amount: "450.40", payment_method: "bank_transfer" },
            { id: 296, customer_id: 666, invoice_date: "2024-11-22", payment_date: "2024-11-25", amount_due: "24.55", amount_paid: "152.79", discount_applied: "216.43", tax_amount: null, payment_method: "credit_card" },
            { id: 297, customer_id: 396, invoice_date: "2024-02-08", payment_date: "2024-02-22", amount_due: "15.14", amount_paid: "1223.19", discount_applied: "333.41", tax_amount: "10.06", payment_method: "paypal" },
            { id: 298, customer_id: 378, invoice_date: "2023-02-01", payment_date: "2023-02-16", amount_due: "48.81", amount_paid: "113.18", discount_applied: "318.74", tax_amount: "296.27", payment_method: "bank_transfer" },
            { id: 299, customer_id: 246, invoice_date: "2024-09-23", payment_date: "2024-10-01", amount_due: "41.19", amount_paid: "1910.00", discount_applied: null, tax_amount: "123.76", payment_method: "credit_card" },
            { id: 300, customer_id: 463, invoice_date: "2024-11-22", payment_date: "2024-12-09", amount_due: "130.84", amount_paid: "2947.84", discount_applied: "449.08", tax_amount: "96.28", payment_method: "credit_card" },
            { id: 301, customer_id: 616, invoice_date: "2023-04-18", payment_date: "2023-05-03", amount_due: "2342.09", amount_paid: "1595.10", discount_applied: "80.06", tax_amount: "266.51", payment_method: "paypal" },
            { id: 302, customer_id: 395, invoice_date: "2023-11-18", payment_date: "2023-11-28", amount_due: "18.22", amount_paid: "2640.84", discount_applied: "293.74", tax_amount: "242.98", payment_method: "cash" },
            { id: 303, customer_id: 576, invoice_date: "2024-07-11", payment_date: "2024-07-14", amount_due: "140.47", amount_paid: "2327.07", discount_applied: "287.91", tax_amount: "282.70", payment_method: "credit_card" },
            { id: 304, customer_id: 489, invoice_date: "2024-02-18", payment_date: "2024-03-06", amount_due: "3034.79", amount_paid: "2894.17", discount_applied: "55.75", tax_amount: "498.51", payment_method: "bank_transfer" },
            { id: 305, customer_id: 515, invoice_date: "2023-04-18", payment_date: "2023-05-08", amount_due: "2269.05", amount_paid: "1788.19", discount_applied: "263.76", tax_amount: "80.60", payment_method: "credit_card" },
            { id: 306, customer_id: 418, invoice_date: "2024-02-12", payment_date: "2024-03-06", amount_due: "67.75", amount_paid: "556.97", discount_applied: null, tax_amount: "35.64", payment_method: "credit_card" },
            { id: 307, customer_id: 93, invoice_date: "2024-07-29", payment_date: "2024-08-23", amount_due: "1521.78", amount_paid: "81.74", discount_applied: "312.07", tax_amount: "474.36", payment_method: "bank_transfer" },
            { id: 308, customer_id: 366, invoice_date: "2023-08-21", payment_date: "2023-08-31", amount_due: "4509.30", amount_paid: "1444.92", discount_applied: "127.79", tax_amount: "374.55", payment_method: "credit_card" },
            { id: 309, customer_id: 163, invoice_date: "2024-10-09", payment_date: "2024-10-31", amount_due: "4708.67", amount_paid: "214.52", discount_applied: "254.33", tax_amount: "89.44", payment_method: "credit_card" },
            { id: 310, customer_id: 592, invoice_date: "2024-04-15", payment_date: "2024-04-15", amount_due: "2966.99", amount_paid: "385.99", discount_applied: "26.71", tax_amount: "232.56", payment_method: "credit_card" },
            { id: 311, customer_id: 502, invoice_date: "2023-02-26", payment_date: "2023-03-26", amount_due: "10.29", amount_paid: "4617.44", discount_applied: "143.10", tax_amount: "107.93", payment_method: "bank_transfer" },
            { id: 312, customer_id: 18, invoice_date: "2024-02-09", payment_date: "2024-02-19", amount_due: "1902.80", amount_paid: "668.34", discount_applied: "364.07", tax_amount: null, payment_method: "bank_transfer" },
            { id: 313, customer_id: 749, invoice_date: "2024-08-06", payment_date: "2024-08-18", amount_due: "174.89", amount_paid: "412.95", discount_applied: "4.66", tax_amount: "29.68", payment_method: "paypal" },
            { id: 314, customer_id: 778, invoice_date: "2023-04-14", payment_date: "2023-04-30", amount_due: "3292.72", amount_paid: "1007.64", discount_applied: "58.68", tax_amount: "429.08", payment_method: "cash" },
            { id: 315, customer_id: 95, invoice_date: "2024-08-30", payment_date: "2024-09-12", amount_due: "980.23", amount_paid: "1706.43", discount_applied: "143.51", tax_amount: "86.39", payment_method: "credit_card" },
            { id: 316, customer_id: 829, invoice_date: "2023-07-16", payment_date: "2023-07-20", amount_due: "2107.43", amount_paid: "1220.41", discount_applied: "27.95", tax_amount: "232.57", payment_method: "paypal" },
            { id: 317, customer_id: 20, invoice_date: "2024-12-04", payment_date: "2024-12-24", amount_due: "1562.41", amount_paid: "926.68", discount_applied: "28.07", tax_amount: null, payment_method: "bank_transfer" },
            { id: 318, customer_id: 713, invoice_date: "2023-09-11", payment_date: "2023-10-02", amount_due: "1242.39", amount_paid: "3.04", discount_applied: "336.36", tax_amount: "147.76", payment_method: "paypal" },
            { id: 319, customer_id: 561, invoice_date: "2024-03-01", payment_date: "2024-03-28", amount_due: "1410.12", amount_paid: "972.68", discount_applied: "40.52", tax_amount: "324.23", payment_method: "credit_card" },
            { id: 320, customer_id: 303, invoice_date: "2024-04-17", payment_date: "2024-04-24", amount_due: "259.74", amount_paid: "885.58", discount_applied: "114.93", tax_amount: null, payment_method: "paypal" },
            { id: 321, customer_id: 681, invoice_date: "2024-04-27", payment_date: "2024-05-02", amount_due: "139.49", amount_paid: "140.54", discount_applied: "221.43", tax_amount: "389.23", payment_method: "credit_card" },
            { id: 322, customer_id: 36, invoice_date: "2024-05-24", payment_date: "2024-06-17", amount_due: "1081.62", amount_paid: "3956.86", discount_applied: "39.62", tax_amount: "58.13", payment_method: "cash" },
            { id: 323, customer_id: 464, invoice_date: "2024-02-07", payment_date: "2024-02-10", amount_due: "4613.91", amount_paid: "174.62", discount_applied: "418.56", tax_amount: "0.18", payment_method: "credit_card" },
            { id: 324, customer_id: 958, invoice_date: "2023-04-18", payment_date: "2023-05-16", amount_due: "1819.57", amount_paid: "769.77", discount_applied: null, tax_amount: "169.89", payment_method: "credit_card" },
            { id: 325, customer_id: 500, invoice_date: "2023-05-21", payment_date: "2023-06-02", amount_due: "538.84", amount_paid: "4075.30", discount_applied: "127.74", tax_amount: "59.35", payment_method: "paypal" },
            { id: 326, customer_id: 788, invoice_date: "2024-01-04", payment_date: "2024-01-21", amount_due: "90.96", amount_paid: "649.14", discount_applied: "348.54", tax_amount: "142.30", payment_method: "credit_card" },
            { id: 327, customer_id: 828, invoice_date: "2024-02-06", payment_date: "2024-02-09", amount_due: "1173.21", amount_paid: "12.83", discount_applied: "79.69", tax_amount: null, payment_method: "credit_card" },
            { id: 328, customer_id: 233, invoice_date: "2023-05-28", payment_date: "2023-06-24", amount_due: "1338.27", amount_paid: "837.14", discount_applied: null, tax_amount: "122.36", payment_method: "credit_card" },
            { id: 329, customer_id: 646, invoice_date: "2023-07-24", payment_date: "2023-07-31", amount_due: "4122.50", amount_paid: "1000.89", discount_applied: "99.81", tax_amount: "10.92", payment_method: "credit_card" },
            { id: 330, customer_id: 29, invoice_date: "2023-08-10", payment_date: "2023-09-04", amount_due: "4670.58", amount_paid: "319.08", discount_applied: null, tax_amount: "202.78", payment_method: "cash" },
            { id: 331, customer_id: 438, invoice_date: "2024-05-19", payment_date: "2024-05-20", amount_due: "1182.74", amount_paid: "335.01", discount_applied: "270.21", tax_amount: "337.89", payment_method: "credit_card" },
            { id: 332, customer_id: 384, invoice_date: "2023-06-11", payment_date: "2023-06-25", amount_due: "3109.15", amount_paid: "2182.28", discount_applied: null, tax_amount: "200.63", payment_method: "bank_transfer" },
            { id: 333, customer_id: 810, invoice_date: "2023-11-25", payment_date: "2023-12-24", amount_due: "39.02", amount_paid: "281.40", discount_applied: "483.26", tax_amount: "132.51", payment_method: "bank_transfer" },
            { id: 334, customer_id: 44, invoice_date: "2023-07-10", payment_date: "2023-08-05", amount_due: "21.86", amount_paid: "471.46", discount_applied: "43.62", tax_amount: "1.50", payment_method: "paypal" },
            { id: 335, customer_id: 669, invoice_date: "2023-11-30", payment_date: "2023-12-04", amount_due: "1944.04", amount_paid: "795.86", discount_applied: "216.54", tax_amount: "50.81", payment_method: "credit_card" },
            { id: 336, customer_id: 259, invoice_date: "2024-10-11", payment_date: "2024-10-21", amount_due: "10.28", amount_paid: "3365.18", discount_applied: "62.43", tax_amount: "18.42", payment_method: "bank_transfer" },
            { id: 337, customer_id: 71, invoice_date: "2024-01-08", payment_date: "2024-01-11", amount_due: "605.96", amount_paid: "595.00", discount_applied: "138.68", tax_amount: "1.87", payment_method: "credit_card" },
            { id: 338, customer_id: 18, invoice_date: "2023-05-14", payment_date: "2023-05-19", amount_due: "39.99", amount_paid: "3418.99", discount_applied: "68.13", tax_amount: "29.93", payment_method: "credit_card" },
            { id: 339, customer_id: 947, invoice_date: "2024-03-11", payment_date: "2024-04-06", amount_due: "2599.33", amount_paid: "1657.11", discount_applied: "408.29", tax_amount: "11.87", payment_method: "credit_card" },
            { id: 340, customer_id: 897, invoice_date: "2023-11-28", payment_date: "2023-12-24", amount_due: "1071.97", amount_paid: "37.81", discount_applied: "89.92", tax_amount: "13.10", payment_method: "credit_card" },
            { id: 341, customer_id: 485, invoice_date: "2023-11-21", payment_date: "2023-12-07", amount_due: "4887.92", amount_paid: "3682.41", discount_applied: "55.37", tax_amount: "19.91", payment_method: "paypal" },
            { id: 342, customer_id: 905, invoice_date: "2023-11-12", payment_date: "2023-11-16", amount_due: "4887.23", amount_paid: "2518.95", discount_applied: "151.17", tax_amount: "322.78", payment_method: "credit_card" },
            { id: 343, customer_id: 83, invoice_date: "2023-03-31", payment_date: "2023-04-18", amount_due: "10.23", amount_paid: "1263.33", discount_applied: null, tax_amount: "38.65", payment_method: "credit_card" },
            { id: 344, customer_id: 503, invoice_date: "2023-02-23", payment_date: "2023-03-21", amount_due: "3963.58", amount_paid: "2410.73", discount_applied: "105.84", tax_amount: "273.66", payment_method: "credit_card" },
            { id: 345, customer_id: 665, invoice_date: "2024-01-12", payment_date: "2024-01-20", amount_due: "2946.68", amount_paid: "560.16", discount_applied: "7.65", tax_amount: "345.03", payment_method: "credit_card" },
            { id: 346, customer_id: 237, invoice_date: "2024-05-08", payment_date: "2024-06-04", amount_due: "1591.20", amount_paid: "1671.23", discount_applied: "75.08", tax_amount: "436.04", payment_method: "credit_card" },
            { id: 347, customer_id: 12, invoice_date: "2023-11-11", payment_date: "2023-12-09", amount_due: "1835.01", amount_paid: "283.28", discount_applied: null, tax_amount: null, payment_method: "credit_card" },
            { id: 348, customer_id: 192, invoice_date: "2023-04-18", payment_date: "2023-04-27", amount_due: "1052.32", amount_paid: "48.74", discount_applied: "411.70", tax_amount: "18.85", payment_method: "bank_transfer" },
            { id: 349, customer_id: 880, invoice_date: "2023-04-06", payment_date: "2023-04-13", amount_due: "225.64", amount_paid: "3429.13", discount_applied: null, tax_amount: "48.37", payment_method: "cash" },
            { id: 350, customer_id: 848, invoice_date: "2023-12-11", payment_date: "2023-12-11", amount_due: "996.11", amount_paid: "15.75", discount_applied: "203.93", tax_amount: "0.01", payment_method: "credit_card" },
            { id: 351, customer_id: 80, invoice_date: "2024-10-04", payment_date: "2024-10-15", amount_due: "12.52", amount_paid: "641.27", discount_applied: "109.70", tax_amount: "2.14", payment_method: "credit_card" },
            { id: 352, customer_id: 159, invoice_date: "2024-09-28", payment_date: "2024-10-02", amount_due: "854.40", amount_paid: "174.78", discount_applied: "432.63", tax_amount: "25.95", payment_method: "credit_card" },
            { id: 353, customer_id: 492, invoice_date: "2024-08-11", payment_date: "2024-09-05", amount_due: "2516.55", amount_paid: "2794.62", discount_applied: "41.11", tax_amount: "150.96", payment_method: "credit_card" },
            { id: 354, customer_id: 470, invoice_date: "2023-10-11", payment_date: "2023-10-15", amount_due: "14.92", amount_paid: "604.18", discount_applied: "23.08", tax_amount: "410.58", payment_method: "paypal" },
            { id: 355, customer_id: 917, invoice_date: "2024-11-24", payment_date: "2024-11-27", amount_due: "369.54", amount_paid: "2614.53", discount_applied: "458.88", tax_amount: "128.13", payment_method: "credit_card" },
            { id: 356, customer_id: 804, invoice_date: "2024-05-06", payment_date: "2024-05-18", amount_due: "37.05", amount_paid: "4162.29", discount_applied: "73.55", tax_amount: "37.67", payment_method: "credit_card" },
            { id: 357, customer_id: 993, invoice_date: "2023-06-22", payment_date: "2023-06-23", amount_due: "1617.29", amount_paid: "2655.04", discount_applied: "3.47", tax_amount: "60.87", payment_method: "paypal" },
            { id: 358, customer_id: 50, invoice_date: "2023-06-11", payment_date: "2023-06-18", amount_due: "242.56", amount_paid: "1000.54", discount_applied: "185.86", tax_amount: "13.94", payment_method: "credit_card" },
            { id: 359, customer_id: 595, invoice_date: "2023-11-29", payment_date: "2023-12-16", amount_due: "3182.90", amount_paid: "1303.55", discount_applied: "425.61", tax_amount: "209.47", payment_method: "credit_card" },
            { id: 360, customer_id: 315, invoice_date: "2023-04-23", payment_date: "2023-05-22", amount_due: "132.03", amount_paid: "1391.65", discount_applied: null, tax_amount: "122.32", payment_method: "cash" },
            { id: 361, customer_id: 670, invoice_date: "2024-02-10", payment_date: "2024-02-21", amount_due: "3307.44", amount_paid: "1989.05", discount_applied: "154.70", tax_amount: "27.27", payment_method: "credit_card" },
            { id: 362, customer_id: 816, invoice_date: "2024-12-20", payment_date: "2025-01-19", amount_due: "851.19", amount_paid: "2778.69", discount_applied: "111.10", tax_amount: "21.82", payment_method: "cash" },
            { id: 363, customer_id: 718, invoice_date: "2023-04-28", payment_date: "2023-05-27", amount_due: "79.93", amount_paid: "13.21", discount_applied: "137.23", tax_amount: "40.57", payment_method: "cash" },
            { id: 364, customer_id: 990, invoice_date: "2024-02-24", payment_date: "2024-03-01", amount_due: "651.94", amount_paid: "1256.48", discount_applied: "440.99", tax_amount: "493.33", payment_method: "credit_card" },
            { id: 365, customer_id: 649, invoice_date: "2023-10-02", payment_date: "2023-10-14", amount_due: "20.75", amount_paid: "4902.07", discount_applied: "431.01", tax_amount: "18.90", payment_method: "credit_card" },
            { id: 366, customer_id: 191, invoice_date: "2023-11-01", payment_date: "2023-11-28", amount_due: "2140.96", amount_paid: "600.34", discount_applied: "310.61", tax_amount: "124.48", payment_method: "credit_card" },
            { id: 367, customer_id: 250, invoice_date: "2024-10-06", payment_date: "2024-10-10", amount_due: "3259.55", amount_paid: "2018.73", discount_applied: "443.11", tax_amount: "182.92", payment_method: "credit_card" },
            { id: 368, customer_id: 999, invoice_date: "2023-04-28", payment_date: "2023-05-07", amount_due: "1452.42", amount_paid: "1897.87", discount_applied: "158.65", tax_amount: "28.66", payment_method: "bank_transfer" },
            { id: 369, customer_id: 174, invoice_date: "2023-06-07", payment_date: "2023-06-25", amount_due: "508.42", amount_paid: "2969.75", discount_applied: null, tax_amount: "360.30", payment_method: "paypal" },
            { id: 370, customer_id: 253, invoice_date: "2024-07-29", payment_date: "2024-08-16", amount_due: "3319.14", amount_paid: "2815.02", discount_applied: null, tax_amount: "348.94", payment_method: "cash" },
            { id: 371, customer_id: 380, invoice_date: "2024-01-19", payment_date: "2024-02-10", amount_due: "1041.71", amount_paid: "2436.03", discount_applied: "46.93", tax_amount: "192.78", payment_method: "credit_card" },
            { id: 372, customer_id: 971, invoice_date: "2024-01-03", payment_date: "2024-02-02", amount_due: "409.93", amount_paid: "462.13", discount_applied: "39.52", tax_amount: "432.35", payment_method: "cash" },
            { id: 373, customer_id: 734, invoice_date: "2023-04-20", payment_date: "2023-05-17", amount_due: "56.43", amount_paid: "3541.66", discount_applied: "449.10", tax_amount: "64.87", payment_method: "credit_card" },
            { id: 374, customer_id: 962, invoice_date: "2024-07-04", payment_date: "2024-07-20", amount_due: "452.23", amount_paid: "1455.68", discount_applied: "11.00", tax_amount: "6.79", payment_method: "bank_transfer" },
            { id: 375, customer_id: 905, invoice_date: "2023-12-31", payment_date: "2024-01-05", amount_due: "658.53", amount_paid: "4618.78", discount_applied: "146.54", tax_amount: "137.88", payment_method: "credit_card" },
            { id: 376, customer_id: 348, invoice_date: "2024-11-17", payment_date: "2024-11-27", amount_due: "946.73", amount_paid: "2028.33", discount_applied: "79.79", tax_amount: "352.47", payment_method: "paypal" },
            { id: 377, customer_id: 389, invoice_date: "2023-07-05", payment_date: "2023-07-15", amount_due: "3011.00", amount_paid: "110.28", discount_applied: "346.81", tax_amount: null, payment_method: "credit_card" },
            { id: 378, customer_id: 11, invoice_date: "2023-06-17", payment_date: "2023-06-26", amount_due: "49.64", amount_paid: "3203.49", discount_applied: null, tax_amount: "330.96", payment_method: "paypal" },
            { id: 379, customer_id: 862, invoice_date: "2024-03-01", payment_date: "2024-03-09", amount_due: "406.84", amount_paid: "1994.02", discount_applied: "79.76", tax_amount: "63.12", payment_method: "credit_card" },
            { id: 380, customer_id: 529, invoice_date: "2024-05-22", payment_date: "2024-06-07", amount_due: "4871.50", amount_paid: "46.43", discount_applied: "499.64", tax_amount: "61.75", payment_method: "bank_transfer" },
            { id: 381, customer_id: 20, invoice_date: "2024-11-30", payment_date: "2024-12-06", amount_due: "528.26", amount_paid: "3228.28", discount_applied: "424.06", tax_amount: "12.82", payment_method: "cash" },
            { id: 382, customer_id: 920, invoice_date: "2023-05-02", payment_date: "2023-05-11", amount_due: "361.24", amount_paid: "2036.57", discount_applied: "53.59", tax_amount: "282.26", payment_method: "paypal" },
            { id: 383, customer_id: 548, invoice_date: "2024-07-16", payment_date: "2024-07-27", amount_due: "4856.63", amount_paid: "2336.23", discount_applied: "424.17", tax_amount: "7.33", payment_method: "credit_card" },
            { id: 384, customer_id: 958, invoice_date: "2024-07-10", payment_date: "2024-08-03", amount_due: "3219.90", amount_paid: "4589.12", discount_applied: "86.58", tax_amount: "13.86", payment_method: "credit_card" },
            { id: 385, customer_id: 508, invoice_date: "2024-07-05", payment_date: "2024-07-22", amount_due: "4303.86", amount_paid: "733.55", discount_applied: "309.81", tax_amount: null, payment_method: "credit_card" },
            { id: 386, customer_id: 891, invoice_date: "2023-04-18", payment_date: "2023-04-19", amount_due: "14.15", amount_paid: "37.60", discount_applied: "409.08", tax_amount: null, payment_method: "credit_card" },
            { id: 387, customer_id: 371, invoice_date: "2024-01-18", payment_date: "2024-01-21", amount_due: "3880.02", amount_paid: "4190.68", discount_applied: "425.62", tax_amount: "44.12", payment_method: "paypal" },
            { id: 388, customer_id: 106, invoice_date: "2024-09-16", payment_date: "2024-10-13", amount_due: "3402.16", amount_paid: "506.65", discount_applied: "156.14", tax_amount: "454.51", payment_method: "credit_card" },
            { id: 389, customer_id: 546, invoice_date: "2023-03-19", payment_date: "2023-04-11", amount_due: "1826.04", amount_paid: "1090.85", discount_applied: "329.65", tax_amount: "183.89", payment_method: "credit_card" },
            { id: 390, customer_id: 291, invoice_date: "2023-05-10", payment_date: "2023-06-06", amount_due: "3335.55", amount_paid: "2046.27", discount_applied: "2.00", tax_amount: "264.06", payment_method: "credit_card" },
            { id: 391, customer_id: 358, invoice_date: "2023-11-24", payment_date: "2023-11-28", amount_due: "2201.04", amount_paid: "1674.26", discount_applied: "0.31", tax_amount: "0.19", payment_method: "credit_card" },
            { id: 392, customer_id: 590, invoice_date: "2024-02-16", payment_date: "2024-03-11", amount_due: "65.82", amount_paid: "4148.21", discount_applied: "340.42", tax_amount: "293.88", payment_method: "bank_transfer" },
            { id: 393, customer_id: 346, invoice_date: "2023-11-06", payment_date: "2023-11-22", amount_due: "3579.41", amount_paid: "1994.90", discount_applied: "229.53", tax_amount: null, payment_method: "credit_card" },
            { id: 394, customer_id: 554, invoice_date: "2024-07-18", payment_date: "2024-07-26", amount_due: "4450.43", amount_paid: "563.99", discount_applied: "20.28", tax_amount: "189.91", payment_method: "bank_transfer" },
            { id: 395, customer_id: 463, invoice_date: "2024-02-23", payment_date: "2024-03-18", amount_due: "4723.67", amount_paid: "3044.50", discount_applied: "113.81", tax_amount: "27.91", payment_method: "credit_card" },
            { id: 396, customer_id: 315, invoice_date: "2024-06-07", payment_date: "2024-06-27", amount_due: "623.86", amount_paid: "2997.82", discount_applied: null, tax_amount: "315.13", payment_method: "cash" },
            { id: 397, customer_id: 764, invoice_date: "2024-09-09", payment_date: "2024-09-18", amount_due: "13.93", amount_paid: "1926.60", discount_applied: "185.57", tax_amount: "465.14", payment_method: "credit_card" },
            { id: 398, customer_id: 164, invoice_date: "2023-09-07", payment_date: "2023-09-15", amount_due: "11.53", amount_paid: "198.42", discount_applied: "230.65", tax_amount: null, payment_method: "bank_transfer" },
            { id: 399, customer_id: 353, invoice_date: "2023-06-16", payment_date: "2023-07-15", amount_due: "856.76", amount_paid: "164.72", discount_applied: "456.73", tax_amount: "109.21", payment_method: "credit_card" },
            { id: 400, customer_id: 340, invoice_date: "2024-08-23", payment_date: "2024-08-28", amount_due: "3646.38", amount_paid: "7.15", discount_applied: "463.29", tax_amount: "221.58", payment_method: "cash" },
            { id: 401, customer_id: 379, invoice_date: "2023-03-22", payment_date: "2023-04-06", amount_due: "2614.96", amount_paid: "4984.14", discount_applied: "381.07", tax_amount: "263.53", payment_method: "bank_transfer" },
            { id: 402, customer_id: 915, invoice_date: "2023-08-16", payment_date: "2023-09-06", amount_due: "23.41", amount_paid: "2887.99", discount_applied: "31.81", tax_amount: "263.99", payment_method: "credit_card" },
            { id: 403, customer_id: 321, invoice_date: "2023-05-26", payment_date: "2023-06-06", amount_due: "1409.99", amount_paid: "3150.90", discount_applied: "102.71", tax_amount: null, payment_method: "cash" },
            { id: 404, customer_id: 88, invoice_date: "2024-08-16", payment_date: "2024-08-20", amount_due: "1515.38", amount_paid: "3258.91", discount_applied: "260.38", tax_amount: "387.54", payment_method: "credit_card" },
            { id: 405, customer_id: 373, invoice_date: "2024-07-02", payment_date: "2024-07-25", amount_due: "4183.96", amount_paid: "1585.28", discount_applied: "290.70", tax_amount: "12.78", payment_method: "bank_transfer" },
            { id: 406, customer_id: 957, invoice_date: "2023-12-03", payment_date: "2024-01-01", amount_due: "377.54", amount_paid: "921.83", discount_applied: "489.63", tax_amount: "170.02", payment_method: "credit_card" },
            { id: 407, customer_id: 501, invoice_date: "2023-05-31", payment_date: "2023-06-15", amount_due: "10.24", amount_paid: "3637.89", discount_applied: "86.43", tax_amount: "10.78", payment_method: "credit_card" },
            { id: 408, customer_id: 470, invoice_date: "2024-04-07", payment_date: "2024-04-17", amount_due: "4164.32", amount_paid: "2025.80", discount_applied: "180.04", tax_amount: "190.89", payment_method: "credit_card" },
            { id: 409, customer_id: 508, invoice_date: "2023-05-16", payment_date: "2023-05-22", amount_due: "41.71", amount_paid: "460.14", discount_applied: "8.47", tax_amount: "333.88", payment_method: "credit_card" },
            { id: 410, customer_id: 721, invoice_date: "2023-11-25", payment_date: "2023-12-23", amount_due: "1639.85", amount_paid: "1534.25", discount_applied: "223.89", tax_amount: "403.15", payment_method: "credit_card" },
            { id: 411, customer_id: 857, invoice_date: "2024-04-01", payment_date: "2024-04-13", amount_due: "639.87", amount_paid: "2799.27", discount_applied: "152.84", tax_amount: "0.26", payment_method: "credit_card" },
            { id: 412, customer_id: 512, invoice_date: "2023-08-13", payment_date: "2023-08-24", amount_due: "4075.99", amount_paid: "6.88", discount_applied: "370.45", tax_amount: null, payment_method: "credit_card" },
            { id: 413, customer_id: 66, invoice_date: "2023-04-15", payment_date: "2023-05-06", amount_due: "4744.60", amount_paid: "4798.23", discount_applied: "18.48", tax_amount: "143.30", payment_method: "bank_transfer" },
            { id: 414, customer_id: 99, invoice_date: "2024-07-31", payment_date: "2024-08-30", amount_due: "3138.39", amount_paid: "3966.37", discount_applied: "330.15", tax_amount: "1.26", payment_method: "credit_card" },
            { id: 415, customer_id: 385, invoice_date: "2023-12-24", payment_date: "2024-01-23", amount_due: "2676.95", amount_paid: "176.68", discount_applied: null, tax_amount: "62.79", payment_method: "credit_card" },
            { id: 416, customer_id: 404, invoice_date: "2024-08-30", payment_date: "2024-09-28", amount_due: "1439.87", amount_paid: "1277.24", discount_applied: "76.26", tax_amount: "70.08", payment_method: "credit_card" },
            { id: 417, customer_id: 718, invoice_date: "2023-04-30", payment_date: "2023-05-24", amount_due: "30.80", amount_paid: "3279.15", discount_applied: "378.27", tax_amount: "17.01", payment_method: "bank_transfer" },
            { id: 418, customer_id: 670, invoice_date: "2023-11-23", payment_date: "2023-12-02", amount_due: "122.34", amount_paid: "3721.54", discount_applied: "307.72", tax_amount: "296.71", payment_method: "credit_card" },
            { id: 419, customer_id: 549, invoice_date: "2024-09-13", payment_date: "2024-09-29", amount_due: "3449.30", amount_paid: "225.70", discount_applied: "97.59", tax_amount: "4.28", payment_method: "credit_card" },
            { id: 420, customer_id: 785, invoice_date: "2023-01-04", payment_date: "2023-01-20", amount_due: "3778.91", amount_paid: "911.24", discount_applied: "317.01", tax_amount: "1.47", payment_method: "bank_transfer" },
            { id: 421, customer_id: 832, invoice_date: "2024-04-06", payment_date: "2024-04-10", amount_due: "129.10", amount_paid: "4646.95", discount_applied: null, tax_amount: "12.25", payment_method: "paypal" },
            { id: 422, customer_id: 144, invoice_date: "2023-12-08", payment_date: "2023-12-20", amount_due: "1570.09", amount_paid: "3060.02", discount_applied: "424.17", tax_amount: "125.18", payment_method: "bank_transfer" },
            { id: 423, customer_id: 916, invoice_date: "2023-06-19", payment_date: "2023-06-23", amount_due: "34.10", amount_paid: "4421.19", discount_applied: "318.94", tax_amount: "18.03", payment_method: "credit_card" },
            { id: 424, customer_id: 126, invoice_date: "2023-01-17", payment_date: "2023-01-28", amount_due: "1872.62", amount_paid: "753.69", discount_applied: "33.58", tax_amount: "238.77", payment_method: "credit_card" },
            { id: 425, customer_id: 715, invoice_date: "2023-01-16", payment_date: "2023-02-04", amount_due: "3941.94", amount_paid: "4633.46", discount_applied: "158.47", tax_amount: "407.99", payment_method: "credit_card" },
            { id: 426, customer_id: 500, invoice_date: "2024-07-31", payment_date: "2024-08-06", amount_due: "38.09", amount_paid: "4810.74", discount_applied: "195.56", tax_amount: "206.52", payment_method: "credit_card" },
            { id: 427, customer_id: 149, invoice_date: "2024-10-31", payment_date: "2024-11-04", amount_due: "1834.74", amount_paid: "813.26", discount_applied: "45.40", tax_amount: "97.01", payment_method: "credit_card" },
            { id: 428, customer_id: 377, invoice_date: "2023-07-12", payment_date: "2023-07-28", amount_due: "22.14", amount_paid: "55.03", discount_applied: "91.89", tax_amount: "0.00", payment_method: "credit_card" },
            { id: 429, customer_id: 914, invoice_date: "2024-03-25", payment_date: "2024-04-09", amount_due: "693.44", amount_paid: "189.90", discount_applied: "4.80", tax_amount: "25.37", payment_method: "bank_transfer" },
            { id: 430, customer_id: 36, invoice_date: "2023-12-14", payment_date: "2023-12-22", amount_due: "245.86", amount_paid: "786.01", discount_applied: "1.16", tax_amount: "187.05", payment_method: "credit_card" },
            { id: 431, customer_id: 791, invoice_date: "2023-03-30", payment_date: "2023-04-23", amount_due: "1248.77", amount_paid: "416.66", discount_applied: "272.95", tax_amount: "72.59", payment_method: "bank_transfer" },
            { id: 432, customer_id: 644, invoice_date: "2024-06-05", payment_date: "2024-07-01", amount_due: "533.51", amount_paid: "2508.89", discount_applied: "41.66", tax_amount: null, payment_method: "credit_card" },
            { id: 433, customer_id: 995, invoice_date: "2023-09-17", payment_date: "2023-09-30", amount_due: "648.45", amount_paid: "2777.45", discount_applied: "3.74", tax_amount: "191.66", payment_method: "bank_transfer" },
            { id: 434, customer_id: 866, invoice_date: "2024-02-10", payment_date: "2024-02-27", amount_due: "1393.31", amount_paid: "3502.54", discount_applied: null, tax_amount: "17.45", payment_method: "bank_transfer" },
            { id: 435, customer_id: 892, invoice_date: "2024-01-25", payment_date: "2024-02-23", amount_due: "651.14", amount_paid: "1264.08", discount_applied: "125.62", tax_amount: "397.06", payment_method: "bank_transfer" },
            { id: 436, customer_id: 263, invoice_date: "2023-03-01", payment_date: "2023-03-18", amount_due: "342.02", amount_paid: "3049.02", discount_applied: "185.31", tax_amount: null, payment_method: "credit_card" },
            { id: 437, customer_id: 111, invoice_date: "2023-04-11", payment_date: "2023-05-10", amount_due: "1419.49", amount_paid: "1648.09", discount_applied: null, tax_amount: "22.48", payment_method: "credit_card" },
            { id: 438, customer_id: 648, invoice_date: "2023-11-07", payment_date: "2023-11-28", amount_due: "506.71", amount_paid: "588.19", discount_applied: "57.91", tax_amount: "16.79", payment_method: "credit_card" },
            { id: 439, customer_id: 135, invoice_date: "2023-01-02", payment_date: "2023-01-25", amount_due: "202.22", amount_paid: "4354.56", discount_applied: "34.68", tax_amount: "3.53", payment_method: "credit_card" },
            { id: 440, customer_id: 979, invoice_date: "2024-01-26", payment_date: "2024-02-21", amount_due: "1561.55", amount_paid: "580.12", discount_applied: null, tax_amount: "453.98", payment_method: "bank_transfer" },
            { id: 441, customer_id: 493, invoice_date: "2024-02-20", payment_date: "2024-02-20", amount_due: "3246.51", amount_paid: "397.91", discount_applied: "11.83", tax_amount: "58.09", payment_method: "bank_transfer" },
            { id: 442, customer_id: 389, invoice_date: "2023-12-21", payment_date: "2023-12-25", amount_due: "1121.41", amount_paid: "3600.12", discount_applied: "162.21", tax_amount: "0.44", payment_method: "credit_card" },
            { id: 443, customer_id: 655, invoice_date: "2024-01-17", payment_date: "2024-02-08", amount_due: "1109.63", amount_paid: "356.04", discount_applied: "118.39", tax_amount: "46.83", payment_method: "credit_card" },
            { id: 444, customer_id: 229, invoice_date: "2023-04-18", payment_date: "2023-04-21", amount_due: "555.47", amount_paid: "215.90", discount_applied: "12.10", tax_amount: "386.11", payment_method: "credit_card" },
            { id: 445, customer_id: 658, invoice_date: "2024-12-27", payment_date: "2025-01-10", amount_due: "18.08", amount_paid: "2257.86", discount_applied: "42.94", tax_amount: "129.49", payment_method: "cash" },
            { id: 446, customer_id: 661, invoice_date: "2023-04-19", payment_date: "2023-05-07", amount_due: "303.68", amount_paid: "593.12", discount_applied: "176.23", tax_amount: "332.98", payment_method: "bank_transfer" },
            { id: 447, customer_id: 714, invoice_date: "2023-11-24", payment_date: "2023-12-14", amount_due: "3355.62", amount_paid: "4081.93", discount_applied: "56.00", tax_amount: "22.78", payment_method: "credit_card" },
            { id: 448, customer_id: 688, invoice_date: "2023-04-02", payment_date: "2023-04-18", amount_due: "1669.90", amount_paid: "3551.29", discount_applied: "12.47", tax_amount: "15.98", payment_method: "credit_card" },
            { id: 449, customer_id: 677, invoice_date: "2023-06-09", payment_date: "2023-07-09", amount_due: "145.07", amount_paid: "1173.73", discount_applied: "301.88", tax_amount: "30.36", payment_method: "cash" },
            { id: 450, customer_id: 759, invoice_date: "2024-07-20", payment_date: "2024-08-10", amount_due: "84.02", amount_paid: "3207.68", discount_applied: "153.76", tax_amount: "441.47", payment_method: "credit_card" },
            { id: 451, customer_id: 795, invoice_date: "2023-08-22", payment_date: "2023-09-18", amount_due: "2244.93", amount_paid: "684.08", discount_applied: "4.60", tax_amount: "160.38", payment_method: "credit_card" },
            { id: 452, customer_id: 804, invoice_date: "2024-12-11", payment_date: "2024-12-11", amount_due: "3999.39", amount_paid: "4560.34", discount_applied: "150.81", tax_amount: "10.82", payment_method: "cash" },
            { id: 453, customer_id: 710, invoice_date: "2024-11-08", payment_date: "2024-11-11", amount_due: "3251.04", amount_paid: "907.36", discount_applied: "42.85", tax_amount: "50.32", payment_method: "credit_card" },
            { id: 454, customer_id: 453, invoice_date: "2023-10-31", payment_date: "2023-11-05", amount_due: "1317.90", amount_paid: "9.66", discount_applied: null, tax_amount: null, payment_method: "bank_transfer" },
            { id: 455, customer_id: 994, invoice_date: "2024-01-31", payment_date: "2024-02-04", amount_due: "3642.32", amount_paid: "1375.66", discount_applied: "188.20", tax_amount: "234.26", payment_method: "credit_card" },
            { id: 456, customer_id: 873, invoice_date: "2023-12-24", payment_date: "2024-01-09", amount_due: "2752.32", amount_paid: "759.38", discount_applied: "261.50", tax_amount: "75.93", payment_method: "bank_transfer" },
            { id: 457, customer_id: 842, invoice_date: "2024-12-28", payment_date: "2025-01-21", amount_due: "1330.82", amount_paid: "176.55", discount_applied: "180.04", tax_amount: "359.92", payment_method: "paypal" },
            { id: 458, customer_id: 2, invoice_date: "2024-08-13", payment_date: "2024-09-10", amount_due: "685.86", amount_paid: "3768.73", discount_applied: "144.62", tax_amount: "107.36", payment_method: "paypal" },
            { id: 459, customer_id: 237, invoice_date: "2023-03-26", payment_date: "2023-04-09", amount_due: "2987.84", amount_paid: "49.12", discount_applied: "32.25", tax_amount: "4.38", payment_method: "credit_card" },
            { id: 460, customer_id: 846, invoice_date: "2024-09-23", payment_date: "2024-10-16", amount_due: "3744.99", amount_paid: "108.51", discount_applied: "17.69", tax_amount: "56.18", payment_method: "bank_transfer" },
            { id: 461, customer_id: 492, invoice_date: "2023-06-04", payment_date: "2023-06-07", amount_due: "1851.00", amount_paid: "2747.10", discount_applied: "4.39", tax_amount: "55.86", payment_method: "paypal" },
            { id: 462, customer_id: 153, invoice_date: "2023-07-13", payment_date: "2023-07-24", amount_due: "1195.24", amount_paid: "632.41", discount_applied: "249.38", tax_amount: "58.26", payment_method: "bank_transfer" },
            { id: 463, customer_id: 404, invoice_date: "2024-12-20", payment_date: "2025-01-10", amount_due: "351.00", amount_paid: "2698.10", discount_applied: null, tax_amount: "149.53", payment_method: "bank_transfer" },
            { id: 464, customer_id: 217, invoice_date: "2024-03-13", payment_date: "2024-03-22", amount_due: "555.34", amount_paid: "3568.15", discount_applied: "333.64", tax_amount: "417.55", payment_method: "credit_card" },
            { id: 465, customer_id: 93, invoice_date: "2024-06-26", payment_date: "2024-07-20", amount_due: "1274.14", amount_paid: "2467.36", discount_applied: "288.85", tax_amount: "133.45", payment_method: "credit_card" },
            { id: 466, customer_id: 154, invoice_date: "2024-02-02", payment_date: "2024-02-23", amount_due: "1433.11", amount_paid: "1320.25", discount_applied: null, tax_amount: "185.12", payment_method: "credit_card" },
            { id: 467, customer_id: 699, invoice_date: "2023-07-08", payment_date: "2023-07-16", amount_due: "4264.09", amount_paid: "998.70", discount_applied: "324.71", tax_amount: "153.85", payment_method: "credit_card" },
            { id: 468, customer_id: 365, invoice_date: "2023-07-05", payment_date: "2023-07-12", amount_due: "116.57", amount_paid: "1621.14", discount_applied: "352.68", tax_amount: "7.95", payment_method: "credit_card" },
            { id: 469, customer_id: 587, invoice_date: "2023-05-19", payment_date: "2023-05-29", amount_due: "2061.67", amount_paid: "3270.64", discount_applied: "472.23", tax_amount: "37.76", payment_method: "credit_card" },
            { id: 470, customer_id: 215, invoice_date: "2023-04-02", payment_date: "2023-04-10", amount_due: "71.30", amount_paid: "213.13", discount_applied: "2.65", tax_amount: "45.02", payment_method: "credit_card" },
            { id: 471, customer_id: 986, invoice_date: "2024-10-18", payment_date: "2024-11-15", amount_due: "2365.60", amount_paid: "259.47", discount_applied: null, tax_amount: null, payment_method: "paypal" },
            { id: 472, customer_id: 601, invoice_date: "2023-03-06", payment_date: "2023-03-17", amount_due: "769.04", amount_paid: "800.69", discount_applied: "193.92", tax_amount: "208.35", payment_method: "credit_card" },
            { id: 473, customer_id: 111, invoice_date: "2024-03-12", payment_date: "2024-03-26", amount_due: "1260.32", amount_paid: "753.15", discount_applied: "0.31", tax_amount: "72.31", payment_method: "credit_card" },
            { id: 474, customer_id: 934, invoice_date: "2023-02-10", payment_date: "2023-03-08", amount_due: "1363.53", amount_paid: "3235.93", discount_applied: "37.05", tax_amount: "74.19", payment_method: "bank_transfer" },
            { id: 475, customer_id: 392, invoice_date: "2024-05-03", payment_date: "2024-05-04", amount_due: "4470.88", amount_paid: "1355.05", discount_applied: "29.86", tax_amount: "69.88", payment_method: "credit_card" },
            { id: 476, customer_id: 594, invoice_date: "2023-06-03", payment_date: "2023-06-14", amount_due: "171.85", amount_paid: "568.15", discount_applied: "212.64", tax_amount: "106.47", payment_method: "credit_card" },
            { id: 477, customer_id: 295, invoice_date: "2024-09-27", payment_date: "2024-10-22", amount_due: "1197.74", amount_paid: "3192.22", discount_applied: "41.55", tax_amount: "21.45", payment_method: "bank_transfer" },
            { id: 478, customer_id: 197, invoice_date: "2023-07-21", payment_date: "2023-08-13", amount_due: "985.98", amount_paid: "4145.96", discount_applied: "68.97", tax_amount: "381.45", payment_method: "bank_transfer" },
            { id: 479, customer_id: 613, invoice_date: "2023-04-09", payment_date: "2023-04-21", amount_due: "3799.87", amount_paid: "3075.01", discount_applied: "379.03", tax_amount: "207.50", payment_method: "credit_card" },
            { id: 480, customer_id: 444, invoice_date: "2024-09-04", payment_date: "2024-09-24", amount_due: "2569.36", amount_paid: "653.16", discount_applied: "42.52", tax_amount: "318.54", payment_method: "bank_transfer" },
            { id: 481, customer_id: 580, invoice_date: "2024-10-16", payment_date: "2024-11-11", amount_due: "3403.22", amount_paid: "4696.93", discount_applied: "130.67", tax_amount: "91.64", payment_method: "cash" },
            { id: 482, customer_id: 514, invoice_date: "2023-09-01", payment_date: "2023-09-25", amount_due: "242.76", amount_paid: "260.43", discount_applied: "314.88", tax_amount: "441.13", payment_method: "credit_card" },
            { id: 483, customer_id: 552, invoice_date: "2024-08-09", payment_date: "2024-09-05", amount_due: "1039.46", amount_paid: "1154.01", discount_applied: "165.71", tax_amount: "73.47", payment_method: "bank_transfer" },
            { id: 484, customer_id: 668, invoice_date: "2024-09-27", payment_date: "2024-10-08", amount_due: "1063.42", amount_paid: "3394.24", discount_applied: "6.46", tax_amount: "69.09", payment_method: "credit_card" },
            { id: 485, customer_id: 857, invoice_date: "2023-12-16", payment_date: "2023-12-25", amount_due: "2042.56", amount_paid: "0.26", discount_applied: "458.20", tax_amount: "447.94", payment_method: "credit_card" },
            { id: 486, customer_id: 735, invoice_date: "2023-07-13", payment_date: "2023-07-13", amount_due: "3525.49", amount_paid: "13.93", discount_applied: "37.56", tax_amount: "52.20", payment_method: "credit_card" },
            { id: 487, customer_id: 996, invoice_date: "2024-11-21", payment_date: "2024-12-08", amount_due: "235.39", amount_paid: "4616.92", discount_applied: "0.03", tax_amount: "228.41", payment_method: "credit_card" },
            { id: 488, customer_id: 619, invoice_date: "2023-10-06", payment_date: "2023-10-29", amount_due: "128.89", amount_paid: "51.45", discount_applied: "4.51", tax_amount: null, payment_method: "bank_transfer" },
            { id: 489, customer_id: 631, invoice_date: "2023-07-29", payment_date: "2023-08-09", amount_due: "2063.89", amount_paid: "94.38", discount_applied: "317.25", tax_amount: "68.01", payment_method: "cash" },
            { id: 490, customer_id: 116, invoice_date: "2023-09-10", payment_date: "2023-09-19", amount_due: "4827.52", amount_paid: "835.55", discount_applied: "62.37", tax_amount: "1.61", payment_method: "credit_card" },
            { id: 491, customer_id: 953, invoice_date: "2023-09-07", payment_date: "2023-09-19", amount_due: "212.11", amount_paid: "404.84", discount_applied: "26.06", tax_amount: "267.74", payment_method: "bank_transfer" },
            { id: 492, customer_id: 473, invoice_date: "2024-11-07", payment_date: "2024-11-22", amount_due: "966.99", amount_paid: "0.82", discount_applied: "211.36", tax_amount: null, payment_method: "credit_card" },
            { id: 493, customer_id: 606, invoice_date: "2024-06-05", payment_date: "2024-06-25", amount_due: "2303.03", amount_paid: "4214.83", discount_applied: "364.94", tax_amount: "370.70", payment_method: "credit_card" },
            { id: 494, customer_id: 717, invoice_date: "2023-10-26", payment_date: "2023-11-08", amount_due: "4660.58", amount_paid: "102.29", discount_applied: "161.19", tax_amount: "19.01", payment_method: "credit_card" },
            { id: 495, customer_id: 485, invoice_date: "2024-02-21", payment_date: "2024-03-03", amount_due: "781.47", amount_paid: "68.60", discount_applied: "384.87", tax_amount: "171.96", payment_method: "bank_transfer" },
            { id: 496, customer_id: 872, invoice_date: "2023-04-21", payment_date: "2023-05-01", amount_due: "4663.21", amount_paid: "985.28", discount_applied: "170.03", tax_amount: "113.89", payment_method: "credit_card" },
            { id: 497, customer_id: 420, invoice_date: "2024-07-01", payment_date: "2024-07-22", amount_due: "4300.55", amount_paid: "1287.91", discount_applied: "402.83", tax_amount: "49.99", payment_method: "bank_transfer" },
            { id: 498, customer_id: 807, invoice_date: "2024-09-08", payment_date: "2024-09-21", amount_due: "92.09", amount_paid: "3408.30", discount_applied: "126.73", tax_amount: "11.94", payment_method: "credit_card" },
            { id: 499, customer_id: 355, invoice_date: "2023-03-13", payment_date: "2023-03-29", amount_due: "14.10", amount_paid: "108.54", discount_applied: "13.34", tax_amount: null, payment_method: "bank_transfer" },
            { id: 500, customer_id: 858, invoice_date: "2023-10-25", payment_date: "2023-11-06", amount_due: "1587.73", amount_paid: "2570.06", discount_applied: "369.88", tax_amount: "306.12", payment_method: "credit_card" },
        ],
    });
}

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