docs: update INVESTMENT_PAYEE_NAME comment (#41)

Co-authored-by: sventec <18218761+sventec@users.noreply.github.com>
This commit is contained in:
sventec
2026-01-06 14:51:53 +00:00
committed by GitHub
parent 543bb71056
commit a4c85a76d5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ ENV ACTUAL_CACHE_DIR="./cache"
# optional, name of the payee for added interest transactions # optional, name of the payee for added interest transactions
ENV INTEREST_PAYEE_NAME="Loan Interest" ENV INTEREST_PAYEE_NAME="Loan Interest"
# optional, name of the payee for added interest transactions # optional, name of the payee for added investment transactions
ENV INVESTMENT_PAYEE_NAME="Investment" ENV INVESTMENT_PAYEE_NAME="Investment"
# optional, name of the category group for added investment tracking transactions # optional, name of the category group for added investment tracking transactions
ENV INVESTMENT_CATEGORY_GROUP_NAME="Income" ENV INVESTMENT_CATEGORY_GROUP_NAME="Income"
+2 -2
View File
@@ -47,7 +47,7 @@ ACTUAL_CACHE_DIR="./cache"
# optional, name of the payee for added interest transactions # optional, name of the payee for added interest transactions
INTEREST_PAYEE_NAME="Loan Interest" INTEREST_PAYEE_NAME="Loan Interest"
# optional, name of the payee for added interest transactions # optional, name of the payee for added investment transactions
INVESTMENT_PAYEE_NAME="Investment" INVESTMENT_PAYEE_NAME="Investment"
# optional, name of the category group for added investment tracking transactions # optional, name of the category group for added investment tracking transactions
INVESTMENT_CATEGORY_GROUP_NAME="Income" INVESTMENT_CATEGORY_GROUP_NAME="Income"
@@ -446,4 +446,4 @@ node sync-crypto.js
It is recommended to run this script once per day or week. If you are retrieving It is recommended to run this script once per day or week. If you are retrieving
BTC prices using this script, DO NOT run the `sync-bitcoin.js` script as well, as it will BTC prices using this script, DO NOT run the `sync-bitcoin.js` script as well, as it will
set the account balance to the value of your BTC holdings only. set the account balance to the value of your BTC holdings only.
+1 -1
View File
@@ -13,7 +13,7 @@ ACTUAL_CACHE_DIR="./cache"
# optional, name of the payee for added interest transactions # optional, name of the payee for added interest transactions
INTEREST_PAYEE_NAME="Loan Interest" INTEREST_PAYEE_NAME="Loan Interest"
# optional, name of the payee for added interest transactions # optional, name of the payee for added investment transactions
INVESTMENT_PAYEE_NAME="Investment" INVESTMENT_PAYEE_NAME="Investment"
# optional, name of the category group for added investment tracking transactions # optional, name of the category group for added investment tracking transactions
INVESTMENT_CATEGORY_GROUP_NAME="Income" INVESTMENT_CATEGORY_GROUP_NAME="Income"