{
  "company": {
    "name": "Boucherie Maison Riton (test)",
    "siret": "000 000 000 00000",
    "owner": "Audit demo"
  },
  "transactions": [
    {
      "id": "t1",
      "source": "stripe",
      "ref": "ch_001",
      "date": "2026-05-01",
      "amount": 1200,
      "vatPct": 20,
      "label": "Vente comptoir",
      "invoiceRef": "FA-001"
    },
    {
      "id": "t2",
      "source": "qonto",
      "ref": "QT-001",
      "date": "2026-05-01",
      "amount": 1200,
      "vatPct": 20,
      "label": "Encaissement client",
      "invoiceRef": "FA-001"
    },
    {
      "id": "t3",
      "source": "stripe",
      "ref": "ch_002",
      "date": "2026-05-03",
      "amount": 850,
      "vatPct": 20,
      "label": "Vente comptoir",
      "invoiceRef": "FA-002"
    },
    {
      "id": "t4",
      "source": "qonto",
      "ref": "QT-002",
      "date": "2026-05-03",
      "amount": 850,
      "vatPct": 20,
      "label": "Encaissement client",
      "invoiceRef": "FA-002"
    },
    {
      "id": "t5",
      "source": "stripe",
      "ref": "ch_003",
      "date": "2026-05-05",
      "amount": 2400,
      "vatPct": 20,
      "label": "Vente plateaux",
      "invoiceRef": "FA-003"
    },
    {
      "id": "t6",
      "source": "qonto",
      "ref": "QT-003",
      "date": "2026-05-06",
      "amount": 2400,
      "vatPct": 20,
      "label": "Encaissement client",
      "invoiceRef": "FA-003"
    },
    {
      "id": "t7",
      "source": "stripe",
      "ref": "ch_004",
      "date": "2026-05-07",
      "amount": 980,
      "vatPct": 5.5,
      "label": "Vente alimentaire",
      "invoiceRef": "FA-004"
    },
    {
      "id": "t8",
      "source": "qonto",
      "ref": "QT-004",
      "date": "2026-05-07",
      "amount": 950,
      "vatPct": 5.5,
      "label": "Encaissement client",
      "invoiceRef": "FA-004"
    },
    {
      "id": "t9",
      "source": "fec",
      "ref": "JE-001",
      "date": "2026-05-07",
      "amount": 980,
      "vatPct": 5.5,
      "label": "Vente",
      "invoiceRef": "FA-004"
    },
    {
      "id": "t10",
      "source": "stripe",
      "ref": "ch_005",
      "date": "2026-05-09",
      "amount": 4500,
      "vatPct": 20,
      "label": "Vente plateaux",
      "invoiceRef": "FA-005"
    },
    {
      "id": "t11",
      "source": "stripe",
      "ref": "ch_005-dup",
      "date": "2026-05-09",
      "amount": 4500,
      "vatPct": 20,
      "label": "Vente plateaux",
      "invoiceRef": "FA-005"
    },
    {
      "id": "t12",
      "source": "qonto",
      "ref": "QT-005",
      "date": "2026-05-10",
      "amount": 4500,
      "vatPct": 20,
      "label": "Encaissement client",
      "invoiceRef": "FA-005"
    },
    {
      "id": "t13",
      "source": "stripe",
      "ref": "ch_006",
      "date": "2026-05-12",
      "amount": 1800,
      "vatPct": 20,
      "label": "Vente",
      "invoiceRef": "FA-006"
    },
    {
      "id": "t14",
      "source": "fec",
      "ref": "JE-002",
      "date": "2026-05-12",
      "amount": 1800,
      "vatPct": 10,
      "label": "Vente",
      "invoiceRef": "FA-006"
    },
    {
      "id": "t15",
      "source": "qonto",
      "ref": "QT-007",
      "date": "2026-05-13",
      "amount": 720,
      "vatPct": 20,
      "label": "Encaissement client orphelin",
      "invoiceRef": ""
    }
  ]
}