diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2018-08-09 09:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 09:28:38 +0200 |
commit | f0da6f9f07ca368c340380a3f73719207fea8557 (patch) | |
tree | 20bd010dc760a4064b8501ddc277cd8403157b23 | |
parent | bdeddff2876c82e3cb1bc5d9875ea14248c431b5 (diff) | |
parent | 464cfdfdaf62a97e862670d5798ba5630090e3b2 (diff) | |
download | fork-ledger-f0da6f9f07ca368c340380a3f73719207fea8557.tar.gz fork-ledger-f0da6f9f07ca368c340380a3f73719207fea8557.tar.bz2 fork-ledger-f0da6f9f07ca368c340380a3f73719207fea8557.zip |
Merge pull request #1672 from scarpent/payee-tag-doc-update
Add notes to 5.7.1.1 Payee metadata tag doc
-rw-r--r-- | doc/ledger3.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 45afe1ae..dd697384 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3103,6 +3103,13 @@ it appears as: This shows that they are all in the same transaction (which is why the date is not repeated), but they have different payees now. +If using the @option{--strict} or @option{--pedantic} options, you must +declare this tag to avoid warnings and errors. + +The payee name used with the tag is not enforced by the +@option{--check-payees} option, due to a bug: +@url{https://github.com/ledger/ledger/issues/556}. + @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values |