szamlazz-cli 0.1.0

Command-line client and local IPN and Adatkapcsolat receiver for szamlazz.hu
{
  "kind": { "invoice": { "proforma_number": null } },
  "download_pdf": false,
  "header": {
    "issue_date": null,
    "fulfillment_date": "2026-07-04",
    "due_date": "2026-07-12",
    "payment_method": "átutalás",
    "currency": "HUF",
    "language": "hu",
    "comment": "Példa számla",
    "exchange_rate": null,
    "order_number": "ORDER-123",
    "number_prefix": null,
    "paid": false
  },
  "seller": {
    "bank": "OTP",
    "bank_account": "11111111-22222222-33333333",
    "email": {
      "reply_to": "billing@example.com",
      "subject": "Számla értesítő",
      "body": "Tisztelt Ügyfelünk! Mellékeljük számláját."
    },
    "signer_name": null
  },
  "buyer": {
    "name": "Kovács Bt.",
    "zip": "2030",
    "city": "Érd",
    "address": "Tárnoki út 23.",
    "email": "kovacs@example.com",
    "taxpayer_status": null,
    "tax_number": "12345678-1-42",
    "eu_tax_number": null,
    "postal_address": null,
    "id": null,
    "signer_name": null,
    "phone": null,
    "comment": null
  },
  "items": [
    {
      "name": "Fejlesztési szolgáltatás",
      "quantity": "1",
      "unit": "db",
      "unit_price": "10000",
      "vat_rate": "27",
      "net_value": "10000",
      "vat_value": "2700",
      "gross_value": "12700",
      "comment": null
    }
  ]
}