Skip to content

JournalEntry

stable

General ledger journal entry with debit/credit lines and balanced totals

import { JournalEntry } from "@nodus/design-system/finance"
Loading demo…

Props

entryIdrequired
Type stringDefault

Journal entry identifier

daterequired
Type stringDefault

Entry date

descriptionrequired
Type stringDefault

Entry description

linesrequired
Type JournalLine[]Default

Debit/credit lines

status
Type JournalStatusDefault

Entry status

currency
Type stringDefault

Currency code

locale
Type stringDefault

BCP 47 locale override

label
Type stringDefault

Entry label

Metadatasemantictypeborder
MobileStacks / Scroll

Debit/credit table activates horizontal scroll on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?