[
  {
    "id": "4f08",
    "items": [
      {
        "name": "D8",
        "qty": "5",
        "price": "1500",
        "total": 7500
      }
    ],
    "taxRate": 18,
    "discount": 0,
    "shippingCharges": 0,
    "otherDiscount": 0,
    "orderInfo": {
      "orderNumber": "20260209653",
      "orderDate": "2026-02-09",
      "expectedDelivery": "2026-02-10"
    },
    "supplier": {
      "companyName": "Baroque Works",
      "contactPerson": "Crocodile",
      "address": "456, abc road",
      "email": "sircrocodile@gmail.com",
      "phone": "7894564564",
      "pan": "FFFF4FF5F455F",
      "gstin": "FFFF4FF5F455F"
    },
    "delivery": {
      "invoiceTo": "donquixote doflamingo",
      "deliverTo": "Warehouse",
      "deliveryAddress": "456, abc road",
      "contactPerson": "Doflamingo",
      "phone": "9876543210",
      "email": "donquixote@gmail.com"
    },
    "status": "Completed",
    "totals": {
      "subtotal": 7500,
      "taxAmount": 1350,
      "discountAmount": 0,
      "otherDiscountAmount": 0,
      "grandTotal": 8850
    },
    "isEdited": false,
    "creatorId": "1",
    "creatorName": "Admin User"
  },
  {
    "id": "4757",
    "items": [
      {
        "name": "upper case ",
        "qty": "50",
        "price": "148",
        "total": 7400
      }
    ],
    "taxRate": 18,
    "discount": 0,
    "shippingCharges": 0,
    "otherDiscount": 0,
    "orderInfo": {
      "orderNumber": "20260210769",
      "orderDate": "2026-02-10",
      "expectedDelivery": "2026-02-11"
    },
    "supplier": {
      "companyName": "Ichigo",
      "contactPerson": "ichigo",
      "address": "13, road ppp",
      "email": "ichigo@gmail.com",
      "phone": "9876554321",
      "pan": "FFFF4FF5F455F",
      "gstin": "FFFF4FF5F455F"
    },
    "delivery": {
      "invoiceTo": "donquixote doflamingo",
      "deliverTo": "Warehouse",
      "deliveryAddress": "456, abc road",
      "contactPerson": "jignesh makvana",
      "phone": "9265515389",
      "email": "jigneshmakvana077@gmail.com"
    },
    "status": "Completed",
    "totals": {
      "subtotal": 7400,
      "taxAmount": 1332,
      "discountAmount": 0,
      "otherDiscountAmount": 0,
      "grandTotal": 8732
    },
    "isEdited": false,
    "creatorId": "1770623016164",
    "creatorName": "Admin"
  },
  {
    "id": "de45",
    "items": [
      {
        "name": "Lower Case",
        "qty": "100",
        "price": "75",
        "total": 7500
      }
    ],
    "taxRate": 18,
    "discount": 3,
    "shippingCharges": 100,
    "otherDiscount": 3,
    "orderInfo": {
      "orderNumber": "20260220322",
      "orderDate": "2026-02-20",
      "expectedDelivery": "2026-04-01"
    },
    "supplier": {
      "companyName": "ABC Raw Materials Pvt Ltd",
      "contactPerson": "rahul patel",
      "address": "lot 21, gidc, surat, gujarat",
      "email": "supplier@abc.com",
      "phone": "9876543210",
      "pan": "abcde1234f",
      "gstin": "24abcde1234f1z5"
    },
    "delivery": {
      "invoiceTo": "scanbo solutions pvt ltd",
      "deliverTo": "scanbo warehouse",
      "deliveryAddress": "warehouse no 3, surat, gujarat",
      "contactPerson": "amit shah",
      "phone": "9123456789",
      "email": "warehouse@scanbo.com"
    },
    "status": "Completed",
    "totals": {
      "subtotal": 7500,
      "taxAmount": 1350,
      "discountAmount": 225,
      "otherDiscountAmount": 225,
      "grandTotal": 8500
    },
    "isEdited": false,
    "creatorId": "1770623016164",
    "creatorName": "Admin"
  }
]