locale/en/locales.pl ausgef<FC>hrt.
[kivitendo-erp.git] / templates / webpages / is / form_footer_de.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3   <tr>
4    <td>
5     <table width="100%">
6      <tr valign="bottom">
7       <td>
8        <table>
9         <tr>
10          <th align="left">Bemerkungen</th>
11          <th align="left">interne Bemerkungen</th>
12          <th align="right">Zahlungskonditionen</th>
13         </tr>
14         <tr valign="top">
15          <td>
16           <textarea name="notes" rows="[% rows %]" cols="26" wrap="soft">[% notes %]</textarea>
17          </td>
18          <td>
19           <textarea name="intnotes" rows="[% rows %]" cols="35" wrap="soft">[% intnotes %]</textarea>
20          </td>
21          <td>
22             [%- INCLUDE 'generic/multibox.html'
23                  name          = 'payment_id',
24                  style         = 'width: 250px',
25                  DATA          = payment_terms,
26                  id_key        = 'id',
27                  label_key     = 'description',
28                  show_empty    = 1
29                  allow_textbox = 0 -%]
30           <script type='text/javascript'>$('#payment_id').change(function(){
31             if (this.value) set_duedate(['payment_id__' + this.value, 'invdate__' + invdate.value],['duedate'])})
32           </script>
33          </td>
34         </tr>
35 [%- IF id && follow_ups.size %]
36         <tr>
37           <td colspan="2">
38             [%- LxERP.format_string('Es gibt #1 Wiedervorlage(n), von denen #2 fällig ist/sind.',
39                                      follow_ups.size, follow_ups_unfinished) | html
40             %]
41           <td>
42         </tr>
43 [%- END %]
44        </table>
45       </td>
46       <td>
47        <table>
48         <tr>
49          <th  align=left>Ertrag</th>
50          <td>[% LxERP.format_amount(marge_total, 2, 0) %]</td>
51         </tr>
52         <tr>
53          <th  align=left>Ertrag prozentual</th>
54          <td>[% LxERP.format_amount(marge_percent, 2, 0) %] %</td>
55         </tr>
56         <input type=hidden name="marge_total" value="[% marge_total %]">
57         <input type=hidden name="marge_percent" value="[% marge_percent %]">
58        </table>
59       </td>
60       <td align="right">
61   [%- IF taxaccounts %]
62        <input name="taxincluded" class="checkbox" type="checkbox" [% IF taxincluded %]checked[% END %]>
63        <b>Steuer im Preis inbegriffen</b>
64        <br>
65        <br>
66   [%- END %]
67        <table>
68
69 [%- UNLESS taxincluded %]
70         <tr>
71          <th align="right">Zwischensumme</th>
72          <td align="right">[% LxERP.format_amount(invsubtotal, 2) %]</td>
73        </tr>
74 [%- END %]
75
76 [%# tax %]
77 [% FOREACH item = taxaccounts_array %]
78 [% SET description_ref = item _ '_description' %]
79 [% SET rate_ref        = item _ '_rate' %]
80 [% SET total_ref       = item _ '_total' %]
81 [% SET netto_ref       = item _ '_netto' %]
82        <tr>
83         <th align="right">Enthaltene [% $description_ref | html %]&nbsp;[% $rate_ref * 100 %]%</th>
84         <td align="right">[% LxERP.format_amount($total_ref, 2) %]</td>
85        </tr>
86   [%- IF taxincluded %]
87        <tr>
88         <th align="right">Nettobetrag</th>
89         <td align="right">[% LxERP.format_amount($netto_ref, 2) %]</td>
90        </tr>
91   [%- END %]
92 [%- END %]
93
94         <tr>
95          <th align="right">Summe</th>
96          <td align="right">[% LxERP.format_amount(invtotal, 2) %]</td>
97         </tr>
98        </table>
99       </td>
100      </tr>
101     </table>
102    </td>
103   </tr>
104
105 [% PROCESS 'webdav/_list_de.html' %]
106
107 [% PROCESS 'is/_payments_de.html' %]
108
109   <tr>
110     <td><hr size="3" noshade></td>
111   </tr>
112   <tr>
113     <td>
114 [% print_options %]
115     </td>
116   </tr>
117  </table>
118
119
120
121   [% IF id %]
122
123     <input class="submit" type="submit" accesskey="u" name="action" id="update_button" value="Erneuern">
124     <input class="submit" type="submit" name="action" value="Lieferadresse">
125     <input class="submit" type="submit" name="action" value="Drucken">
126     <input class="submit" type="submit" name="action" value="eMail">
127 [% IF  show_storno %]
128     <input class="submit" type="submit" name="action" value="Storno">
129 [% END %]
130     <input class="submit" type="submit" name="action" value="Zahlung buchen">
131     <input class="submit" type="submit" name="action" value="Als Vorlage verwenden">
132
133 [% IF id && !is_type_credit_note %]
134     <input class="submit" type="submit" name="action" value="Gutschrift">
135 [% END %]
136 [% IF show_delete %]
137     <input class="submit" type="submit" name="action" value="Löschen">
138     <input class="submit" type="submit" name="action" value="Buchen">
139 [% END %]
140
141   [%- UNLESS locked %]
142        <input class="submit" type="submit" name="action" value="Auftrag">
143   [%- END %]
144
145     <input type="button" class="submit" onclick="follow_up_window()" value="Wiedervorlage">
146
147  [% ELSE # no id %]
148    [% UNLESS locked %]
149       <input class="submit" type="submit" name="action" id="update_button" value="Erneuern">
150       <input class="submit" type="submit" name="action" value="Lieferadresse">
151       <input class="submit" type="submit" name="action" value="Druckvorschau">
152       <input class="submit" type="submit" name="action" value="eMail">
153       <input class="submit" type="submit" name="action" value="Drucken und Buchen">
154       <input class="submit" type="submit" name="action" value="Buchen">
155       <input class="submit" type="submit" name="action" value="Entwurf speichern">
156    [%- END %]
157  [% END # id %]
158
159   [% IF id %]
160       [%#- button for saving history %]
161       <input type="button" class="submit" onclick="set_history_window([% id | html %]);" name="history" id="history" value="Historie">
162
163       <input type="submit" class="submit" name="action" value="als bezahlt markieren">
164   [% END %]
165
166 <input type="hidden" name="rowcount" value="[% rowcount %]">
167 <input type="hidden" name="callback" value="[% callback %]">
168 <input type="hidden" name="draft_id" value="[% draft_id %]">
169 <input type="hidden" name="draft_description" value="[% draft_description %]">
170 <input type="hidden" name="customer_discount" value="[% customer_discount %]">
171 <input type="hidden" name="gldate" value="[% gldate %]">
172 </form>
173
174 </body>
175
176 </html>