5 [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
6 [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
7 [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
9 <form method="post" action="oe.pl">
11 <p><div class="listtop">[% HTML.escape(title) %]</div></p>
18 <th align="right">[% HTML.escape(vclabel) %]</th>
20 [%- INCLUDE 'generic/multibox.html'
22 default = vc == 'customer' ? oldcustomer : oldvendor,
23 style = 'width: 250px',
31 class = 'initial_focus',
35 [%- IF ALL_DEPARTMENTS.size %]
37 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
39 [%- INCLUDE 'generic/multibox.html'
40 name = 'department_id',
41 style = 'width: 250px',
42 DATA = ALL_DEPARTMENTS,
44 label_key = 'description',
53 <th align="right">[% HTML.escape(ordlabel) %]</th>
54 <td colspan="3"><input name="[% HTML.escape(ordnrname) %]" style="width: 250px"></td>
57 <th align="right">[% 'Employee' | $T8 %]</th>
58 <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
61 <th align="right">[% 'Salesman' | $T8 %]</th>
62 <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
65 <th align="right">[% 'Steuersatz' | $T8 %]</th>
66 <td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %]</td>
69 <th align="right">[% 'Shipping Point' | $T8 %]</th>
70 <td colspan="3">[% L.input_tag('shippingpoint', '', style='width:250px') %]</td>
73 <th align="right">[% 'Transaction description' | $T8 %]</th>
74 <td colspan="3"><input name="transaction_description" style="width: 250px"></td>
77 <th align="right">[% 'Project Number' | $T8 %]</th>
79 [%- INCLUDE 'generic/multibox.html'
80 name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id',
81 style = "width: 250px",
84 label_key = 'projectnumber',
91 [%- UNLESS ALL_BUSINESS_TYPES.size == 0 %]
93 <th align="right" nowrap>[% vctypelabel %]</th>
95 [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %]
100 <th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
102 [% L.date_tag('transdatefrom') %]
104 <th align="right">[% 'Bis' | $T8 %]</th>
106 [% L.date_tag('transdateto') %]
110 <th align="right">[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
112 [% L.date_tag('reqdatefrom') %]
114 <th align="right">[% 'Bis' | $T8 %]</th>
116 [% L.date_tag('reqdateto') %]
120 <th align="right">[% 'Include in Report' | $T8 %]</th>
125 <input type="checkbox" name="open" value="1" id="open" checked>
126 <label for="open">[% 'Open' | $T8 %]</label>
129 <input type="checkbox" name="closed" value="1" id="closed">
130 <label for="closed">[% 'Closed' | $T8 %]</label>
133 [%- IF type == 'sales_order' OR type == 'purchase_order' %]
136 <input name="notdelivered" id="notdelivered" class="checkbox" type="checkbox" value="1" checked>
137 <label for="notdelivered">[% 'Not delivered' | $T8 %]</label>
140 <input name="delivered" id="delivered" class="checkbox" type="checkbox" value="1" checked>
141 <label for="delivered">[% 'Delivery Order created' | $T8 %]</label>
145 [%- IF type == 'sales_order' %]
148 [% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %]
151 [% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %]
157 <input name="l_id" id="l_id" class="checkbox" type="checkbox" value="Y">
158 <label for="l_id">[% 'ID' | $T8 %]</label>
161 <input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked>
162 <label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
167 <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y" checked>
168 <label for="l_transdate">[% 'Date' | $T8 %]</label>
171 <input name="l_reqdate" id="l_reqdate" class="checkbox" type="checkbox" value="Y" checked>
172 <label for="l_reqdate">[% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %]</label>
177 <input name="l_name" id="l_name" class="checkbox" type="checkbox" value="Y" checked>
178 <label for="l_name">[% HTML.escape(vclabel) %]
181 <input name="l_employee" id="l_employee" class="checkbox" type="checkbox" value="Y" checked>
182 <label for="l_employee">[% 'Employee' | $T8 %]</label>
185 <input name="l_shipvia" id="l_shipvia" class="checkbox" type="checkbox" value="Y">
186 <label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
191 <input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
192 <label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
194 <td>[%- L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %]</td>
195 <td>[%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]</td>
199 <input name="l_netamount" id="l_netamount" class="checkbox" type="checkbox" value="Y">
200 <label for="l_netamount">[% 'Amount' | $T8 %]</label>
203 <input name="l_tax" id="l_tax" class="checkbox" type="checkbox" value="Y">
204 <label for="l_tax">[% 'Tax' | $T8 %]</label>
207 <input name="l_amount" id="l_amount" class="checkbox" type="checkbox" value="Y" checked>
208 <label for="l_amount">[% 'Total' | $T8 %]</label>
213 <input name="l_marge_total" id="l_marge_total" class="checkbox" type="checkbox" value="Y">
214 <label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
217 <input name="l_marge_percent" id="l_marge_percent" class="checkbox" type="checkbox" value="Y">
218 <label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
223 <input name="l_globalprojectnumber" id="l_globalprojectnumber" class="checkbox" type="checkbox" value="Y">
224 <label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
227 <input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y">
228 <label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label>
233 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
234 <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
237 <input name="l_salesman" id="l_salesman" class="checkbox" type="checkbox" value="Y">
238 <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
242 <td colspan=4 align=left><b>[% HTML.escape(vclabel) %]</td>
246 <input name="l_vcnumber" id="l_vcnumber" class="checkbox" type="checkbox" value="Y">
247 <label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
250 <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
251 <label for="l_country">[% 'Country' | $T8 %]</label>
254 <input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y">
255 <label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
258 [%- IF type == 'sales_order' %]
259 <tr><td colspan="3"><hr></td></tr>
270 <input type="hidden" name="nextsub" value="orders">
271 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
272 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
273 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">