Skip to content

MaartenGDev/cashflow

Repository files navigation

Cashflow

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.

Setup

  1. Create a json file named mapping.json at src/assets/mapping.json
  2. Configure the mapping between account and category in mapping.json, an example:
{
  "$schema": "./mapping-schema.json",
  "mapping": {
    "TicketingMachine AMS": "PublicTransport",
    "TrendyFashionStore": "Shopping"
  }
}
  1. Run npm start
  2. Import a CSV export with transactions

Screenshots

Upload transactions export

Transactions upload

Expenses overview

Expenses Overview

View transactions by month

Category details

View transactions without a category

Unknown category

View history per category

Track history expenses

Income overview

Income overview

Totals by month

Totals

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages