From 6e72c36eed180379efe39513f7b289ab7a78e290 Mon Sep 17 00:00:00 2001 From: Scott Carpenter Date: Thu, 2 Aug 2018 07:36:36 -0500 Subject: Add notes to 5.7.1.1 Payee metadata tag doc --- doc/ledger3.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ledger3.texi') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 45afe1ae..35528e62 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3103,6 +3103,10 @@ 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. + @node Metadata values, Typed metadata, Metadata tags, Metadata @subsection Metadata values -- cgit v1.2.3 From 464cfdfdaf62a97e862670d5798ba5630090e3b2 Mon Sep 17 00:00:00 2001 From: Scott Carpenter Date: Wed, 8 Aug 2018 19:36:27 -0500 Subject: Mention and point to related bug for Payee metadata tag --- doc/ledger3.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/ledger3.texi') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 35528e62..dd697384 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3104,8 +3104,11 @@ 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. +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 -- cgit v1.2.3