BUGFIX: PDF:Table verwendet font_color in Folgezeile
[kivitendo-erp.git] / SL / PriceSource.pm
index b34bf41..ae0017c 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