Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1012 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1012 Bytes

Money App

Rails application for importing banking information, tagging transactions and providing graphs to help understand spending.

This application is a work in progress. It is currently a single user app with no authentication so best run locally.

The data is expected to be imported in a CSV format:

DD/MM/YYYY, "-100.00", "Description"

Released under GPL3+

Features

  • Upload transactions from CSV files
  • Split, edit or delete transactions
  • Create and assign custom tags
  • Ability to create patterns and assign tags based on matches
  • Graph of account balance over time
  • Graphs showing spending by tag over days, weeks or months
  • Enable or disable specific tags

Screenshots

List of transactions Graph of transactions Graph of account balance