From da821ed28591942761eb92cc75b635dbf4fca25a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 1 Feb 2017 11:32:09 +0100 Subject: [PATCH] Auftrags-Controller: POD: Todos aktualisiert und Anregungungen (nice to have) --- SL/Controller/Order.pm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 999fc2173..ca7ca289f 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1295,6 +1295,8 @@ java script functions =item * price sources: little symbols showing better price / better discount +=item * select units in input row? + =item * custom shipto address =item * periodic invoices @@ -1350,6 +1352,45 @@ filtering. =back +=head1 To discuss / Nice to have + +=over 4 + +=item * + +How to expand/collapse second row. Now it can be done clicking the icon or +-up/down. + +=item * + +Possibility to change longdescription in input row? + +=item * + +Possibility to select PriceSources in input row? + +=item * + +This controller uses a (changed) copy of the template for the PriceSource +dialog. Maybe there could be used one code source. + +=item * + +Rounding-differences between this controller (PriceTaxCalculator) and the old +form. This is not only a problem here, but also in all parts using the PTC. +There exists a ticket and a patch. This patch should be testet. + +=item * + +An indicator, if the actual inputs are saved (like in an +editor or on text processing application). + +=item * + +A warning when leaving the page without saveing unchanged inputs. + +=back + =head1 AUTHOR Bernd Bleßmann Ebernd@kivitendo-premium.deE -- 2.20.1