Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets hours/days count and employees count for the period.
Syntax
server public static container getTblDayHour(
ReportPeriod_RU _start,
ReportPeriod_RU _end,
RpayTimeGroupCode _timeGroup,
RPayGroup _payGroup,
RPayDayHourCalc _rPayDayHourCalc)
Run On
Server
Parameters
- _start
Type: ReportPeriod_RU Extended Data Type
The start date.
- _end
Type: ReportPeriod_RU Extended Data Type
The end date.
- _timeGroup
Type: RpayTimeGroupCode Extended Data Type
The time group.
- _payGroup
Type: RPayGroup Extended Data Type
The payroll group.
- _rPayDayHourCalc
Type: RPayDayHourCalc Enumeration
The calculation type (days/hours).
Return Value
Type: container
The container with hours/days count and employees count.