19 Commits

Author SHA1 Message Date
022337f980 set up rspec environment 2013-08-11 13:13:14 -04:00
b86122df85 add sample-text.gnucash 2013-08-11 13:03:22 -04:00
afc4f1897a add test gnucash book file 2013-08-11 13:02:49 -04:00
3698154c2e Book: add start_date and end_date 2013-08-08 23:50:34 -04:00
b6f16cfccf add Gnucash::Account#balance_on()
store account balances as hashes instead of arrays
2013-08-08 23:36:28 -04:00
6c4f67e3da add Value class; keep track of account balances over time 2013-08-04 19:05:11 -04:00
5ba8e2806c finalize accounts to sort transactions by date 2013-08-04 18:44:41 -04:00
0f8b579a34 organize transaction split processing a bit 2013-08-04 17:20:39 -04:00
350c2cb30c update README 2013-08-04 16:47:31 -04:00
7b8472f6c7 add "yard" task 2013-08-04 16:45:59 -04:00
9596272c29 add Transaction class and collect transactions for each account 2013-08-03 18:59:41 -04:00
79219686aa find account by id; show account full name 2013-07-30 22:54:02 -04:00
2d42346541 add Account class; build from Book 2013-07-30 22:44:11 -04:00
b4d352dade rename Ledger to Book 2013-07-30 20:25:06 -04:00
abdbfcd222 add initial Ledger and capability to open a gnucash file 2013-07-24 19:45:18 -04:00
9d04d1f81a add nokogiri as a dependency 2013-07-24 19:44:42 -04:00
d85ed6c294 ignore test script 2013-07-24 19:35:29 -04:00
4aed28f864 ignore any .gnucash files present 2013-07-24 18:24:01 -04:00
d4bc100c50 initial gem creation 2013-07-24 18:09:09 -04:00