You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a map from account `alias` from the `settings.yml` to the full path of the Monobank statement report for that
119
+
account.
120
+
Multiple accounts may be specified and if transfers between those account occurred they would be created as during
121
+
normal application operation.
122
+
Then you must `cd` into application repository folder and build and run it like this:
123
+
124
+
```bash
125
+
./gradlew build -x test
126
+
java -jar build/libs/monobudget-fat.jar importer
127
+
```
128
+
129
+
`settings.yml`and `importer-config.yml` must reside in the root repository folder
130
+
99
131
### About YNAB support
100
132
101
-
Previously this app supported only YNAB as this was my preferred financial manager. Then I switched to Lunchmoney and refactored the app to support both, but I only tested YNAB support with the minimal effort after that, and I am not confident it works reliably.
133
+
Previously this app supported only YNAB as this was my preferred financial manager. Then I switched to Lunchmoney and
134
+
refactored the app to support both, but I only tested YNAB support with the minimal effort after that, and I am not
135
+
confident it works reliably.
102
136
103
137
Last commit where YNAB support was working reliably (and I was personally using it)
104
138
is [3a7da7af](https://github.com/smaugfm/monobudget/commit/3a7da7afd85bffa310f54a322c46d626d24f488c) (May 2022)
0 commit comments