11 |
11 |
<form method="post" id='form' name="invoice" action="[% script %]">
|
12 |
12 |
|
13 |
13 |
[%- FOREACH key = HIDDENS %]
|
14 |
|
<input type="hidden" name="[% HTML.escape(key) %]" value="[% HTML.escape($key) %]">
|
|
14 |
<input type="hidden" name="[% HTML.escape(key) %]" id="[% HTML.escape(key) %]" value="[% HTML.escape($key) %]">
|
15 |
15 |
[%- END %]
|
16 |
|
<input type="hidden" name="follow_up_trans_id_1" value="[% id %]">
|
17 |
|
<input type="hidden" name="follow_up_trans_type_1" value="sales_invoice">
|
18 |
|
<input type="hidden" name="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
|
19 |
|
<input type="hidden" name="follow_up_rowcount" value="1">
|
20 |
|
<input type="hidden" name="lastmtime" value="[% HTML.escape(lastmtime) %]">
|
|
16 |
<input type="hidden" name="follow_up_trans_id_1" id="follow_up_trans_id_1" value="[% id %]">
|
|
17 |
<input type="hidden" name="follow_up_trans_type_1" id="follow_up_trans_type_1" value="sales_invoice">
|
|
18 |
<input type="hidden" name="follow_up_trans_info_1" id="follow_up_trans_info_1" value="[% HTML.escape(follow_up_trans_info) %]">
|
|
19 |
<input type="hidden" name="follow_up_rowcount" id="follow_up_rowcount" value="1">
|
|
20 |
<input type="hidden" name="lastmtime" id="lastmtime" value="[% HTML.escape(lastmtime) %]">
|
21 |
21 |
|
22 |
22 |
<h1>[% title %]</h1>
|
23 |
23 |
|
... | ... | |
57 |
57 |
[% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus") %]
|
58 |
58 |
[% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
|
59 |
59 |
[% L.hidden_tag("previous_customer_id", customer_id) %]
|
60 |
|
<input type="hidden" name="customer_pricegroup_id" value="[% HTML.escape(customer_pricegroup_id) %]">
|
|
60 |
[% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %]
|
61 |
61 |
</td>
|
62 |
62 |
</tr>
|
63 |
63 |
[%- IF ALL_CONTACTS.size %]
|
... | ... | |
204 |
204 |
[%- IF is_type_credit_note %]
|
205 |
205 |
<tr>
|
206 |
206 |
<th align="right" nowrap>[% 'Credit Note Number' | $T8 %]</th>
|
207 |
|
<td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
|
|
207 |
<td colspan="3"><input size='11' name="invnumber" id="invnumber" value="[% HTML.escape(invnumber) %]"></td>
|
208 |
208 |
</tr>
|
209 |
209 |
<tr>
|
210 |
210 |
<th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
|
211 |
|
<td colspan="3"><input size='11' name="invnumber_for_credit_note" value="[% HTML.escape(invnumber_for_credit_note) %]"></td>
|
|
211 |
<td colspan="3"><input size='11' name="invnumber_for_credit_note" id="invnumber_for_credit_note" value="[% HTML.escape(invnumber_for_credit_note) %]"></td>
|
212 |
212 |
</tr>
|
213 |
213 |
<tr>
|
214 |
214 |
<th align="right">[% 'Credit Note Date' | $T8 %]</th>
|
... | ... | |
217 |
217 |
[%- ELSE %]
|
218 |
218 |
<tr>
|
219 |
219 |
<th align="right" nowrap>[% 'Invoice Number' | $T8 %]</th>
|
220 |
|
<td colspan="3"><input size='11' name="invnumber" value="[% HTML.escape(invnumber) %]"></td>
|
|
220 |
<td colspan="3"><input size='11' name="invnumber" id="invnumber" value="[% HTML.escape(invnumber) %]"></td>
|
221 |
221 |
</tr>
|
222 |
222 |
<tr>
|
223 |
223 |
<th align="right">[% 'Invoice Date' | $T8 %]</th>
|
... | ... | |
232 |
232 |
</tr>
|
233 |
233 |
<tr>
|
234 |
234 |
<th align="right" nowrap>[% 'Delivery Order Number' | $T8 %]</th>
|
235 |
|
<td colspan="3"><input size='11' name="donumber" value="[% HTML.escape(donumber) %]"></td>
|
|
235 |
<td colspan="3"><input size='11' name="donumber" id="donumber" value="[% HTML.escape(donumber) %]"></td>
|
236 |
236 |
</tr>
|
237 |
237 |
[%- END %]
|
238 |
238 |
<tr>
|
... | ... | |
241 |
241 |
</tr>
|
242 |
242 |
<tr>
|
243 |
243 |
<th align="right" nowrap>[% 'Order Number' | $T8 %]</th>
|
244 |
|
<td colspan="3"><input size='11' name="ordnumber" value="[% HTML.escape(ordnumber) %]"></td>
|
|
244 |
<td colspan="3"><input size='11' name="ordnumber" id="ordnumber" value="[% HTML.escape(ordnumber) %]"></td>
|
245 |
245 |
</tr>
|
246 |
246 |
<tr>
|
247 |
247 |
<th align="right" nowrap>[% 'Order Date' | $T8 %]</th>
|
... | ... | |
249 |
249 |
</tr>
|
250 |
250 |
<tr>
|
251 |
251 |
<th align="right" nowrap>[% 'Quotation Number' | $T8 %]</th>
|
252 |
|
<td colspan="3"><input size='11' name="quonumber" value="[% HTML.escape(quonumber) %]"></td>
|
|
252 |
<td colspan="3"><input size='11' name="quonumber" id="quonumber" value="[% HTML.escape(quonumber) %]"></td>
|
253 |
253 |
</tr>
|
254 |
254 |
<tr>
|
255 |
255 |
<th align="right" nowrap>[% 'Quotation Date' | $T8 %]</th>
|
... | ... | |
257 |
257 |
</tr>
|
258 |
258 |
<tr>
|
259 |
259 |
<th align="right" nowrap>[% 'Customer Order Number' | $T8 %]</th>
|
260 |
|
<td colspan="3"><input size='11' name="cusordnumber" value="[% HTML.escape(cusordnumber) %]"></td>
|
|
260 |
<td colspan="3"><input size='11' name="cusordnumber" id="cusordnumber" value="[% HTML.escape(cusordnumber) %]"></td>
|
261 |
261 |
</tr>
|
262 |
262 |
<tr>
|
263 |
263 |
<th align="right" nowrap>[% 'Project Number' | $T8 %]</th>
|
ActionBar: Rechnungen: E-Mail-Versand über Dialog implementiert