Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more reorg | John Wiegley | 2004-08-11 | 2 | -43/+36 |
| | |||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 7 | -414/+412 |
| | |||||
* | added item to TODO | John Wiegley | 2004-08-11 | 0 | -0/+0 |
| | |||||
* | more fixes | John Wiegley | 2004-08-11 | 2 | -20/+37 |
| | |||||
* | more cleanup | John Wiegley | 2004-08-11 | 6 | -62/+126 |
| | |||||
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 5 | -236/+427 |
| | |||||
* | added items to TODO file | John Wiegley | 2004-08-10 | 0 | -0/+0 |
| | |||||
* | changed the way changed_value_filter is called | John Wiegley | 2004-08-10 | 3 | -36/+53 |
| | |||||
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 5 | -114/+102 |
| | |||||
* | added debug code | John Wiegley | 2004-08-10 | 2 | -0/+146 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 15 | -253/+273 |
| | |||||
* | more bug fixes | John Wiegley | 2004-08-09 | 2 | -8/+17 |
| | |||||
* | more fixes | John Wiegley | 2004-08-09 | 2 | -4/+10 |
| | |||||
* | fixed account display bug | John Wiegley | 2004-08-09 | 7 | -88/+142 |
| | |||||
* | fixed < bug | John Wiegley | 2004-08-09 | 2 | -0/+8 |
| | |||||
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 5 | -18/+22 |
| | |||||
* | changed help/version output | John Wiegley | 2004-08-07 | 1 | -53/+49 |
| | |||||
* | include/exclude regexps are now joined together for speed | John Wiegley | 2004-08-07 | 1 | -51/+46 |
| | |||||
* | fixed display predicates in the register report | John Wiegley | 2004-08-07 | 3 | -31/+30 |
| | |||||
* | got entry working again | John Wiegley | 2004-08-07 | 4 | -25/+38 |
| | |||||
* | equity reports are restored | John Wiegley | 2004-08-07 | 2 | -6/+89 |
| | |||||
* | added sample.dat | John Wiegley | 2004-08-07 | 1 | -0/+11 |
| | |||||
* | added walk.cc | John Wiegley | 2004-08-07 | 1 | -0/+31 |
| | |||||
* | print is working again | John Wiegley | 2004-08-07 | 4 | -42/+52 |
| | |||||
* | got more reports working again | John Wiegley | 2004-08-07 | 7 | -231/+162 |
| | |||||
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 7 | -126/+231 |
| | |||||
* | added to TODO file | John Wiegley | 2004-08-06 | 0 | -0/+0 |
| | |||||
* | -s bal is functional again | John Wiegley | 2004-08-06 | 4 | -65/+128 |
| | |||||
* | fixed cache by clear transaction flags before writing | John Wiegley | 2004-08-05 | 4 | -3/+35 |
| | |||||
* | fixed -R report | John Wiegley | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | fixed the "-o bal rent" report again | John Wiegley | 2004-08-05 | 3 | -156/+98 |
| | |||||
* | added support for account sorting | John Wiegley | 2004-08-05 | 5 | -129/+123 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 12 | -170/+201 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 26 | -1155/+1306 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 14 | -567/+633 |
| | |||||
* | moved around text | John Wiegley | 2004-07-31 | 0 | -0/+0 |
| | |||||
* | restore sorting of register reports | John Wiegley | 2004-07-31 | 2 | -10/+12 |
| | |||||
* | removed constraints_t entirely | John Wiegley | 2004-07-31 | 7 | -315/+256 |
| | |||||
* | "cash" usage in README | dos | 2004-07-29 | 1 | -8/+11 |
| | |||||
* | accounting standard credits and debits for README | dos | 2004-07-29 | 1 | -54/+95 |
| | |||||
* | miscellaneous README corrections | dos | 2004-07-29 | 1 | -12/+12 |
| | |||||
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 10 | -446/+343 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 16 | -567/+643 |
| | | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object. | ||||
* | added error checking to value expression parsing | John Wiegley | 2004-07-30 | 2 | -13/+39 |
| | |||||
* | added missing files | John Wiegley | 2004-07-29 | 15 | -0/+509 |
| | |||||
* | moved some code around | John Wiegley | 2004-07-29 | 1 | -101/+106 |
| | |||||
* | Exit if parsing errors are encountered | John Wiegley | 2004-07-29 | 6 | -47/+59 |
| | |||||
* | call c_str() | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | n | John Wiegley | 2004-07-29 | 1 | -1/+1 |
| | |||||
* | added error.h | John Wiegley | 2004-07-29 | 1 | -0/+40 |
| |