]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
BUG-Fix: Funktion "Erzeugnis fertigen" sucht Bestandteile im falschen Lager.
[mfinanz.git] / SL / Controller / Order.pm
index 33185509888b6c9e2c7cffc0a14b86bf4354d9d9..f6a731a9f06945966ada076229024b143d65582e 100644 (file)
@@ -1154,9 +1154,9 @@ Email dialog
 
 =back
 
-=item *
+=item * C<js/kivi.Order.js>
 
-js/kivi.Order.js: java script functions
+java script functions
 
 =back
 
@@ -1192,6 +1192,10 @@ js/kivi.Order.js: java script functions
 
 =item * force project if enabled in client config
 
+=item * history
+
+=item * mtime check
+
 =back
 
 =head1 KNOWN BUGS AND CAVEATS
@@ -1200,10 +1204,6 @@ js/kivi.Order.js: java script functions
 
 =item *
 
-C<position> is not displayed until an order is saved
-
-=item *
-
 Customer discount is not displayed as a valid discount in price source popup
 (this might be a bug in price sources)
 
@@ -1232,9 +1232,22 @@ Table header is not sticky in the scrolling area.
 
 Sorting does not include C<position>, neither does reordering.
 
+This behavior was implemented intentionally. But we can discuss, which behavior
+should be implemented.
+
 =item *
 
-C<show_smulti_items_dialog> does not use the currently inserted string for filtering.
+C<show_multi_items_dialog> does not use the currently inserted string for
+filtering.
+
+=item * Performance
+
+Rendering a 50 items order takes twice as long as the old code.
+
+90% of that is rendering the (hidden) second rows, and 50% of those again are
+checks for is_valid and C<INCLUDE> on the cvar input template.
+
+Suggestion: fetch second rows when asked for.
 
 =back