5 [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
6 [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
8 <form method="post" action="oe.pl">
10 <p><div class="listtop">[% HTML.escape(title) %]</div></p>
17 <th align="right">[% HTML.escape(vclabel) %]</th>
19 [%- INCLUDE 'generic/multibox.html'
21 default = vc == 'customer' ? oldcustomer : oldvendor,
22 style = 'width: 250px',
33 [%- IF ALL_DEPARTMENTS.size %]
35 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
37 [%- INCLUDE 'generic/multibox.html'
38 name = 'department_id',
39 style = 'width: 250px',
40 DATA = ALL_DEPARTMENTS,
42 label_key = 'description',
51 <th align="right">[% HTML.escape(ordlabel) %]</th>
52 <td colspan="3"><input name="[% HTML.escape(ordnrname) %]" style="width: 250px"></td>
55 <th align="right">[% 'Employee' | $T8 %]</th>
56 <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
59 <th align="right">[% 'Salesman' | $T8 %]</th>
60 <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
63 <th align="right">[% 'Transaction description' | $T8 %]</th>
64 <td colspan="3"><input name="transaction_description" style="width: 250px"></td>
67 <th align="right">[% 'Project Number' | $T8 %]</th>
69 [%- INCLUDE 'generic/multibox.html'
70 name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id',
71 style = "width: 250px",
74 label_key = 'projectnumber',
82 <th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
84 [% L.date_tag('transdatefrom') %]
86 <th align="right">[% 'Bis' | $T8 %]</th>
88 [% L.date_tag('transdateto') %]
92 <th align="right">[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
94 [% L.date_tag('reqdatefrom') %]
96 <th align="right">[% 'Bis' | $T8 %]</th>
98 [% L.date_tag('reqdateto') %]
102 <th align="right">[% 'Include in Report' | $T8 %]</th>
107 <input type="checkbox" name="open" value="1" id="open" checked>
108 <label for="open">[% 'Open' | $T8 %]</label>
111 <input type="checkbox" name="closed" value="1" id="closed">
112 <label for="closed">[% 'Closed' | $T8 %]</label>
115 [%- IF type == 'sales_order' OR type == 'purchase_order' %]
118 <input name="notdelivered" id="notdelivered" class="checkbox" type="checkbox" value="1" checked>
119 <label for="notdelivered">[% 'Not delivered' | $T8 %]</label>
122 <input name="delivered" id="delivered" class="checkbox" type="checkbox" value="1" checked>
123 <label for="delivered">[% 'Delivery Order created' | $T8 %]</label>
127 [%- IF type == 'sales_order' %]
130 [% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %]
133 [% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %]
139 <input name="l_id" id="l_id" class="checkbox" type="checkbox" value="Y">
140 <label for="l_id">[% 'ID' | $T8 %]</label>
143 <input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked>
144 <label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
149 <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y" checked>
150 <label for="l_transdate">[% 'Date' | $T8 %]</label>
153 <input name="l_reqdate" id="l_reqdate" class="checkbox" type="checkbox" value="Y" checked>
154 <label for="l_reqdate">[% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %]</label>
159 <input name="l_name" id="l_name" class="checkbox" type="checkbox" value="Y" checked>
160 <label for="l_name">[% HTML.escape(vclabel) %]
163 <input name="l_employee" id="l_employee" class="checkbox" type="checkbox" value="Y" checked>
164 <label for="l_employee">[% 'Employee' | $T8 %]</label>
167 <input name="l_shipvia" id="l_shipvia" class="checkbox" type="checkbox" value="Y">
168 <label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
173 <input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
174 <label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
179 <input name="l_netamount" id="l_netamount" class="checkbox" type="checkbox" value="Y">
180 <label for="l_netamount">[% 'Amount' | $T8 %]</label>
183 <input name="l_tax" id="l_tax" class="checkbox" type="checkbox" value="Y">
184 <label for="l_tax">[% 'Tax' | $T8 %]</label>
187 <input name="l_amount" id="l_amount" class="checkbox" type="checkbox" value="Y" checked>
188 <label for="l_amount">[% 'Total' | $T8 %]</label>
193 <input name="l_marge_total" id="l_marge_total" class="checkbox" type="checkbox" value="Y">
194 <label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
197 <input name="l_marge_percent" id="l_marge_percent" class="checkbox" type="checkbox" value="Y">
198 <label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
203 <input name="l_globalprojectnumber" id="l_globalprojectnumber" class="checkbox" type="checkbox" value="Y">
204 <label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
207 <input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y">
208 <label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label>
213 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
214 <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
217 <input name="l_salesman" id="l_salesman" class="checkbox" type="checkbox" value="Y">
218 <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
222 <td colspan=4 align=left><b>[% HTML.escape(vclabel) %]</td>
226 <input name="l_vcnumber" id="l_vcnumber" class="checkbox" type="checkbox" value="Y">
227 <label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
230 <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
231 <label for="l_country">[% 'Country' | $T8 %]</label>
234 <input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y">
235 <label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
238 [%- IF type == 'sales_order' %]
239 <tr><td colspan="3"><hr></td></tr>
250 <input type="hidden" name="nextsub" value="orders">
251 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
252 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
253 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">