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',
30 class = 'initial_focus',
34 [%- IF ALL_DEPARTMENTS.size %]
36 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
38 [%- INCLUDE 'generic/multibox.html'
39 name = 'department_id',
40 style = 'width: 250px',
41 DATA = ALL_DEPARTMENTS,
43 label_key = 'description',
52 <th align="right">[% HTML.escape(ordlabel) %]</th>
53 <td colspan="3"><input name="[% HTML.escape(ordnrname) %]" style="width: 250px"></td>
56 <th align="right">[% 'Employee' | $T8 %]</th>
57 <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
60 <th align="right">[% 'Salesman' | $T8 %]</th>
61 <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %]</td>
64 <th align="right">[% 'Transaction description' | $T8 %]</th>
65 <td colspan="3"><input name="transaction_description" style="width: 250px"></td>
68 <th align="right">[% 'Project Number' | $T8 %]</th>
70 [%- INCLUDE 'generic/multibox.html'
71 name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id',
72 style = "width: 250px",
75 label_key = 'projectnumber',
83 <th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
85 [% L.date_tag('transdatefrom') %]
87 <th align="right">[% 'Bis' | $T8 %]</th>
89 [% L.date_tag('transdateto') %]
93 <th align="right">[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
95 [% L.date_tag('reqdatefrom') %]
97 <th align="right">[% 'Bis' | $T8 %]</th>
99 [% L.date_tag('reqdateto') %]
103 <th align="right">[% 'Include in Report' | $T8 %]</th>
108 <input type="checkbox" name="open" value="1" id="open" checked>
109 <label for="open">[% 'Open' | $T8 %]</label>
112 <input type="checkbox" name="closed" value="1" id="closed">
113 <label for="closed">[% 'Closed' | $T8 %]</label>
116 [%- IF type == 'sales_order' OR type == 'purchase_order' %]
119 <input name="notdelivered" id="notdelivered" class="checkbox" type="checkbox" value="1" checked>
120 <label for="notdelivered">[% 'Not delivered' | $T8 %]</label>
123 <input name="delivered" id="delivered" class="checkbox" type="checkbox" value="1" checked>
124 <label for="delivered">[% 'Delivery Order created' | $T8 %]</label>
128 [%- IF type == 'sales_order' %]
131 [% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %]
134 [% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %]
140 <input name="l_id" id="l_id" class="checkbox" type="checkbox" value="Y">
141 <label for="l_id">[% 'ID' | $T8 %]</label>
144 <input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked>
145 <label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
150 <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y" checked>
151 <label for="l_transdate">[% 'Date' | $T8 %]</label>
154 <input name="l_reqdate" id="l_reqdate" class="checkbox" type="checkbox" value="Y" checked>
155 <label for="l_reqdate">[% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %]</label>
160 <input name="l_name" id="l_name" class="checkbox" type="checkbox" value="Y" checked>
161 <label for="l_name">[% HTML.escape(vclabel) %]
164 <input name="l_employee" id="l_employee" class="checkbox" type="checkbox" value="Y" checked>
165 <label for="l_employee">[% 'Employee' | $T8 %]</label>
168 <input name="l_shipvia" id="l_shipvia" class="checkbox" type="checkbox" value="Y">
169 <label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
174 <input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
175 <label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
180 <input name="l_netamount" id="l_netamount" class="checkbox" type="checkbox" value="Y">
181 <label for="l_netamount">[% 'Amount' | $T8 %]</label>
184 <input name="l_tax" id="l_tax" class="checkbox" type="checkbox" value="Y">
185 <label for="l_tax">[% 'Tax' | $T8 %]</label>
188 <input name="l_amount" id="l_amount" class="checkbox" type="checkbox" value="Y" checked>
189 <label for="l_amount">[% 'Total' | $T8 %]</label>
194 <input name="l_marge_total" id="l_marge_total" class="checkbox" type="checkbox" value="Y">
195 <label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
198 <input name="l_marge_percent" id="l_marge_percent" class="checkbox" type="checkbox" value="Y">
199 <label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
204 <input name="l_globalprojectnumber" id="l_globalprojectnumber" class="checkbox" type="checkbox" value="Y">
205 <label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
208 <input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y">
209 <label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label>
214 <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
215 <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
218 <input name="l_salesman" id="l_salesman" class="checkbox" type="checkbox" value="Y">
219 <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
223 <td colspan=4 align=left><b>[% HTML.escape(vclabel) %]</td>
227 <input name="l_vcnumber" id="l_vcnumber" class="checkbox" type="checkbox" value="Y">
228 <label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
231 <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
232 <label for="l_country">[% 'Country' | $T8 %]</label>
235 <input name="l_ustid" id="l_ustid" class="checkbox" type="checkbox" value="Y">
236 <label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
239 [%- IF type == 'sales_order' %]
240 <tr><td colspan="3"><hr></td></tr>
251 <input type="hidden" name="nextsub" value="orders">
252 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
253 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
254 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">