summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
Commit message (Collapse)AuthorAgeFilesLines
* Add new --align-intervals option.Ian20202024-08-061-1/+15
|
* Rename SHA-512/256 to the more appropriate SHA-512HalfJohn Wiegley2024-08-051-1/+1
|
* Minor doc updateJohn Wiegley2024-08-051-1/+1
|
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-0/+9
|
* Add further documentation on the --hashes optionJohn Wiegley2024-08-051-13/+40
|
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-3/+9
| | | | | Also, support matching provided hashes against a prefixed of the generated hash.
* Add documentation for the --hashes optionJohn Wiegley2024-08-051-0/+9
|
* Fix denominator of roundto resultMax Nikulin2024-08-051-1/+1
| | | | | | | | | | | | | | | | | | Multiprecision rational created from a double value may have large power of 2 denominator since fractional decimal numbers can not be represented as binary floating point numbers. It leads to failed assertion when result is compared to a value converted directly from strings. Use integer multiprecision arithmetics to round numbers to ensure proper denominator. Inspired by python gmpy2 package <https://github.com/aleaxit/gmpy/blob/3e4564ae9d/src/gmpy2_mpq_misc.c#L315> The change makes `roundto` symmetric for positive/negative arguments. Halves are rounded to nearest even. Rounded away from zero are discussed in #1663 and it may be achieved with minimal modification. - See #2329 - Closes #1983
* Add documentation for 'stats' and 'select'Monster05062024-07-081-2/+34
|
* fix documentation syntax (#3)Igbanam Ogbuluijah2024-07-081-4/+4
|
* update documentation (#2)Igbanam Ogbuluijah2024-07-081-1/+25
|
* applied suggestion from code reviewJustin St-Amant2023-12-071-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Minor documentation update - on posting comments and fixed some examplesJustin St-Amant2023-09-201-7/+9
| | | | | | | | | | | | | Added to "Transactions and Comments" section 4.7.1 to indicate that posting comments *must* be preceded by at least two spaces. I also applied this rule consistently to the entire documentation, which only required changes in 4 locations. I don't think the `ledger` binary cares about spaces in front of posting comments. I never noticed this until I tried using `ledger-mode`'s `ledger-post-edit-amount`, which was causing issues with comments that don't have the proper spacing.
* Update doc/ledger3.texivalankar2023-06-101-0/+13
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-2/+2
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
* Add example for credit card cashback.Viraj Alankar2023-06-101-0/+25
|
* doc: Fix ledger3.texi:4306: unknown command `Chevron'Alexis Hildebrandt2023-05-221-1/+1
|
* docs: fix example involving payeeMartin Michlmayr2023-05-161-2/+2
| | | | Fixes #2254
* Fix typo in documentationMatan Nassau2023-03-311-1/+1
|
* doc: Fix texinfo invalid previous node referenceAlexis Hildebrandt2023-02-211-1/+1
|
* 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-081-1/+1
| | | | 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]
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-251-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 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-291-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 commoditiesMarcus Zanona2022-04-081-0/+6
| | | resolves #2077
* Fixed misspelling of Deutsche Mark.PortStone2022-03-071-2/+2
|
* docs: Improve --depth documentationRahix2021-08-261-7/+6
| | | | | | | Make it clear that --depth behaves the same for balance and register reports now. Fixes: #1952
* 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-281-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 reportsRahix2020-07-211-1/+3
|
* docs: Fix documentation for `depth`Rahix2020-07-211-1/+1
| | | | `l` does not exist anymore, the account depth is available as `depth`.