Income minus Expenses by Year/Month Report
Default Model Definition
incomeMinusExpensesByYearMonthReport: {
"dataSource": "splitByYearMonth",
"categories": ["Income", "Expenses"],
"output": "reportDifference",
"beginAtZero": true,
"chartLabelType": "money",
"dataSourceKey": "timestamp",
"values": "Income, Expenses", // Yield: Income - Expenses
}
Usage
```findoc
filename: ./data.csv
model: incomeMinusExpensesByYearMonthReport
title: Income minus Expenses Year/Month
view: report
```