Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | docs: Standardise spelling | Alexis Hildebrandt | 2023-02-14 | 1 | -8/+8 | |
| | ||||||
* | Cross reference Auxiliary and Effective dates sections | Alexis Hildebrandt | 2023-02-09 | 1 | -5/+13 | |
| | | | | Closes #2150 | |||||
* | docs: move section "Payee metadata tag" | Alexis Hildebrandt | 2023-02-08 | 1 | -49/+50 | |
| | | | | Closes #2151 | |||||
* | docs: Specify regex dialect used by ledger | Alexis Hildebrandt | 2023-02-08 | 2 | -4/+4 | |
| | | | | Closes #2145 | |||||
* | doc: Clarify evaluation of balance assertsions or assignments | Alexis Hildebrandt | 2023-02-04 | 1 | -2/+8 | |
| | | | | Addresses: #1687 | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 | |
| | | | | [skip ci] | |||||
* | Minor cosmetic changes | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+2 | |
| | ||||||
* | Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirk | Donald Lam | 2023-01-25 | 2 | -14/+9 | |
| | | | | | | | 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 | 2 | -13/+62 | |
| | | | | | | | | | | | | | | | | | | | | | 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 | |
| | ||||||
* | Fix config path in man page | Cédric Barreteau | 2021-09-08 | 1 | -1/+1 | |
| | ||||||
* | docs: Improve --depth documentation | Rahix | 2021-08-26 | 2 | -16/+14 | |
| | | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952 | |||||
* | Move NEWS into repository root | Rahix | 2021-08-24 | 1 | -1142/+0 | |
| | | | | | To make the file easier to find, move it into the repository root - this way it is immediately visible when viewing the repo online. | |||||
* | Update NEWS with all changes up to now | Rahix | 2021-08-24 | 1 | -2/+38 | |
| | ||||||
* | 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 | 3 | -13/+12 | |
| | | | | | `$XDG_CONFIG_HOME/ledger/ledgerrc` and `$HOME/.config/ledger/ledgerrc` are tried first when looking for an init file. | |||||
* | docs: fix quotation mark in man page | Martin Michlmayr | 2020-08-10 | 1 | -1/+1 | |
| | ||||||
* | docs: Document new --depth in register reports | Rahix | 2020-07-21 | 2 | -2/+7 | |
| | ||||||
* | 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 | |||||
* | Use PAGER when environment variable is set | Martin Michlmayr | 2020-06-18 | 1 | -0/+4 | |
| | | | | | | | The code looked for "less" if $PAGER is not set, but it didn't actually use $PAGER when it it defined. Fixes #1674 | |||||
* | docs: fix grammar issues | Martin Michlmayr | 2020-05-21 | 1 | -2/+2 | |
| | ||||||
* | Update NEWS for 3.2.1 | Martin Michlmayr | 2020-05-18 | 1 | -0/+17 | |
| | ||||||
* | Fix some typos | Martin Michlmayr | 2020-05-16 | 1 | -1/+1 | |
| | ||||||
* | 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: add description for "tag regex" | Martin Michlmayr | 2020-05-11 | 1 | -0/+1 | |
| | ||||||
* | docs: fix some typos | Martin Michlmayr | 2020-05-11 | 3 | -4/+4 | |
| | ||||||
* | docs: add missing parameters for has_meta and meta | Martin Michlmayr | 2020-05-11 | 1 | -2/+2 | |
| | ||||||
* | Release 3.2.0 | Martin Michlmayr | 2020-05-01 | 1 | -1/+1 | |
| | ||||||
* | Update NEWS for 3.2 | Martin Michlmayr | 2020-05-01 | 1 | -5/+35 | |
| | ||||||
* | Make explicit option a no-op | CandyAngel | 2020-04-03 | 3 | -12/+4 | |
| | | | | Fixes #1877 | |||||
* | Document --average-lot-prices option | Martin Michlmayr | 2020-03-31 | 2 | -0/+7 | |
| | ||||||
* | 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 | |
| |