summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fixed typoJohn Wiegley2004-07-021-1/+1
|
* fixesJohn Wiegley2004-06-305-43/+60
|
* Makefile and sample.dat changesJohn Wiegley2004-06-222-5/+20
|
* asset gain report added (-A)John Wiegley2004-06-222-12/+55
|
* minor fixJohn Wiegley2004-06-221-3/+3
|
* show re-pricing history in register reportJohn Wiegley2004-06-223-18/+116
|
* moved around optionsJohn Wiegley2004-06-222-166/+141
|
* further pricing fixesJohn Wiegley2004-06-214-175/+274
|
* pricing fixes, added price commandJohn Wiegley2004-06-216-31/+86
|
* fixes to price history supportJohn Wiegley2004-06-216-48/+95
|
* pricing history supportJohn Wiegley2004-06-217-95/+344
|