Nemenná stopa každého jedného pokusu o odoslanie faktúry vrátane výsledku a odkazu na potvrdenie — z nej sa dá spätne zrekonštruovať celý priebeh.
Envelope identity and kind-specific facts from the entity's spec.
transmission-record8idThis 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 | — |
outbound_document_id | uuid | yes | — | — |
tenant_id | uuid | yes | — | — |
invoice_transmission_uuid | uuid | optional | — | — |
attempt_no | integer | yes | — | — |
outcome | text | yes | — | — |
receipt_ref | text | optional | — | — |
sent_at | timestamptz | optional | — | — |
Merged from both ends: an edge the other entity declares appears here too (ADR-0015).
| Related entity | Cardinality | Via | Notes |
|---|---|---|---|
| Záznam MLSmls-record | 1 — None-to-many | — | declared on mls-record only |
| Odoslaná faktúraoutbound-document | N — 1many-to-one | — | |
| Nájomník (klient)tenant | N — 1many-to-one | — | declared on transmission-record only |
Declared spec links and inverses derived from the graph.
Declared here
Derived from the graph
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/transmission-record/docs/