overallRatio(totalCentavos, bimonthlyRateCentavos): number
Defined in: src/lib/payroll/index.ts:84
Overall paid fraction for a payslip: total paid ÷ full bi-monthly rate (0 when rate is 0).
Parameters
totalCentavos
number
bimonthlyRateCentavos
number
Returns
number