CUSTOMER ZONE
How to report on the percentage discount each month by client or projects in Web TimeSheet?
Find resources designed to help you get the most from Replicon
Achieving a percentage discount is possible with the use of custom formulas. For example, if there is a discount to be given for the 'Billable Amount' , a custom formula can be made like this:
Customized Billable Amount = Billable Amount – (Billable Amount*discount%)
Looking at the above example in a numerical way where Billable Amount is $1000 and discount is 10%, it will look like this:
Customized Billable Amount = 1000 – (1000*.1)