Home ›
Support discount input as percentage
Donate to this project
Submitted by tanderson on Fri, 05/10/2012 - 22:54
Development Project Status: Under Discussion
Due date for completion of this stage:
05/11/2012 Discounts during invoicing and estimating must currently be entered as dollar values.
This could be extended to support percentage input so that entering a percentage automatically calculates the dollar value.
E.g. if 10% was entered into the Discount field, the discount would be calculated as:
(fixedPrice * 10%) + (quantity * unitPrice * 10%)
The calculated value would replace the 10% displayed in the Discount field.