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

  
5
 <p>
6
  [% 'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
7
 </p>
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
8 4

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

  
12
  [% 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' | $T8 %]
13
 </p>
5
<h1>[% title %]</h1>
14 6

  
15
 <form name="Form" action="acctranscorrections.pl" method="post">
7
<p>[% 'There is at least one sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %] </p>
8
<p>[% 'kivitendo can fix these problems automatically.' | $T8 %] [% 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' | $T8 %] </p>
16 9

  
17
  <p>
18
   <input type="hidden" name="action" value="fix_invoice_inventory_with_taxkeys">
19
   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
20
   <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
21
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
22
  </p>
23
 </form>
10
<form name="Form" action="acctranscorrections.pl" method="post">
11
  <div class="buttons">
12
    <input type="hidden" name="action" value="fix_invoice_inventory_with_taxkeys">
13
    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
14
    <input type="submit" value="[% 'Fix transactions' | $T8 %]">
15
    <input type="button" onclick="history.back()" value="[% 'Back' | $T8 %]">
16
  </div>
17
</form>
24 18

  

Auch abrufbar als: Unified diff