{
  "schemaVersion": 1,
  "kitId": "business-restaurant-catering",
  "restaurant": "Willow Event Kitchen",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "Chicken buffet portion",
      "quantity": 21,
      "unitPriceCad": 21.0,
      "grossCad": 441.0,
      "discountCad": 44.1,
      "netCad": 396.9
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Vegetarian buffet portion",
      "quantity": 24,
      "unitPriceCad": 18.0,
      "grossCad": 432.0,
      "discountCad": 43.2,
      "netCad": 388.8
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "Lunch box",
      "quantity": 27,
      "unitPriceCad": 17.5,
      "grossCad": 472.5,
      "discountCad": 47.25,
      "netCad": 425.25
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Reception plate",
      "quantity": 30,
      "unitPriceCad": 15.0,
      "grossCad": 450.0,
      "discountCad": 45.0,
      "netCad": 405.0
    }
  ],
  "summary": {
    "grossSalesCad": 1795.5,
    "discountsCad": 179.55,
    "compsCad": 18.0,
    "netSalesCad": 1597.95,
    "taxRate": 0.05,
    "taxCad": 79.9,
    "tipsChargedCad": 191.75,
    "totalDueCad": 1869.6,
    "refundsCad": 15.0,
    "totalCollectedCad": 1854.6
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 408.01
    },
    {
      "type": "card",
      "amountCad": 1421.59
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "Chicken buffet portion",
      "quantity": 1,
      "valueCad": 21.0,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "Lunch box",
      "quantity": 1,
      "valueCad": 17.5,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Vegetarian buffet portion",
      "quantity": 1,
      "valueCad": 18.0,
      "reason": "Service recovery, approved by the duty supervisor"
    }
  ],
  "refunds": [
    {
      "refundId": "REF-06",
      "salesId": "SALE-036",
      "amountCad": 15.0,
      "reason": "Guest return"
    }
  ],
  "cashDrawer": {
    "openingFloatCad": 300.0,
    "cashTendersCad": 408.01,
    "paidOutsCad": 18.4,
    "expectedCad": 689.61,
    "countedCad": 689.26,
    "overShortCad": -0.35
  },
  "covers": 40,
  "itemsSold": 102,
  "averageCheckCad": 39.95,
  "notes": [
    "Voids are logged for audit and are not included in gross sales.",
    "Tender lines sum to total collected, which is total due less refunds processed back to the original card.",
    "Tips charged to card carry forward into tip-pool-distribution.csv for the same date."
  ]
}
