Hello there,
In our company, we calculate salary based on number of days in a month 28, 30, 31, the no.of days of that month
Let's say, employee salary is 30,000 per month, salary month is June (30 days), and employee worked without taking any leave for that month ( excluding Sundays and public holidays )
Final salary = (30000/30) * No.of working days
Let's assume, In June, there are 5 Sundays and 1 public holiday
Do we need to include the Sundays and other public holidays in "No.of working days" or exclude from the total No.of days ( 30 days )
No.of working days = 30 or ?
No.of working days = 24 ?
Final salary = (30000/30) * 30 ?
Final salary = (30000/30) * 24 ?
Please clarify
Thanks in advance :)