{
  "schemaVersion": 1,
  "kitId": "business-restaurant-group",
  "restaurant": "Harbour Kitchen Group",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "House burger",
      "quantity": 23,
      "unitPriceCad": 18.5,
      "grossCad": 425.5,
      "discountCad": 42.55,
      "netCad": 382.95
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Chicken burger",
      "quantity": 26,
      "unitPriceCad": 19.5,
      "grossCad": 507.0,
      "discountCad": 50.7,
      "netCad": 456.3
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "Loaded fries",
      "quantity": 29,
      "unitPriceCad": 11.5,
      "grossCad": 333.5,
      "discountCad": 33.35,
      "netCad": 300.15
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Tomato salad",
      "quantity": 32,
      "unitPriceCad": 12.0,
      "grossCad": 384.0,
      "discountCad": 38.4,
      "netCad": 345.6
    }
  ],
  "summary": {
    "grossSalesCad": 1650.0,
    "discountsCad": 165.0,
    "compsCad": 19.5,
    "netSalesCad": 1465.5,
    "taxRate": 0.05,
    "taxCad": 73.28,
    "tipsChargedCad": 175.86,
    "totalDueCad": 1714.64,
    "refundsCad": 12.0,
    "totalCollectedCad": 1702.64
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 374.58
    },
    {
      "type": "card",
      "amountCad": 1303.06
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "House burger",
      "quantity": 1,
      "valueCad": 18.5,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "Loaded fries",
      "quantity": 1,
      "valueCad": 11.5,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Chicken burger",
      "quantity": 1,
      "valueCad": 19.5,
      "reason": "Service recovery, approved by the duty supervisor"
    }
  ],
  "refunds": [
    {
      "refundId": "REF-06",
      "salesId": "SALE-036",
      "amountCad": 12.0,
      "reason": "Guest return"
    }
  ],
  "cashDrawer": {
    "openingFloatCad": 300.0,
    "cashTendersCad": 374.58,
    "paidOutsCad": 18.4,
    "expectedCad": 656.18,
    "countedCad": 655.83,
    "overShortCad": -0.35
  },
  "covers": 44,
  "itemsSold": 110,
  "averageCheckCad": 33.31,
  "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."
  ]
}
