Edit file File name : mock_invoices.json Content : [ { "id": "INV-001", "customer_id": "1", "invoice_date": "2024-05-20", "due_date": "2024-06-19", "paid_at": "2024-06-01", "viewed_at": "2024-05-21", "status": "Paid", "items": [ { "id": "item-1", "description": "Web Design Services", "quantity": 1, "price": 2500 }, { "id": "item-2", "description": "Hosting (1 Year)", "quantity": 1, "price": 300 } ], "subtotal": 2800, "tax": 8.0, "discount": 0, "total": 3024, "notes": "Thank you for your business!", "paymentMethod": "Bank Transfer", "paymentAccount": "Atlantic Bank (BZD)" }, { "id": "INV-002", "customer_id": "2", "invoice_date": "2024-07-15", "due_date": "2024-08-14", "paid_at": null, "viewed_at": "2024-07-16", "status": "Due", "items": [ { "id": "item-3", "description": "Quantum Computing Consultation", "quantity": 10, "price": 500 } ], "subtotal": 5000, "tax": 0, "discount": 0, "total": 5000, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-003", "customer_id": "3", "invoice_date": "2024-05-01", "due_date": "2024-06-01", "paid_at": null, "viewed_at": "2024-05-02", "status": "Overdue", "items": [ { "id": "item-4", "description": "Brand Strategy Package", "quantity": 1, "price": 3500 } ], "subtotal": 3500, "tax": 5.5, "discount": 0, "total": 3692.5, "notes": "Payment is overdue. Please remit payment as soon as possible.", "paymentMethod": null, "paymentAccount": null }, { "id": "INV-004", "customer_id": "4", "invoice_date": "2024-07-20", "due_date": "2024-08-19", "paid_at": null, "viewed_at": null, "status": "Draft", "items": [ { "id": "item-5", "description": "Product Prototyping", "quantity": 1, "price": 7500 }, { "id": "item-6", "description": "Material Costs", "quantity": 1, "price": 1800 } ], "subtotal": 9300, "tax": 7.25, "discount": 0, "total": 9974.25, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-005", "customer_id": "5", "invoice_date": "2024-04-05", "due_date": "2024-04-20", "paid_at": "2024-04-18", "viewed_at": "2024-04-06", "status": "Paid", "items": [ { "id": "item-7", "description": "Cloud Migration Service", "quantity": 1, "price": 6200 } ], "subtotal": 6200, "tax": 10, "discount": 0, "total": 6820, "notes": null, "paymentMethod": "Credit Card", "paymentAccount": null }, { "id": "INV-006", "customer_id": "6", "invoice_date": "2024-06-01", "due_date": "2024-07-01", "paid_at": null, "viewed_at": "2024-06-02", "status": "Due", "items": [ { "id": "item-8", "description": "Stellar Cartography Data", "quantity": 5, "price": 300 } ], "subtotal": 1500, "tax": 0, "discount": 0, "total": 1500, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-007", "customer_id": "7", "invoice_date": "2024-03-10", "due_date": "2024-04-10", "paid_at": null, "viewed_at": "2024-03-11", "status": "Overdue", "items": [ { "id": "item-9", "description": "Physics Engine Licensing", "quantity": 1, "price": 12000 } ], "subtotal": 12000, "tax": 0, "discount": 0, "total": 12000, "notes": "Urgent: Payment is 60+ days overdue.", "paymentMethod": null, "paymentAccount": null }, { "id": "INV-008", "customer_id": "8", "invoice_date": "2024-06-22", "due_date": "2024-07-22", "paid_at": "2024-06-28", "viewed_at": "2024-06-23", "status": "Paid", "items": [ { "id": "item-10", "description": "General Maintenance", "quantity": 3, "price": 150 } ], "subtotal": 450, "tax": 12.5, "discount": 0, "total": 506.25, "notes": null, "paymentMethod": "Cash", "paymentAccount": null }, { "id": "INV-009", "customer_id": "1", "invoice_date": "2024-07-01", "due_date": "2024-07-16", "paid_at": null, "viewed_at": "2024-07-02", "status": "Due", "items": [ { "id": "item-1", "description": "SEO & Marketing Campaign", "quantity": 1, "price": 1800 } ], "subtotal": 1800, "tax": 10, "discount": 0, "total": 1980, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-010", "customer_id": "2", "invoice_date": "2024-02-05", "due_date": "2024-03-05", "paid_at": null, "viewed_at": "2024-02-06", "status": "Overdue", "items": [ { "id": "item-3", "description": "Hardware Rental", "quantity": 1, "price": 950 } ], "subtotal": 950, "tax": 0, "discount": 0, "total": 950, "notes": "Please settle this outstanding invoice.", "paymentMethod": null, "paymentAccount": null }, { "id": "INV-011", "customer_id": "5", "invoice_date": "2024-07-12", "due_date": "2024-09-10", "paid_at": null, "viewed_at": null, "status": "Due", "items": [ { "id": "item-7", "description": "API Development", "quantity": 1, "price": 4300 } ], "subtotal": 4300, "tax": 10, "discount": 0, "total": 4730, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-012", "customer_id": "6", "invoice_date": "2024-05-18", "due_date": "2024-06-18", "paid_at": "2024-06-15", "viewed_at": "2024-05-19", "status": "Paid", "items": [ { "id": "item-8", "description": "UI/UX Design Mockups", "quantity": 8, "price": 250 } ], "subtotal": 2000, "tax": 10, "discount": 0, "total": 2200, "notes": null, "paymentMethod": "Bank Transfer", "paymentAccount": "Belize Bank (BZD)" }, { "id": "INV-013", "customer_id": "3", "invoice_date": "2024-01-01", "due_date": "2024-02-01", "paid_at": "2024-02-10", "viewed_at": "2024-01-02", "status": "Paid", "items": [ { "id": "item-4", "description": "Consulting Retainer", "quantity": 1, "price": 3000 } ], "subtotal": 3000, "tax": 0, "discount": 0, "total": 3000, "notes": null, "paymentMethod": "Check", "paymentAccount": null }, { "id": "INV-014", "customer_id": "8", "invoice_date": "2024-07-05", "due_date": "2024-07-10", "paid_at": null, "viewed_at": null, "status": "Due", "items": [ { "id": "item-10", "description": "Emergency Support", "quantity": 1, "price": 800 } ], "subtotal": 800, "tax": 15, "discount": 0, "total": 920, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-015", "customer_id": "4", "invoice_date": "2024-06-28", "due_date": "2024-07-28", "paid_at": "2024-06-29", "viewed_at": "2024-06-28", "status": "Paid", "items": [ { "id": "item-4", "description": "Synergy Workshop", "quantity": 1, "price": 2200 } ], "subtotal": 2200, "tax": 10, "discount": 0, "total": 2420, "notes": null, "paymentMethod": "Bank Transfer", "paymentAccount": "Heritage Bank (BZD)" }, { "id": "INV-016", "customer_id": "9", "invoice_date": "2024-07-01", "due_date": "2024-07-21", "paid_at": null, "viewed_at": null, "status": "Due", "items": [{ "id": "item-6", "description": "Building Materials", "quantity": 1, "price": 5000 }], "subtotal": 5000, "tax": 5, "discount": 0, "total": 5250, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-017", "customer_id": "10", "invoice_date": "2024-06-15", "due_date": "2024-07-15", "paid_at": "2024-07-14", "viewed_at": "2024-06-16", "status": "Paid", "items": [{ "id": "item-9", "description": "Lab Equipment Rental", "quantity": 1, "price": 1200 }], "subtotal": 1200, "tax": 10, "discount": 0, "total": 1320, "notes": null, "paymentMethod": "Credit Card", "paymentAccount": null }, { "id": "INV-018", "customer_id": "11", "invoice_date": "2024-04-20", "due_date": "2024-05-20", "paid_at": null, "viewed_at": "2024-04-21", "status": "Overdue", "items": [{ "id": "item-7", "description": "Logistics Planning", "quantity": 1, "price": 3400 }], "subtotal": 3400, "tax": 7.5, "discount": 0, "total": 3655, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-019", "customer_id": "12", "invoice_date": "2024-07-28", "due_date": "2024-08-27", "paid_at": null, "viewed_at": null, "status": "Draft", "items": [{ "id": "item-1", "description": "Graphic Design Services", "quantity": 1, "price": 1800 }], "subtotal": 1800, "tax": 10, "discount": 0, "total": 1980, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-020", "customer_id": "13", "invoice_date": "2024-03-05", "due_date": "2024-04-05", "paid_at": "2024-04-04", "viewed_at": "2024-03-06", "status": "Paid", "items": [{ "id": "item-9", "description": "Software License", "quantity": 5, "price": 150 }], "subtotal": 750, "tax": 20, "discount": 0, "total": 900, "notes": null, "paymentMethod": "Bank Transfer", "paymentAccount": "National Bank of Belize (BZD)" }, { "id": "INV-021", "customer_id": "14", "invoice_date": "2023-12-10", "due_date": "2024-01-10", "paid_at": null, "viewed_at": "2023-12-11", "status": "Overdue", "items": [{ "id": "item-1", "description": "Oceanic Data Analysis", "quantity": 1, "price": 4200 }], "subtotal": 4200, "tax": 10, "discount": 0, "total": 4620, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-022", "customer_id": "15", "invoice_date": "2024-06-01", "due_date": "2024-07-01", "paid_at": "2024-07-02", "viewed_at": "2024-06-02", "status": "Paid", "items": [{ "id": "item-6", "description": "Container Shipping", "quantity": 10, "price": 1500 }], "subtotal": 15000, "tax": 10, "discount": 0, "total": 16500, "notes": null, "paymentMethod": "Bank Transfer", "paymentAccount": "Atlantic Bank (BZD)" }, { "id": "INV-023", "customer_id": "16", "invoice_date": "2024-07-15", "due_date": "2024-07-30", "paid_at": null, "viewed_at": null, "status": "Due", "items": [{ "id": "item-4", "description": "Financial Consulting", "quantity": 1, "price": 7500 }], "subtotal": 7500, "tax": 10, "discount": 0, "total": 8250, "notes": null, "paymentMethod": null, "paymentAccount": null }, { "id": "INV-024", "customer_id": "17", "invoice_date": "2024-05-20", "due_date": "2024-06-20", "paid_at": "2024-06-19", "viewed_at": "2024-05-21", "status": "Paid", "items": [{ "id": "item-9", "description": "Robotics Kit", "quantity": 1, "price": 2500 }], "subtotal": 2500, "tax": 10, "discount": 0, "total": 2750, "notes": null, "paymentMethod": "Credit Card", "paymentAccount": null }, { "id": "INV-025", "customer_id": "18", "invoice_date": "2024-07-28", "due_date": "2024-08-27", "paid_at": null, "viewed_at": null, "status": "Draft", "items": [{ "id": "item-6", "description": "Wholesale Goods", "quantity": 200, "price": 50 }], "subtotal": 10000, "tax": 8.5, "discount": 0, "total": 10850, "notes": null, "paymentMethod": null, "paymentAccount": null } ] Save