Application to get insights into expenses and income based on transaction exports from banks.
It takes salary paydays into account to show a more realistic picture of the money spend.
- Create a json file named
mapping.jsonatsrc/assets/mapping.json - Configure the mapping between account and category in
mapping.json, an example:
{
"$schema": "./mapping-schema.json",
"mapping": {
"TicketingMachine AMS": "PublicTransport",
"TrendyFashionStore": "Shopping"
}
}
- Run
npm start - Import a CSV export with transactions






