J
Joe Williams
I have an application that needs to track commissions. Each salesperson can
sell different products that each have a certain bonus amount assigned to
them.
OK, that part is no problem. The caveat is that if the salespeople sell
ceratin amounts in a given time frame (monthly), then the commission amount
for each product goes up. For instance, if they sell 0-10 products the
commission amount is $100. If they sell 11 - 20, the commission amount is
200, and so on and so on.
I can do a simple structure whereby a ceratin product gets paid a certain
amount, but I do not know how to handle the sliding scale as more and more
sales get entered for that salesperson.
Can anyone point me in the right direction to solve this problem?
Thanks
Joe
sell different products that each have a certain bonus amount assigned to
them.
OK, that part is no problem. The caveat is that if the salespeople sell
ceratin amounts in a given time frame (monthly), then the commission amount
for each product goes up. For instance, if they sell 0-10 products the
commission amount is $100. If they sell 11 - 20, the commission amount is
200, and so on and so on.
I can do a simple structure whereby a ceratin product gets paid a certain
amount, but I do not know how to handle the sliding scale as more and more
sales get entered for that salesperson.
Can anyone point me in the right direction to solve this problem?
Thanks
Joe