Zwei neue Features:
[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       [%- IF id && num_follow_ups %]
30       <tr>
31        <td colspan="2">[% LxERP.format_string('Es gibt #1 Wiedervorlage(n), von denen #2 f&auml;llig ist/sind.', num_follow_ups, num_due_follow_ups) %]</td>
32       </tr>
33       [%- END %]
34       </table>
35           </td>
36 [%- IF is_sales %]
37           <td>
38             <table>
39
40             <tr>
41               <th  align=left>Ertrag</th>
42               <td align="right">[% LxERP.format_amount(marge_total, 2) %]</td>
43             </tr>
44             <tr>
45               <th  align=left>Ertrag prozentual</th>
46               <td align="right">[% LxERP.format_amount(marge_percent, 2) %]</td>
47               <td>%</td>
48             </tr>
49
50             <input type=hidden name="marge_total" value="[% marge_total %]">
51             <input type=hidden name="marge_percent" value="[% marge_percent %]">
52             </table>
53           </td>
54 [%- END %]
55           <td align=right>
56 [%- IF taxaccounts %]
57             <input name=taxincluded class=checkbox type=checkbox value=1 [% IF taxincluded %]checked[% END %]><b>Steuer im Preis inbegriffen</b><br><br>
58 [%- END %]
59             <table>
60               [% subtotal %]
61               [% tax %]
62               <tr>
63                 <th align=right>Summe</th>
64                 <td align=right>[% LxERP.format_amount(invtotal, 2) %]</td>
65               </tr>
66             </table>
67           </td>
68         </tr>
69       </table>
70     </td>
71   </tr>
72 <input type=hidden name=oldinvtotal value="[% HTML.escape(oldinvtotal) %]">
73 <input type=hidden name=oldtotalpaid value="[% HTML.escape(totalpaid) %]">
74   <tr>
75     <td><hr size=3 noshade></td>
76   </tr>
77
78 [%- IF webdav %]
79   <tr>
80     <th class=listtop align=left>Dokumente im Webdav-Repository</th>
81   </tr>
82     <table width=100%>
83      <tr>
84       <td align=left width=30%><b>Dateiname</b></td>
85       <td align=left width=70%><b>Webdavlink</b></td>
86      </tr>
87  [%- FOREACH file = WEBDAV %] 
88       <tr>
89         <td align="left">[% file.name %]</td>
90         <td align="left"><a href="[% file.link %]">[% file.type %]</a></td>
91       </tr>
92  [%- END %]
93     </table>
94   </tr>
95   <tr>
96     <td><hr size=3 noshade></td>
97   </tr>
98 [%- END %]
99
100   <tr>
101     <td>
102       [% print_options %]
103     </td>
104   </tr>
105 </table>
106
107 [% label_edit %]<br>
108 <input class=submit type=submit name=action id=update_button value="Erneuern">
109 <input class=submit type=submit name=action value="Lieferadresse">
110 <input class=submit type=submit name=action value="Drucken">
111 <input class=submit type=submit name=action value="eMail">
112 <input class=submit type=submit name=action value="Speichern">
113 <input class=submit type=submit name=action value="Speichern und schließen">
114
115 [%- IF id %]
116   <input type="button" class="submit" onclick="follow_up_window()" value="Wiedervorlage">
117   <input type="button" class="submit" onclick="set_history_window([% HTML.escape(id) %])" name="history" id="history" value="Historie">
118
119   <br>[% label_workflow %]<br>
120   <input class=submit type=submit name=action value="als neu speichern">
121   <input class=submit type=submit name=action value="Löschen">
122
123   [%- IF is_sales_quo %]
124     <input class=submit type=submit name=action value="Kundenauftrag">
125   [%- END %]
126
127   [%- IF is_req_quo %]
128     <input class=submit type=submit name=action value="Lieferantenauftrag">
129   [%- END %]
130
131   <input class=submit type=submit name=action value="Rechnung">
132
133   <br>[% heading %] als neue Vorlage verwenden f&uuml;r<br>
134   [%- IF is_sales_ord %]
135     <input class=submit type=submit name=action value="Lieferantenauftrag">
136     <input class=submit type=submit name=action value="Angebot">
137   [%- ELSE %]
138    [%- IF is_pur_ord %]
139     <input class=submit type=submit name=action value="Kundenauftrag">
140     <input class=submit type=submit name=action value="Anfrage">
141    [%- ELSE %]
142     <input class=submit type=submit name=action value="Auftrag">
143    [%- END %]
144   [%- END %]
145 [%- END %]
146
147 <input type=hidden name=saved_xyznumber value="[% HTML.escape(saved_xyznumber) %]">
148 <input type=hidden name=rowcount value="[% HTML.escape(rowcount) %]">
149 <input type=hidden name=callback value="[% callback %]">
150
151 </form>
152
153 </body>
154 </html>