Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0dbf12c0

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 0dbf12c04da2c3b611dc614e85f742f53ee3848a
  • Vorgänger d394a688
  • Nachfolger bbfd9e7a

Neues Design 2019 Standard-Code templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html

Unterschiede anzeigen:

templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys.html
4 4

  
5 5
<h1>[% title %]</h1>
6 6

  
7
 <p>
8
  [% 'The following transaction contains wrong taxkeys:' | $T8 %]
9
  <a href="[% problem.link %]">
10
   [%- IF problem.data.module == 'ar' %]
11
   [% 'AR Transaction' | $T8 %]
12
   [%- ELSIF problem.data.module == 'ap' %]
13
   [% 'AP Transaction' | $T8 %]
14
   [%- ELSE %]
15
   [% 'General Ledger Transaction' | $T8 %]
16
   [%- END %]
17
   [% HTML.escape(problem.data.reference) %]
18
  </a>
19
 </p>
7
<p>[% 'The following transaction contains wrong taxkeys:' | $T8 %]<a href="[% problem.link %]">
8
[% IF problem.data.module == 'ar'    %][% 'AR Transaction'             | $T8 %]
9
[% ELSIF problem.data.module == 'ap' %][% 'AP Transaction'             | $T8 %]
10
[% ELSE                              %][% 'General Ledger Transaction' | $T8 %][% END %]
11
[% HTML.escape(problem.data.reference) %]
12
</a></p>
20 13

  
21
 <p>
22 14
  [% 'This could have happened for two reasons:' | $T8 %]
23 15

  
24 16
  [% 'The first reason is that kivitendo contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' | $T8 %]

Auch abrufbar als: Unified diff