|
aa3b65d1e2
|
store account description
|
2013-08-31 16:34:42 -04:00 |
|
|
326dbd3fcd
|
change attr_accessor to attr_reader everywhere
|
2013-08-31 16:31:20 -04:00 |
|
|
4e882e60dc
|
add placeholder account attribute
|
2013-08-31 16:27:47 -04:00 |
|
|
9ee49d949d
|
v1.0.3
|
2013-08-27 21:15:58 -04:00 |
|
|
4cf3949005
|
Transaction: expose splits attribute
|
2013-08-27 21:15:30 -04:00 |
|
|
36313ddcc4
|
v1.0.2
|
2013-08-19 23:26:23 -04:00 |
|
|
d72de51977
|
allow negating Value objects
|
2013-08-19 23:26:01 -04:00 |
|
|
6ff11c012f
|
v1.0.1
|
2013-08-15 19:43:18 -04:00 |
|
|
c14ac56a32
|
Account: cache full name instead of recalculating it every time
|
2013-08-15 19:38:48 -04:00 |
|
|
309e8a9c29
|
sort accounts by full name when finalizing a Book
|
2013-08-15 00:26:08 -04:00 |
|
|
0822e54c52
|
v1.0.0
|
2013-08-13 22:09:32 -04:00 |
|
|
d7475fb09e
|
add mathematical operators for Value to operate with Numeric objects
|
2013-08-13 22:08:23 -04:00 |
|
|
475e0334f7
|
add some documentation
|
2013-08-12 22:57:57 -04:00 |
|
|
3828247993
|
add Value.zero class method
|
2013-08-12 22:07:25 -04:00 |
|
|
98198617be
|
Value: keep track of divisor
|
2013-08-12 22:04:10 -04:00 |
|
|
4524d4e229
|
add AccountTransaction class for easier access to Transaction data from an Account's list of transactions
|
2013-08-12 21:59:55 -04:00 |
|
|
c749b17904
|
rspec Transaction; store transaction descriptions
|
2013-08-11 20:36:27 -04:00 |
|
|
aafe662acb
|
rspec Account
|
2013-08-11 15:06:08 -04:00 |
|
|
05cf6093d7
|
Value: make objects Comparable
|
2013-08-11 14:59:43 -04:00 |
|
|
983861c1dc
|
Value: change to_s to use sprintf()
|
2013-08-11 14:53:11 -04:00 |
|
|
762b7c6413
|
rspec Value
|
2013-08-11 14:41:05 -04:00 |
|
|
8b0b639434
|
add Book#find_account_by_full_name()
|
2013-08-11 14:29:55 -04:00 |
|
|
c66f46da9a
|
open both plain text and gzipped gnucash files
|
2013-08-11 13:58:15 -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 |
|
|
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 |
|
|
d4bc100c50
|
initial gem creation
|
2013-07-24 18:09:09 -04:00 |
|