This is a project that contains two tasks. You can trigger them manually or setup a docker container that will run them periodically.
Input: Compra 1234 Continente Porto Contactless
Regex: Compra [0-9]{4}|Contactless|Compra:|[0-9]{4}-[0-9]{0,3}
Output: Continente Porto
This task will also remove extra space in the payee name.
Input: Continente Porto
Output: Continente Porto
To configure the correct interest rate is the % multiple by 1000
Create a new transaction to keep ghostfolio account balance and actual account balance in sync
Sum all income transaction and hold it to next month budget
- Clone this repo!
- Install dependencies:
npm ci
- Copy
.sample.env
to.env
and fill in the blanks
This is a repository where I will be adding tasks to run periodically. For now both fixing payees name and calculate mortage are enabled by default.
Usage
$ myedenredactual <command> <flags>
Commands & Options
config Print the location of actualplaid the config file
fix-payees Will apply the regex and replace for empty string
calculate-mortage Will check the mortage balance and calculate the principal payment based on your montly payment
ghostfolio-sync Will check ghost balance account and actual account balances and create a transaction in actual to sync both balances.
Options for all commands
--user, -u Specify the user to load configs for
Examples
$ myedenredactual import --account="My Checking" --since="2020-05-28"