Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Everything but main.cc is compiling again (but with much #if 0'd code). | John Wiegley | 2008-07-20 | 1 | -13/+11 |
| | |||||
* | I have walked further along the road less compiled by... | John Wiegley | 2008-07-20 | 1 | -8/+8 |
| | |||||
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -12/+12 |
| | | | | report, session, parts of xpath, main, journal, option. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -32/+58 |
| | |||||
* | (handle_value): The transaction xdata.dflags were being set too late; the | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | | | | TRANSACTION_COMPOUND setting was being thrown away as a result. | ||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -35/+33 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Further refinement of commodity lot information. | John Wiegley | 2008-04-13 | 1 | -1/+28 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+0 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -17/+19 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Added new --descend option. | John Wiegley | 2008-04-13 | 1 | -5/+33 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -11/+14 |
| | |||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -3/+1 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -10/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -6/+7 |
| | |||||
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -8/+8 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -10/+20 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -305/+0 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -58/+35 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -19/+19 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | (operator): Rearranged some code and added an assert. | John Wiegley | 2008-04-13 | 1 | -4/+1 |
| | |||||
* | (operator): Rearranged some code and added an assert. | John Wiegley | 2008-04-13 | 1 | -3/+8 |
| | |||||
* | (subtotal_transactions::operator()): Changed the usage of the | John Wiegley | 2008-04-13 | 1 | -5/+8 |
| | | | | | | temporary `values' map so that account names are always properly sorted in the subtotaled output view. As it was, they were being reported in account creation order. | ||||
* | (report_budget_items): Removed an unused local variable. | John Wiegley | 2008-04-13 | 1 | -45/+40 |
| | |||||
* | (sort_transactions::post_accumulated_xacts): Created this function so | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | | | | | that interval_transactions has a way to post sorted xacts without calling flush(). | ||||
* | (truncate_entries::flush): Fix so that --head and --tail can be used | John Wiegley | 2008-04-13 | 1 | -4/+13 |
| | | | | at the same time. (export_walk): Added TruncateEntries for Python. | ||||
* | Changed truncate_entries so that --head and --tail can be used at the | John Wiegley | 2008-04-13 | 1 | -6/+8 |
| | | | | same time. | ||||
* | Added the new transaction handler `truncate_entries' which can be used | John Wiegley | 2008-04-13 | 1 | -0/+47 |
| | | | | | | to trim a number of entries from the beginning or end of a transction stream. (push_to_transactions_list): Removed unneeded "handler" argument. | ||||
* | (clear_transactions_xdata): Clear the transaction xdata pointers once | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | | they have been freed. (clear_accounts_xdata): Clear the account xdata pointers once they have been freed. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+1 |
| | |||||
* | (related_transactions::flush): Handle the case where an auto_entry or | John Wiegley | 2008-04-13 | 1 | -8/+21 |
| | | | | period_entry passes through the related_transactions handler. | ||||
* | Added #include <alogrithm> | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -8/+8 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+1099 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -662/+0 |
| | |||||
* | another fix to interval reporting; end condition was sometimes off by one | John Wiegley | 2004-09-26 | 1 | -1/+1 |
| | |||||
* | corrected the way that transaction handlers are flushed | John Wiegley | 2004-09-26 | 1 | -5/+5 |
| | |||||
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 1 | -2/+6 |
| | |||||
* | fixed a problem with interval strings that use only a beg or end date | John Wiegley | 2004-09-25 | 1 | -30/+34 |
| | |||||
* | sorting optimization | John Wiegley | 2004-09-25 | 1 | -1/+45 |
| | |||||
* | a couple of fixes to collapsed and subtotal reports | John Wiegley | 2004-09-25 | 1 | -15/+15 |
| | |||||
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 1 | -0/+12 |
| | |||||
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -4/+5 |
| | |||||
* | fixed a bug with interval reporting | John Wiegley | 2004-09-23 | 1 | -2/+4 |
| | |||||
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -3/+8 |
| | |||||
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -0/+2 |
| |