Now that we are trying to use CommitCRM to track profit/loss on products, we really need to get this fixed:
Currently, the markup (or discount) is not done per piece but on total... this doesn't make sense. When someone enters a quantity and a quantity price, the discount/markup should be on a per piece basis. The problem with the way it currently works is that if we go back and change the quantity at any point, the discount/markup is incorrect...
e.g. -- qty 1, price $221, markup $19, total $240 -- if we then decide to sell them 3 units, we have to MANUALLY look at the markup, divide by the number of pieces, multiply by the new number of pieces and manually update the markup filed. This is particularly a problem when we go from 17 pieces to 23!!!!
THE DISCOUNT/MARKUP NEEDS TO BE BASED ON QUANTITY NOT TOTALS!!!
I can't think of a single accounting system out there that by default does it on totals instead of quantities -- this REALLY needs to change!!!
IF people want to have it apply on the total, simply add a check box to the window that says "apply to total/apply to quantity" -- this should take someone less than a couple of hours to update in the code...
thanks!
//ray
Currently, the markup (or discount) is not done per piece but on total... this doesn't make sense. When someone enters a quantity and a quantity price, the discount/markup should be on a per piece basis. The problem with the way it currently works is that if we go back and change the quantity at any point, the discount/markup is incorrect...
e.g. -- qty 1, price $221, markup $19, total $240 -- if we then decide to sell them 3 units, we have to MANUALLY look at the markup, divide by the number of pieces, multiply by the new number of pieces and manually update the markup filed. This is particularly a problem when we go from 17 pieces to 23!!!!
THE DISCOUNT/MARKUP NEEDS TO BE BASED ON QUANTITY NOT TOTALS!!!
I can't think of a single accounting system out there that by default does it on totals instead of quantities -- this REALLY needs to change!!!
IF people want to have it apply on the total, simply add a check box to the window that says "apply to total/apply to quantity" -- this should take someone less than a couple of hours to update in the code...
thanks!
//ray
Comment