docs: update INVESTMENT_PAYEE_NAME comment (#41)
Co-authored-by: sventec <18218761+sventec@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user