The ProjectProfitabilityView provides a project-level financial overview with three tabs: Overview, Transactions, and Report. It uses tag-based filtering to scope financial data to specific projects. The view renders:Documentation Index
Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt
Use this file to discover all available pages before exploring further.
- Overview tab - An
AccountingOverviewfiltered to the selected project - Transactions tab - Categorized
BankTransactionsfor the selected project - Report tab - A
ProfitAndLoss.Reportfor the selected project
Properties
Array of project tag options for the project selector dropdown.
Controls whether the page title/header is displayed.
Controls the date range granularity in the Report tab.
'full'- Full date range picker'month'- Month picker only
Format for monetary values in CSV exports.
'CENTS'- Integer of cents (e.g.,1000for $10.00)'DOLLAR_STRING'- Dollar string (e.g.,"$10.00")