Professional Tax Salary Component Formula - jigneshpshah/greycube_helpmanual GitHub Wiki

0 if (gross_pay <= 7500 and state == 'Maharashtra' and gender == 'Male') else 175 if (gross_pay <= 10000 and state == 'Maharashtra' and gender == 'Male') else 200 if (gross_pay > 10000 and state == 'Maharashtra' and getdate(start_date).month != 2) else 300 if (gross_pay > 10000 and state == 'Maharashtra' and getdate(start_date).month == 2) else 0