Main + Support Beautician
Also known as: Performance split · Multi-beautician credit · Main + assistant share
When multiple beauticians work on one service, one is designated as main and any number can be supports with independently configurable percentage shares (total ≤ 100%).
Full definition
Multi-beautician collaboration is normal in beauty operations: a perm-and-color needs a stylist + assistant; a facial treatment has a main beautician + apprentice; complex treatments may have peers helping out. Manual split via spreadsheet creates monthly disputes. MeiYe Zhan's Multi-Support Beautician design (v1.0.18+) builds the split into every `ServiceItem` / `SoldProduct` — `supports[]` array, each entry independently configurable 0-100%.
Why this concept matters
Single-beautician models break in reality: (1) a NT$2,000 perm-and-color realistically splits 60% stylist + 40% assistant; (2) the owner may want a new hire to keep 100% performance and the senior keeps 0% (boss-gives-credit pattern — fully supported); (3) three-way collaborations need 50/30/20 splits; (4) on repayment days the same proportions must apply. Without system support, shops resort to Excel side-calculations.
How MeiYe Zhan handles it
A `SupportBeautician[]` array embeds inside each `ServiceItem` / `SoldProduct`. Helpers normalise legacy + modern formats: `getSupports(item)` / `mainShare(item)` / `supportShareFor(item, staffId)`. Every performance calculation site (attendance, dashboard, reports, customer detail) routes through these helpers — inline formulas are forbidden. Main share can be as low as 0%.
Concrete example
NT$2,000 perm-and-color, stylist 65% main + assistant 35% support. Client pays in full → stylist performance NT$1,300, assistant performance NT$700, total NT$2,000. If client pays only NT$1,000 (Option A), stylist NT$650, assistant NT$350; NT$1,000 enters Debt and is split proportionally on each repayment.
Related terms
Deep-dive articles
Comparisons
See how MeiYe Zhan handles Main + Support Beautician in practice?
30-day free trial, no credit card required. From NT$999/month.
Start free trial