Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+21 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #2291 from jstamant/doc-update | Alexis Hildebrandt | 2023-12-07 | 1 | -7/+9 |
|\ | | | | | Minor documentation update - on posting comments and fixed some examples | ||||
| * | 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. | ||||
* | | man: Fix common glyph usage errors | Alexis Hildebrandt | 2023-12-06 | 1 | -10/+10 |
|/ | | | | | | by using correct special characters as defined in groff_char(7), e.g. using \[aq] instead of "'", as "'" may get displayed as "’" by certain groff output devices, e.g. PDF or utf8. | ||||
* | 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 |
| | |||||
* | api-docs: Show datetime of when api-docs were generated | Alexis Hildebrandt | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | doc: Generate Ledger Python module documentation | Alexis Hildebrandt | 2023-04-25 | 2 | -3/+13 |
| | | | | using pydoc when building web docs. | ||||
* | doc: Generate plain text version of ledger manual | Alexis Hildebrandt | 2023-04-24 | 1 | -8/+12 |
| | | | | when building web docs | ||||
* | doc: Generate PDF version of ledger manpage | Alexis Hildebrandt | 2023-04-24 | 1 | -0/+5 |
| | | | | when building web docs | ||||
* | doc: Prefer mandoc over groff to generate ledger.1.html | Alexis Hildebrandt | 2023-04-24 | 1 | -2/+9 |
| | |||||
* | manpage: Fix mdoc warning: Empty input line #1452 | Alexis Hildebrandt | 2023-04-24 | 1 | -1/+1 |
| | |||||
* | cmake: Use variables set from find_program | Alexis Hildebrandt | 2023-04-24 | 1 | -5/+5 |
| | |||||
* | doc: Replace custom command with doxygen_add_docs | Alexis Hildebrandt | 2023-04-12 | 2 | -2706/+42 |
| | | | | CMake function available since 3.9 | ||||
* | Bump required doxygen version to 1.9.5 | Alexis Hildebrandt | 2023-04-12 | 1 | -2/+5 |
| | |||||
* | Fix typo | Alexis Hildebrandt | 2023-04-11 | 1 | -2/+2 |
| | |||||
* | doc: Add support for extra html header for api documentation | Alexis Hildebrandt | 2023-04-11 | 2 | -1/+3 |
| | |||||
* | Fix typo | Alexis Hildebrandt | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | doc: Avoid LaTeX output when generating API docs | Alexis Hildebrandt | 2023-04-10 | 1 | -1/+1 |
| | |||||
* | doc: API docs use SVG for diagrams | Alexis Hildebrandt | 2023-04-10 | 1 | -1/+1 |
| | |||||
* | doc: Update doxygen to 1.9.6 | Alexis Hildebrandt | 2023-04-10 | 1 | -997/+1813 |
| | |||||
* | doc: Add support for extra css to api documentation | Alexis Hildebrandt | 2023-04-10 | 3 | -2/+10 |
| | |||||
* | doc: Add API documentation main page | Alexis Hildebrandt | 2023-04-10 | 2 | -1/+11 |
| | |||||
* | doc: Use CMake variables for project name and version | Alexis Hildebrandt | 2023-04-09 | 1 | -2/+2 |
| | |||||
* | doc: Update required CMake version | Alexis Hildebrandt | 2023-04-09 | 1 | -1/+1 |
| | | | | to match version required by project | ||||
* | doc: Fix generating api documentation | Alexis Hildebrandt | 2023-04-09 | 2 | -6/+7 |
| | | | | by fixing path to source | ||||
* | Fix typo in documentation | Matan Nassau | 2023-03-31 | 1 | -1/+1 |
| | |||||
* | Update versions from 3.3.2 release | Martin Michlmayr | 2023-03-30 | 1 | -2/+2 |
| | |||||
* | docs: Enable stand-alone building | Alexis Hildebrandt | 2023-03-22 | 2 | -2/+9 |
| | |||||
* | Refactor Ledger version info into cmake/LedgerVersion.cmake | Alexis Hildebrandt | 2023-03-05 | 1 | -1/+7 |
| | | | | | so it can be re-used when generating the version.texi for ledger-website builds. | ||||
* | doc: Fix texinfo invalid previous node reference | Alexis Hildebrandt | 2023-02-21 | 1 | -1/+1 |
| | |||||
* | Remove unused server related code | Alexis Hildebrandt | 2023-02-20 | 1 | -6/+0 |
| | |||||
* | 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] |