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.
import { BookkeepingOverview } from '@layerfi/components'
< BookkeepingOverview
stringOverrides = { {
title: 'MyCompany Bookkeeping' ,
tasks: { header: 'Action Items' },
} }
onClickReconnectAccounts = { () => navigate ( '/accounts' ) }
/>
Properties
Controls whether the page title/header is displayed.
Callback passed to the <Tasks> component, triggered when the user clicks the reconnect-accounts action.
stringOverrides
BookkeepingOverviewStringOverrides
Customize text and labels throughout the page. Show BookkeepingOverviewStringOverrides properties
Override the page title. Defaults to 'Bookkeeping overview'.
Show TasksStringOverrides properties
Override the header text for the tasks widget.
profitAndLoss
BookkeepingOverviewProfitAndLossStringOverrides
Show BookkeepingOverviewProfitAndLossStringOverrides properties
Header text for the P&L section. Defaults to 'Profit & Loss'.
detailedCharts
ProfitAndLossDetailedChartsStringOverrides
Show ProfitAndLossDetailedChartsStringOverrides properties
detailedChartStringOverrides
DetailedChartStringOverrides
Show DetailedChartStringOverrides properties
Header for the expenses chart.
Header for the revenue chart.
summaries
ProfitAndLossSummariesStringOverrides
Show ProfitAndLossSummariesStringOverrides properties
Label for the revenue summary card.
Label for the expenses summary card.
Label for the net profit summary card.