Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add doc for account, display_account and account_base variables | matclab | 2024-08-07 | 1 | -0/+21 |
| | |||||
* | Add new --align-intervals option. | Ian2020 | 2024-08-06 | 1 | -1/+15 |
| | |||||
* | Rename SHA-512/256 to the more appropriate SHA-512Half | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Minor doc update | John Wiegley | 2024-08-05 | 1 | -1/+1 |
| | |||||
* | Add support for --hashes=sha512_256 as another algorithm | John Wiegley | 2024-08-05 | 1 | -0/+9 |
| | |||||
* | Add further documentation on the --hashes option | John Wiegley | 2024-08-05 | 1 | -13/+40 |
| | |||||
* | Make xact hashes independent of posting order | John Wiegley | 2024-08-05 | 1 | -3/+9 |
| | | | | | Also, support matching provided hashes against a prefixed of the generated hash. | ||||
* | Add documentation for the --hashes option | John Wiegley | 2024-08-05 | 1 | -0/+9 |
| | |||||
* | Fix denominator of roundto result | Max Nikulin | 2024-08-05 | 1 | -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' | Monster0506 | 2024-07-08 | 1 | -2/+34 |
| | |||||
* | fix documentation syntax (#3) | Igbanam Ogbuluijah | 2024-07-08 | 1 | -4/+4 |
| | |||||
* | update documentation (#2) | Igbanam Ogbuluijah | 2024-07-08 | 1 | -1/+25 |
| | |||||
* | applied suggestion from code review | Justin St-Amant | 2023-12-07 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Minor documentation update - on posting comments and fixed some examples | Justin St-Amant | 2023-09-20 | 1 | -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.texi | valankar | 2023-06-10 | 1 | -0/+13 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -2/+2 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | Add example for credit card cashback. | Viraj Alankar | 2023-06-10 | 1 | -0/+25 |
| | |||||
* | doc: Fix ledger3.texi:4306: unknown command `Chevron' | Alexis Hildebrandt | 2023-05-22 | 1 | -1/+1 |
| | |||||
* | docs: fix example involving payee | Martin Michlmayr | 2023-05-16 | 1 | -2/+2 |
| | | | | Fixes #2254 | ||||
* | Fix typo in documentation | Matan Nassau | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | doc: Fix texinfo invalid previous node reference | Alexis Hildebrandt | 2023-02-21 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | 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] | ||||
* | 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 |
| |