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_ap_ar_wrong_taxkeys.html
4 4

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

  
7
 <p>
7
<p>
8 8
  [% 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' | $T8 %]
9

  
10 9
  [% 'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' | $T8 %]
11
 </p>
12

  
13
 <p>
10
</p>
11
<p>
14 12
  [% 'kivitendo can fix these problems automatically.' | $T8 %]
15

  
16 13
  [% 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' | $T8 %]
17

  
18 14
  [% 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' | $T8 %]
19
 </p>
15
</p>
20 16

  
21
 <form name="Form" action="acctranscorrections.pl" method="post">
17
<form name="Form" action="acctranscorrections.pl" method="post">
22 18

  
23
  <p>
24
   <input type="hidden" name="action" value="fix_ap_ar_wrong_taxkeys">
25
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
26
   <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
27
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
28
  </p>
29
 </form>
19
<p>
20
  <input type="hidden" name="action" value="fix_ap_ar_wrong_taxkeys">
21
  <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
22
  <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
23
  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
24
</p>
25
</form>
30 26

  

Auch abrufbar als: Unified diff