X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcreate_dataset.html;h=5b776569bc3f777f563c19f740cde5e3910f81c0;hb=63954fb8a44c1a76d3d8529dcc2cca5f9029bd45;hp=00768f1d88539a4e8e48ba56ad8209d94f8d4b2c;hpb=d4fc90166cbc0f21cdc1f74a5ada4abb786a4c4d;p=kivitendo-erp.git diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 00768f1d8..5b776569b 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -1,129 +1,96 @@ -[%- USE T8 %] -[% USE HTML %] - -

[% title %]

- -
-

[% 'Back' | $T8 %]

-

- [% 'You can either create a new database or chose an existing database.' | $T8 %] - [% 'In the latter case the tables needed by Lx-Office will be created in that database.' | $T8 %] -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[% 'Existing Datasets' | $T8 %][% HTML.escape(dbsources) %]
[% 'Create Dataset' | $T8 %]
[% 'Multibyte Encoding' | $T8 %] - [%- IF FORCE_DBENCODING %] - - [% HTML.escape(FORCE_DBENCODING) %] - [%- ELSE %] - - [%- END %] -
[% 'Create Chart of Accounts' | $T8 %] - -
[% 'Accounting method' | $T8 %] * - -
[% 'Inventory system' | $T8 %] * - -
[% 'Profit determination' | $T8 %] * - -
- *) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf, Umstellungs-Details: EUR Umstellung in Mandant -
- - - - - - - - - - - - -
- -

- -
- - - - +[%- USE HTML %][%- USE LxERP -%][%- USE T8 -%][%- USE L -%] + +[% INCLUDE 'common/flash.html' %] + +

[% HTML.escape(title) %]

+ +
+

+ [% LxERP.t8('You can either create a new database or chose an existing database.') %] + [% LxERP.t8('In the latter case the tables needed by kivitendo will be created in that database.') %] +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[% LxERP.t8('Existing Datasets') %][% FOREACH db = SELF.all_dbsources %][% UNLESS loop.first %] [% END %][[% HTML.escape(db) %]][% END %]
[% LxERP.t8('Create Dataset') %][% L.input_tag('db', FORM.db, class="initial_focus") %]
[% LxERP.t8('Default currency') %][% L.input_tag('defaultcurrency', FORM.defaultcurrency || 'EUR') %]
[% LxERP.t8('Create Chart of Accounts') %][% L.select_tag('chart', SELF.all_charts, onchange='comment_selected_chart(this.value)', default=(FORM.chart || 'Germany-DATEV-SKR03EU')) %]
[% LxERP.t8('Accounting method') %][% L.select_tag('accounting_method', SELF.all_accounting_methods, title_key='name', default=(FORM.accounting_method || 'cash')) %]
[% LxERP.t8('Inventory system') %][% L.select_tag('inventory_system', SELF.all_inventory_systems, title_key='name', default=(FORM.inventory_system || 'periodic')) %]
[% LxERP.t8('Profit determination') %][% L.select_tag('profit_determination', SELF.all_profit_determinations, title_key='name', default=(FORM.profit_determination || 'income')) %]
+ + [% L.hidden_tag("dbhost", FORM.dbhost) %] + [% L.hidden_tag("dbport", FORM.dbport) %] + [% L.hidden_tag("dbuser", FORM.dbuser) %] + [% L.hidden_tag("dbpasswd", FORM.dbpasswd) %] + [% L.hidden_tag("dbdefault", FORM.dbdefault) %] + [% L.hidden_tag("action", "Admin/do_create_dataset") %] + +
+ +
+ [% L.submit_tag('dummy', LxERP.t8('Create Dataset')) %] +
+ +
+ +