32 |
32 |
</tr>
|
33 |
33 |
|
34 |
34 |
<tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none'[%- END %]>
|
35 |
|
<th align="right">[% 'Contact Person' | $T8 %]</th>
|
|
35 |
<th>[% 'Contact Person' | $T8 %]</th>
|
36 |
36 |
<td>[% L.select_tag('order.cp_id',
|
37 |
37 |
SELF.order.${SELF.cv}.contacts,
|
38 |
38 |
default=SELF.order.cp_id,
|
... | ... | |
56 |
56 |
title_key='displayable_id',
|
57 |
57 |
value_key='shipto_id',
|
58 |
58 |
with_empty=0,
|
59 |
|
style='width: 300px') %]
|
|
59 |
style='wi-lightwide') %]
|
60 |
60 |
</span>
|
61 |
61 |
[% L.button_tag("kivi.DeliveryOrder.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
|
62 |
62 |
</td>
|
... | ... | |
155 |
155 |
|
156 |
156 |
<table class="tbl-horizontal col">
|
157 |
157 |
<caption>[% 'Handling, Numbers & Dates' | $T8 %]</caption>
|
158 |
|
<colgroup> <col class="wi-mediumsmall"><col class="wi-small"> </colgroup>
|
|
158 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-normal"> </colgroup>
|
159 |
159 |
<tbody>
|
160 |
160 |
<tr>
|
161 |
161 |
<th>[% 'Status' | $T8 %]</th>
|
162 |
|
<td id="data-status-line"><span class="data wi-small" style="height:auto;overflow:visible;">[% SELF.order.presenter.status_line %]</span></td>
|
|
162 |
<td id="data-status-line"><span class="data wi-normal">[% SELF.order.presenter.status_line %]</span></td>
|
163 |
163 |
</tr>
|
164 |
164 |
|
165 |
165 |
<tr>
|
... | ... | |
168 |
168 |
SELF.all_employees,
|
169 |
169 |
default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id),
|
170 |
170 |
title_key='safe_name',
|
171 |
|
class="wi-small",
|
|
171 |
class="wi-normal",
|
172 |
172 |
) %]</td>
|
173 |
173 |
</tr>
|
174 |
174 |
|
... | ... | |
179 |
179 |
SELF.all_salesmen,
|
180 |
180 |
default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id),
|
181 |
181 |
title_key='safe_name',
|
182 |
|
class="wi-small",
|
|
182 |
class="wi-normal",
|
183 |
183 |
) %]</td>
|
184 |
184 |
</tr>
|
185 |
185 |
[% END %]
|
186 |
186 |
|
187 |
187 |
<tr>
|
188 |
188 |
<th>[% 'Delivery Order Number' | $T8 %]</th>
|
189 |
|
<td>[% L.input_tag('order.donumber', SELF.order.donumber, onchange='kivi.DeliveryOrder.set_number_in_title(this)', class='wi-small numeric') %]</td>
|
|
189 |
<td>[% L.input_tag('order.donumber', SELF.order.donumber, onchange='kivi.DeliveryOrder.set_number_in_title(this)', class='wi-normal numeric') %]</td>
|
190 |
190 |
</tr>
|
191 |
191 |
|
192 |
192 |
<tr>
|
193 |
193 |
<th>[% 'Order Number' | $T8 %]</th>
|
194 |
|
<td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, class='wi-small') %]</td>
|
|
194 |
<td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, class='wi-normal') %]</td>
|
195 |
195 |
</tr>
|
196 |
196 |
|
197 |
197 |
<tr>
|
198 |
198 |
<th>[% IF SELF.type_data.properties('is_customer') %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
|
199 |
|
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-small numeric') %]</td>
|
|
199 |
<td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal numeric') %]</td>
|
200 |
200 |
</tr>
|
201 |
201 |
|
202 |
202 |
<tr>
|
... | ... | |
206 |
206 |
|
207 |
207 |
<tr>
|
208 |
208 |
<th>[% 'Reqdate' | $T8 %]</th>
|
209 |
|
<td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class="wi-date" _ reqdate_class) %]</td>
|
|
209 |
<td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class="wi-date " _ reqdate_class) %]</td>
|
210 |
210 |
</tr>
|
211 |
211 |
|
212 |
212 |
<tr>
|
213 |
213 |
<th>[% 'Insert Date' | $T8 %]</th>
|
214 |
|
<td><span class="data wi-small">[% SELF.order.itime_as_date %]</span></td>
|
|
214 |
<td><span class="data wi-normal">[% SELF.order.itime_as_date %]</span></td>
|
215 |
215 |
</tr>
|
216 |
216 |
</tbody>
|
217 |
217 |
</table>
|
Design 4.0: Lieferscheinmasken angepasst nach Besprechung