Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirk | Donald Lam | 2023-01-25 | 1 | -11/+6 |
| | | | | | | | Ledger's expression parser considers quoted_rfc4180 to be an amount (quantity 4180 of commodity "quoted_rfc"). Fixes #2007. | ||||
* | docs: add info on on expr directive | Martin Michlmayr | 2022-12-27 | 1 | -1/+1 |
| | | | | Fixes #2149 | ||||
* | Fix typos found by codespell | Alexis Hildebrandt | 2022-07-19 | 1 | -10/+10 |
| | |||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Document --exchange can accept multiple commodities | Gwyneth Morgan | 2022-06-29 | 1 | -8/+52 |
| | | | | | | | | | | | | | | | | | | | | | The --exchange option can accept multiple comma-separated commodities, but this is only mentioned in one place where --exchange is documented, and notably not in the Texinfo manual. Examples made with the following ledger file: ``` P 2022-06-28 USD 54.81 PHP P 2022-06-28 EUR 58.01 PHP 2022-06-28 * Opening Balances Equity:Opening Balances Assets:USD Bank 100 USD Assets:EUR Bank 100 EUR Assets:PHP Bank 100 PHP ``` [ci skip] | ||||
* | docs: add instructions for querying quoted commodities | Marcus Zanona | 2022-04-08 | 1 | -0/+6 |
| | | | resolves #2077 | ||||
* | Fixed misspelling of Deutsche Mark. | PortStone | 2022-03-07 | 1 | -2/+2 |
| | |||||
* | docs: Improve --depth documentation | Rahix | 2021-08-26 | 1 | -7/+6 |
| | | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952 | ||||
* | Update IRC to Libera Chat | Martin Michlmayr | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | Refer to the right amount used in the example | Łukasz Stelmach | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | Fix issues related to payees declared on posting's metadata | Diogo Trentini | 2021-02-02 | 1 | -4/+0 |
| | | | | | Payees declared on posting's metadata are now validated with `--check-payees` option. Also, their aliases are now considered on reports as well. | ||||
* | Add example of single-column CSV import | Kai Wohlfahrt | 2021-01-31 | 1 | -0/+10 |
| | |||||
* | Update documentation for new convert features | Kai Wohlfahrt | 2021-01-31 | 1 | -20/+23 |
| | |||||
* | docs: add more value expressions | Martin Michlmayr | 2020-12-31 | 1 | -0/+12 |
| | |||||
* | docs: add link to relevant section | Martin Michlmayr | 2020-11-10 | 1 | -1/+1 |
| | | | | Fixes #1963 | ||||
* | docs: clarify syntax of ~/.ledgerrc | Martin Michlmayr | 2020-11-10 | 1 | -0/+1 |
| | | | | Fixed #1954 | ||||
* | Fix typo in ledger3.texi | Kuang-che Wu | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | Document how to specify multiple debug flags | Daraul Harris | 2020-09-25 | 1 | -2/+3 |
| | | | | | | | Document how to pass multiple debug flags to ledger using a regular expression. Fixes #1062 | ||||
* | Add support for `$XDG_CONFIG_HOME` | Cédric Barreteau | 2020-08-28 | 1 | -7/+6 |
| | | | | | `$XDG_CONFIG_HOME/ledger/ledgerrc` and `$HOME/.config/ledger/ledgerrc` are tried first when looking for an init file. | ||||
* | docs: Document new --depth in register reports | Rahix | 2020-07-21 | 1 | -1/+3 |
| | |||||
* | docs: Fix documentation for `depth` | Rahix | 2020-07-21 | 1 | -1/+1 |
| | | | | `l` does not exist anymore, the account depth is available as `depth`. | ||||
* | docs: improve the example of displaying amount in another commodity | Hieu Van | 2020-07-21 | 1 | -8/+3 |
| | | | | | The current one doesn't work; also Ledger has got a much neater command-line option to achieve the goal. | ||||
* | docs: avoid UTF-8 quotes in code | Martin Michlmayr | 2020-07-08 | 1 | -0/+2 |
| | | | | | | | | | | The PDF manual used UTF-8 quotes like: expr has_tag(’TAG’) which isn't accepted by ledger. Fixes #1898 | ||||
* | docs: fix grammar issues | Martin Michlmayr | 2020-05-21 | 1 | -2/+2 |
| | |||||
* | docs: mark expressions as such | Martin Michlmayr | 2020-05-12 | 1 | -3/+3 |
| | |||||
* | docs: fix definition of format string "d" | Martin Michlmayr | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | docs: add has_meta() to the manual | Martin Michlmayr | 2020-05-11 | 1 | -0/+5 |
| | |||||
* | docs: fix some typos | Martin Michlmayr | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Make explicit option a no-op | CandyAngel | 2020-04-03 | 1 | -6/+0 |
| | | | | Fixes #1877 | ||||
* | Document --average-lot-prices option | Martin Michlmayr | 2020-03-31 | 1 | -0/+4 |
| | |||||
* | Add link to Babel documentation | Martin Michlmayr | 2020-03-27 | 1 | -3/+4 |
| | | | | Fixes #1690 | ||||
* | docs: mention ! as an alternative to not | Martin Michlmayr | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | docs: avoid confusion about types of operators | Martin Michlmayr | 2020-03-19 | 1 | -1/+1 |
| | | | | Fixes #1868 | ||||
* | Add note regarding $account under --strict or --pedantic modes | Enrico Lamperti | 2019-11-16 | 1 | -0/+6 |
| | | | | | | | This change adds a warning in the documentation for users using automated transactions with `--strict` or `--pedantic`, as ledger will throw an error when `$account` is not defined explicitly (see #545). | ||||
* | Fix a typo in the documentation | Christian Egli | 2019-10-25 | 1 | -3/+4 |
| | | | | | and add some cross references to more detailed documentation and examples. | ||||
* | Fix typos | Chen Rotem Levy | 2019-08-23 | 1 | -2/+2 |
| | |||||
* | Remove use of balance --average since it doesn't work | Ryan Nowakowski | 2019-07-15 | 1 | -1/+1 |
| | | | | | | Currently the docs recommend the use of balance --average to help generate a budget. Apparently that doesn't work. Instead use the register command with --average. | ||||
* | fix typo | liqlvnvn | 2019-07-14 | 1 | -1/+1 |
| | | | Common misspelling of aforementioned. | ||||
* | fix typo | Georg J.P. Link | 2019-03-23 | 1 | -1/+1 |
| | | | Signed-off-by: Georg J.P. Link <linkgeorg@gmail.com> | ||||
* | Remove the 'org' command, which was always a hack to begin with | John Wiegley | 2019-03-15 | 1 | -4/+0 |
| | |||||
* | Fix possible fail acprep make doc | tolva | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | Update copyright statement for 2019 | Martin Michlmayr | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace | Martin Michlmayr | 2019-01-09 | 1 | -4/+4 |
| | |||||
* | explain round brackets in section on funds | Georg J.P. Link | 2018-11-18 | 1 | -4/+5 |
| | | | Section "Working with multiple funds and accounts" introduces square brackets and explains them but does not explain round brackets in the following example. This commit adds the explanation what the round brackets do. | ||||
* | Fix broken link in manual | Martin Michlmayr | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | A minor suggested change in the documentation | John Wiegley | 2018-09-20 | 1 | -3/+3 |
| | |||||
* | Fix two bugs in the documentation | John Wiegley | 2018-09-03 | 1 | -2/+2 |
| | |||||
* | Clarify regex vs exact matches with has_tag() | Martin Michlmayr | 2018-08-31 | 1 | -1/+2 |
| | |||||
* | Fix texinfo syntax | Martin Michlmayr | 2018-08-30 | 1 | -1/+1 |
| |