===== How do I handle a commission-only employee? ===== {{keywords>commission, employee, no salary}} Let's say you have employees who receive a 5% commission on all sales, but no other compensation. On the Assumptions/Costs/Commissions page, you should enter 5% for all products in all markets. echo $conf['comp_name']; does not care which of your employees receives these commissions; from a planning perspective, all we care about is that 5% of the revenue will be "spent" by your company for commissions. Employee tax and benefits will be automatically added to these commissions by echo $conf['comp_name'];. You can set the rates for taxes and benefits on the Payroll tab of the Assumptions/Personnel page. If the employees receive no salary except for the commission, you should still enter them as employees on the Employees tab of the Assumptions/Personnel page - with a zero salary. That's because some of echo $conf['comp_name'];'s calculations use the "number of employees" as part of those calculations. **Related Questions:** **[[:faqs:personnel:how-to-change-personnel|How do I add or change employees?]]** **[[:faqs:personnel:how-to-change-personnel-count|How do I change the number of employees?]]** **[[:faqs:personnel:how-to-change-personnel-salary|How do I change the salary of an employee?]]**