]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/PriceSource.pm
GDPDU: Zellennormalisierung auch für transactions
[kivitendo-erp.git] / SL / PriceSource.pm
index b34bf41638343bce8d91d10b68d5bd190ed9787d..ae0017c362a5b62f7cd6f798ab7257876656472c 100644 (file)
@@ -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