Volltext-Suche im Auftragsbericht
[kivitendo-erp.git] / templates / webpages / oe / search.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 [%- USE LxERP %]
4 [%- USE L %][%- USE P -%]
5 <h1>[% HTML.escape(title) %]</h1>
6
7 [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
8 [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
9 [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
10 [%- SET vcdefault = 'old' _ vc %]
11 [%- SET style="width: 250px" %]
12
13 <form method="post" action="oe.pl" id="form">
14
15 <table width="100%">
16  <tr>
17   <td>
18    <table>
19     <tr>
20      <th align="right">[% HTML.escape(vclabel) %]</th>
21      <td>[% L.input_tag(vc, $vcdefault, style=style, class="initial_focus") %]</td>
22     </tr>
23     <tr>
24      <th align="right" nowrap>[% 'Contact Person' | $T8 %]</th>
25      <td>[% L.input_tag("cp_name", '', style=style) %]</td>
26     </tr>
27 [%- IF ALL_DEPARTMENTS.size %]
28     <tr>
29      <th align="right" nowrap>[% 'Department' | $T8 %]</th>
30      <td colspan=3>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style=style) %]</td>
31     </tr>
32 [%- END %]
33     <tr>
34      <th align="right">[% HTML.escape(ordlabel) %]</th>
35      <td>[% L.input_tag(ordnrname, "", style=style) %]</td>
36     </tr>
37 [% IF is_order %]
38     <tr>
39      <th align="right">[% LxERP.t8("Customer Order Number") %]</th>
40      <td>[% L.input_tag("cusordnumber", '', style=style) %]</td>
41     </tr>
42 [% END %]
43     <tr>
44      <th align="right">[% 'Employee' | $T8 %]</th>
45      <td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style=style) %]</td>
46     </tr>
47     <tr>
48      <th align="right">[% 'Salesman' | $T8 %]</th>
49      <td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style=style) %]</td>
50     </tr>
51     <tr>
52      <th align="right">[% 'Steuersatz' | $T8 %]</th>
53      <td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style=style) %]</td>
54     </tr>
55     <tr>
56      <th align="right">[% 'Shipping Point' | $T8 %]</th>
57      <td>[% L.input_tag('shippingpoint', '', style=style) %]</td>
58     </tr>
59     <tr>
60      <th align="right">[% 'Transaction description' | $T8 %]</th>
61      <td>[% L.input_tag("transaction_description", "", style=style) %]</td>
62      <th align="right">[% 'Part Description' | $T8 %]</th>
63      <td>[% L.input_tag("parts_description", "", style=style) %]</td>
64     </tr>
65     <tr>
66      <th align="right">[% 'Project' | $T8 %]</th>
67      <td>[% P.project.picker("project_id", '', active="both", valid="both", style=style) %]</td>
68      <th align="right">[% 'Part Number' | $T8 %]</th>
69      <td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
70     </tr>
71     [%- UNLESS ALL_BUSINESS_TYPES.size == 0 %]
72     <tr>
73      <th align="right" nowrap>[% vctypelabel %]</th>
74      <td>
75       [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style=style) %]
76      </td>
77     </tr>
78     [%- END %]
79     <tr>
80      <th align="right">[% 'Internal Notes' | $T8 %]</th>
81      <td>[% L.input_tag('intnotes', '', style=style) %]</td>
82     </tr>
83     <tr>
84      <th align="right">[% 'Phone Notes' | $T8 %]</th>
85      <td>[% L.input_tag('phone_notes', '', style=style) %]</td>
86     </tr>
87     [%- IF type == 'sales_order' %]
88     <tr>
89      <th align="right">[% 'Full Text' | $T8 %]</th>
90      <td>[% L.input_tag('fulltext', '', style=style) %]</td>
91     </tr>
92     [%- END %]
93     <tr>
94      <th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
95      <td>
96        [% L.date_tag('transdatefrom') %]
97        [% 'Bis' | $T8 %]
98       [% L.date_tag('transdateto') %]
99      </td>
100     </tr>
101     <tr>
102      <th align="right">[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
103      <td>
104        [% L.date_tag('reqdatefrom') %]
105        [% 'Bis' | $T8 %]
106        [% L.date_tag('reqdateto') %]
107      </td>
108     </tr>
109
110     [%- IF type == 'sales_order' %]
111     <tr>
112      <th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
113      <td>
114        [% L.date_tag('insertdatefrom') %]
115        [% 'Bis' | $T8 %]
116        [% L.date_tag('insertdateto') %]
117      </td>
118     </tr>
119     [%- END %]
120
121 [%- IF type == 'sales_quotation' %]
122     <tr>
123      <th align="right">[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
124      <td>
125       [% L.date_tag('expected_billing_date_from', '') %]
126       [% 'Bis' | $T8 %]
127       [% L.date_tag('expected_billing_date_to', '') %]
128      </td>
129     </tr>
130     <tr>
131      <th align="right">[% 'Order probability' | $T8 %]</th>
132      <td>
133       [% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %]
134       [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %]
135      </td>
136     </tr>
137 [%- END %]
138
139 [%- IF CT_CUSTOM_VARIABLES.size %]
140     <tr>
141       <td></td>
142       <td colspan=4 align=left><b>[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]</b></td>
143     </tr>
144     [% CT_CUSTOM_VARIABLES_FILTER_CODE %]
145 [%- END %]
146
147     <tr>
148      <th align="right">[% 'Include in Report' | $T8 %]</th>
149      <td colspan="5">
150       <table>
151        <tr>
152         <td>
153          <input type="checkbox" name="open" value="1" id="open" checked>
154          <label for="open">[% 'Open' | $T8 %]</label>
155         </td>
156         <td>
157          <input type="checkbox" name="closed" value="1" id="closed">
158          <label for="closed">[% 'Closed' | $T8 %]</label>
159         </td>
160        </tr>
161 [%- IF type == 'sales_order' OR type == 'purchase_order' %]
162        <tr>
163         <td>
164          <input name="notdelivered" id="notdelivered" class="checkbox" type="checkbox" value="1" checked>
165          <label for="notdelivered">[% 'Not delivered' | $T8 %]</label>
166         </td>
167         <td>
168          <input name="delivered" id="delivered" class="checkbox" type="checkbox" value="1" checked>
169          <label for="delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label>
170         </td>
171        </tr>
172 [%- END %]
173 [%- IF type == 'sales_order' %]
174        <tr>
175         <td>
176          [% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %]
177         </td>
178         <td>
179          [% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %]
180         </td>
181        </tr>
182 [%- END %]
183        <tr>
184         <td>
185          <input name="l_id" id="l_id" class="checkbox" type="checkbox" value="Y">
186          <label for="l_id">[% 'ID' | $T8 %]</label>
187         </td>
188         <td>
189          <input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" class="checkbox" type="checkbox" value="Y" checked>
190          <label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
191         </td>
192 [% IF is_order %]
193         <td>
194          <input name="l_cusordnumber" id="l_cusordnumber" class="checkbox" type="checkbox" value="Y" checked>
195          <label for="l_cusordnumber">[% LxERP.t8("Customer Order Number") %]</label>
196         </td>
197 [% END %]
198        </tr>
199        <tr>
200         <td>
201          <input name="l_transdate" id="l_transdate" class="checkbox" type="checkbox" value="Y" checked>
202          <label for="l_transdate">[% 'Date' | $T8 %]</label>
203         </td>
204         <td>
205          <input name="l_reqdate" id="l_reqdate" class="checkbox" type="checkbox" value="Y" checked>
206          <label for="l_reqdate">[% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %]</label>
207         </td>
208         [%- IF type == 'sales_order' %]
209         <td>
210           <input name="l_insertdate" id="l_insertdate" class="checkbox" type="checkbox" value="Y">
211           <label for="l_insertdate">[% 'Insert Date' | $T8 %]</label>
212         </td>
213         [%- END %]
214        </tr>
215        <tr>
216         <td>
217          <input name="l_name" id="l_name" class="checkbox" type="checkbox" value="Y" checked>
218          <label for="l_name">[% HTML.escape(vclabel) %]</label>
219         </td>
220         <td>
221          <input name="l_employee" id="l_employee" class="checkbox" type="checkbox" value="Y" checked>
222          <label for="l_employee">[% 'Employee' | $T8 %]</label>
223         </td>
224         <td>
225          <input name="l_shipvia" id="l_shipvia" class="checkbox" type="checkbox" value="Y">
226          <label for="l_shipvia">[% 'Ship via' | $T8 %]</label>
227         </td>
228        </tr>
229        <tr>
230         <td>
231          <input name="l_customernumber" id="l_customernumber" class="checkbox" type="checkbox" value="Y">
232          <label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
233         </td>
234         <td>[%- L.checkbox_tag('l_taxzone',       label => LxERP.t8('Steuersatz'))     %]</td>
235         <td>[%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]</td>
236        </tr>
237        <tr>
238         <td>
239          <input name="l_netamount" id="l_netamount" class="checkbox" type="checkbox" value="Y">
240          <label for="l_netamount">[% 'Amount' | $T8 %]</label>
241         </td>
242         <td>
243          <input name="l_tax" id="l_tax" class="checkbox" type="checkbox" value="Y">
244          <label for="l_tax">[% 'Tax' | $T8 %]</label>
245         </td>
246         <td>
247          <input name="l_amount" id="l_amount" class="checkbox" type="checkbox" value="Y" checked>
248          <label for="l_amount">[% 'Total' | $T8 %]</label>
249         </td>
250        </tr>
251        <tr>
252         <td>
253          <input name="l_marge_total" id="l_marge_total" class="checkbox" type="checkbox" value="Y">
254          <label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
255         </td>
256         <td>
257          <input name="l_marge_percent" id="l_marge_percent" class="checkbox" type="checkbox" value="Y">
258          <label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
259         </td>
260         <td>
261          <input name="l_payment_terms" id="l_payment_terms" class="checkbox" type="checkbox" value="Y">
262          <label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label>
263         </td>
264        </tr>
265        <tr>
266         <td>
267          <input name="l_globalprojectnumber" id="l_globalprojectnumber" class="checkbox" type="checkbox" value="Y">
268          <label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
269         </td>
270         <td>
271          <input name="l_transaction_description" id="l_transaction_description" class="checkbox" type="checkbox" value="Y"[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]>
272          <label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label>
273         </td>
274         <td>
275          [%- L.checkbox_tag('l_department', label => LxERP.t8('Department')) %]
276         </td>
277
278        </tr>
279        <tr>
280         <td>
281          <input name="l_subtotal" id="l_subtotal" class="checkbox" type="checkbox" value="Y">
282          <label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
283         </td>
284         <td>
285          <input name="l_salesman" id="l_salesman" class="checkbox" type="checkbox" value="Y">
286          <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
287         </td>
288         <td>
289          <input name="l_intnotes" id="l_intnotes" class="checkbox" type="checkbox" value="Y">
290          <label for="l_intnotes">[% 'Internal Notes' | $T8 %]</label>
291         </td>
292        </tr>
293 [% IF type == 'sales_quotation' %]
294        <tr>
295         <td colspan="2">
296          <input name="l_order_probability_expected_billing_date" id="l_order_probability_expected_billing_date" class="checkbox" type="checkbox" value="Y">
297          <label for="l_order_probability_expected_billing_date">[% 'Order probability & expected billing date' | $T8 %]</label>
298         </td>
299        </tr>
300 [%- END %]
301        <tr>
302         <td>
303          <input name="l_remaining_amount" id="l_remaining_amount" class="checkbox" type="checkbox" value="Y">
304          <label for="l_remaining_amount">[% 'Remaining Amount' | $T8 %]</label>
305         </td>
306         <td>
307          <input name="l_remaining_netamount" id="l_remaining_netamount" class="checkbox" type="checkbox" value="Y">
308          <label for="l_remaining_netamount">[% 'Remaining Net Amount' | $T8 %]</label>
309         </td>
310        </tr>
311        <tr>
312         <td colspan=4 align=left><b>[% HTML.escape(vclabel) %]</b></td>
313        </tr>
314        <tr>
315         <td>
316          <input name="l_vcnumber" id="l_vcnumber" class="checkbox" type="checkbox" value="Y">
317          <label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
318         </td>
319         <td>
320          <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
321          <label for="l_country">[% 'Country' | $T8 %]</label>
322         </td>
323         <td>
324          <input name="l_ustid"  id="l_ustid" class="checkbox" type="checkbox" value="Y">
325          <label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
326         </td>
327        </tr>
328
329       [% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
330
331       </table>
332      </td>
333     </tr>
334    </table>
335   </td>
336  </tr>
337 </table>
338
339 <input type="hidden" name="vc" value="[% HTML.escape(vc) %]">
340 <input type="hidden" name="type" value="[% HTML.escape(type) %]">
341 <input type="hidden" name="action" value="orders">
342 </form>