Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected a case for value < value | John Wiegley | 2010-03-06 | 1 | -1/+3 |
| | |||||
* | Abstracted an sha1sum() function | John Wiegley | 2010-03-06 | 2 | -6/+11 |
| | |||||
* | Fixed a problem with the "quoted" valexpr function | John Wiegley | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 7 | -2/+449 |
| | |||||
* | Added new "payee" and "capture" directives | John Wiegley | 2010-03-05 | 3 | -1/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The payee directive allows for transformation of payee names during the parsing of a Ledger file. This means you can record the payee name in one form, but always have it reported in another form. The syntax is (and will be): payee PAYEE_NAME REGEXP or payee PAYEE_NAME REGEXP1 REGEXP2 ... The account directive sets the account automatically based on the payee iff the base account name is Unknown. For example, if you have a bunch of transaction in Expenses:Unknown, you can assign accounts for several automatically using: account ACCOUNT_NAME PAYEE_REGEXP or account ACCOUNT_NAME PAYEE_REGEXP1 PAYEE_REGEXP2 ... | ||||
* | Make the manual encoding be utf-8 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Change an exception test to a plain if | John Wiegley | 2010-03-05 | 1 | -4/+2 |
| | |||||
* | Improved Makefile rule for generating system.hh.gch | John Wiegley | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 116 | -117/+117 |
| | |||||
* | Started on some macros for writing the manual | John Wiegley | 2010-03-05 | 2 | -0/+72 |
| | |||||
* | Merge branch 'next' | John Wiegley | 2010-03-04 | 7 | -31/+92 |
|\ | |||||
| * | Merge remote branch 'kljohann/master' into next | John Wiegley | 2010-03-04 | 3 | -8/+50 |
| |\ | |||||
| | * | vim. ledger command can be changed | Johann Klähn | 2010-02-22 | 1 | -2/+11 |
| | | | |||||
| | * | vim. Add quickfix support | Johann Klähn | 2010-02-21 | 2 | -1/+23 |
| | | | |||||
| | * | vim. polish syntax highlighting | Johann Klähn | 2010-02-21 | 1 | -7/+18 |
| | | | |||||
| * | | Merge remote branch 'thefloweringash/master' into next | John Wiegley | 2010-03-04 | 1 | -20/+35 |
| |\ \ | |||||
| | * | | Support entries with effective dates in ledger-iterate-entries | Andrew Childs | 2010-02-07 | 1 | -20/+35 |
| |/ / |/| | | |||||
| * | | Renamed the "args" command to "query" | John Wiegley | 2010-03-04 | 3 | -3/+7 |
|/ / | |||||
* | | Merge branch 'next' | John Wiegley | 2010-02-05 | 395 | -130773/+574 |
|\ \ | |||||
| * | | Some minor refactoring of the textual parser | John Wiegley | 2010-02-05 | 3 | -176/+145 |
| | | | |||||
| * | | Reformatted a comment | John Wiegley | 2010-02-05 | 1 | -3/+2 |
| | | | |||||
| * | | Added post_t::compare_by_date_and_sequence comparator | John Wiegley | 2010-02-05 | 1 | -0/+14 |
| | | | |||||
| * | | Refactored some comparison helper classes | John Wiegley | 2010-02-05 | 4 | -8/+9 |
| | | | |||||
| * | | Added actual_date() methods for items | John Wiegley | 2010-02-05 | 4 | -0/+22 |
| | | | |||||
| * | | Added a "seq" sequence property for all items | John Wiegley | 2010-02-04 | 3 | -20/+39 |
| | | | | | | | | | | | | | | | This indicates the absolute parsing order of every transaction and posting. It is 0 for generated items. | ||||
| * | | Always configure the environment in phase_config | John Wiegley | 2010-02-04 | 1 | -18/+17 |
| | | | |||||
| * | | Fixed tests relative to recent --pivot change | John Wiegley | 2010-02-04 | 6 | -28/+28 |
| | | | |||||
| * | | Removed doc/Ledger.scriv | John Wiegley | 2010-02-04 | 369 | -130315/+0 |
| | | | |||||
| * | | Improved the behavior of pivot reports | John Wiegley | 2010-02-04 | 1 | -12/+19 |
| | | | |||||
| * | | FMoved up to Boost 1.42 | John Wiegley | 2010-02-04 | 2 | -17/+19 |
| | | | |||||
| * | | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 5 | -18/+50 |
| | | | | | | | | | | | | | | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)' | ||||
| * | | When creating temporary accounts, transfer flags | John Wiegley | 2010-02-02 | 1 | -1/+7 |
| | | | |||||
| * | | Added a debug statement for report.predicate | John Wiegley | 2010-02-02 | 1 | -2/+5 |
| | | | |||||
| * | | Fixed assertion failure in -M -A bal report | John Wiegley | 2010-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Guard against divide by zero error in -A reg report | John Wiegley | 2010-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed account display bug in the balance report | John Wiegley | 2010-01-21 | 1 | -5/+4 |
| | | | |||||
| * | | Restore "-p this" option (aka -p 'this month') | John Wiegley | 2010-01-21 | 1 | -11/+7 |
| | | | |||||
| * | | New acprep options for locating which Boost to use | John Wiegley | 2010-01-21 | 1 | -179/+226 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --boost-home include and lib paths can usually be found from this --boost-suffix provides the library suffix, should start with '-' --boost-include the explicit include directory to use --boost-lib the explicit library directory to use Also, much better checking up front to determine if Boost is even available. | ||||
| * | | Report an error if acprep is given an unknown phase | John Wiegley | 2010-01-21 | 1 | -1/+2 |
|/ / | |||||
* | | Merge branch 'next' | John Wiegley | 2010-01-18 | 3 | -46/+47 |
|\ \ | |||||
| * | | Guard against using an uninitialized value | John Wiegley | 2010-01-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Fixes DDB54BB8-8C1C-4129-A137-07A38068F3BE | ||||
| * | | Fixed the guard test for calling setup_for_johnw | John Wiegley | 2010-01-17 | 1 | -3/+2 |
| | | | |||||
| * | | Fix for date parsing when no year is given | John Wiegley | 2010-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix in acprep to the way Boost is found | John Wiegley | 2010-01-16 | 1 | -41/+40 |
|/ / | |||||
* | | Merge branch 'next' | John Wiegley | 2009-12-09 | 3 | -6/+18 |
|\ \ | |||||
| * | | Cost of a post with neg. amount should be negative | John Wiegley | 2009-12-07 | 3 | -2/+8 |
| | | | |||||
| * | | Allow relative includes in the current directory | John Wiegley | 2009-12-07 | 1 | -4/+10 |
|/ / | |||||
* | | Merge branch 'next' | John Wiegley | 2009-11-30 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'maint' into next | John Wiegley | 2009-11-30 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | Compilation fixes for gcc 4.4 | Nathan Jones | 2009-07-13 | 3 | -4/+4 |
| | | | |