Skip to content

andrejvidic/bank_import

 
 

Repository files navigation

README

Programmed at RailsCamp 2018 Brisbane, Australia. Not safe for production, this is hacked together in a weekend exercise to learn how to filter bank statements into something useful for expense tracking.

Bank Import feature to read in bank transactions from qif files and assign them to accounts.

Features

  • Read in transactions
  • Store in db
  • Assign to accounts
  • Draw a nice bar graph of expenses
  • Use StimulusJS frontend

Ruby version

2.5.1

Database creation

rake db:create
rake db:schema:load

Database initialization

rake db:seed

How to run the test suite

rake

Deployment instructions

About

Bank Import system created at RailsCamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.2%
  • HTML 10.3%
  • JavaScript 3.3%
  • CSS 1.2%