Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
15 | 15 |
<form method="post" action="oe.pl" id="form"> |
16 | 16 |
|
17 | 17 |
<div class="wrapper"> |
18 |
|
|
18 |
|
|
19 | 19 |
<table class="tbl-horizontal"> |
20 |
<caption>[% HTML.escape(vclabel) %]</caption>
|
|
21 |
<tbody>
|
|
22 |
<tr>
|
|
23 |
<th>[% HTML.escape(vclabel) %]</th>
|
|
24 |
<td>[% L.input_tag(vc, $vcdefault, class="initial_focus wi-normal") %]</td>
|
|
25 |
</tr>
|
|
26 |
<tr>
|
|
27 |
<th>[% 'Contact Person' | $T8 %]</th>
|
|
28 |
<td>[% L.input_tag("cp_name", '', class="wi-normal") %]</td>
|
|
29 |
</tr>
|
|
30 |
[% UNLESS ALL_BUSINESS_TYPES.size == 0 %]
|
|
31 |
<tr>
|
|
32 |
<th>[% vctypelabel %]</th>
|
|
33 |
<td> [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
|
|
34 |
</tr>
|
|
35 |
[% END %]
|
|
36 |
</tbody>
|
|
20 |
<caption>[% HTML.escape(vclabel) %]</caption>
|
|
21 |
<tbody>
|
|
22 |
<tr>
|
|
23 |
<th>[% HTML.escape(vclabel) %]</th>
|
|
24 |
<td>[% L.input_tag(vc, $vcdefault, class="initial_focus wi-normal") %]</td>
|
|
25 |
</tr>
|
|
26 |
<tr>
|
|
27 |
<th>[% 'Contact Person' | $T8 %]</th>
|
|
28 |
<td>[% L.input_tag("cp_name", '', class="wi-normal") %]</td>
|
|
29 |
</tr>
|
|
30 |
[% UNLESS ALL_BUSINESS_TYPES.size == 0 %]
|
|
31 |
<tr>
|
|
32 |
<th>[% vctypelabel %]</th>
|
|
33 |
<td> [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
|
|
34 |
</tr>
|
|
35 |
[% END %]
|
|
36 |
</tbody>
|
|
37 | 37 |
</table> |
38 |
|
|
38 |
|
|
39 | 39 |
<table class="tbl-horizontal"> |
40 |
<caption>[% 'Request Quotation' | $T8 %]</caption>
|
|
41 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-wide"> </colgroup>
|
|
42 |
<tbody>
|
|
43 |
<tr>
|
|
44 |
<th>[% HTML.escape(ordlabel) %]</th>
|
|
45 |
<td>[% L.input_tag(ordnrname, "", class="wi-lightwide") %]</td>
|
|
46 |
</tr>
|
|
47 |
[% IF is_order %]
|
|
48 |
<tr>
|
|
49 |
<th>[% LxERP.t8("Customer Order Number") %]</th>
|
|
50 |
<td>[% L.input_tag("cusordnumber", '', class="wi-lightwide") %]</td>
|
|
51 |
</tr>
|
|
52 |
[% END %]
|
|
53 |
<tr>
|
|
54 |
<th>[% 'Steuersatz' | $T8 %]</th>
|
|
55 |
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', class="wi-lightwide") %]</td>
|
|
56 |
</tr>
|
|
57 |
<tr>
|
|
58 |
<th>[% 'Shipping Point' | $T8 %]</th>
|
|
59 |
<td>[% L.input_tag('shippingpoint', '', class="wi-lightwide") %]</td>
|
|
60 |
</tr>
|
|
61 |
<tr>
|
|
62 |
<th>[% 'Transaction description' | $T8 %]</th>
|
|
63 |
<td>[% L.input_tag("transaction_description", "", class="wi-lightwide") %]</td>
|
|
64 |
</tr>
|
|
65 |
<tr>
|
|
66 |
<th>[% 'Project' | $T8 %]</th>
|
|
67 |
<td>[% P.project.picker("project_id", '', class="wi-lightwide") %]</td>
|
|
68 |
</tr>
|
|
69 |
<tr>
|
|
70 |
<th>[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
71 |
<td>[% L.date_tag('transdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto','', class='wi-date') %]</td>
|
|
72 |
</tr>
|
|
73 |
<tr>
|
|
74 |
<th>[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
75 |
<td>[% L.date_tag('reqdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('reqdateto','', class='wi-date') %]</td>
|
|
76 |
</tr>
|
|
77 |
[% IF type == 'sales_order' %]
|
|
78 |
<tr>
|
|
79 |
<th>[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
|
|
80 |
<td>[% L.date_tag('insertdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto','', class='wi-date') %]</td>
|
|
81 |
</tr>
|
|
82 |
[% END %]
|
|
83 |
[% IF type == 'sales_quotation' %]
|
|
84 |
<tr>
|
|
85 |
<th>[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
|
|
86 |
<td>[% L.date_tag('expected_billing_date_from', '') %] [% 'Bis' | $T8 %] [% L.date_tag('expected_billing_date_to', '') %]</td>
|
|
87 |
</tr>
|
|
88 |
<tr>
|
|
89 |
<th>[% 'Order probability' | $T8 %]</th>
|
|
90 |
<td>[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %]</td>
|
|
91 |
</tr>
|
|
92 |
[% END %]
|
|
93 |
[% IF CT_CUSTOM_VARIABLES.size %]
|
|
40 |
<caption>[% 'Request Quotation' | $T8 %]</caption>
|
|
41 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-wide"> </colgroup> |
|
42 |
<tbody>
|
|
43 |
<tr>
|
|
44 |
<th>[% HTML.escape(ordlabel) %]</th>
|
|
45 |
<td>[% L.input_tag(ordnrname, "", class="wi-lightwide") %]</td>
|
|
46 |
</tr>
|
|
47 |
[% IF is_order %]
|
|
48 |
<tr>
|
|
49 |
<th>[% LxERP.t8("Customer Order Number") %]</th>
|
|
50 |
<td>[% L.input_tag("cusordnumber", '', class="wi-lightwide") %]</td>
|
|
51 |
</tr>
|
|
52 |
[% END %]
|
|
53 |
<tr>
|
|
54 |
<th>[% 'Steuersatz' | $T8 %]</th>
|
|
55 |
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', class="wi-lightwide") %]</td>
|
|
56 |
</tr>
|
|
57 |
<tr>
|
|
58 |
<th>[% 'Shipping Point' | $T8 %]</th>
|
|
59 |
<td>[% L.input_tag('shippingpoint', '', class="wi-lightwide") %]</td>
|
|
60 |
</tr>
|
|
61 |
<tr>
|
|
62 |
<th>[% 'Transaction description' | $T8 %]</th>
|
|
63 |
<td>[% L.input_tag("transaction_description", "", class="wi-lightwide") %]</td>
|
|
64 |
</tr>
|
|
65 |
<tr>
|
|
66 |
<th>[% 'Project' | $T8 %]</th>
|
|
67 |
<td>[% P.project.picker("project_id", '', class="wi-lightwide") %]</td>
|
|
68 |
</tr>
|
|
69 |
<tr>
|
|
70 |
<th>[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
71 |
<td>[% L.date_tag('transdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('transdateto','', class='wi-date') %]</td>
|
|
72 |
</tr>
|
|
73 |
<tr>
|
|
74 |
<th>[% IF is_order %][% 'Delivery Date' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
|
75 |
<td>[% L.date_tag('reqdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('reqdateto','', class='wi-date') %]</td>
|
|
76 |
</tr>
|
|
77 |
[% IF type == 'sales_order' %]
|
|
78 |
<tr>
|
|
79 |
<th>[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
|
|
80 |
<td>[% L.date_tag('insertdatefrom','', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('insertdateto','', class='wi-date') %]</td>
|
|
81 |
</tr>
|
|
82 |
[% END %]
|
|
83 |
[% IF type == 'sales_quotation' %]
|
|
84 |
<tr>
|
|
85 |
<th>[% 'Expected billing date' | $T8 %] [% 'From' | $T8 %]</th>
|
|
86 |
<td>[% L.date_tag('expected_billing_date_from', '', class='wi-date') %] [% 'Bis' | $T8 %] [% L.date_tag('expected_billing_date_to', '', class='wi-date') %]</td>
|
|
87 |
</tr>
|
|
88 |
<tr>
|
|
89 |
<th>[% 'Order probability' | $T8 %]</th>
|
|
90 |
<td>[% L.select_tag('order_probability_op', [[ 'ge', '>=' ], [ 'le', '<=' ]]) %] [% L.select_tag('order_probability_value', ORDER_PROBABILITIES, title='title', with_empty=1) %]</td>
|
|
91 |
</tr>
|
|
92 |
[% END %]
|
|
93 |
[% IF CT_CUSTOM_VARIABLES.size %]
|
|
94 | 94 |
<tr> |
95 | 95 |
<th class="caption" colspan="2">[% 'Custom variables for module' | $T8 %]: [%'Customers and vendors' | $T8 %]</th> |
96 | 96 |
</tr> |
97 |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %]
|
|
98 |
[% END %]
|
|
99 |
</tbody>
|
|
97 |
[% CT_CUSTOM_VARIABLES_FILTER_CODE %] |
|
98 |
[% END %]
|
|
99 |
</tbody>
|
|
100 | 100 |
</table> |
101 |
|
|
102 |
|
|
101 |
|
|
102 |
|
|
103 | 103 |
<table class="tbl-horizontal"> |
104 |
<caption>[% 'Article' | $T8 %]</caption>
|
|
105 |
<tbody>
|
|
106 |
<tr>
|
|
107 |
<th>[% 'Part Description' | $T8 %]</th>
|
|
108 |
<td>[% L.input_tag("parts_description", "", class="wi-normal") %]</td>
|
|
109 |
</tr>
|
|
110 |
<tr>
|
|
111 |
<th>[% 'Part Number' | $T8 %]</th>
|
|
112 |
<td>[% L.input_tag("parts_partnumber", "", class="wi-normal") %]</td>
|
|
113 |
</tr>
|
|
114 |
<tr>
|
|
115 |
<th class="caption" colspan="2"> [% 'Handling' | $T8 %] </th>
|
|
116 |
</tr>
|
|
117 |
<tr>
|
|
118 |
<th>[% 'Employee' | $T8 %]</th>
|
|
119 |
<td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class="wi-normal") %]</td>
|
|
120 |
</tr>
|
|
121 |
<tr>
|
|
122 |
<th>[% 'Salesman' | $T8 %]</th>
|
|
123 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class="wi-normal") %]</td>
|
|
124 |
</tr>
|
|
125 |
[% IF ALL_DEPARTMENTS.size %]
|
|
126 |
<tr>
|
|
127 |
<th>[% 'Department' | $T8 %]</th>
|
|
128 |
<td>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
|
|
129 |
</tr>
|
|
130 |
[% END %]
|
|
131 |
</tbody>
|
|
104 |
<caption>[% 'Article' | $T8 %]</caption>
|
|
105 |
<tbody>
|
|
106 |
<tr>
|
|
107 |
<th>[% 'Part Description' | $T8 %]</th>
|
|
108 |
<td>[% L.input_tag("parts_description", "", class="wi-normal") %]</td>
|
|
109 |
</tr>
|
|
110 |
<tr>
|
|
111 |
<th>[% 'Part Number' | $T8 %]</th>
|
|
112 |
<td>[% L.input_tag("parts_partnumber", "", class="wi-normal") %]</td>
|
|
113 |
</tr>
|
|
114 |
<tr>
|
|
115 |
<th class="caption" colspan="2"> [% 'Handling' | $T8 %] </th>
|
|
116 |
</tr>
|
|
117 |
<tr>
|
|
118 |
<th>[% 'Employee' | $T8 %]</th>
|
|
119 |
<td>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class="wi-normal") %]</td>
|
|
120 |
</tr>
|
|
121 |
<tr>
|
|
122 |
<th>[% 'Salesman' | $T8 %]</th>
|
|
123 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, class="wi-normal") %]</td>
|
|
124 |
</tr>
|
|
125 |
[% IF ALL_DEPARTMENTS.size %]
|
|
126 |
<tr>
|
|
127 |
<th>[% 'Department' | $T8 %]</th>
|
|
128 |
<td>[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, class="wi-normal") %]</td>
|
|
129 |
</tr>
|
|
130 |
[% END %]
|
|
131 |
</tbody>
|
|
132 | 132 |
</table> |
133 | 133 |
|
134 | 134 |
</div><!-- /.wrapper --> |
135 | 135 |
|
136 | 136 |
|
137 |
<div class="wrapper form-addition"> |
|
137 |
<div class="wrapper form-addition control-panel">
|
|
138 | 138 |
|
139 | 139 |
<h3>[% 'Include in Report' | $T8 %]</h3> |
140 | 140 |
|
141 | 141 |
<div class="list col"> |
142 |
<h4>[% 'Numbers & IDs' | $T8 %]</h4>
|
|
143 |
<div>
|
|
144 |
<input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" type="checkbox" value="Y" checked>
|
|
145 |
<label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
|
|
146 |
</div>
|
|
147 |
<div>
|
|
148 |
<input name="l_id" id="l_id" type="checkbox" value="Y">
|
|
149 |
<label for="l_id">[% 'ID' | $T8 %]</label>
|
|
150 |
</div>
|
|
151 |
<div>
|
|
152 |
<input name="l_customernumber" id="l_customernumber" type="checkbox" value="Y">
|
|
153 |
<label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
|
|
154 |
</div>
|
|
155 |
<div>
|
|
156 |
<input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox" value="Y">
|
|
157 |
<label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
|
|
158 |
</div>
|
|
159 |
[% IF is_order %]
|
|
160 |
<div>
|
|
161 |
<input name="l_cusordnumber" id="l_cusordnumber" type="checkbox" value="Y" checked>
|
|
162 |
<label for="l_cusordnumber">[% LxERP.t8("Customer Order Number") %]</label>
|
|
163 |
</div>
|
|
164 |
[% END %]
|
|
142 |
<h4>[% 'Numbers & IDs' | $T8 %]</h4>
|
|
143 |
<div>
|
|
144 |
<input name="l_[% HTML.escape(ordnrname) %]" id="l_[% HTML.escape(ordnrname) %]" type="checkbox" value="Y" checked>
|
|
145 |
<label for="l_[% HTML.escape(ordnrname) %]">[% HTML.escape(ordlabel) %]</label>
|
|
146 |
</div>
|
|
147 |
<div>
|
|
148 |
<input name="l_id" id="l_id" type="checkbox" value="Y">
|
|
149 |
<label for="l_id">[% 'ID' | $T8 %]</label>
|
|
150 |
</div>
|
|
151 |
<div>
|
|
152 |
<input name="l_customernumber" id="l_customernumber" type="checkbox" value="Y">
|
|
153 |
<label for="l_customernumber">[% 'Customer Number' | $T8 %]</label>
|
|
154 |
</div>
|
|
155 |
<div>
|
|
156 |
<input name="l_globalprojectnumber" id="l_globalprojectnumber" type="checkbox" value="Y">
|
|
157 |
<label for="l_globalprojectnumber">[% 'Project Number' | $T8 %]</label>
|
|
158 |
</div>
|
|
159 |
[% IF is_order %]
|
|
160 |
<div>
|
|
161 |
<input name="l_cusordnumber" id="l_cusordnumber" type="checkbox" value="Y" checked>
|
|
162 |
<label for="l_cusordnumber">[% LxERP.t8("Customer Order Number") %]</label>
|
|
163 |
</div>
|
|
164 |
[% END %]
|
|
165 | 165 |
</div> |
166 | 166 |
<div class="list col"> |
167 |
<h4>[% 'State' | $T8 %]</h4> |
|
168 |
<div> |
|
169 |
<input type="checkbox" name="open" value="1" id="open" checked> |
|
170 |
<label for="open">[% 'Open' | $T8 %]</label> |
|
171 |
</div> |
|
172 |
<div> |
|
173 |
<input type="checkbox" name="closed" value="1" id="closed"> |
|
174 |
<label for="closed">[% 'Closed' | $T8 %]</label> |
|
175 |
</div> |
|
176 |
<h4> [% 'Handling' | $T8 %] </h4> |
|
177 |
<div> |
|
178 |
<input name="l_employee" id="l_employee" type="checkbox" value="Y" checked> |
|
179 |
<label for="l_employee">[% 'Employee' | $T8 %]</label> |
|
180 |
</div> |
|
181 |
[% IF type == 'sales_order' %] |
|
182 |
<div> |
|
183 |
<input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y"> |
|
184 |
<label for="l_insertdate">[% 'Insert Date' | $T8 %]</label> |
|
185 |
</div> |
|
186 |
[% END %] |
|
187 |
<div> |
|
188 |
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y"> |
|
189 |
<label for="l_salesman">[% 'Salesman' | $T8 %]</label> |
|
190 |
</div> |
|
191 |
</div> |
|
167 |
<h4>[% 'State' | $T8 %]</h4> |
|
168 |
<div> |
|
169 |
<input type="checkbox" name="open" value="1" id="open" checked> |
|
170 |
<label for="open">[% 'Open' | $T8 %]</label> |
|
171 |
</div> |
|
172 |
<div> |
|
173 |
<input type="checkbox" name="closed" value="1" id="closed"> |
|
174 |
<label for="closed">[% 'Closed' | $T8 %]</label> |
|
175 |
</div> |
|
176 |
<div> |
|
177 |
<h4> [% 'Handling' | $T8 %] </h4> |
|
178 |
</div> |
|
179 |
<div> |
|
180 |
<input name="l_employee" id="l_employee" type="checkbox" value="Y" checked> |
|
181 |
<label for="l_employee">[% 'Employee' | $T8 %]</label> |
|
182 |
</div> |
|
183 |
[% IF type == 'sales_order' %] |
|
184 |
<div> |
|
185 |
<input name="l_insertdate" id="l_insertdate" type="checkbox" value="Y"> |
|
186 |
<label for="l_insertdate">[% 'Insert Date' | $T8 %]</label> |
|
187 |
</div> |
|
188 |
[% END %] |
|
189 |
<div> |
|
190 |
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y"> |
|
191 |
<label for="l_salesman">[% 'Salesman' | $T8 %]</label> |
|
192 |
</div></div> |
|
193 |
|
|
192 | 194 |
<div class="list col"> |
193 |
<h4>[% 'Amounts' | $T8 %]</h4>
|
|
194 |
<div>
|
|
195 |
<input name="l_amount" id="l_amount" type="checkbox" value="Y" checked>
|
|
196 |
<label for="l_amount">[% 'Total' | $T8 %]</label>
|
|
197 |
</div>
|
|
198 |
<div>
|
|
199 |
<input name="l_marge_total" id="l_marge_total" type="checkbox" value="Y">
|
|
200 |
<label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
|
|
201 |
</div>
|
|
202 |
<div>
|
|
203 |
<input name="l_marge_percent" id="l_marge_percent" type="checkbox" value="Y">
|
|
204 |
<label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
|
|
205 |
</div>
|
|
206 |
<div>
|
|
207 |
<input name="l_netamount" id="l_netamount" type="checkbox" value="Y">
|
|
208 |
<label for="l_netamount">[% 'Amount' | $T8 %]</label>
|
|
209 |
</div>
|
|
210 |
<div>
|
|
211 |
<input name="l_subtotal" id="l_subtotal" type="checkbox" value="Y">
|
|
212 |
<label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
|
|
213 |
</div>
|
|
214 |
<div>
|
|
215 |
<input name="l_remaining_amount" id="l_remaining_amount" type="checkbox" value="Y">
|
|
216 |
<label for="l_remaining_amount">[% 'Remaining Amount' | $T8 %]</label>
|
|
217 |
</div>
|
|
218 |
<div>
|
|
219 |
<input name="l_remaining_netamount" id="l_remaining_netamount" type="checkbox" value="Y">
|
|
220 |
<label for="l_remaining_netamount">[% 'Remaining Net Amount' | $T8 %]</label>
|
|
221 |
</div>
|
|
195 |
<h4>[% 'Amounts' | $T8 %]</h4>
|
|
196 |
<div>
|
|
197 |
<input name="l_amount" id="l_amount" type="checkbox" value="Y" checked>
|
|
198 |
<label for="l_amount">[% 'Total' | $T8 %]</label>
|
|
199 |
</div>
|
|
200 |
<div>
|
|
201 |
<input name="l_marge_total" id="l_marge_total" type="checkbox" value="Y">
|
|
202 |
<label for="l_marge_total">[% 'Ertrag' | $T8 %]</label>
|
|
203 |
</div>
|
|
204 |
<div>
|
|
205 |
<input name="l_marge_percent" id="l_marge_percent" type="checkbox" value="Y">
|
|
206 |
<label for="l_marge_percent">[% 'Ertrag prozentual' | $T8 %]</label>
|
|
207 |
</div>
|
|
208 |
<div>
|
|
209 |
<input name="l_netamount" id="l_netamount" type="checkbox" value="Y">
|
|
210 |
<label for="l_netamount">[% 'Amount' | $T8 %]</label>
|
|
211 |
</div>
|
|
212 |
<div>
|
|
213 |
<input name="l_subtotal" id="l_subtotal" type="checkbox" value="Y">
|
|
214 |
<label for="l_subtotal">[% 'Subtotal' | $T8 %]</label>
|
|
215 |
</div>
|
|
216 |
<div>
|
|
217 |
<input name="l_remaining_amount" id="l_remaining_amount" type="checkbox" value="Y">
|
|
218 |
<label for="l_remaining_amount">[% 'Remaining Amount' | $T8 %]</label>
|
|
219 |
</div>
|
|
220 |
<div>
|
|
221 |
<input name="l_remaining_netamount" id="l_remaining_netamount" type="checkbox" value="Y">
|
|
222 |
<label for="l_remaining_netamount">[% 'Remaining Net Amount' | $T8 %]</label>
|
|
223 |
</div>
|
|
222 | 224 |
</div> |
223 | 225 |
<div class="list col"> |
224 |
<h4>[% HTML.escape(vclabel) %]</h4>
|
|
225 |
<div>
|
|
226 |
<input name="l_name" id="l_name" type="checkbox" value="Y" checked>
|
|
227 |
<label for="l_name">[% HTML.escape(vclabel) %]</label>
|
|
228 |
</div>
|
|
229 |
<div>
|
|
230 |
<input name="l_vcnumber" id="l_vcnumber" type="checkbox" value="Y">
|
|
231 |
<label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
|
|
232 |
</div>
|
|
233 |
<div>
|
|
234 |
<input name="l_country" id="l_country" type="checkbox" value="Y">
|
|
235 |
<label for="l_country">[% 'Country' | $T8 %]</label>
|
|
236 |
</div>
|
|
237 |
<div>
|
|
238 |
<input name="l_ustid" id="l_ustid" type="checkbox" value="Y">
|
|
239 |
<label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
|
|
240 |
</div>
|
|
226 |
<h4>[% HTML.escape(vclabel) %]</h4>
|
|
227 |
<div>
|
|
228 |
<input name="l_name" id="l_name" type="checkbox" value="Y" checked>
|
|
229 |
<label for="l_name">[% HTML.escape(vclabel) %]</label>
|
|
230 |
</div>
|
|
231 |
<div>
|
|
232 |
<input name="l_vcnumber" id="l_vcnumber" type="checkbox" value="Y">
|
|
233 |
<label for="l_vcnumber">[% HTML.escape(vcnumberlabel) %]</label>
|
|
234 |
</div>
|
|
235 |
<div>
|
|
236 |
<input name="l_country" id="l_country" type="checkbox" value="Y">
|
|
237 |
<label for="l_country">[% 'Country' | $T8 %]</label>
|
|
238 |
</div>
|
|
239 |
<div>
|
|
240 |
<input name="l_ustid" id="l_ustid" type="checkbox" value="Y">
|
|
241 |
<label for="l_ustid">[% 'USt-IdNr.' | $T8 %]</label>
|
|
242 |
</div>
|
|
241 | 243 |
</div> |
242 | 244 |
<div class="list col"> |
243 |
<h4>[% 'Taxes' | $T8 %]</h4> |
|
244 |
<div> |
|
245 |
<input name="l_tax" id="l_tax" type="checkbox" value="Y"> |
|
246 |
<label for="l_tax"> [% 'Tax' | $T8 %] </label> |
|
247 |
</div> |
|
248 |
<div> |
|
249 |
[% L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %] |
|
250 |
</div> |
|
251 |
<div> |
|
252 |
<h4>[% 'Date' | $T8 %]</h4> |
|
253 |
</div> |
|
254 |
<div> |
|
255 |
<input name="l_transdate" id="l_transdate" type="checkbox" value="Y" checked> |
|
256 |
<label for="l_transdate"> [% 'Date' | $T8 %] </label> |
|
257 |
</div> |
|
258 |
<div> |
|
259 |
<input name="l_reqdate" id="l_reqdate" type="checkbox" value="Y" checked> |
|
260 |
<label for="l_reqdate"> [% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] </label> |
|
261 |
</div> |
|
262 |
[% IF type == 'sales_quotation' %] |
|
263 |
<div> |
|
264 |
<input name="l_order_probability_expected_billing_date" id="l_order_probability_expected_billing_date" type="checkbox" value="Y"> |
|
265 |
<label for="l_order_probability_expected_billing_date"> [% 'Order probability & expected billing date' | $T8 %] </label> |
|
266 |
</div> |
|
267 |
[% END %] |
|
245 |
<h4>[% 'Taxes' | $T8 %]</h4> |
|
246 |
<div> |
|
247 |
<input name="l_tax" id="l_tax" type="checkbox" value="Y"> |
|
248 |
<label for="l_tax"> [% 'Tax' | $T8 %] </label> |
|
249 |
</div> |
|
250 |
<div> |
|
251 |
[% L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %] |
|
252 |
</div> |
|
253 |
<div> |
|
254 |
<h4>[% 'Date' | $T8 %]</h4> |
|
255 |
</div> |
|
256 |
<div> |
|
257 |
<input name="l_transdate" id="l_transdate" type="checkbox" value="Y" checked> |
|
258 |
<label for="l_transdate"> [% 'Date' | $T8 %] </label> |
|
259 |
</div> |
|
260 |
<div> |
|
261 |
<input name="l_reqdate" id="l_reqdate" type="checkbox" value="Y" checked> |
|
262 |
<label for="l_reqdate"> [% IF is_order %][% 'Required by' | $T8 %][% ELSE %][% 'Valid until' | $T8 %][% END %] </label> |
|
263 |
</div> |
|
268 | 264 |
</div> |
269 | 265 |
<div class="list col"> |
270 |
<h4>Order info</h4> |
|
271 |
[% IF type == 'sales_order' OR type == 'purchase_order' %] |
|
272 |
<div> |
|
273 |
<input name="notdelivered" id="notdelivered" type="checkbox" value="1" checked> |
|
274 |
<label for="notdelivered">[% 'Not delivered' | $T8 %]</label> |
|
275 |
</div> |
|
276 |
<div> |
|
277 |
<input name="delivered" id="delivered" type="checkbox" value="1" checked> |
|
278 |
<label for="delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label> |
|
279 |
</div> |
|
280 |
[% END %] [% IF type == 'sales_order' %] |
|
281 |
<div> |
|
282 |
[% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %] |
|
283 |
</div> |
|
284 |
<div> |
|
285 |
[% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %] |
|
286 |
</div> |
|
287 |
[% END %] |
|
288 |
<div> |
|
289 |
<input name="l_shipvia" id="l_shipvia" type="checkbox" value="Y"> |
|
290 |
<label for="l_shipvia"> [% 'Ship via' | $T8 %] </label> |
|
291 |
</div> |
|
292 |
<div> |
|
293 |
[% L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %] |
|
294 |
</div> |
|
295 |
<div> |
|
296 |
<input name="l_payment_terms" id="l_payment_terms" type="checkbox" value="Y"> |
|
297 |
<label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label> |
|
298 |
</div> |
|
299 |
<div> |
|
300 |
<input name="l_transaction_description" id="l_transaction_description" type="checkbox" value="Y" [% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]> |
|
301 |
<label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label> |
|
302 |
</div> |
|
266 |
<h4>Order info</h4> |
|
267 |
[% IF type == 'sales_order' OR type == 'purchase_order' %] |
|
268 |
<div> |
|
269 |
<input name="notdelivered" id="notdelivered" type="checkbox" value="1" checked> |
|
270 |
<label for="notdelivered">[% 'Not delivered' | $T8 %]</label> |
|
271 |
</div> |
|
272 |
<div> |
|
273 |
<input name="delivered" id="delivered" type="checkbox" value="1" checked> |
|
274 |
<label for="delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label> |
|
275 |
</div> |
|
276 |
[% END %] [% IF type == 'sales_order' %] |
|
277 |
<div> |
|
278 |
[% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %] |
|
279 |
</div> |
|
280 |
<div> |
|
281 |
[% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %] |
|
282 |
</div> |
|
283 |
[% END %] |
|
284 |
<div> |
|
285 |
<input name="l_shipvia" id="l_shipvia" type="checkbox" value="Y"> |
|
286 |
<label for="l_shipvia"> [% 'Ship via' | $T8 %] </label> |
|
287 |
</div> |
|
288 |
<div> |
|
289 |
[% L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %] |
|
290 |
</div> |
|
291 |
<div> |
|
292 |
<input name="l_payment_terms" id="l_payment_terms" type="checkbox" value="Y"> |
|
293 |
<label for="l_payment_terms">[% 'Payment Terms' | $T8 %]</label> |
|
294 |
</div> |
|
295 |
<div> |
|
296 |
<input name="l_transaction_description" id="l_transaction_description" type="checkbox" value="Y" [% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]> |
|
297 |
<label for="l_transaction_description">[% 'Transaction description' | $T8 %]</label> |
|
298 |
</div> |
|
299 |
[% IF type == 'sales_quotation' %] |
|
300 |
<div> |
|
301 |
<input name="l_order_probability_expected_billing_date" id="l_order_probability_expected_billing_date" type="checkbox" value="Y"> |
|
302 |
<label for="l_order_probability_expected_billing_date"> [% 'Order probability & expected billing date' | $T8 %] </label> |
|
303 |
</div> |
|
304 |
[% END %] |
|
303 | 305 |
</div> |
304 | 306 |
<div class="list col"> |
305 |
<h4>Custom Variables</h4><!-- PENDENT: Perl-Code anpassen (es werden keine DIVs gesetzt) -->
|
|
306 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
|
|
307 |
<h4>Custom Variables</h4><!-- PENDENT: Perl-Code anpassen (es werden keine DIVs gesetzt) -->
|
|
308 |
[% CT_CUSTOM_VARIABLES_INCLUSION_CODE %]
|
|
307 | 309 |
</div> |
308 | 310 |
|
309 | 311 |
|
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018