Revision 63954fb8
Von Kivitendo Admin vor mehr als 10 Jahren hinzugefügt
templates/webpages/admin/create_dataset.html | ||
---|---|---|
32 | 32 |
</tr> |
33 | 33 |
|
34 | 34 |
<tr> |
35 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Accounting method') %] *</th>
|
|
35 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Accounting method') %]</th> |
|
36 | 36 |
<td>[% L.select_tag('accounting_method', SELF.all_accounting_methods, title_key='name', default=(FORM.accounting_method || 'cash')) %]</td> |
37 | 37 |
</tr> |
38 | 38 |
|
39 | 39 |
<tr> |
40 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Inventory system') %] *</th>
|
|
40 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Inventory system') %]</th> |
|
41 | 41 |
<td>[% L.select_tag('inventory_system', SELF.all_inventory_systems, title_key='name', default=(FORM.inventory_system || 'periodic')) %]</td> |
42 | 42 |
</tr> |
43 | 43 |
|
44 | 44 |
<tr> |
45 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Profit determination') %] *</th>
|
|
45 |
<th valign="top" align="right" nowrap>[% LxERP.t8('Profit determination') %]</th> |
|
46 | 46 |
<td>[% L.select_tag('profit_determination', SELF.all_profit_determinations, title_key='name', default=(FORM.profit_determination || 'income')) %]</td> |
47 | 47 |
</tr> |
48 | 48 |
</table> |
Auch abrufbar als: Unified diff
Asterisk-Kommentare beim Anlegen einer Datenbank entfernt
Der Text, auf den sich die Verweise bezogen, existiert nicht mehr.