Finance
Revenue after discounts, payroll by master, and reports that reconcile with the till.
Revenue after discounts
The figure you can spend, not the one on the price list. A discount is taken off once, where it was given.
Payroll by master
Percentage or fixed, per master, computed from the visits they actually performed.
Reports that reconcile
The day's total in the reports and the day's total at the till are the same number, because one piece of code produces both.
Period over period
Compare a week to the week before it, a branch to a branch, and see the difference rather than guess at it.
One implementation, on purpose
Everything that shows money goes through one place in the code. The last thing that did its own arithmetic told an owner they had earned more than the reports did — which is why there is now exactly one. What ends up in the reports: Reports.
All modules
Try it on your own salon
Set up a branch, a service and one master, and book yourself in. It takes about ten minutes.