]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/form.html
date error in mapping
[mfinanz.git] / templates / webpages / client_config / form.html
index f0d26214b1643191d775cacdd6681985b0818ff2..b46dfc4897c5a7236da1a028a2e7b6443cdacb8f 100644 (file)
@@ -6,7 +6,7 @@ var warehouses = [
  [%- USE warehouses_it = Iterator(SELF.all_warehouses) %][%- FOREACH warehouse = warehouses_it %]
   { id:   [% warehouse.id %],
     bins: [
  [%- USE warehouses_it = Iterator(SELF.all_warehouses) %][%- FOREACH warehouse = warehouses_it %]
   { id:   [% warehouse.id %],
     bins: [
-     [% USE bins_it = Iterator(warehouse.bins_sorted) %][% FOREACH bin = bins_it %]
+     [% USE bins_it = Iterator(warehouse.bins_sorted_naturally) %][% FOREACH bin = bins_it %]
       { id: [% bin.id %], description: "[% JavaScript.escape(bin.description) %]" }[% UNLESS bins_it.last %],[% END %]
      [% END %]
    ] }[% UNLESS warehouses_it.last %],[% END %]
       { id: [% bin.id %], description: "[% JavaScript.escape(bin.description) %]" }[% UNLESS bins_it.last %],[% END %]
      [% END %]
    ] }[% UNLESS warehouses_it.last %],[% END %]
@@ -84,7 +84,7 @@ $(function() {
    <li><a href="#default_accounts">[% LxERP.t8('Default Accounts') %]</a></li>
    <li><a href="#posting_configuration">[% LxERP.t8('Posting Configuration') %]</a></li>
    [% IF FORM.feature_datev %]
    <li><a href="#default_accounts">[% LxERP.t8('Default Accounts') %]</a></li>
    <li><a href="#posting_configuration">[% LxERP.t8('Posting Configuration') %]</a></li>
    [% IF FORM.feature_datev %]
-     <li><a href="#datev_check_configuration">[% LxERP.t8('DATEV check configuration') %]</a></li>
+     <li><a href="#datev_check_configuration">[% LxERP.t8('DATEV configuration') %]</a></li>
    [% END %]
    <li><a href="#orders_deleteable">[% LxERP.t8('Orders / Delivery Orders deleteable') %]</a></li>
 [%- IF INSTANCE_CONF.get_doc_storage %]
    [% END %]
    <li><a href="#orders_deleteable">[% LxERP.t8('Orders / Delivery Orders deleteable') %]</a></li>
 [%- IF INSTANCE_CONF.get_doc_storage %]
@@ -93,6 +93,8 @@ $(function() {
    <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>
    <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>
+   <li><a href="#record_links">[% LxERP.t8('Linked Records') %]</a></li>
+   <li><a href="#bank">[% LxERP.t8('SEPA/Bank') %]</a></li>
   </ul>
 
 [% PROCESS 'client_config/_ranges_of_numbers.html' %]
   </ul>
 
 [% PROCESS 'client_config/_ranges_of_numbers.html' %]
@@ -106,6 +108,8 @@ $(function() {
 [% PROCESS 'client_config/_warehouse.html' %]
 [% PROCESS 'client_config/_features.html' %]
 [% PROCESS 'client_config/_stocktaking.html' %]
 [% PROCESS 'client_config/_warehouse.html' %]
 [% PROCESS 'client_config/_features.html' %]
 [% PROCESS 'client_config/_stocktaking.html' %]
+[% PROCESS 'client_config/_record_links.html' %]
+[% PROCESS 'client_config/_bank.html' %]
 [% PROCESS 'client_config/_miscellaneous.html' %]
  </div>
 </form>
 [% PROCESS 'client_config/_miscellaneous.html' %]
  </div>
 </form>