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_taxes.html
1 1
[% USE T8 %]
2 2
[% USE HTML %]
3 3
[% USE LxERP %]
4
<h1>[% title %]</h1>
5 4

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

  
20 7
 <p>[% 'At the moment the transaction looks like this:' | $T8 %]</p>
8
<p>[% 'The following transaction contains wrong taxes:' | $T8 %] <a href="[% problem.link %]">
9
[% IF problem.data.module == 'ar'    %][% 'AR Transaction'             | $T8 %]
10
[% ELSIF problem.data.module == 'ap' %][% 'AP Transaction'             | $T8 %]
11
[% ELSE                              %][% 'General Ledger Transaction' | $T8 %][% END %]
12
[% HTML.escape(problem.data.reference) %]
13
</a></p>
21 14

  
22 15
 <p>
23 16
  <table>

Auch abrufbar als: Unified diff