Revision 2896ddde
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/reclamation/tabs/basic_data.html | ||
---|---|---|
198 | 198 |
|
199 | 199 |
<table class="tbl-horizontal col"> |
200 | 200 |
<caption>[% 'Handling, Numbers & Dates' | $T8 %]</caption> |
201 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup>
|
|
201 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-normal"> </colgroup>
|
|
202 | 202 |
<tbody> |
203 | 203 |
|
204 | 204 |
[%- IF SELF.reclamation.id %] |
... | ... | |
207 | 207 |
<label for="reclamation.delivered">[% 'Delivery Order(s) for full qty created' | $T8 %]</label> |
208 | 208 |
</th> |
209 | 209 |
<td> |
210 |
[% L.yes_no_tag('reclamation.delivered', SELF.reclamation.delivered, class="wi-small") %]
|
|
210 |
[% L.yes_no_tag('reclamation.delivered', SELF.reclamation.delivered, class="wi-normal") %]
|
|
211 | 211 |
</td> |
212 | 212 |
</tr> |
213 | 213 |
<tr> |
... | ... | |
215 | 215 |
<label for="reclamation.closed">[% 'Closed' | $T8 %]</label> |
216 | 216 |
</th> |
217 | 217 |
<td> |
218 |
[% L.yes_no_tag('reclamation.closed', SELF.reclamation.closed, class="wi-small") %]
|
|
218 |
[% L.yes_no_tag('reclamation.closed', SELF.reclamation.closed, class="wi-normal") %]
|
|
219 | 219 |
</td> |
220 | 220 |
</tr> |
221 | 221 |
[%- END %] |
... | ... | |
226 | 226 |
SELF.all_employees, |
227 | 227 |
default=(SELF.reclamation.employee_id ? SELF.reclamation.employee_id : SELF.current_employee_id), |
228 | 228 |
title_key='safe_name', |
229 |
class='wi-small',
|
|
229 |
class='wi-normal',
|
|
230 | 230 |
) %]</td> |
231 | 231 |
</tr> |
232 | 232 |
|
... | ... | |
237 | 237 |
SELF.all_salesmen, |
238 | 238 |
default=(SELF.reclamation.salesman_id ? SELF.reclamation.salesman_id : SELF.current_employee_id), |
239 | 239 |
title_key='safe_name', |
240 |
class='wi-small',
|
|
240 |
class='wi-normal',
|
|
241 | 241 |
) %]</td> |
242 | 242 |
</tr> |
243 | 243 |
[% END %] |
244 | 244 |
|
245 | 245 |
<tr> |
246 | 246 |
<th>[% 'Reclamation Number' | $T8 %]</th> |
247 |
<td>[% L.input_tag('reclamation.record_number', SELF.reclamation.record_number, onchange='kivi.Reclamation.set_number_in_title(this)', class='wi-small') %]</td>
|
|
247 |
<td>[% L.input_tag('reclamation.record_number', SELF.reclamation.record_number, onchange='kivi.Reclamation.set_number_in_title(this)', class='wi-normal') %]</td>
|
|
248 | 248 |
</tr> |
249 | 249 |
|
250 | 250 |
<tr> |
251 | 251 |
<th>[% 'Customer Record Number' | $T8 %]</th> |
252 |
<td>[% L.input_tag('reclamation.cv_record_number', SELF.reclamation.cv_record_number, class='wi-small') %]</td>
|
|
252 |
<td>[% L.input_tag('reclamation.cv_record_number', SELF.reclamation.cv_record_number, class='wi-normal') %]</td>
|
|
253 | 253 |
</tr> |
254 | 254 |
|
255 | 255 |
<tr> |
... | ... | |
269 | 269 |
|
270 | 270 |
<tr> |
271 | 271 |
<th>[% 'Insert Date' | $T8 %]</th> |
272 |
<td><span class="data wi-small">[% SELF.reclamation.itime_as_date %]</span></td>
|
|
272 |
<td><span class="data wi-normal">[% SELF.reclamation.itime_as_date %]</span></td>
|
|
273 | 273 |
</tr> |
274 | 274 |
|
275 | 275 |
</tbody> |
templates/design40_webpages/reclamation/tabs/basic_data/_item_input.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %][%- USE P %] |
2 | 2 |
|
3 | 3 |
|
4 |
<div class="wrapper"> |
|
4 |
<div class="wrapper" style="display:flex">
|
|
5 | 5 |
<div class="input-panel control-panel"> |
6 | 6 |
<table id="input_row_table_id" class="tbl-plain condensed"> |
7 | 7 |
<caption>[% 'Add Parts here!' | $T8 %]</caption> |
... | ... | |
23 | 23 |
$PARAM_KEY=PARAM_VAL) %]</td> |
24 | 24 |
<td> |
25 | 25 |
<span class="label above">[% 'Qty' | $T8 %]</span> |
26 |
[% L.input_tag('add_item.description', SELF.created_part.description, class="add_item_input") %] |
|
27 |
</td> |
|
28 |
<td> |
|
29 |
<span class="label above">[% 'Qty' | $T8 %]</span> |
|
30 |
[% L.input_tag('add_item.qty_as_number', '', size = 5, class="add_item_input numeric") %] |
|
31 |
[% L.hidden_tag('add_item.unit', SELF.created_part.unit, class="add_item_input") %] |
|
26 |
[% L.input_tag('add_item.description', SELF.created_part.description, class="add_item_input wi-verysmall") %] |
|
32 | 27 |
</td> |
33 | 28 |
[%- SET price = LxERP.format_amount(((SELF.type == 'sales_reclamation') ? SELF.created_part.sellprice : SELF.created_part.lastcost), -2) -%] |
34 | 29 |
<td> |
35 | 30 |
<span class="label above">[% 'Price' | $T8 %]</span> |
36 |
[% L.input_tag('add_item.sellprice_as_number', price, size = 10, class="add_item_input numeric") %]
|
|
31 |
[% L.input_tag('add_item.sellprice_as_number', price, class="add_item_input numeric wi-verysmall") %]
|
|
37 | 32 |
</td> |
38 | 33 |
<td> |
39 | 34 |
<span class="label above">[% 'Discount' | $T8 %]</span> |
40 |
[% L.input_tag('add_item.discount_as_percent', '', size = 5, class="add_item_input numeric") %]
|
|
35 |
[% L.input_tag('add_item.discount_as_percent', '', class="add_item_input numeric wi-verysmall") %]
|
|
41 | 36 |
</td> |
42 | 37 |
<td style="vertical-align:bottom;"> |
43 | 38 |
[% L.button_tag('kivi.Reclamation.add_item()', LxERP.t8('Add part')) %] |
... | ... | |
48 | 43 |
<div style="clear:both">[% L.button_tag('kivi.Reclamation.open_multi_items_dialog()', LxERP.t8('Add multiple items'), class="neutral") %]</div> |
49 | 44 |
</div><!-- /.entry-panel --> |
50 | 45 |
|
51 |
<div class="input-panel control-panel"> |
|
46 |
<div class="input-panel control-panel" style="min-width:10%">
|
|
52 | 47 |
<table id="create_part_table_id" class="tbl-plain condensed"> |
53 | 48 |
<caption>[% 'Create a new part' | $T8 %]!</caption> |
54 | 49 |
<tbody> |
... | ... | |
65 | 60 |
</tr> |
66 | 61 |
</tbody> |
67 | 62 |
</table> |
68 |
<!-- same space as 'Add multiple items' button --> |
|
69 |
<div style="clear:both;height:15.6pt"> |
|
70 |
|
|
71 |
</div> |
|
72 | 63 |
</div><!-- /.entry-panel --> |
73 | 64 |
|
74 | 65 |
</div><!-- /.wrapper --> |
Auch abrufbar als: Unified diff
Design 4.0: Reklamationmasken angepasst nach Besprechung