{
  "schemaVersion": 1,
  "kitId": "business-restaurant-bistro",
  "restaurant": "Alder Table Bistro",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "Roast chicken plate",
      "quantity": 11,
      "unitPriceCad": 24.0,
      "grossCad": 264.0,
      "discountCad": 26.4,
      "netCad": 237.6
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Tomato soup",
      "quantity": 14,
      "unitPriceCad": 11.5,
      "grossCad": 161.0,
      "discountCad": 16.1,
      "netCad": 144.9
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "Garden salad",
      "quantity": 17,
      "unitPriceCad": 13.0,
      "grossCad": 221.0,
      "discountCad": 22.1,
      "netCad": 198.9
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Potato gratin",
      "quantity": 20,
      "unitPriceCad": 12.5,
      "grossCad": 250.0,
      "discountCad": 25.0,
      "netCad": 225.0
    }
  ],
  "summary": {
    "grossSalesCad": 896.0,
    "discountsCad": 89.6,
    "compsCad": 11.5,
    "netSalesCad": 794.9,
    "taxRate": 0.05,
    "taxCad": 39.75,
    "tipsChargedCad": 95.39,
    "totalDueCad": 930.04,
    "refundsCad": 12.5,
    "totalCollectedCad": 917.54
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 201.86
    },
    {
      "type": "card",
      "amountCad": 690.68
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "Roast chicken plate",
      "quantity": 1,
      "valueCad": 24.0,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "Garden salad",
      "quantity": 1,
      "valueCad": 13.0,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Tomato soup",
      "quantity": 1,
      "valueCad": 11.5,
      "reason": "Service recovery, approved by the duty supervisor"
    }
  ],
  "refunds": [
    {
      "refundId": "REF-06",
      "salesId": "SALE-036",
      "amountCad": 12.5,
      "reason": "Guest return"
    }
  ],
  "cashDrawer": {
    "openingFloatCad": 300.0,
    "cashTendersCad": 201.86,
    "paidOutsCad": 18.4,
    "expectedCad": 483.46,
    "countedCad": 483.11,
    "overShortCad": -0.35
  },
  "covers": 24,
  "itemsSold": 62,
  "averageCheckCad": 33.12,
  "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."
  ]
}
