Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -3/+4 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -84/+99 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+6 |
| | |||||
* | Added new --descend option. | John Wiegley | 2008-04-13 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+27 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -75/+79 |
| | |||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -23/+54 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -4/+13 |
| | | | | binary cache. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+15 |
| | |||||
* | (value_expr_t::compute): Added new 'act_date' and 'eff_date' value | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | | | expressions, for getting at the explicit actual and effective dates of a transaction or entry. For accounts, these both refer to the present moment. | ||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -41/+231 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | (parse_value_term): Added support for general @name functions. This | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | | used to mean Python functions, now it will be used for all further value expression functions. Right now this means the new @min(x,y) and @max(x,y) functions. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -5/+1 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | Added support for a Y flag which matches against a transaction's | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | | PENDING state (as opposed to X, which checks only CLEARED). Now it should be possible to query for all combinations of PENDING, CLEARED or UNCLEARED. | ||||
* | Added a `terminus' global, which if set marks the "current time" as | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | | | seen by the value expression logic. This has the effect of changing valexprs that test against the current time, such as for calculating the market value of commodities. | ||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | Added the capability for value expression regexps targetted at | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | | | specific parts of a transaction: c// (entry code), p// (payee), w// (short account name), W// (full account name), and e// (transaction note). | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+202 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -186/+0 |
| | |||||
* | accept multiple arguments passed to an interpreted function (more work tbd) | John Wiegley | 2004-09-24 | 1 | -0/+1 |
| | |||||
* | changed ledger.h to journal.h; moved adding of autoxact hook | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -20/+5 |
| | |||||
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -5/+8 |
| | |||||
* | python integrated both ways (see sample.dat), and initialized on-demand | John Wiegley | 2004-09-14 | 1 | -1/+3 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -18/+7 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -4/+4 |
| | |||||
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -2/+1 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -14/+26 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -0/+1 |
| | |||||
* | minor changes | John Wiegley | 2004-08-20 | 1 | -2/+0 |
| | |||||
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 1 | -9/+21 |
| | |||||
* | removed header inclusion (not ready yet) | John Wiegley | 2004-08-17 | 1 | -1/+0 |
| | |||||
* | small changes | John Wiegley | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 1 | -5/+7 |
| | |||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -0/+2 |
| | |||||
* | added error checking | John Wiegley | 2004-08-12 | 1 | -11/+22 |
| | |||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -0/+2 |
| | |||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -34/+17 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -1/+28 |
| |