dd0abf8f653fd472527994742db9c0cbb7190653
[kivitendo-erp.git] / templates / webpages / oe / orders_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               </tr>
13               <tr valign=top>
14                 <td>[% notes %]</td>
15                 <td>[% intnotes %]</td>
16               </tr>
17               <tr>
18                 <th align="right">Zahlungskonditionen</th>
19                 <td>
20                       [%- INCLUDE 'generic/multibox.html' 
21                            name       = 'payment_id', 
22                            style      = 'width: 250px', 
23                            DATA       = ALL_PAYMENTS, 
24                            id_key     = 'id', 
25                            label_key  = 'description',
26                            show_empty = 1 -%]
27                 </td>
28             </tr>
29       </table>
30           </td>
31 [%- IF is_sales %]
32           <td>
33             <table>
34
35             <tr>
36               <th  align=left>Ertrag</th>
37               <td align="right">[% LxERP.format_amount(marge_total, 2) %]</td>
38             </tr>
39             <tr>
40               <th  align=left>Ertrag prozentual</th>
41               <td align="right">[% LxERP.format_amount(marge_percent, 2) %]</td>
42               <td>%</td>
43             </tr>
44
45             <input type=hidden name="marge_total" value="[% marge_total %]">
46             <input type=hidden name="marge_percent" value="[% marge_percent %]">
47             </table>
48           </td>
49 [%- END %]
50           <td align=right>
51 [%- IF taxaccounts %]
52             <input name=taxincluded class=checkbox type=checkbox value=1 [% IF taxincluded %]checked[% END %]><b>Steuer im Preis inbegriffen</b><br><br>
53 [%- END %]
54             <table>
55               [% subtotal %]
56               [% tax %]
57               <tr>
58                 <th align=right>Summe</th>
59                 <td align=right>[% LxERP.format_amount(invtotal, 2) %]</td>
60               </tr>
61             </table>
62           </td>
63         </tr>
64       </table>
65     </td>
66   </tr>
67 <input type=hidden name=oldinvtotal value="[% HTML.escape(oldinvtotal) %]">
68 <input type=hidden name=oldtotalpaid value="[% HTML.escape(totalpaid) %]">
69   <tr>
70     <td><hr size=3 noshade></td>
71   </tr>
72
73 [%- IF webdav %]
74   <tr>
75     <th class=listtop align=left>Dokumente im Webdav-Repository</th>
76   </tr>
77     <table width=100%>
78      <tr>
79       <td align=left width=30%><b>Dateiname</b></td>
80       <td align=left width=70%><b>Webdavlink</b></td>
81      </tr>
82  [%- FOREACH file = WEBDAV %] 
83       <tr>
84         <td align="left">[% file.name %]</td>
85         <td align="left"><a href="[% file.link %]">[% file.type %]</a></td>
86       </tr>
87  [%- END %]
88     </table>
89   </tr>
90   <tr>
91     <td><hr size=3 noshade></td>
92   </tr>
93 [%- END %]
94
95   <tr>
96     <td>
97       [% print_options %]
98     </td>
99   </tr>
100 </table>
101
102 [% label_edit %]<br>
103 <input class=submit type=submit name=action id=update_button value="Erneuern">
104 <input class=submit type=submit name=action value="Lieferadresse">
105 <input class=submit type=submit name=action value="Drucken">
106 <input class=submit type=submit name=action value="eMail">
107 <input class=submit type=submit name=action value="Speichern">
108 <input class=submit type=submit name=action value="Speichern und schließen">
109
110 [%- IF id %]
111   <input type="button" class="submit" onclick="set_history_window([% HTML.escape(id) %])" name="history" id="history" value="Historie">
112
113   <br>[% label_workflow %]<br>
114   <input class=submit type=submit name=action value="als neu speichern">
115   <input class=submit type=submit name=action value="Löschen">
116
117   [%- IF is_sales_quo %]
118     <input class=submit type=submit name=action value="Kundenauftrag">
119   [%- END %]
120
121   [%- IF is_req_quo %]
122     <input class=submit type=submit name=action value="Lieferantenauftrag">
123   [%- END %]
124
125   <input class=submit type=submit name=action value="Rechnung">
126
127   <br>[% heading %] als neue Vorlage verwenden f&uuml;r<br>
128   [%- IF is_sales_ord %]
129     <input class=submit type=submit name=action value="Lieferantenauftrag">
130     <input class=submit type=submit name=action value="Angebot">
131   [%- ELSE %]
132    [%- IF is_pur_ord %]
133     <input class=submit type=submit name=action value="Kundenauftrag">
134     <input class=submit type=submit name=action value="Anfrage">
135    [%- ELSE %]
136     <input class=submit type=submit name=action value="Auftrag">
137    [%- END %]
138   [%- END %]
139 [%- END %]
140
141 <input type=hidden name=saved_xyznumber value="[% HTML.escape(saved_xyznumber) %]">
142 <input type=hidden name=rowcount value="[% HTML.escape(rowcount) %]">
143 <input type=hidden name=callback value="[% callback %]">
144
145 </form>
146
147 </body>
148 </html>