X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/30a5c527c0feec009aed9e6915eb37fa1fdd9401..f16b77358a0cbedf9681c6ea95bd2a076b8b78a9:/SL/PriceSource.pm diff --git a/SL/PriceSource.pm b/SL/PriceSource.pm index b34bf4163..ae0017c36 100644 --- a/SL/PriceSource.pm +++ b/SL/PriceSource.pm @@ -297,6 +297,21 @@ the listprice tends to go up, while lastcost stays the same, so lastcost usually wins. Lastcost could be lower priority, but a better design would be nice. +=item * + +Guarantee 1 states that price sources will never change prices on their own. +Further testing in the wild has shown that this is desirable within a record, +but not when copying items from one record to another within a workflow. + +Specifically when changing from sales to purchase records prices don't make +sense anymore. The guarantees should be updated to reflect this and +transposition guidelines should be documented. + +=item * + +Prices were originally planned as a context element rather than a modal popup. +It would be great to have this now with better framework. + =back =head1 AUTHOR