{
  "receipt": {
    "receiptNumber": "RCT-8703",
    "valueDate": "2026-07-28",
    "customer": "Mema Estate Management Company PLC",
    "customerNumber": "TL0001-5",
    "bankAccount": "One Bill Account",
    "amountPaid": 188778.4,
    "amountAllocated": 188778.4
  },
  "allocation": [
    {
      "company": "Tilisi Property Owners PLC",
      "role": "Principal",
      "total": 69654.08,
      "invoices": [
        {
          "invoice": "INV-001259",
          "charge": "Urban Management levy",
          "period": "July 2026",
          "amount": 69654.08
        }
      ]
    },
    {
      "company": "Tilisi Developments PLC",
      "role": "Collecting agent",
      "total": 70847.58,
      "invoices": [
        {
          "invoice": "INV-001551",
          "charge": "Infrastructure levy",
          "period": "July 2026",
          "amount": 70847.58
        }
      ]
    },
    {
      "company": "Tilisi Water and Sewerage Company Ltd",
      "role": "Principal",
      "total": 48276.74,
      "invoices": [
        {
          "invoice": "2027",
          "charge": "Water consumption & sewerage charge",
          "period": "June 2026",
          "amount": 48276.74
        }
      ]
    }
  ],
  "journalVouchers": [
    {
      "company": "Tilisi Developments PLC",
      "voucherType": "Receipt",
      "entries": [
        {
          "account": "Bank - One Bill Account",
          "debit": 188778.4,
          "credit": null
        },
        {
          "account": "Mema Estate Management Company PLC",
          "debit": null,
          "credit": 70847.58,
          "note": "Own invoices settled"
        },
        {
          "account": "Due to Tilisi Property Owners PLC",
          "debit": null,
          "credit": 69654.08,
          "note": "Holding on behalf of principal"
        },
        {
          "account": "Due to Tilisi Water and Sewerage Company Ltd",
          "debit": null,
          "credit": 48276.74,
          "note": "Holding on behalf of principal"
        }
      ]
    },
    {
      "company": "Tilisi Property Owners PLC",
      "voucherType": "Journal",
      "entries": [
        {
          "account": "Due from Tilisi Developments PLC",
          "debit": 69654.08,
          "credit": null,
          "note": "Collecting agent owes us"
        },
        {
          "account": "Mema Estate Management Company PLC",
          "debit": null,
          "credit": 69654.08,
          "note": "Customer debt reduced"
        }
      ]
    },
    {
      "company": "Tilisi Water and Sewerage Company Ltd",
      "voucherType": "Journal",
      "entries": [
        {
          "account": "Due from Tilisi Developments PLC",
          "debit": 48276.74,
          "credit": null,
          "note": "Collecting agent owes us"
        },
        {
          "account": "Mema Estate Management Company PLC",
          "debit": null,
          "credit": 48276.74,
          "note": "Customer debt reduced"
        }
      ]
    }
  ],
  "intercompanyCheck": [
    {
      "pair": "Tilisi Developments PLC ↔ Tilisi Property Owners PLC",
      "amount": 69654.08,
      "netsToZero": true
    },
    {
      "pair": "Tilisi Developments PLC ↔ Tilisi Water and Sewerage Company Ltd",
      "amount": 48276.74,
      "netsToZero": true
    }
  ]
}