Skip to main content
The general ledger view offers a consistent UX for accessing the General Ledger. It includes both the chart of accounts and the list of journal entries in a single experience. General Ledger View
import { GeneralLedgerView } from '@layerfi/components'

<GeneralLedgerView
  showTags
  showCustomerVendor
  renderInAppLink={convertLinkingMetadataToLink}
  stringOverrides={{
    title: 'General Ledger',
  }}
/>

Properties

showTitle
boolean
default:"true"
Controls whether to display the title.
showTags
boolean
default:"true"
Controls whether tag columns are displayed in the Journal view.
showCustomerVendor
boolean
default:"true"
Controls whether customer/vendor columns are displayed in the Journal view.
Custom function for rendering in-app navigation links in the Chart of Accounts and Journal views. See the In-App Linking guide for details.
stringOverrides
GeneralLedgerStringOverrides
chartOfAccountsOptions
ChartOfAccountsOptions