Filtert Steuern bei Dialogbuchungen
[kivitendo-erp.git] / templates / webpages / admin / create_dataset.html
index 813277f..3e4c6e7 100644 (file)
@@ -1,16 +1,15 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
-  <h2>[% title %]</h2>
+[%- USE HTML %]
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
    <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
    <p>
     [% '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 %]
+    [% 'In the latter case the tables needed by kivitendo will be created in that database.' | $T8 %]
    </p>
 
-   <table>
+   <table border="0">
     <tr>
      <th valign="top" align="right" nowrap>[% 'Existing Datasets' | $T8 %]</th>
      <td valign="top">[% HTML.escape(dbsources) %]</td>
@@ -45,7 +44,7 @@
     </tr>
 
     <tr>
-     <th valign="top" align="right" nowrap>[% 'Accounting method' | $T8 %]</th>
+     <th valign="top" align="right" nowrap>[% 'Accounting method' | $T8 %] *</th>
      <td>
       <select name="accounting_method">
        [% FOREACH row = ACCOUNTING_METHODS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %]
      </td>
     </tr>
     <tr>
-     <th valign="top" align="right" nowrap>[% 'Inventory system' | $T8 %]</th>
+     <th valign="top" align="right" nowrap>[% 'Inventory system' | $T8 %] *</th>
      <td>
       <select name="inventory_system">
        [% FOREACH row = INVENTORY_SYSTEMS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %]
       </select>
+     [% '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode"  in' | $T8 %] <a href="doc/kivitendo-Dokumentation.pdf">kivitendo-Dokumentation.pdf</a>.
      </td>
+
     </tr>
 
     <tr>
-     <th valign="top" align="right" nowrap>[% 'Profit determination' | $T8 %]</th>
+     <th valign="top" align="right" nowrap>[% 'Profit determination' | $T8 %] *</th>
      <td>
       <select name="profit_determination">
        [% FOREACH row = PROFIT_DETERMINATIONS %]<option value=[% HTML.escape(row.name) %] [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) | $T8 %]</option>[% END %]
       </select>
      </td>
+   </tr>
+    <tr>
+    <td colspan="2">
+    [% '*) Since version 2.7 these parameters ares set in the client database and not in the configuration file, details in chapter:' | $T8 %] <a href="doc/kivitendo-Dokumentation.pdf">Kapitel Konfiguration zur Einnahmen&uuml;berschussrechnung/ Bilanzierung: EUR</a>
+    </td>
     </tr>
-
    </table>
 
    <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">
               "Die Buchungsgruppen sind nicht korrekt vorkonfiguriert" +
               "\n" +
               "fuer Kunden im Ausland." +
-              "\n" + 
+              "\n" +
               "Hinweis vom 20.09.2011");
       }
       if (s == 'Swiss-German') {
 
     -->
   </script>
-</body>
-</html>