Salary export
Holidays for late employees
When employees are hired in the middle of the month, we should not include holidays in their pay for the period before their employment started.
EmployeeExportData.php function: getHolidaysForMonth checks for active work position -> for each holiday we check if user has active work position on that specific day, if not, we don't count in salary export.