Upload & Validate CSV

Upload Staff Sales CSV

Required CSV Format

staff_namedatetotal_saleshicaps_salescash_saleseftpos_salesgift_card_saleshours_workednum_services_providedadd_on_sales
John Doe2024-01-15200100505008880

Calculation Logic

service_sales = total_sales - add_on_sales

commission = service_sales × commission_rate%

final_payout = MAX(daily_guarantee, commission)


reconciliation: total_sales = HICAPS + Cash + EFTPOS + GiftCard

Staff Sales Validator © 2026