summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-105-114/+102
|
* added debug codeJohn Wiegley2004-08-102-0/+146
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-1015-253/+273
|
* more bug fixesJohn Wiegley2004-08-092-8/+17
|
* more fixesJohn Wiegley2004-08-092-4/+10
|
* fixed account display bugJohn Wiegley2004-08-097-88/+142
|
* fixed < bugJohn Wiegley2004-08-092-0/+8
|
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-075-18/+22
|
* changed help/version outputJohn Wiegley2004-08-071-53/+49
|
* include/exclude regexps are now joined together for speedJohn Wiegley2004-08-071-51/+46
|
* fixed display predicates in the register reportJohn Wiegley2004-08-073-31/+30
|
* got entry working againJohn Wiegley2004-08-074-25/+38
|
* equity reports are restoredJohn Wiegley2004-08-072-6/+89
|
* added sample.datJohn Wiegley2004-08-071-0/+11
|
* added walk.ccJohn Wiegley2004-08-071-0/+31
|
* print is working againJohn Wiegley2004-08-074-42/+52
|
* got more reports working againJohn Wiegley2004-08-077-231/+162
|
* improvements to transaction formattingJohn Wiegley2004-08-067-126/+231
|
* added to TODO fileJohn Wiegley2004-08-060-0/+0
|
* -s bal is functional againJohn Wiegley2004-08-064-65/+128
|
* fixed cache by clear transaction flags before writingJohn Wiegley2004-08-054-3/+35
|
* fixed -R reportJohn Wiegley2004-08-051-1/+1
|
* fixed the "-o bal rent" report againJohn Wiegley2004-08-053-156/+98
|
* added support for account sortingJohn Wiegley2004-08-055-129/+123
|
* added back sorting supportJohn Wiegley2004-08-0512-170/+201
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-0426-1155/+1306
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-3114-567/+633
|
* moved around textJohn Wiegley2004-07-310-0/+0
|
* restore sorting of register reportsJohn Wiegley2004-07-312-10/+12
|
* removed constraints_t entirelyJohn Wiegley2004-07-317-315/+256
|
* "cash" usage in READMEdos2004-07-291-8/+11
|
* accounting standard credits and debits for READMEdos2004-07-291-54/+95
|
* miscellaneous README correctionsdos2004-07-291-12/+12
|
* predicate are now used instead of constraintsJohn Wiegley2004-07-3010-446/+343
|
* two major changesJohn Wiegley2004-07-3016-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 parsingJohn Wiegley2004-07-302-13/+39
|
* added missing filesJohn Wiegley2004-07-2915-0/+509
|
* moved some code aroundJohn Wiegley2004-07-291-101/+106
|
* Exit if parsing errors are encounteredJohn Wiegley2004-07-296-47/+59
|
* call c_str()John Wiegley2004-07-291-1/+1
|
* nJohn Wiegley2004-07-291-1/+1
|
* added error.hJohn Wiegley2004-07-291-0/+40
|
* added bug to fixJohn Wiegley2004-07-280-0/+0
|
* reorganized TODOJohn Wiegley2004-07-280-0/+0
|
* removed old period reporting codeJohn Wiegley2004-07-281-59/+4
|
* initialize node_t::mask to NULLJohn Wiegley2004-07-281-1/+1
|
* further reorganizationJohn Wiegley2004-07-275-235/+223
|
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-2710-159/+172
|
* initial rev of 2.0John Wiegley2004-07-2638-3664/+6427
|
* fix to european number handlingJohn Wiegley2004-07-182-13/+13
|