{
  "orders": [],
  "customers": [
    {
      "id": "demo",
      "name": "Joe",
      "xp": 120,
      "stamps": 3,
      "favourites": [
        "jlr-double",
        "freddo-espresso"
      ]
    }
  ],
  "settings": {
    "storeOpen": true,
    "collectionEtaMinutes": 14,
    "storeName": "Weston-super-Mare Alpha",
    "currency": "GBP",
    "deliveryEtaMinutes": 35,
    "eatInEtaMinutes": 12,
    "kitchenAlertSound": true,
    "acceptScheduledOrders": true,
    "defaultPaymentMethod": "pay-at-counter",
    "requireAdminAuth": true,
    "storeId": "wsm-alpha"
  },
  "staffTasks": [],
  "staffClock": [],
  "staff": [
    {
      "id": "staff-alpha",
      "name": "Kitchen Alpha",
      "role": "staff",
      "salt": "alpha-staff",
      "pinHash": "12af23d5dc730d0af73a7f014973e0c2f96718bec22a5d5024929e3989ce6c7e",
      "active": true
    },
    {
      "id": "manager-alpha",
      "name": "Manager Alpha",
      "role": "manager",
      "salt": "alpha-manager",
      "pinHash": "b35b8a185e95b1e7029a5f35a80f4f100967def5870779c14ebb08902c578c51",
      "active": true
    }
  ],
  "sessions": [],
  "auditLog": [],
  "payments": [],
  "refunds": [],
  "purchaseOrders": [],
  "inventory": [
    {
      "id": "pork-gyro",
      "sku": "PORK-GYRO",
      "name": "Pork gyros meat",
      "qty": 5000,
      "unit": "g",
      "reorderAt": 1500,
      "costPence": 1200,
      "supplierId": "supplier-demo"
    },
    {
      "id": "chicken-gyro",
      "sku": "CHICKEN-GYRO",
      "name": "Chicken gyros meat",
      "qty": 5000,
      "unit": "g",
      "reorderAt": 1500,
      "costPence": 1100,
      "supplierId": "supplier-demo"
    },
    {
      "id": "pitta",
      "sku": "PITTA",
      "name": "Greek pitta",
      "qty": 80,
      "unit": "each",
      "reorderAt": 24,
      "costPence": 35,
      "supplierId": "supplier-demo"
    },
    {
      "id": "freddo-beans",
      "sku": "FREDDO-BEANS",
      "name": "Espresso beans",
      "qty": 2000,
      "unit": "g",
      "reorderAt": 500,
      "costPence": 1800,
      "supplierId": "supplier-coffee"
    }
  ],
  "recipes": [
    {
      "id": "recipe-jlr-double",
      "itemId": "jlr-double",
      "ingredients": [
        {
          "inventoryId": "pork-gyro",
          "qty": 160
        },
        {
          "inventoryId": "chicken-gyro",
          "qty": 160
        },
        {
          "inventoryId": "pitta",
          "qty": 1
        }
      ],
      "method": "Load pitta with pork, chicken, chips, salad and chosen sauce."
    },
    {
      "id": "recipe-next-theme-double",
      "itemId": "next-theme-double",
      "ingredients": [
        {
          "inventoryId": "pork-gyro",
          "qty": 120
        },
        {
          "inventoryId": "chicken-gyro",
          "qty": 120
        },
        {
          "inventoryId": "pitta",
          "qty": 1
        }
      ],
      "method": "Trade-counter double portion."
    },
    {
      "id": "recipe-freddo",
      "itemId": "freddo-espresso",
      "ingredients": [
        {
          "inventoryId": "freddo-beans",
          "qty": 18
        }
      ],
      "method": "Shake espresso over ice. Serve Greek style."
    }
  ],
  "suppliers": [
    {
      "id": "supplier-demo",
      "name": "Demo Greek Food Supplier",
      "phone": "",
      "email": "",
      "notes": "Replace with real supplier before pilot."
    },
    {
      "id": "supplier-coffee",
      "name": "Demo Coffee Supplier",
      "phone": "",
      "email": "",
      "notes": "Replace with real coffee supplier before pilot."
    }
  ],
  "counters": {
    "orderNumber": 1000
  }
}