Revision 915e14b7
Von Kivitendo Admin vor mehr als 10 Jahren hinzugefügt
templates/webpages/buchungsgruppen/form.html | ||
---|---|---|
11 | 11 |
<td>[%- L.input_tag("config.description", SELF.config.description) %]</td> |
12 | 12 |
</tr> |
13 | 13 |
<tr> |
14 |
<th align="right">[% 'Inventory account' | $T8 %]</th>
|
|
14 |
<th align="right">[% 'Inventory Account' | $T8 %]</th>
|
|
15 | 15 |
[%- IF NOT SELF.config.id %] |
16 | 16 |
<td>[%- L.select_tag("config.inventory_accno_id", ACCOUNTS.ic, title_sub=\account_label, default=SELF.defaults.inventory_accno_id) %]</td> |
17 | 17 |
[%- ELSIF SELF.config.id AND SELF.config.orphaned %] |
templates/webpages/buchungsgruppen/list.html | ||
---|---|---|
8 | 8 |
<tr class="listheading"> |
9 | 9 |
<th align="center" width="1%"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th> |
10 | 10 |
<th width="20%">[% 'Description' | $T8 %]</th> |
11 |
<th width="20%">[% 'Inventory account' | $T8 %]</th>
|
|
11 |
<th width="20%">[% 'Inventory Account' | $T8 %]</th>
|
|
12 | 12 |
[%- FOREACH tz = TAXZONES %] |
13 | 13 |
<th width="20%">[% 'Revenue' | $T8 %] [% HTML.escape(tz.description) %]</th> |
14 | 14 |
<th width="20%">[% 'Expense' | $T8 %] [% HTML.escape(tz.description) %]</th> |
Auch abrufbar als: Unified diff
Steuerzone - korrekter Name von Warenbestand in Template