Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use amount_width variable for budget report | Paulo Flabiano Smorigo | 2018-01-03 | 1 | -5/+5 |
| | | | | | Instead of using a "magic" value (12), use the proper variable to set the width. | ||||
* | The "format" directive for commodities now disables "style observation" | John Wiegley | 2018-01-01 | 3 | -1/+5 |
| | |||||
* | Merge pull request #505 from mbudde/init-field | John Wiegley | 2018-01-01 | 1 | -2/+5 |
|\ | | | | | Initialize field in constructor | ||||
| * | Initialize field in constructor | Michael Budde | 2018-01-01 | 1 | -2/+5 |
|/ | | | | | Should fix problem with garbage being read from this field causing some test failures on my machine. | ||||
* | Disable osx+clang build on Travis for now | John Wiegley | 2017-12-30 | 1 | -0/+6 |
| | |||||
* | Be a bit more defensive when calculating the budget | John Wiegley | 2017-12-30 | 1 | -2/+2 |
| | |||||
* | For now, comment out a documented function whose test is failing | John Wiegley | 2017-12-30 | 1 | -10/+10 |
| | | | | Plus, the test was not testing the documented function! | ||||
* | Merge pull request #503 from ghost91-/next | John Wiegley | 2017-12-30 | 2 | -4/+14 |
|\ | | | | | Use an std::set instead of an std::list to store the the journal file paths | ||||
| * | don't add paths to files, if there is already a path that points to the same ↵ | Johannes Loher | 2017-12-29 | 1 | -1/+11 |
| | | | | | | | | file | ||||
| * | Use an std::set instead of an std::list to store the the journal file paths | Johannes Loher | 2017-12-29 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #502 from kylef/kylef/py-expand_aliases | John Wiegley | 2017-12-25 | 1 | -0/+4 |
|\ | | | | | Expose journal expand_aliases to Python | ||||
| * | Expose journal expand_aliases to Python | Kyle Fuller | 2017-12-24 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #501 from d-e-s-o/fix-typo | John Wiegley | 2017-12-20 | 1 | -5/+6 |
|\ | | | | | ledger3.texi: Fix two more typos | ||||
| * | ledger3.texi: Fix two more typos | Daniel Mueller | 2017-12-20 | 1 | -5/+6 |
|/ | |||||
* | Merge pull request #500 from d-e-s-o/fix-another-typo | John Wiegley | 2017-12-15 | 1 | -1/+1 |
|\ | | | | | ledger3.texi: Fix typo | ||||
| * | ledger3.texi: Fix typo | Daniel Mueller | 2017-12-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #499 from d-e-s-o/fix-typo | John Wiegley | 2017-12-15 | 1 | -1/+1 |
|\ \ | |/ |/| | ledger3.texi: Fix typo | ||||
| * | ledger3.texi: Fix typo | Daniel Mueller | 2017-12-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #498 from CurrySoftware/next | John Wiegley | 2017-11-02 | 1 | -0/+16 |
|\ | | | | | Allow printing the depth of the first displayed parent | ||||
| * | account to return the depth of its last displayed parent | Jakob Demler | 2017-11-02 | 1 | -0/+16 |
|/ | |||||
* | Merge pull request #497 from mbudde/patch-1 | John Wiegley | 2017-10-30 | 1 | -1/+1 |
|\ | | | | | Fix sentence broken by d1928e64 | ||||
| * | Fix sentence broken by d1928e64 | Michael Budde | 2017-10-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #496 from immae/strip_annotation | John Wiegley | 2017-10-30 | 1 | -0/+3 |
|\ \ | |/ |/| | Strip annotation before adding exchange value | ||||
| * | Strip annotation before adding exchange value | Ismaël Bouya | 2017-10-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #494 from jjlee/fix-total | John Wiegley | 2017-10-26 | 3 | -0/+71 |
|\ | | | | | Fix bug where .total used in value exprs breaks totals | ||||
| * | Fix bug where .total used in value exprs breaks totals | John Lee | 2017-10-26 | 3 | -0/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-initialize (to VOID) totals for the account and its ancestors on adding postings. Otherwise the cache intended for use by recursive calls of C++ function total() in computing family (i.e. account hierarchy) totals is incorrectly retained from one top-level call to the next, causing inconsistent and broken behaviour. * Re-initialize (to false) calculated and gathered. Otherwise we won't e.g. recalculate stale totals for ancestor accounts (e.g. won't recalculate Assets:Savings total if Assets:Savings changes via a posting). Although the value expression total function is used by ledger itself in computing totals, this bug would only appear on use of .total in user-supplied value expressions computed *during parsing* of ledger files, rather than after parsing (I believe ledger only ever calls it for internal purposes after parsing is complete). It is possible this bug also affected other functions than total (perhaps even in circumstances other than analagous to that described in the preceding paragraph). I have not checked that. | ||||
* | | Merge pull request #487 from craig9/craig9-improve-wording | John Wiegley | 2017-10-26 | 1 | -1/+1 |
|\ \ | | | | | | | Improve wording, remove connection between financial worth and personal worth. | ||||
| * | | Improve wording, remove connection between financial worth and personal worth | Craig Marshall | 2017-02-17 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #488 from bkuhn/doc-mention-third-party-tutorials | John Wiegley | 2017-10-26 | 1 | -1/+19 |
|\ \ | | | | | | | Add mention of third-party tutorials to documentation | ||||
| * | | Update nodes and menus based on section just added | Bradley M. Kuhn | 2017-02-23 | 1 | -2/+3 |
| | | | |||||
| * | | Section on Third-Party Tutorials available. | Bradley M. Kuhn | 2017-02-23 | 1 | -0/+17 |
| |/ | | | | | | | | | | | | | I was updating the tutorial that Conservancy published regarding how it uses Ledger CLI for non-profit accounting and realized that mentioning the tutorial's availability in Ledger's own documentation might be useful as well. | ||||
* | | Merge pull request #484 from mk12/bug-1182-ptr | John Wiegley | 2017-10-26 | 3 | -0/+32 |
|\ \ | | | | | | | Fix Bug 1182: Error message for parse failure after '=' | ||||
| * | | Print error message if parsing predicate after '=' | Mitchell Kember | 2016-12-20 | 3 | -0/+32 |
| | | | |||||
* | | | Merge pull request #482 from AndrewSav/next | John Wiegley | 2017-10-26 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Fix MSVC build | ||||
| * | | | Fix MSVC build | Andrew Savinykh | 2016-11-17 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #489 from AustinWise/fixXenial | John Wiegley | 2017-10-26 | 1 | -0/+30 |
|\ \ \ \ | | | | | | | | | | | Add Ubuntu 16.04 (Xenial) to acprep. | ||||
| * | | | | Add Ubuntu 16.04 (Xenial) to acprep. | Austin Wise | 2017-04-11 | 1 | -0/+30 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #490 from sunny256/fix-braces-warning | John Wiegley | 2017-10-26 | 1 | -12/+13 |
|\ \ \ \ | | | | | | | | | | | Remove compiler warning about missing braces | ||||
| * | | | | Remove compiler warning about missing braces | Øyvind A. Holm | 2017-04-17 | 1 | -12/+13 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the following warning from gcc 5.4.0: "[...]/src/output.cc:335:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]". Instead of adding braces around the whole function body, return early if item.metadata is 0. | ||||
* | | | | Merge pull request #492 from CrackedP0t/patch-1 | John Wiegley | 2017-10-26 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix small typo | ||||
| * | | | | Fix small typo | Elaina Martineau | 2017-06-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #491 from lrcg/patch-3 | John Wiegley | 2017-10-26 | 1 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | Update ledger3.texi: grammar and typos | ||||
| * | | | | Update: ledger3.texi: fix calculatiots | myq | 2017-05-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Unless I'm missing something, these don't balance @ $750 | ||||
| * | | | | Update ledger3.texi: grammar and typos | myq | 2017-05-28 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | - removed redundant preposition - fixed calculation on unvalidated smallexample block | ||||
* | | | | Merge pull request #493 from escondida/double-init | John Wiegley | 2017-10-26 | 1 | -3/+1 |
|\ \ \ \ | |/ / / |/| | | | src/global.cc: do not parse user-specified init-file twice | ||||
| * | | | src/global.cc: do not parse user-specified init-file twice | Ivy Foster | 2017-10-26 | 1 | -3/+1 |
|/ / / | |||||
* | | | Flip ordering of "options" and "command" in the man page | John Wiegley | 2017-02-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #486 from RusAlex/patch-1 | thdox | 2017-01-28 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | thanks @RusAlex and @tbm for review | ||||
| * | | | typo in docs | Alexander Pletnev | 2017-01-27 | 2 | -2/+2 |
|/ / / | | | | | | | | | | fix test | ||||
* | | | Merge pull request #478 from thdox/dir-locals-el | thdox | 2017-01-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix indent-tabs-mode to nil |