Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c5ebebfb

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID c5ebebfb651bfb0ce43b2aaa2aab64223037b1a8
  • Vorgänger 73e09e8b
  • Nachfolger 1440377b

Neues kivitendo Design Aenderungen in templates/webpages/acc*

Dateien in acc_trans/* und acctranscorrections/*

Unterschiede anzeigen:

templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html
1
[%- USE T8 %]
2
[% USE HTML %][% USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4

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

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

  
8 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 %]
9
 </p>
10

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

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

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

  
19
 <form name="Form" action="acctranscorrections.pl" method="post">
17
<form name="Form" action="acctranscorrections.pl" method="post">
20 18

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

  

Auch abrufbar als: Unified diff