Skip to main content
This view provides an out of the box ready dashboard for businesses enrolled in bookkeeping services. In addition to the components of the Accounting Overview, it includes the <Tasks /> component showing all current tasks for a business. The overview page consists of the interactive P&L chart, the monthly revenue & expense breakdowns, summary cards, and a sidebar with tasks and call booking. Bookkeeping Overview
import { BookkeepingOverview } from '@layerfi/components'

<BookkeepingOverview
    stringOverrides={{
      title: 'MyCompany Bookkeeping',
      tasks: { header: 'Action Items' },
    }}
    onClickReconnectAccounts={() => navigate('/accounts')}
/>

Properties

showTitle
boolean
default:"true"
Controls whether the page title/header is displayed.
onClickReconnectAccounts
() => void
Callback passed to the <Tasks> component, triggered when the user clicks the reconnect-accounts action.
stringOverrides
BookkeepingOverviewStringOverrides
Customize text and labels throughout the page.