X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPriceSource.pm;h=ae0017c362a5b62f7cd6f798ab7257876656472c;hb=8172364e826b9d37fb977078a0eafb30450cf9ef;hp=b34bf41638343bce8d91d10b68d5bd190ed9787d;hpb=30a5c527c0feec009aed9e6915eb37fa1fdd9401;p=kivitendo-erp.git 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