304 |
304 |
<td class="long-desc">[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>
|
305 |
305 |
</tr>
|
306 |
306 |
<tr>
|
307 |
|
<td>[% LxERP.t8('Invoice email settings') %]</td>
|
|
307 |
<th>[% LxERP.t8('Invoice email settings') %]</th>
|
308 |
308 |
<td>
|
309 |
309 |
[% L.select_tag('defaults.invoice_mail_settings', [ [ 'cp', LxERP.t8('Contact Person') ],[ 'invoice_mail', LxERP.t8('Invoice email') ],[ 'invoice_mail_cc_cp', LxERP.t8('Invoice email and Contact Person') ] ], default=SELF.defaults.invoice_mail_settings) %]
|
310 |
310 |
</td>
|
311 |
|
<td>[% 'The invoice recipient can either be a selected contact person (default) or the email adress set in the master data of the customer. Additionally a contact persons mail and the company\'s invoicing mail can be combined.' | $T8 %]</td>
|
|
311 |
<td class="long-desc">[% 'The invoice recipient can either be a selected contact person (default) or the email adress set in the master data of the customer. Additionally a contact persons mail and the company\'s invoicing mail can be combined.' | $T8 %]</td>
|
312 |
312 |
</tr>
|
313 |
313 |
<tr>
|
314 |
314 |
<th class="caption" colspan="3">[% LxERP.t8("Requirement Specs") %]</th>
|
... | ... | |
402 |
402 |
</div></td>
|
403 |
403 |
<!-- <td class="longdesc"></td> -->
|
404 |
404 |
</tr>
|
405 |
|
<tr><td class="listheading" colspan="4">[% 'Displayable Name Preferences' | $T8 %]</td></tr>
|
|
405 |
<tr><th colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
|
406 |
406 |
[% FOREACH module=SELF.displayable_name_specs_by_module.keys.sort %]
|
407 |
407 |
[%- SET spec=SELF.displayable_name_specs_by_module.$module -%]
|
408 |
408 |
<tr>
|
409 |
|
<td align="right">[% spec.specs.title %]</td>
|
|
409 |
<th class="left">[% spec.specs.title %]</th>
|
410 |
410 |
<td>
|
411 |
411 |
<table>
|
412 |
412 |
<tr>
|
413 |
|
<th align="left" class="listheading">[% 'Option' | $T8 %]</th>
|
414 |
|
<th align="left" class="listheading">[% 'Name' | $T8 %]</th>
|
|
413 |
<th class="left">[% 'Option' | $T8 %]</th>
|
|
414 |
<th class="left">[% 'Name' | $T8 %]</th>
|
415 |
415 |
</tr>
|
416 |
416 |
[% FOREACH option=spec.specs.options %]
|
417 |
417 |
<tr>
|
... | ... | |
429 |
429 |
</table>
|
430 |
430 |
</td>
|
431 |
431 |
[% IF loop.first %]
|
432 |
|
<td>[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
|
|
432 |
<td class="long-desc">[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
|
433 |
433 |
[% 'E.g. "<%customernumber%> <%name%>"' | $T8 %]
|
434 |
434 |
</td>
|
435 |
435 |
[% END %]
|
Neues Design Bugfix: #448 Mandantenkonfiguration Template korrigiert
- fehlende Klassen hinzugefügt/obsolete entfernt
- Tabellenüberschrift tags korrigiert