Zrkadlo dokladu, ktorý vystavil Stripe za používanie portálu — nejde o eFaktúru a systém ho nevytvára, len zobrazuje a desať rokov uchováva.
Envelope identity and kind-specific facts from the entity's spec.
billing-invoice10idThis 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 | — |
stripe_invoice_id | text | yes | — | — |
tenant_id | uuid | yes | — | — |
number | text | optional | — | — |
period_start | timestamptz | optional | — | — |
period_end | timestamptz | optional | — | — |
amount_total | numeric | optional | — | — |
currency | text | optional | — | — |
status | text | optional | — | — |
issued_at | timestamptz | optional | — | — |
Merged from both ends: an edge the other entity declares appears here too (ADR-0015).
| Related entity | Cardinality | Via | Notes |
|---|---|---|---|
| Nájomník (klient)tenant | N — 1many-to-one | — | declared on billing-invoice 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/billing-invoice/docs/