{
  "schemaVersion": 1,
  "kitId": "business-restaurant-pizzeria",
  "restaurant": "Ember Lane Pizza",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "Margherita pizza",
      "quantity": 17,
      "unitPriceCad": 17.0,
      "grossCad": 289.0,
      "discountCad": 28.9,
      "netCad": 260.1
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Pepperoni pizza",
      "quantity": 20,
      "unitPriceCad": 20.0,
      "grossCad": 400.0,
      "discountCad": 40.0,
      "netCad": 360.0
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "White cheese pizza",
      "quantity": 23,
      "unitPriceCad": 18.5,
      "grossCad": 425.5,
      "discountCad": 42.55,
      "netCad": 382.95
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Basil tomato pizza",
      "quantity": 26,
      "unitPriceCad": 18.0,
      "grossCad": 468.0,
      "discountCad": 46.8,
      "netCad": 421.2
    }
  ],
  "summary": {
    "grossSalesCad": 1582.5,
    "discountsCad": 158.25,
    "compsCad": 20.0,
    "netSalesCad": 1404.25,
    "taxRate": 0.05,
    "taxCad": 70.21,
    "tipsChargedCad": 168.51,
    "totalDueCad": 1642.97,
    "refundsCad": 18.0,
    "totalCollectedCad": 1624.97
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 357.49
    },
    {
      "type": "card",
      "amountCad": 1242.48
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "Margherita pizza",
      "quantity": 1,
      "valueCad": 17.0,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "White cheese pizza",
      "quantity": 1,
      "valueCad": 18.5,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Pepperoni pizza",
      "quantity": 1,
      "valueCad": 20.0,
      "reason": "Service recovery, approved by the duty supervisor"
    }
  ],
  "refunds": [
    {
      "refundId": "REF-06",
      "salesId": "SALE-036",
      "amountCad": 18.0,
      "reason": "Guest return"
    }
  ],
  "cashDrawer": {
    "openingFloatCad": 300.0,
    "cashTendersCad": 357.49,
    "paidOutsCad": 18.4,
    "expectedCad": 639.09,
    "countedCad": 638.74,
    "overShortCad": -0.35
  },
  "covers": 34,
  "itemsSold": 86,
  "averageCheckCad": 41.3,
  "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."
  ]
}
