Code Monkey home page Code Monkey logo

finance-1's Introduction

finance

finance is a financial tracking and budgeting web app powered by Django and Python 3.

The app works by parsing bank statements that have been exported from online banking and importing them into a relational database. It recognises counterparties based on regex patterns you setup, and automatically categorises these transactions for effortless budgeting and easy-to-read spending metrics.

Features

Currently available

  • Importing bank statements from Santander
  • Automatic categorisation of transactions based on counterparty (matched from regex patterns)

Planned

  • Categorical budgeting (weekly/monthly)
  • Spending metrics (e.g., monthly cash in/out)

Limitations

  • Only supports a single user with a single bank account
  • Only one bank supported

Installation

Prerequisites

Step-by-step

  1. Clone the code repository and cd into it
  2. Run the install.bat or install.sh script to download Node and Python dependencies. This will setup a virtual environment under env/, and then run manage.py update to compile front-end assets and setup the database.
  3. Done!

Supported statements

To import bank statements into the system, run:

Windows> manage.bat importstatement <importer name> <path to file>
$ ./manage.sh importstatement <importer name> <path to file>
Bank Format Importer name
Santander UK .txt santander.text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.