summaryrefslogtreecommitdiff
path: root/format.h
Commit message (Collapse)AuthorAgeFilesLines
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
|
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-5/+5
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-77/+22
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-13/+20
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-20/+12
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-0/+2
|
* added support for ValueExpr objects to python.John Wiegley2004-09-101-1/+1
|
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-101-7/+7
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-26/+26
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-0/+1
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-1/+2
|
* simplified some codeJohn Wiegley2004-08-221-15/+1
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-18/+30
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-5/+6
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-4/+7
|
* several fixesJohn Wiegley2004-08-191-1/+0
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-0/+1
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-12/+0
|
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-1/+2
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-0/+13
|
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-7/+10
|
* more reorgJohn Wiegley2004-08-111-1/+0
|
* many more formatting changesJohn Wiegley2004-08-111-16/+13
|
* added several kinds of transaction filtersJohn Wiegley2004-08-111-114/+29
|
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-9/+37
|
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-28/+27
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-13/+13
|
* more fixesJohn Wiegley2004-08-091-0/+5
|
* fixed account display bugJohn Wiegley2004-08-091-8/+16
|
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-1/+1
|
* fixed display predicates in the register reportJohn Wiegley2004-08-071-0/+2
|
* got entry working againJohn Wiegley2004-08-071-1/+1
|
* equity reports are restoredJohn Wiegley2004-08-071-0/+44
|
* got more reports working againJohn Wiegley2004-08-071-20/+72
|
* improvements to transaction formattingJohn Wiegley2004-08-061-11/+47
|
* -s bal is functional againJohn Wiegley2004-08-061-0/+37
|
* fixed the "-o bal rent" report againJohn Wiegley2004-08-051-2/+8
|
* added back sorting supportJohn Wiegley2004-08-051-4/+7
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-16/+16
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-4/+7
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-1/+0
|
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-27/+2
|
* two major changesJohn Wiegley2004-07-301-26/+59
| | | | | | | | | | | | | 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.
* reorganized report.cc into item.cc, expr.cc and format.ccJohn Wiegley2004-07-271-8/+25
|
* initial rev of 2.0John Wiegley2004-07-261-0/+51