{
  "data": {
    "company": {
      "name": "Steinberg Ausbau GmbH",
      "tagline": "Interior fit-out and building services",
      "email": "bau@steinberg-ausbau.de"
    },
    "customer": {
      "name": "Kaffeehaus Neumann",
      "city": "Berlin"
    },
    "quote": {
      "number": "A-2025-0143",
      "project": "Café fit-out, Oranienstraße 92",
      "valid_until": "31 Jan 2026",
      "vat_rate": "19%",
      "deposit": "30%",
      "note": "Prices assume the premises are vacant and accessible on weekdays between 07:00 and 17:00. Asbestos survey, if required, is quoted separately."
    },
    "sections": [
      {
        "title": "01   STRUCTURAL WORK",
        "lines": [
          { "name": "Demolition of partition wall, incl. disposal", "qty": "1", "unit": "850.00", "amount": "850.00" },
          { "name": "Floor levelling and screed", "qty": "24 m²", "unit": "23.00", "amount": "552.00" }
        ],
        "subtotal_label": "Subtotal, structural work",
        "subtotal": "1,402.00"
      },
      {
        "title": "02   PLUMBING",
        "lines": [
          { "name": "Hot and cold supply lines to counter", "qty": "1", "unit": "620.00", "amount": "620.00" },
          { "name": "Grease trap installation", "qty": "1", "unit": "480.00", "amount": "480.00" }
        ],
        "subtotal_label": "Subtotal, plumbing",
        "subtotal": "1,100.00"
      },
      {
        "title": "03   ELECTRICAL",
        "lines": [
          { "name": "Three-phase supply to counter", "qty": "1", "unit": "940.00", "amount": "940.00" },
          { "name": "Lighting circuit and fixtures", "qty": "18", "unit": "62.00", "amount": "1,116.00" }
        ],
        "subtotal_label": "Subtotal, electrical",
        "subtotal": "2,056.00"
      }
    ],
    "totals": {
      "net": "€4,558.00",
      "vat": "€866.02",
      "gross": "€5,424.02"
    }
  }
}
