X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Facctranscorrections%2Fanalyze_overview_master.html;h=408bc04fef7a30dd09413d5a8a406c4e07407e9f;hb=37452fcb0ef4537ac851fa3e816148cec345ae0c;hp=bb574ca641af63a712bda2cd75b2385353d82831;hpb=eb0c10b0a09da8ff4590c3043a9fa6dd10775ee4;p=kivitendo-erp.git diff --git a/templates/webpages/acctranscorrections/analyze_overview_master.html b/templates/webpages/acctranscorrections/analyze_overview_master.html index bb574ca64..408bc04fe 100644 --- a/templates/webpages/acctranscorrections/analyze_overview_master.html +++ b/templates/webpages/acctranscorrections/analyze_overview_master.html @@ -67,6 +67,24 @@ [%- END %] [%- END %] + [%- ELSIF problem.type == 'missing_taxkeys_in_invoices' %] + [%- IF problem.ar_problems.size %] + Sales invoices + [%- FOREACH subproblem = problem.ar_problems %] + [%- UNLESS loop.first %], [%- END %] + [% HTML.escape(subproblem.data.reference) %] + [%- END %] + [%- END %] + + [%- IF problem.ap_problems.size %] + [%- IF problem.ar_problems.size %]; [%- END %] + Purchase invoices + [%- FOREACH subproblem = problem.ap_problems %] + [%- UNLESS loop.first %], [%- END %] + [% HTML.escape(subproblem.data.reference) %] + [%- END %] + [%- END %] + [%- ELSE %] @@ -101,6 +119,9 @@ [%- ELSIF problem.type == 'invoice_inventory_with_taxkeys' %] Sales and purchase invoices with inventory transactions with taxkeys + [%- ELSIF problem.type == 'missing_taxkeys_in_invoices' %] + Missing taxkeys in invoices with taxes. + [%- END %]