Revision 515d5a58
Von Jan Büren vor etwa 13 Jahren hinzugefügt
templates/webpages/admin/create_dataset.html | ||
---|---|---|
10 | 10 |
[% 'In the latter case the tables needed by Lx-Office will be created in that database.' | $T8 %] |
11 | 11 |
</p> |
12 | 12 |
|
13 |
<table> |
|
13 |
<table border="0">
|
|
14 | 14 |
<tr> |
15 | 15 |
<th valign="top" align="right" nowrap>[% 'Existing Datasets' | $T8 %]</th> |
16 | 16 |
<td valign="top">[% HTML.escape(dbsources) %]</td> |
... | ... | |
45 | 45 |
</tr> |
46 | 46 |
|
47 | 47 |
<tr> |
48 |
<th valign="top" align="right" nowrap>[% 'Accounting method' | $T8 %]</th> |
|
48 |
<th valign="top" align="right" nowrap>[% 'Accounting method' | $T8 %] *</th>
|
|
49 | 49 |
<td> |
50 | 50 |
<select name="accounting_method"> |
51 | 51 |
[% FOREACH row = ACCOUNTING_METHODS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %] |
... | ... | |
53 | 53 |
</td> |
54 | 54 |
</tr> |
55 | 55 |
<tr> |
56 |
<th valign="top" align="right" nowrap>[% 'Inventory system' | $T8 %]</th> |
|
56 |
<th valign="top" align="right" nowrap>[% 'Inventory system' | $T8 %] *</th>
|
|
57 | 57 |
<td> |
58 | 58 |
<select name="inventory_system"> |
59 | 59 |
[% FOREACH row = INVENTORY_SYSTEMS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %] |
... | ... | |
62 | 62 |
</tr> |
63 | 63 |
|
64 | 64 |
<tr> |
65 |
<th valign="top" align="right" nowrap>[% 'Profit determination' | $T8 %]</th> |
|
65 |
<th valign="top" align="right" nowrap>[% 'Profit determination' | $T8 %] *</th>
|
|
66 | 66 |
<td> |
67 | 67 |
<select name="profit_determination"> |
68 | 68 |
[% FOREACH row = PROFIT_DETERMINATIONS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %] |
69 | 69 |
</select> |
70 | 70 |
</td> |
71 |
</tr> |
|
72 |
<tr> |
|
73 |
<td colspan="2"> |
|
74 |
*) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf, Umstellungs-Details: <a href="doc/umstellung_eur.txt">EUR Umstellung in Mandant</a> |
|
75 |
</td> |
|
71 | 76 |
</tr> |
72 |
|
|
73 | 77 |
</table> |
74 | 78 |
|
75 | 79 |
<input type="hidden" name="dbdriver" value="[% HTML.escape(dbdriver) %]"> |
Auch abrufbar als: Unified diff
Hinweis auf doc/umstellung_eur.txt Beim Mandanten anlegen.