JournalEntry
stableGeneral ledger journal entry with debit/credit lines and balanced totals
import { JournalEntry } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entryIdreq | string | — | Journal entry identifier |
datereq | string | — | Entry date |
descriptionreq | string | — | Entry description |
linesreq | JournalLine[] | — | Debit/credit lines |
status | JournalStatus | — | Entry status |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Entry label |
entryIdrequiredType
stringDefault —Journal entry identifier
daterequiredType
stringDefault —Entry date
descriptionrequiredType
stringDefault —Entry description
linesrequiredType
JournalLine[]Default —Debit/credit lines
statusType
JournalStatusDefault —Entry status
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Entry label
MobileStacks / Scroll
Debit/credit table activates horizontal scroll on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?