Skip to main content

Variable: HEALTH_ALLOWANCE_CENTAVOS

const HEALTH_ALLOWANCE_CENTAVOS: 2000000 = 2_000_000

Defined in: src/lib/pay/healthAllowance.ts:12

Health allowance: a fixed ₱20,000 perk for eligible contractors, added manually by an admin as a pay adjustment (it is not auto-computed). A contractor becomes eligible 6 months after their hire date; the dashboard reminds the admin once that date passes and it hasn't been added yet. See ADR-0032.

Remarks

The amount of the allowance, expressed in integer centavos (the smallest PHP unit), per the project rule that money is always handled as integers, never floats. 2_000_000 centavos = ₱20,000.00. This is the raw perk amount only; it does not include any per-contractor proration, tax, or other adjustment — those (if any) are applied where the perk is recorded as a pay adjustment.