jnovinger / mymoney

A personal finance web app build with the Django framework

Home Page:http://mymoney.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://coveralls.io/repos/ychab/mymoney/badge.svg?branch=master&service=github Requirements Status Documentation Status

MyMoney

MyMoney is a personal finance Web application build with the Django framework.

Goals

  • follow and anticipate your bank account balance everywhere
  • tag and analyse your expenses
  • summarize your recurring expenses/wages
  • being as simple as possible

Features

  • manage bank accounts (balance, currency, owners, etc.)
  • manage bank transactions (debit/credit, amount, label, date, reconciled or not, payment method, add notes, etc.)
  • tag bank transactions
  • analyse bank transactions with graphs (timeline in weeks/months or statistics per tags). Use the Chart.js library.
  • schedule recurrent bank transactions
  • Bootstrap integration for mobile
  • even if it doesn't make sense, it is multi-user!

Documentation

For documentation, see http://mymoney.readthedocs.org

Contribute

This is my first Django/Python project so:

  • any technical advices/feedbacks would be really appreciated
  • some useless features have been done mainly for learning and fun ;-)

About

A personal finance web app build with the Django framework

http://mymoney.readthedocs.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 83.9%Language:HTML 14.6%Language:JavaScript 1.3%Language:Shell 0.2%Language:CSS 0.1%