]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/create_dataset.html
rc.pl: reconciliation in template ausgelagert
[mfinanz.git] / templates / webpages / admin / create_dataset.html
index 168defe3819f606851414d20dc7be225209d8571..35f2a31a703b163d01814f8cf9f56375515decd5 100644 (file)
@@ -4,7 +4,7 @@
   <h2>[% title %]</h2>
 
   <form method="post" action="admin.pl">
-  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+   <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 %]
      </td>
     </tr>
 
+    <tr>
+     <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 %]
+      </select>
+     </td>
+    </tr>
+    <tr>
+     <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>
+     </td>
+    </tr>
+
+    <tr>
+     <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>
+
    </table>
 
    <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">