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.
Properties
Controls whether the page title/header is displayed.
Callback passed to the <Tasks> component, triggered when the user clicks the reconnect-accounts action.
slotProps BookkeepingOverviewSlotProps
Configuration passed through to components within the page layout. Show BookkeepingOverviewSlotProps properties
Show profitAndLoss properties
summaries ProfitAndLossSummariesSlotProps
Configuration for the P&L summary cards. Show ProfitAndLossSummariesSlotProps properties
reportingVariant ProfitAndLossSummariesReportingVariant
Controls which reporting mode the summary cards display. Defaults to profit and loss. Show ProfitAndLossSummariesReportingVariant properties
type 'profitAndLoss' | 'cashflow'
default: "profitAndLoss"
With 'profitAndLoss' (the default), the cards show revenue, expenses, and net profit.
With 'cashflow', the cards show money in, money out, and net cash flow.
showProfitAndLossBreakdown Only applies when type is 'cashflow'. Controls whether the money in and money out
cards include a categorized vs. uncategorized breakdown footer.
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.
Label for the money in summary card when using the cashflow reporting variant. Defaults to 'Money in'.
Label for the money out summary card when using the cashflow reporting variant. Defaults to 'Money out'.
Label for the net cash flow summary card when using the cashflow reporting variant. Defaults to 'Net cash flow'.