fix creating categories for track_investments

This commit is contained in:
Robert Dyer
2024-08-10 18:46:21 -05:00
parent b7c5000883
commit 78b61ec76e
3 changed files with 65 additions and 25 deletions
+5 -2
View File
@@ -41,9 +41,9 @@ INTEREST_PAYEE_NAME="Loan Interest"
# optional, name of the payee for added interest transactions
INVESTMENT_PAYEE_NAME="Investment"
# optional, name of the cateogry group for added investment tracking transactions
INTEREST_CATEGORY_GROUP_NAME="Income"
INVESTMENT_CATEGORY_GROUP_NAME="Income"
# optional, name of the category for added investment tracking transactions
INTEREST_CATEGORY_NAME="Investment"
INVESTMENT_CATEGORY_NAME="Investment"
```
## Installation
@@ -209,6 +209,9 @@ need to update this to add additional notes to look for.
You can optionally change the payee used for the transactions by setting
`INVESTMENT_PAYEE_NAME` in the `.env` file.
You can optionally change the category group used for the transactions by setting
`INVESTMENT_CATEGORY_GROUP_NAME` in the `.env` file.
You can optionally change the category used for the transactions by setting
`INVESTMENT_CATEGORY_NAME` in the `.env` file.