mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
📖 start of reports dashboard updates (#6976)
* start of reports dashboard updates * spelling * Add release notes for PR #6976 * don't need one of these * consistent naming * bunny fixes * images * image again * extenion * fix * consistent naming * naming * fix * last one * Ill be done with this someday --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -186,7 +186,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Reports',
|
||||
label: 'Reports Dashboard',
|
||||
collapsed: true,
|
||||
link: {
|
||||
type: 'doc',
|
||||
|
||||
@@ -8,7 +8,7 @@ Custom reports allow analyzing transaction data by using charts or a data table
|
||||
4. Area Graph
|
||||
5. Donut Graph
|
||||
|
||||

|
||||

|
||||
|
||||
## Left Menu
|
||||
|
||||
|
||||
@@ -1,48 +1,64 @@
|
||||
# Reports
|
||||
# Reports Dashboard
|
||||
|
||||
Currently, Actual comes with a few built in reports:
|
||||
Actual features a robust report dashboard.
|
||||
It is here to allow each user to do deep analysis of their transaction data.
|
||||
|
||||
- net worth graph
|
||||
- cash flow graph
|
||||
- spending analysis
|
||||
- text widget
|
||||
- summary card
|
||||
- calendar card
|
||||
A default dashboard is provided to get you acquainted with the capabilities of the Actual reporting system.
|
||||
The dashboard is fully customizable, with many available reports and widgets.
|
||||
If one dashboard is not enough, you can make as many dashboards as you like, each with its own set of reports and widgets.
|
||||
|
||||

|
||||
All of the available reports can be tuned with filters and live or static date ranges.
|
||||
This flexibility gives each user the tools they need to understand their finances in a very deep, very personal way.
|
||||
|
||||
## Net Worth Graph
|
||||

|
||||
|
||||

|
||||
Currently, Actual comes with the following built-in widgets and reports:
|
||||
|
||||
Net worth shows the balance of all accounts over time. Your net worth is all of your cash and assets minus and debts you owe. Net worth shows the balance of all accounts over time, including all of your investments. Your "net worth" is considered to be the amount you'd have if you sold all your assets and paid off as much debt as possible.
|
||||
- [Cash Flow graph](#cash-flow-graph)
|
||||
- [Net Worth graph](#net-worth-graph)
|
||||
- [Spending Analysis report](#spending-analysis)
|
||||
- [Summary card](#summary-card)
|
||||
- [Calendar card](#calendar-card)
|
||||
- [Text widget](#text-widget)
|
||||
- [Custom Reports](/docs/reports/custom-reports)
|
||||
|
||||
The following are available as experimental features:
|
||||
|
||||
- [Crossover Point report](/docs/experimental/crossover-point-report)
|
||||
- [Budget Analysis report](/docs/experimental/budget-analysis-report)
|
||||
|
||||
## Cash Flow Graph
|
||||
|
||||

|
||||

|
||||
|
||||
Cash flow shows your spending over time. It only looks at budgeted accounts and shows their balance over time, and includes separate income and expense visualizations. It's a quick way to see how your income and expenses affected your available money over time. Your budgeted accounts are considered to be "cash on hand," so this gives you a picture of how available money fluctuates.
|
||||
|
||||
## Net Worth Graph
|
||||
|
||||

|
||||
|
||||
Net worth shows the balance of all accounts over time. Your net worth is all of your cash and assets minus any debts you owe. This includes all of your off budget accounts. Your "net worth" is considered to be the amount you would have left if you sold all your assets and paid off as much debt as possible.
|
||||
|
||||
## Spending Analysis
|
||||
|
||||

|
||||

|
||||
|
||||
A spending analysis report tracks and compares expenses over a specified period, highlighting trends, fluctuations, and areas of overspending or savings.
|
||||
|
||||
## Text Widget
|
||||
|
||||

|
||||

|
||||
|
||||
Use markdown to generate a text box to use as report headings and organizational labels.
|
||||
Use Markdown to generate a text box to use as report headings and organizational labels.
|
||||
|
||||
## Summary Card
|
||||
|
||||

|
||||

|
||||
|
||||
The summary card provides an overview of all transactions within a selected time period, offering options such as total sum or monthly average.
|
||||
|
||||
## Calendar Card
|
||||
|
||||

|
||||

|
||||
|
||||
The calendar card displays daily income and expenses in a calendar format for a specified time period.
|
||||
|
||||
BIN
packages/docs/static/img/reports/dashboard.webp
vendored
Normal file
BIN
packages/docs/static/img/reports/dashboard.webp
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
Reference in New Issue
Block a user