{
  "schemaVersion": 1,
  "kitId": "business-restaurant-food-truck",
  "restaurant": "Cedar Street Tacos",
  "register": "POS-01",
  "zNumber": "Z-0042",
  "businessDate": "2026-08-28",
  "currency": "CAD",
  "lines": [
    {
      "salesId": "SALE-033",
      "menuItemId": "MENU-01",
      "name": "Chicken taco trio",
      "quantity": 19,
      "unitPriceCad": 13.5,
      "grossCad": 256.5,
      "discountCad": 25.65,
      "netCad": 230.85
    },
    {
      "salesId": "SALE-034",
      "menuItemId": "MENU-02",
      "name": "Bean taco trio",
      "quantity": 22,
      "unitPriceCad": 11.0,
      "grossCad": 242.0,
      "discountCad": 24.2,
      "netCad": 217.8
    },
    {
      "salesId": "SALE-035",
      "menuItemId": "MENU-03",
      "name": "Chicken bowl",
      "quantity": 25,
      "unitPriceCad": 14.5,
      "grossCad": 362.5,
      "discountCad": 36.25,
      "netCad": 326.25
    },
    {
      "salesId": "SALE-036",
      "menuItemId": "MENU-04",
      "name": "Bean bowl",
      "quantity": 28,
      "unitPriceCad": 12.0,
      "grossCad": 336.0,
      "discountCad": 33.6,
      "netCad": 302.4
    }
  ],
  "summary": {
    "grossSalesCad": 1197.0,
    "discountsCad": 119.7,
    "compsCad": 11.0,
    "netSalesCad": 1066.3,
    "taxRate": 0.05,
    "taxCad": 53.32,
    "tipsChargedCad": 127.96,
    "totalDueCad": 1247.58,
    "refundsCad": 12.0,
    "totalCollectedCad": 1235.58
  },
  "tenders": [
    {
      "type": "cash",
      "amountCad": 271.83
    },
    {
      "type": "card",
      "amountCad": 938.75
    },
    {
      "type": "gift-card",
      "amountCad": 25.0
    }
  ],
  "voids": [
    {
      "voidId": "VOID-01",
      "menuItemId": "MENU-01",
      "name": "Chicken taco trio",
      "quantity": 1,
      "valueCad": 13.5,
      "reason": "Wrong item fired",
      "authorisedBy": "Fictional colleague 4"
    },
    {
      "voidId": "VOID-02",
      "menuItemId": "MENU-03",
      "name": "Chicken bowl",
      "quantity": 1,
      "valueCad": 14.5,
      "reason": "Keyed to the wrong table",
      "authorisedBy": "Fictional colleague 4"
    }
  ],
  "comps": [
    {
      "menuItemId": "MENU-02",
      "name": "Bean taco trio",
      "quantity": 1,
      "valueCad": 11.0,
      "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": 271.83,
    "paidOutsCad": 18.4,
    "expectedCad": 553.43,
    "countedCad": 553.08,
    "overShortCad": -0.35
  },
  "covers": 37,
  "itemsSold": 94,
  "averageCheckCad": 28.82,
  "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."
  ]
}
