summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: Standardise spellingAlexis Hildebrandt2023-02-141-8/+8
|
* Cross reference Auxiliary and Effective dates sectionsAlexis Hildebrandt2023-02-091-5/+13
| | | | Closes #2150
* docs: move section "Payee metadata tag"Alexis Hildebrandt2023-02-081-49/+50
| | | | Closes #2151
* docs: Specify regex dialect used by ledgerAlexis Hildebrandt2023-02-082-4/+4
| | | | Closes #2145
* doc: Clarify evaluation of balance assertsions or assignmentsAlexis Hildebrandt2023-02-041-2/+8
| | | | Addresses: #1687
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Minor cosmetic changesAlexis Hildebrandt2023-02-011-2/+2
|
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-252-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 directiveMartin Michlmayr2022-12-271-1/+1
| | | | Fixes #2149
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-10/+10
|
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Document --exchange can accept multiple commoditiesGwyneth Morgan2022-06-292-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 commoditiesMarcus Zanona2022-04-081-0/+6
| | | resolves #2077
* Fixed misspelling of Deutsche Mark.PortStone2022-03-071-2/+2
|
* Fix config path in man pageCédric Barreteau2021-09-081-1/+1
|
* docs: Improve --depth documentationRahix2021-08-262-16/+14
| | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952
* Move NEWS into repository rootRahix2021-08-241-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 nowRahix2021-08-241-2/+38
|
* Update IRC to Libera ChatMartin Michlmayr2021-06-021-1/+1
|
* Refer to the right amount used in the exampleŁukasz Stelmach2021-03-151-1/+1
|
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-021-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 importKai Wohlfahrt2021-01-311-0/+10
|
* Update documentation for new convert featuresKai Wohlfahrt2021-01-311-20/+23
|
* docs: add more value expressionsMartin Michlmayr2020-12-311-0/+12
|
* docs: add link to relevant sectionMartin Michlmayr2020-11-101-1/+1
| | | | Fixes #1963
* docs: clarify syntax of ~/.ledgerrcMartin Michlmayr2020-11-101-0/+1
| | | | Fixed #1954
* Fix typo in ledger3.texiKuang-che Wu2020-10-131-1/+1
|
* Document how to specify multiple debug flagsDaraul Harris2020-09-251-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 Barreteau2020-08-283-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 pageMartin Michlmayr2020-08-101-1/+1
|
* docs: Document new --depth in register reportsRahix2020-07-212-2/+7
|
* docs: Fix documentation for `depth`Rahix2020-07-211-1/+1
| | | | `l` does not exist anymore, the account depth is available as `depth`.
* docs: improve the example of displaying amount in another commodityHieu Van2020-07-211-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 codeMartin Michlmayr2020-07-081-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 setMartin Michlmayr2020-06-181-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 issuesMartin Michlmayr2020-05-211-2/+2
|
* Update NEWS for 3.2.1Martin Michlmayr2020-05-181-0/+17
|
* Fix some typosMartin Michlmayr2020-05-161-1/+1
|
* docs: mark expressions as suchMartin Michlmayr2020-05-121-3/+3
|
* docs: fix definition of format string "d"Martin Michlmayr2020-05-111-1/+1
|
* docs: add has_meta() to the manualMartin Michlmayr2020-05-111-0/+5
|
* docs: add description for "tag regex"Martin Michlmayr2020-05-111-0/+1
|
* docs: fix some typosMartin Michlmayr2020-05-113-4/+4
|
* docs: add missing parameters for has_meta and metaMartin Michlmayr2020-05-111-2/+2
|
* Release 3.2.0Martin Michlmayr2020-05-011-1/+1
|
* Update NEWS for 3.2Martin Michlmayr2020-05-011-5/+35
|
* Make explicit option a no-opCandyAngel2020-04-033-12/+4
| | | | Fixes #1877
* Document --average-lot-prices optionMartin Michlmayr2020-03-312-0/+7
|
* Add link to Babel documentationMartin Michlmayr2020-03-271-3/+4
| | | | Fixes #1690
* docs: mention ! as an alternative to notMartin Michlmayr2020-03-191-1/+1
|