Revision 6e0dc54d
Von Jan Büren vor fast 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/_bank_account_form.html | ||
---|---|---|
37 | 37 |
<th>[% LxERP.t8('Chart') %]</th> |
38 | 38 |
<td>[% P.chart.picker("object.chart_id", SELF.object.chart_id, type='AR_paid,AP_paid', category='A,L,Q', choose=1, class='wi-wider', "data-validate"="required", "data-title"=LxERP.t8("Chart")) %]</td> |
39 | 39 |
</tr> |
40 |
<tr> |
|
41 |
<th></th> |
|
42 |
<td><div class="description wrapper">[% LxERP.t8('This chart cannot be booked manually after assigning it to a real bank account.') %]<div></td> |
|
43 |
</tr> |
|
40 | 44 |
<tr> |
41 | 45 |
<th>[% LxERP.t8('Use for Factur-X/ZUGFeRD') %]</th> |
42 | 46 |
<td>[% L.checkbox_tag('object.use_for_zugferd', checked = SELF.object.use_for_zugferd, for_submit=1) %]</td> |
Auch abrufbar als: Unified diff
design40: 21be019f Hinweis das Buchungskonten die mit Bank verknüpf (..)