| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | Add -X $. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 |
| | * | | | | Add Loans. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+1 |
| | * | | | | Began summary reports script, starting with a basic balance sheet. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+168 |
| | * | | | | Update copyright year, I've made changes. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 |
| | * | | | | Include all types of totals that need to be considered when generating fund r... | Bradley M. Kuhn | 2012-11-26 | 1 | -9/+17 |
| | * | | | | Ignore <Adjustment> entries in the report. | Bradley M. Kuhn | 2012-11-26 | 1 | -9/+12 |
| | * | | | | Formatting adaptations for Ledger 3. | Bradley M. Kuhn | 2012-11-26 | 1 | -6/+6 |
| | * | | | | Formatting changes, and added total for restricted funds. | Bradley M. Kuhn | 2012-11-26 | 1 | -8/+11 |
| | * | | | | Fixed formatting and added sanity check code. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+7 |
| | * | | | | Added income/expense summing. | Bradley M. Kuhn | 2012-11-26 | 1 | -3/+26 |
| | * | | | | Fix ledger options and be sure starting is set to zero for new funds. | Bradley M. Kuhn | 2012-11-26 | 1 | -38/+6 |
| | * | | | | Began fund-report.plx, which started as a copy of trial-balance-report.plx. | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+135 |
| | * | | | | MANIFEST output file that indicates which files are mentioned in general-ledger. | Bradley M. Kuhn | 2012-11-26 | 2 | -3/+15 |
| | * | | | | Support a broader set of possible tags to be placed into the spreadsheet. | Bradley M. Kuhn | 2012-11-26 | 2 | -3/+14 |
| | * | | | | New test data for increasing the set of possible tags. | Bradley M. Kuhn | 2012-11-26 | 3 | -1/+4 |
| |/ / / / |
|
* / / / / | escape @ characters properly so they show up | Simon Michael | 2013-01-11 | 1 | -12/+12 |
|/ / / / |
|
* | | | | Update utfcpp submodule reference to ledger/utfcpp | John Wiegley | 2012-11-26 | 1 | -1/+1 |
* | | | | Merge branch 'next' of github.com:ledger/ledger into next | John Wiegley | 2012-11-26 | 5 | -19/+31 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #106 from afh/pull/typos | John Wiegley | 2012-11-19 | 1 | -17/+17 |
| |\ \ \ \ |
|
| | * | | | | Correct typos | Alexis Hildebrandt | 2012-11-10 | 1 | -17/+17 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge pull request #108 from afh/pull/python_xact_code | John Wiegley | 2012-11-19 | 4 | -2/+14 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Fix crash when accessing the transaction code via post.xact.code using python | Alexis Hildebrandt | 2012-11-19 | 4 | -2/+14 |
| |/ / / |
|
* | | | | Shorten debug comment | John Wiegley | 2012-11-23 | 1 | -1/+1 |
* | | | | Properly handle metadata tags on auto-postings | John Wiegley | 2012-11-12 | 2 | -7/+22 |
* | | | | Fixed a regression test | John Wiegley | 2012-11-12 | 1 | -10/+10 |
* | | | | Account names in auto-xacts can be format strings | John Wiegley | 2012-11-12 | 1 | -0/+9 |
|/ / / |
|
* | | | 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 |
| |\ \ \ |
|
| | * | | | 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 |
| |/ / / |
|
* / / / | 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. | 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 |
|\| | | |
|
| * | | | 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 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 changes. | Karl Fogel | 2012-10-31 | 1 | -7/+36 |
|/ / / / |
|
* | | | | 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 | Craig Earls | 2012-10-25 | 7 | -3/+78 |