Revision b299cf45
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/_bank_account_form.html | ||
---|---|---|
8 | 8 |
|
9 | 9 |
<table class="tbl-horizontal"> |
10 | 10 |
<caption>[% 'Bank account' | $T8 %]</caption> |
11 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
|
11 | 12 |
<tbody> |
12 | 13 |
<tr> |
13 | 14 |
<th>[% LxERP.t8('Description') %]</th> |
... | ... | |
33 | 34 |
<th>[% LxERP.t8('Bank code') %]</th> |
34 | 35 |
<td>[% L.input_tag("object.bank_code", SELF.object.bank_code, class='wi-wider') %]</td> |
35 | 36 |
</tr> |
37 |
<tr> |
|
38 |
<th>[% LxERP.t8('Bank Account Id Number (Swiss)') %]</th> |
|
39 |
<td>[%- L.input_tag("object.bank_account_id", SELF.object.bank_account_id, class='wi-wider') %]</td> |
|
40 |
</tr> |
|
36 | 41 |
<tr> |
37 | 42 |
<th>[% LxERP.t8('Chart') %]</th> |
38 | 43 |
<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 | 44 |
</tr> |
40 | 45 |
<tr> |
41 | 46 |
<th></th> |
42 |
<td><div class="wi-wider">[% LxERP.t8('This chart cannot be booked manually after assigning it to a real bank account.') %]<div></td>
|
|
47 |
<td>[% LxERP.t8('This chart cannot be booked manually after assigning it to a real bank account.') %]</td>
|
|
43 | 48 |
</tr> |
44 | 49 |
<tr> |
45 | 50 |
<th>[% LxERP.t8('Use for Factur-X/ZUGFeRD') %]</th> |
46 | 51 |
<td>[% L.checkbox_tag('object.use_for_zugferd', checked = SELF.object.use_for_zugferd, for_submit=1) %]</td> |
47 | 52 |
</tr> |
53 |
<tr> |
|
54 |
<th>[% LxERP.t8('Use for Swiss QR-Bill') %]</th> |
|
55 |
<td>[% L.checkbox_tag('object.use_for_qrbill', checked = SELF.object.use_for_qrbill, for_submit=1) %]</td> |
|
56 |
</tr> |
|
48 | 57 |
<tr> |
49 | 58 |
<th>[% LxERP.t8('Obsolete') %]</th> |
50 | 59 |
<td>[% L.checkbox_tag('object.obsolete', checked = SELF.object.obsolete, for_submit=1) %]</td> |
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting _bank_account_form angepasst