summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
Commit message (Collapse)AuthorAgeFilesLines
...
* explain round brackets in section on fundsGeorg J.P. Link2018-11-181-4/+5
| | | Section "Working with multiple funds and accounts" introduces square brackets and explains them but does not explain round brackets in the following example. This commit adds the explanation what the round brackets do.
* Fix broken link in manualMartin Michlmayr2018-11-141-1/+1
|
* A minor suggested change in the documentationJohn Wiegley2018-09-201-3/+3
|
* Fix two bugs in the documentationJohn Wiegley2018-09-031-2/+2
|
* Clarify regex vs exact matches with has_tag()Martin Michlmayr2018-08-311-1/+2
|
* Fix texinfo syntaxMartin Michlmayr2018-08-301-1/+1
|
* Clarify tag() and has_tag()Martin Michlmayr2018-08-301-2/+6
| | | | Fixes #1676
* Correct some instance of @@ to @@@@ (for Texinfo escaping)John Wiegley2018-08-091-8/+8
|
* Mention and point to related bug for Payee metadata tagScott Carpenter2018-08-081-2/+5
|
* Add notes to 5.7.1.1 Payee metadata tag docScott Carpenter2018-08-021-0/+4
|
* Added more documentation about assertions.Pascal Fleury2018-07-181-0/+39
|
* Fix order of transaction state in txn headerScott Carpenter2018-07-091-1/+1
| | | | The transaction state comes before (not after) the code.
* Document keywords "any" and "all"Martin Michlmayr2018-07-061-0/+13
| | | | Fixes #1192
* Document the use of wildcards for !includeMartin Michlmayr2018-06-281-1/+3
| | | | Fixes #1658
* Documents commodity directive's alias sub-directiveColin Dean2018-06-101-0/+4
|
* Fix documentation for apply fixedMartin Michlmayr2018-06-011-43/+35
| | | | | | | | | The old "fixed" and "endfixed" are no longer used (and afaict don't work). You have to use "apply fixed" and "end apply" instead. Fixes issue #789 Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
* Remove references to BugzillaMartin Michlmayr2018-06-011-1/+1
|
* Fix Python exampleMartin Michlmayr2018-03-251-1/+1
| | | | | | Thanks to Brian Carlson for pointing this out. Fixes #547
* Fix documentation about the "end" directiveMartin Michlmayr2018-03-251-1/+1
| | | | | "tag" is not a block command. This was probably supposed to be "apply" which can be used to apply tags to several transactions.
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | [ci skip]
* For now, comment out a documented function whose test is failingJohn Wiegley2017-12-301-10/+10
| | | | Plus, the test was not testing the documented function!
* ledger3.texi: Fix two more typosDaniel Mueller2017-12-201-5/+6
|
* Merge pull request #500 from d-e-s-o/fix-another-typoJohn Wiegley2017-12-151-1/+1
|\ | | | | ledger3.texi: Fix typo
| * ledger3.texi: Fix typoDaniel Mueller2017-12-151-1/+1
| |
* | ledger3.texi: Fix typoDaniel Mueller2017-12-151-1/+1
|/
* Fix sentence broken by d1928e64Michael Budde2017-10-301-1/+1
|
* Merge pull request #487 from craig9/craig9-improve-wordingJohn Wiegley2017-10-261-1/+1
|\ | | | | Improve wording, remove connection between financial worth and personal worth.
| * Improve wording, remove connection between financial worth and personal worthCraig Marshall2017-02-171-1/+1
| |
* | Merge pull request #488 from bkuhn/doc-mention-third-party-tutorialsJohn Wiegley2017-10-261-1/+19
|\ \ | | | | | | Add mention of third-party tutorials to documentation
| * | Update nodes and menus based on section just addedBradley M. Kuhn2017-02-231-2/+3
| | |
| * | Section on Third-Party Tutorials available.Bradley M. Kuhn2017-02-231-0/+17
| |/ | | | | | | | | | | | | I was updating the tutorial that Conservancy published regarding how it uses Ledger CLI for non-profit accounting and realized that mentioning the tutorial's availability in Ledger's own documentation might be useful as well.
* | Merge pull request #492 from CrackedP0t/patch-1John Wiegley2017-10-261-1/+1
|\ \ | | | | | | Fix small typo
| * | Fix small typoElaina Martineau2017-06-161-1/+1
| |/
* | Update: ledger3.texi: fix calculatiotsmyq2017-05-281-4/+4
| | | | | | Unless I'm missing something, these don't balance @ $750
* | Update ledger3.texi: grammar and typosmyq2017-05-281-2/+2
|/ | | | - removed redundant preposition - fixed calculation on unvalidated smallexample block
* typo in docsAlexander Pletnev2017-01-271-1/+1
| | | | fix test
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
| | | | [ci skip]
* [doc] Use two ascii hyphen instead of one utf-8 en dashAlexis Hildebrandt2017-01-051-6/+6
| | | | [ci skip]
* fix typo in documentationAndreas Hilboll2016-12-031-1/+1
|
* Merge pull request #479 from thdox/fix-copyrightAlexis Hildebrandt2016-11-121-1/+1
|\ | | | | | | | | Fix copyright year [ci skip]
| * Fix copyright yearthdox2016-11-011-1/+1
| |
* | document quoted_rfc4180Gina White2016-11-121-1/+12
|/
* Add reference to Emacs ledger-modethdox2016-10-271-7/+8
| | | | | | As now, ledger-mode has its own github repository. [ci skip]
* Documentation - Clarify hard separator explanationGunnar Andersson2016-08-011-1/+1
| | | | | | A minor nitpick in chapter Transaction Notes, Moving the parenthesis avoids misinterpreting the name "hard separator" to be a reference to tab-space only.
* improve explanation about period expressionsAlexandre Rademaker2016-06-281-1/+3
|
* Fix documentation typos in section 4.9 (Archiving)Jim Kalafut2016-06-171-4/+7
|
* Fix doc for budget-format defaultGerhard Poul2016-01-161-4/+18
|
* GnuCash import deprecated [ci skip]Rodrigo Fraga2015-12-301-4/+2
|
* Changed drewr.dat to drewr3.dat in docscerk2015-11-101-23/+30
|
* fix typo in docRobert Schwarz2015-10-291-1/+1
| | | very power*ful* expression language