Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6f0cb95a

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

  • ID 6f0cb95a2aaa50976c3303f6b4e6ca9e4eb38340
  • Vorgänger 0e3a5887
  • Nachfolger cb2bd584

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

Unterschiede anzeigen:

templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys.html
4 4

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

  
7
 <form name="Form" action="acctranscorrections.pl" method="post">
8 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>
9 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>
10 9

  
11
  <p>
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" class="submit" value="[% 'Fix transactions' | $T8 %]">
15
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
16
  </p>
17
 </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>
18 18

  

Auch abrufbar als: Unified diff