Properties
onTransactionsToReviewClick Callback triggered when the user clicks the transactions-to-review CTA on the summary cards. Use this to navigate to the page in your app where users categorize their bank transactions.
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 ProfitAndLossSummariesStringOverrides
Overrides for default strings in the component. Show ProfitAndLossSummariesStringOverrides properties
Changes the label for revenue in the cards. Can pass in values such as “income” or another term. Defaults to “Revenue”.
Changes the label for expenses in the cards. Can pass in values such as “costs” or another term. Defaults to “Expenses”.
Changes the label for net profit in the cards. Can pass in values such as “net income” or another term. Defaults to “Net Profit”.
Changes the label for money in when using the cashflow reporting variant. Defaults to “Money in”.
Changes the label for money out when using the cashflow reporting variant. Defaults to “Money out”.
Changes the label for net cash flow when using the cashflow reporting variant. Defaults to “Net cash flow”.