]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/form.html
Kontoauszug verbuchen: Skonto-Option auch über Rechnung suchen anbieten
[mfinanz.git] / templates / webpages / client_config / form.html
index e1caf47df75451f0e3e81660a636fdf34683e4f8..f0d26214b1643191d775cacdd6681985b0818ff2 100644 (file)
@@ -54,10 +54,6 @@ function checkavailable_filebackend(elem) {
   var selval = elem.value;
   if ( selval == 'Webdav' && $("#defaults_doc_webdav").val() == 0 ) {
      elem.value = 'Filesystem';
-  } else if ( selval == 'ExtDMS' ) {
-     elem.value = 'Filesystem';
-  } if ( selval == 'DB' && $("#defaults_doc_database").val() == 0 ) {
-     elem.value = 'Filesystem';
   }
   if ( elem.value == 'Filesystem' && $("#defaults_doc_files").val() == 0 ) {
      elem.value = 'None';
@@ -68,6 +64,7 @@ function checkavailable_filebackend(elem) {
 $(function() {
   warehouse_selected([% SELF.defaults.warehouse_id || -1 %], [% SELF.defaults.bin_id || -1 %], 'bin_id');
   warehouse_selected([% SELF.defaults.warehouse_id_ignore_onhand || -1 %], [% SELF.defaults.bin_id_ignore_onhand || -1 %], 'bin_id_ignore_onhand');
+  warehouse_selected([% SELF.defaults.stocktaking_warehouse_id || -1 %], [% SELF.defaults.stocktaking_bin_id || -1 %], 'stocktaking_bin_id');
 
   enable_template_controls();
   $('#doc_max_filesize_MB').val(parseInt($('#defaults_doc_max_filesize').val())/1000000.0);
@@ -95,6 +92,7 @@ $(function() {
 [%- END %]
    <li><a href="#warehouse">[% LxERP.t8('Warehouse') %]</a></li>
    <li><a href="#features">[% LxERP.t8('Features') %]</a></li>
+   <li><a href="#stocktaking">[% LxERP.t8('Stocktaking') %]</a></li>
   </ul>
 
 [% PROCESS 'client_config/_ranges_of_numbers.html' %]
@@ -107,6 +105,7 @@ $(function() {
 [%- END %]
 [% PROCESS 'client_config/_warehouse.html' %]
 [% PROCESS 'client_config/_features.html' %]
+[% PROCESS 'client_config/_stocktaking.html' %]
 [% PROCESS 'client_config/_miscellaneous.html' %]
  </div>
 </form>