Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' of https://github.com/jwiegley/ledger into next | Craig Earls | 2012-11-06 | 2 | -9/+12 |
|\ | |||||
| * | Merge pull request #104 from csrhodes/next | John Wiegley | 2012-11-06 | 2 | -9/+12 |
| |\ | | | | | | | justification | ||||
| | * | right-justify amount_expr text in print report where possible | Christophe Rhodes | 2012-11-06 | 1 | -6/+7 |
| | | | |||||
| | * | fix comment in display_filter_posts::output_rounding(post_t) | Christophe Rhodes | 2012-11-06 | 1 | -3/+5 |
| |/ | | | | | | | | | slightly more detail in the case of zero display_amount and --empty not specified. | ||||
* / | Fixe } bug | Craig Earls | 2012-11-06 | 1 | -2/+2 |
|/ | |||||
* | README-1ST changes | John Wiegley | 2012-11-02 | 1 | -11/+10 |
| | |||||
* | re-fixed draft and lisp command documentation | Craig Earls | 2012-11-01 | 1 | -12/+12 |
| | |||||
* | Guard against global_scope being NULL | John Wiegley | 2012-10-31 | 1 | -1/+2 |
| | |||||
* | Merge pull request #101 from OpenTechStrategies/readme-1st-tweaks | John Wiegley | 2012-10-31 | 1 | -2/+7 |
|\ | | | | | Give explicit installation command in README-1ST. | ||||
| * | Give explicit installation command in README-1ST. | Karl Fogel | 2012-10-31 | 1 | -2/+7 |
| | | |||||
* | | Merge pull request #100 from OpenTechStrategies/readme-1st-tweaks | John Wiegley | 2012-10-31 | 1 | -8/+9 |
|\| | | | | | Improve wording from commit c5a15a556a6cd34f7afabaffbe76c26d18a7d81f. | ||||
| * | Fix path to debug build given in README-1ST. | Karl Fogel | 2012-10-31 | 1 | -1/+1 |
| | | |||||
| * | Improve wording from commit c5a15a556a6cd34f7afabaffbe76c26d18a7d81f. | Karl Fogel | 2012-10-31 | 1 | -7/+8 |
| | | |||||
* | | Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-command | John Wiegley | 2012-10-31 | 1 | -2/+9 |
|\ \ | | | | | | | Added "draft" and "lisp" command synonyms | ||||
| * | | Added missing break; statement in report.cc | Craig Earls | 2012-10-26 | 1 | -0/+1 |
| | | | |||||
| * | | Added "draft" and "lisp" command synonyms | Craig Earls | 2012-10-26 | 1 | -2/+8 |
| | | | |||||
* | | | Merge pull request #99 from OpenTechStrategies/readme-1st-tweaks | John Wiegley | 2012-10-31 | 1 | -7/+36 |
|\ \ \ | | |/ | |/| | Add some material to README-1ST, along with a couple of formatting chang... | ||||
| * | | Add some material to README-1ST, along with a couple of formatting changes. | Karl Fogel | 2012-10-31 | 1 | -7/+36 |
|/ / | | | | | | | | | | | | | | | Give an early pointer to where to look if 'acprep update' fails. Clarify a few things in the first section. Give sections clearer headers, so they can be more easily referred to. Add a FAQ entry about what to do if './acprep update' gives errors. Update FAQ entry about MPFR library to refer to above new entry. | ||||
* | | Corrected a typo | John Wiegley | 2012-10-31 | 1 | -2/+2 |
| | | |||||
* | | Minor grammatical fixes | Craig Earls | 2012-10-26 | 1 | -1/+1 |
| | | |||||
* | | Documented removal of draft and lisp commands in the 2.6 changes chapter | Craig Earls | 2012-10-26 | 1 | -0/+2 |
| | | |||||
* | | Bugs 726 and 727. Remove reference to draft and lisp commands in man page | Craig Earls | 2012-10-26 | 1 | -13/+7 |
| | | |||||
* | | Merge pull request #96 from enderw88/Bug634-floor-ceil-round | John Wiegley | 2012-10-26 | 7 | -3/+78 |
|\| | | | | | Bug 634 and 488, Corrected behavior of floor, and added ceiling | ||||
| * | Bug 634 and 488, Corrected behavior of floor, and added ceiling | Craig Earls | 2012-10-25 | 7 | -3/+78 |
| | | | | | | | | This is only a partial fix for 634, since rounding is not fixed. | ||||
* | | Merge pull request #95 from enderw88/Bug695-init-file | John Wiegley | 2012-10-25 | 5 | -5/+47 |
|\| | | | | | Bug695 init file | ||||
| * | Fixes Bug 695, ledger ignores --init-file | Craig Earls | 2012-10-25 | 3 | -4/+18 |
| | | | | | | | | | | | | Handle --init-file as a special command option like the debug options. That wway we can have the argument captured before teh global scope is created. | ||||
| * | Added filebase and filepath values | Craig Earls | 2012-10-23 | 1 | -1/+21 |
| | | | | | | | | | | | | 'filename' returns the complete path/filename of the file containg the current xact. This is inconvenient for some displays. filebase returns only the base name. For completeness added filepath as well. | ||||
| * | Implemented Bug551 Automatic Transactions are cleared base on parent | Craig Earls | 2012-10-23 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #92 from kljohann/bugs.bucket | John Wiegley | 2012-10-25 | 2 | -4/+19 |
|\ \ | |/ |/| | fix bucket directive (bug 765) | ||||
| * | fix bucket directive (bug 765) | Johann Klähn | 2012-10-23 | 2 | -4/+19 |
| | | | | | | | | | | | | | | | | This was caused by both 'A' and 'bucket' using default_account_directive. This function was still stripping the 'A' directive, so the first character of the account name used with 'bucket' was cut off. Maybe the code for the other directives should be changed accordingly for consistency (put line + 1 in call instead of function). | ||||
* | | Merge branch 'next' of https://github.com/jwiegley/ledger into next | Craig Earls | 2012-10-23 | 1 | -0/+2 |
|\ \ | |||||
| * \ | Merge pull request #91 from kljohann/tests.interactive | John Wiegley | 2012-10-22 | 1 | -0/+2 |
| |\ \ | | |/ | |/| | provide immediate feedback in test runner | ||||
| | * | provide immediate feedback in test runner | Johann Klähn | 2012-10-22 | 1 | -0/+2 |
| |/ | |||||
* | | Formatting cleanup | Craig Earls | 2012-10-23 | 1 | -40/+47 |
| | | |||||
* | | Added --quiet options to clean up the texi2pdt output | Craig Earls | 2012-10-19 | 1 | -1/+1 |
|/ | |||||
* | Reformatted tables and moved date formatting code section | Craig Earls | 2012-10-19 | 1 | -525/+568 |
| | |||||
* | Merge branch 'next' of https://github.com/jwiegley/ledger into next | Craig Earls | 2012-10-19 | 4 | -3/+36 |
|\ | |||||
| * | fix test runner if filename is specified | Johann Klähn | 2012-10-18 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | If the command line switch "-f" is used the test runner will not pass the file name of the test file to ledger. The line "test -f /dev/null" as used in test/baseline/cmd-convert.test did not work as intended before this. Also using "-f - " did not work as "$ledger" was noti prepended to the command. | ||||
| * | fix account mapping in csv conversion | Johann Klähn | 2012-10-18 | 3 | -1/+32 |
| | | | | | | | | | | | | | | By using payees_for_unknown_accounts instead of account_mappings in csv.cc ledger will have the same behaviour as in `ledger -f - print` in that it uses payee fields in account directives to rewrite the account. | ||||
* | | Fixe emacs command chapter heading | Craig Earls | 2012-10-13 | 1 | -5/+5 |
|/ | |||||
* | Added more details to the convert command as provide by Johan Klahn | Craig Earls | 2012-10-13 | 1 | -1/+44 |
| | |||||
* | Fixed several typos and cleaned up formatting | Craig Earls | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | formatting and grammar cleanup | Craig Earls | 2012-10-10 | 1 | -84/+100 |
| | |||||
* | Detailed section on the new commodity valuation system. | Craig Earls | 2012-10-10 | 1 | -165/+320 |
| | |||||
* | Fixes bug 801. Replaces "jorunal" with Ledger on line 235 of ledger3.texi | Craig Earls | 2012-10-10 | 1 | -2/+1 |
| | |||||
* | Filled in many blank entries | Craig Earls | 2012-10-09 | 1 | -471/+770 |
| | | | | Also reformatted the option lists to be more like the GCC manual | ||||
* | Corrected a few missing @ symbols per Jeroen | Craig Earls | 2012-10-04 | 1 | -4/+4 |
| | |||||
* | correcte --period-sort arguments in section 7.3.1 | Craig Earls | 2012-10-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #84 from bkuhn/bug-492 | John Wiegley | 2012-10-03 | 3 | -0/+47 |
|\ | | | | | Regression tests for Bug 492 | ||||
| * | Rounding is different for balance totals vs. postings when using posting costs. | Bradley M. Kuhn | 2012-09-30 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | test/regress/CAE63F5C-b.test and test/regress/CAE63F5C-c.test should both pass, but test/regress/CAE63F5C-c.test does not, because the total line of $6.46 is rounded wrong; it should be $6.45. There seems to be different rounding occurring for totals vs. postings. This seems to be related to Bug #492. |