Revision d5884a88
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
18 | 18 |
<table> |
19 | 19 |
<tr> |
20 | 20 |
<th align="right">[% HTML.escape(vclabel) %]</th> |
21 |
<td colspan="3">[% L.input_tag(vc, $vcdefault, style=style, class="initial_focus") %]</td>
|
|
21 |
<td>[% L.input_tag(vc, $vcdefault, style=style, class="initial_focus") %]</td> |
|
22 | 22 |
</tr> |
23 | 23 |
<tr> |
24 | 24 |
<th align="right" nowrap>[% 'Contact Person' | $T8 %]</th> |
25 |
<td colspan="3">[% L.input_tag("cp_name", '', style=style) %]</td>
|
|
25 |
<td>[% L.input_tag("cp_name", '', style=style) %]</td> |
|
26 | 26 |
</tr> |
27 | 27 |
[%- IF ALL_DEPARTMENTS.size %] |
28 | 28 |
<tr> |
... | ... | |
32 | 32 |
[%- END %] |
33 | 33 |
<tr> |
34 | 34 |
<th align="right">[% HTML.escape(ordlabel) %]</th> |
35 |
<td colspan="3"><input name="[% HTML.escape(ordnrname) %]" style=style></td>
|
|
35 |
<td>[% L.input_tag(ordnrname, "", style=style) %]</td>
|
|
36 | 36 |
</tr> |
37 | 37 |
[% IF is_order %] |
38 | 38 |
<tr> |
39 | 39 |
<th align="right">[% LxERP.t8("Customer Order Number") %]</th> |
40 |
<td colspan="3">[% L.input_tag("cusordnumber", '', style=style) %]</td>
|
|
40 |
<td>[% L.input_tag("cusordnumber", '', style=style) %]</td> |
|
41 | 41 |
</tr> |
42 | 42 |
[% END %] |
43 | 43 |
<tr> |
... | ... | |
54 | 54 |
</tr> |
55 | 55 |
<tr> |
56 | 56 |
<th align="right">[% 'Shipping Point' | $T8 %]</th> |
57 |
<td colspan="3">[% L.input_tag('shippingpoint', '', style=style) %]</td>
|
|
57 |
<td>[% L.input_tag('shippingpoint', '', style=style) %]</td> |
|
58 | 58 |
</tr> |
59 | 59 |
<tr> |
60 | 60 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
61 |
<td><input name="transaction_description" style=style></td>
|
|
61 |
<td>[% L.input_tag("transaction_description", "", style=style) %]</td>
|
|
62 | 62 |
|
63 | 63 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
64 |
<td><input name="parts_description" style=style></td>
|
|
64 |
<td>[% L.input_tag("parts_description", "", style=style) %]</td>
|
|
65 | 65 |
</tr> |
66 | 66 |
<tr> |
67 | 67 |
<th align="right">[% 'Project' | $T8 %]</th> |
68 | 68 |
<td>[% P.project_picker("project_id", '', style=style) %]</td> |
69 | 69 |
|
70 | 70 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
71 |
<td><input name="parts_partnumber" style=style></td>
|
|
71 |
<td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
|
|
72 | 72 |
</tr> |
73 | 73 |
[%- UNLESS ALL_BUSINESS_TYPES.size == 0 %] |
74 | 74 |
<tr> |
75 | 75 |
<th align="right" nowrap>[% vctypelabel %]</th> |
76 |
<td colspan="3">
|
|
76 |
<td> |
|
77 | 77 |
[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style=style) %] |
78 | 78 |
</td> |
79 | 79 |
</tr> |
... | ... | |
82 | 82 |
<th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th> |
83 | 83 |
<td> |
84 | 84 |
[% L.date_tag('transdatefrom') %] |
85 |
</td> |
|
86 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
87 |
<td> |
|
85 |
[% 'Bis' | $T8 %] |
|
88 | 86 |
[% L.date_tag('transdateto') %] |
89 | 87 |
</td> |
90 | 88 |
</tr> |
... | ... | |
92 | 90 |
<th align="right">[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th> |
93 | 91 |
<td> |
94 | 92 |
[% L.date_tag('reqdatefrom') %] |
95 |
</td> |
|
96 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
97 |
<td> |
|
93 |
[% 'Bis' | $T8 %] |
|
98 | 94 |
[% L.date_tag('reqdateto') %] |
99 | 95 |
</td> |
100 | 96 |
</tr> |
... | ... | |
104 | 100 |
<th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th> |
105 | 101 |
<td> |
106 | 102 |
[% L.date_tag('insertdatefrom') %] |
107 |
</td> |
|
108 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
109 |
<td> |
|
103 |
[% 'Bis' | $T8 %] |
|
110 | 104 |
[% L.date_tag('insertdateto') %] |
111 | 105 |
</td> |
112 | 106 |
</tr> |
... | ... | |
117 | 111 |
<th align="right">[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th> |
118 | 112 |
<td> |
119 | 113 |
[% L.date_tag('expected_billing_date_from', '' 'BL') %] |
120 |
</td> |
|
121 |
<th align="right">[% 'Expected billing date' | $T8 %] [% 'Bis' | $T8 %]</th> |
|
122 |
<td> |
|
114 |
[% 'Bis' | $T8 %] |
|
123 | 115 |
[% L.date_tag('expected_billing_date_to', '' 'BL') %] |
124 | 116 |
</td> |
125 | 117 |
</tr> |
126 | 118 |
<tr> |
127 | 119 |
<th align="right">[% 'Order probability' | $T8 %]</th> |
128 |
<td colspan="3">
|
|
120 |
<td> |
|
129 | 121 |
[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] |
130 | 122 |
[% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %] |
131 | 123 |
</td> |
... | ... | |
316 | 308 |
|
317 | 309 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %] |
318 | 310 |
|
319 |
[%- IF type == 'sales_order' %] |
|
320 |
<tr><td colspan="3"><hr></td></tr> |
|
321 |
[%- END %] |
|
322 | 311 |
</table> |
323 | 312 |
</td> |
324 | 313 |
</tr> |
Auch abrufbar als: Unified diff
Angebots-/Auftragssuche: Maske kompakter und konsistenter gemacht