323 |
323 |
<td class="long-desc">[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>
|
324 |
324 |
</tr>
|
325 |
325 |
<tr>
|
326 |
|
<td>[% LxERP.t8('Invoice email settings') %]</td>
|
|
326 |
<th>[% LxERP.t8('Invoice email settings') %]</th>
|
327 |
327 |
<td>
|
328 |
328 |
[% 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) %]
|
329 |
329 |
</td>
|
330 |
|
<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>
|
|
330 |
<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>
|
331 |
331 |
</tr>
|
332 |
332 |
<tr>
|
333 |
333 |
<th class="caption" colspan="3">[% LxERP.t8("Requirement Specs") %]</th>
|
... | ... | |
421 |
421 |
</div></td>
|
422 |
422 |
<!-- <td class="longdesc"></td> -->
|
423 |
423 |
</tr>
|
424 |
|
<tr><td class="listheading" colspan="4">[% 'Displayable Name Preferences' | $T8 %]</td></tr>
|
|
424 |
<tr><th colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
|
425 |
425 |
[% FOREACH module=SELF.displayable_name_specs_by_module.keys.sort %]
|
426 |
426 |
[%- SET spec=SELF.displayable_name_specs_by_module.$module -%]
|
427 |
427 |
<tr>
|
428 |
|
<td align="right">[% spec.specs.title %]</td>
|
|
428 |
<th class="left">[% spec.specs.title %]</th>
|
429 |
429 |
<td>
|
430 |
430 |
<table>
|
431 |
431 |
<tr>
|
432 |
|
<th align="left" class="listheading">[% 'Option' | $T8 %]</th>
|
433 |
|
<th align="left" class="listheading">[% 'Name' | $T8 %]</th>
|
|
432 |
<th class="left">[% 'Option' | $T8 %]</th>
|
|
433 |
<th class="left">[% 'Name' | $T8 %]</th>
|
434 |
434 |
</tr>
|
435 |
435 |
[% FOREACH option=spec.specs.options %]
|
436 |
436 |
<tr>
|
... | ... | |
448 |
448 |
</table>
|
449 |
449 |
</td>
|
450 |
450 |
[% IF loop.first %]
|
451 |
|
<td>[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
|
|
451 |
<td class="long-desc">[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
|
452 |
452 |
[% 'E.g. "<%customernumber%> <%name%>"' | $T8 %]
|
453 |
453 |
</td>
|
454 |
454 |
[% END %]
|
Neues Design Bugfix: #448 Mandantenkonfiguration Template korrigiert
- fehlende Klassen hinzugefügt/obsolete entfernt
- Tabellenüberschrift tags korrigiert