There are 2 cases: create a program - check/uncheck "Commission for first invoice".
- Check " Commission for first invoice" option: calculate a special commission for the first X customer invoices or the first X employee invoices the commission is calculated according to "Commission for first invoice(%)".
- Don't check "Commission for first invoice" option: commissions for invoices are calculated the same.
Calculate commission based on Percentage + Total Invoice amount
- Choose Percentage option under Commission type.
- Choose Total Invoice amount under Amount to calculate.
- Choose Percentage of Invoice option under Commission policy type.
- Enter the Commission(%)
- Go to Applicable staff menu under Commission module from the left sidebar and assign this program to employee.
- Create an invoice and select the sales agent as on of the employees assigned to the program.
- Create payment
- Amount = Total Paid -[ Total Tax * ( total Paid / total)]
Commission received = Amount * Commission(%)
Calculate commission based on Percentage + Profit- Choose Percentage option under Commission type.
- Choose Profit under Amount to calculate.
- Choose Percentage of Invoice option under Commission policy type.
- Enter the Commission(%)
- Go to Applicable staff menu under Commission module from the left sidebar and assign this program to employee.
- Create an invoice and select the sales agent as on of the employees assigned to the program.
- Create payment
- Commission received = Total Profit* Commission(%) * ( total Paid/total)
Ex: Total Profit = 12
Commission received = 12* 0.05 * ( 606/1247.15)