Faktúra doručená cez PEPPOL, ktorá sa už podarila jednoznačne namapovať na aktívneho nájomníka — riadok inak vôbec nevznikne.
Envelope identity and kind-specific facts from the entity's spec.
inbound-document10idThis entity and everything one relation away, grouped by the data store each lives in.
Every column of this entity — type, whether it is required, and which key it is.
| Field | Type | Required | Key | Description |
|---|---|---|---|---|
id | uuid | yes | PK | — |
tenant_id | uuid | yes | — | — |
transmission_id | text | yes | — | — |
sender_participant_id | text | optional | — | — |
receiver_participant_id | text | optional | — | — |
state | text | yes | — | — |
storage_path | text | optional | — | — |
content_sha256 | bytea | optional | — | — |
receipt_ref | text | optional | — | — |
received_at | timestamptz | yes | — | — |
Merged from both ends: an edge the other entity declares appears here too (ADR-0015).
| Related entity | Cardinality | Via | Notes |
|---|---|---|---|
| Dôkazový záznamevidence-record | 1 — None-to-many | — | |
| Karanténna položkaquarantine-item | 1 — 1one-to-one | — | declared on quarantine-item only |
| SK TDD (daňový dokument)tdd-document | 1 — None-to-many | — | |
| Nájomník (klient)tenant | N — 1many-to-one | — |
Declared spec links and inverses derived from the graph.
Declared here
Derived from the graph
Free x-* spec keys and namespaced tool annotations (standard §1).
Annotations
gordulitch.sk/fail-closedtenant_id je zámerne NOT NULL a transmission_id má UNIQUE index. To spolu tvorí fail-closed invariant príjmu: nejednoznačné mapovanie končí v karanténe, nikdy nie odhadom.Markdown texts from the entity's docs/ folder.
Architecture notes, runbooks, and onboarding texts belong here — anything a new operator should read.
Add markdown files under data-entities/inbound-document/docs/