Hair Focus
A salon management system that computes payroll on the server from attendance, bookings, advances and loans. Nothing is calculated in the browser. Built for Hair Focus, a grooming salon in Pakistan.

What changed
- Rs 13,430 of commission already paid in cash was caught before the payslip paid it a second time
- Two loans with an instalment equal to the full balance were corrected before a month's pay was taken
- Payroll is refused while any working day has no attendance record, naming the person and the dates
- 96,154 lines of TypeScript, 618 commits and 1,887 automated tests since the first commit on 4 July 2026
Screens

What it does
- Server-side payroll: every payslip is computed by the API from attendance, bookings, advances and loans
- Closed write rules: every Firestore write is denied, so nothing sent from a browser can change a record
- Payroll pre-flight: generation is refused while a working day has no record, with the cost shown in rupees
- Capacity ledger: loans first, then advances, never more than the month earned, with any shortfall carried forward
- Commission stamped at sale: the rate is written onto each booking line, so a later change never alters past pay
- Username-only login: no email anywhere, scrypt-hashed passwords, account lockout and Firebase custom tokens
- Staff app: Schedule, Earnings and My hours on the phone, priced by the same functions payroll uses
- Register reconciliation: compares the paper register to the database line by line and reports every difference
Read the full case study
The problem in detail, what was built and why, every feature, and the measured results.
Continue readingRelated Projects

KhataApp
A mobile-first stock and khata app built to work offline. Payments settle against old sales automatically and receipts go out on WhatsApp. First deployed for Saram, a plastic granules wholesaler.

Al Rimal Website
A landscaping company website built only from verified facts. Concept visuals stand in for project photos and the enquiry form hands off to WhatsApp. Built for Al Rimal, Dubai.
Herbo Dawakhana
An herbal eCommerce platform where customers buy natural products online, with admin tools for the business to manage products, orders, customers, reviews and analytics.