{
  "schemaVersion": 1,
  "kitId": "business-restaurant-bakery",
  "restaurant": "Copper Oven Bakery",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "Yeasted loaf",
      "quantity": 15,
      "unitPriceCad": 7.5,
      "grossCad": 112.5,
      "discountCad": 11.25,
      "netCad": 101.25
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Butter croissant",
      "quantity": 18,
      "unitPriceCad": 4.25,
      "grossCad": 76.5,
      "discountCad": 7.65,
      "netCad": 68.85
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "Chocolate bun",
      "quantity": 21,
      "unitPriceCad": 4.75,
      "grossCad": 99.75,
      "discountCad": 9.98,
      "netCad": 89.77
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Sweet butter roll",
      "quantity": 24,
      "unitPriceCad": 4.5,
      "grossCad": 108.0,
      "discountCad": 10.8,
      "netCad": 97.2
    }
  ],
  "summary": {
    "grossSalesCad": 396.75,
    "discountsCad": 39.68,
    "compsCad": 4.25,
    "netSalesCad": 352.82,
    "taxRate": 0.05,
    "taxCad": 17.64,
    "tipsChargedCad": 42.34,
    "totalDueCad": 412.8,
    "refundsCad": 4.5,
    "totalCollectedCad": 408.3
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 89.83
    },
    {
      "type": "card",
      "amountCad": 293.47
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "Yeasted loaf",
      "quantity": 1,
      "valueCad": 7.5,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "Chocolate bun",
      "quantity": 1,
      "valueCad": 4.75,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Butter croissant",
      "quantity": 1,
      "valueCad": 4.25,
      "reason": "Service recovery, approved by the duty supervisor"
    }
  ],
  "refunds": [
    {
      "refundId": "REF-06",
      "salesId": "SALE-036",
      "amountCad": 4.5,
      "reason": "Guest return"
    }
  ],
  "cashDrawer": {
    "openingFloatCad": 300.0,
    "cashTendersCad": 89.83,
    "paidOutsCad": 18.4,
    "expectedCad": 371.43,
    "countedCad": 371.08,
    "overShortCad": -0.35
  },
  "covers": 31,
  "itemsSold": 78,
  "averageCheckCad": 11.38,
  "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."
  ]
}
