{
  "receipt": {
    "receiptNumber": "RCT-8701",
    "valueDate": "2026-07-15",
    "customer": "Pradip Enterprises E.A Ltd",
    "customerNumber": "TL0002-0",
    "bankAccount": "One Bill Account",
    "amountPaid": 177647.21,
    "amountAllocated": 177647.21
  },
  "allocation": [
    {
      "company": "Tilisi Property Owners PLC",
      "role": "Principal",
      "total": 34886.77,
      "invoices": [
        {
          "invoice": "INV-001245",
          "charge": "Urban Management levy",
          "period": "July 2026",
          "amount": 34886.77
        }
      ]
    },
    {
      "company": "Tilisi Developments PLC",
      "role": "Collecting agent",
      "total": 115072.69,
      "invoices": [
        {
          "invoice": "INV-001543",
          "charge": "Infrastructure levy",
          "period": "July 2026",
          "amount": 35484.4
        },
        {
          "invoice": "06/2026/1182",
          "charge": "Electricity consumption",
          "period": "June 2026",
          "amount": 79588.29
        }
      ]
    },
    {
      "company": "Tilisi Water and Sewerage Company Ltd",
      "role": "Principal",
      "total": 27687.75,
      "invoices": [
        {
          "invoice": "2020",
          "charge": "Water consumption & sewerage charge",
          "period": "June 2026",
          "amount": 27687.75
        }
      ]
    }
  ],
  "journalVouchers": [
    {
      "company": "Tilisi Developments PLC",
      "voucherType": "Receipt",
      "entries": [
        {
          "account": "Bank - One Bill Account",
          "debit": 177647.21,
          "credit": null
        },
        {
          "account": "Pradip Enterprises E.A Ltd",
          "debit": null,
          "credit": 115072.69,
          "note": "Own invoices settled"
        },
        {
          "account": "Due to Tilisi Property Owners PLC",
          "debit": null,
          "credit": 34886.77,
          "note": "Holding on behalf of principal"
        },
        {
          "account": "Due to Tilisi Water and Sewerage Company Ltd",
          "debit": null,
          "credit": 27687.75,
          "note": "Holding on behalf of principal"
        }
      ]
    },
    {
      "company": "Tilisi Property Owners PLC",
      "voucherType": "Journal",
      "entries": [
        {
          "account": "Due from Tilisi Developments PLC",
          "debit": 34886.77,
          "credit": null,
          "note": "Collecting agent owes us"
        },
        {
          "account": "Pradip Enterprises E.A Ltd",
          "debit": null,
          "credit": 34886.77,
          "note": "Customer debt reduced"
        }
      ]
    },
    {
      "company": "Tilisi Water and Sewerage Company Ltd",
      "voucherType": "Journal",
      "entries": [
        {
          "account": "Due from Tilisi Developments PLC",
          "debit": 27687.75,
          "credit": null,
          "note": "Collecting agent owes us"
        },
        {
          "account": "Pradip Enterprises E.A Ltd",
          "debit": null,
          "credit": 27687.75,
          "note": "Customer debt reduced"
        }
      ]
    }
  ],
  "intercompanyCheck": [
    {
      "pair": "Tilisi Developments PLC ↔ Tilisi Property Owners PLC",
      "amount": 34886.77,
      "netsToZero": true
    },
    {
      "pair": "Tilisi Developments PLC ↔ Tilisi Water and Sewerage Company Ltd",
      "amount": 27687.75,
      "netsToZero": true
    }
  ]
}