Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HRISservice ¶
type HRISservice struct {
AttendanceService *attendance.AttendanceService
AttendancePolicyService *attendance_policy.AttendancePolicyService
DeductionSettingService *deduction_setting.DeductionSettingService
EmployeeActivityService *employee_activity.EmployeeActivityService
EmployeeService *employee.EmployeeService
EmployeeOvertimeService *employee_overtime.EmployeeOvertimeService
EmployeeCashAdvanceService *employee_cash_advance.EmployeeCashAdvanceService
PayrollService *payroll.PayrollService
LeaveService *leave.LeaveService
ReimbursementService *reimbursement.ReimbursementService
ScheduleService *schedule.ScheduleService
EmployeeLoanService *employee_loan.EmployeeLoanService
JobTitleService *employee.JobTitleService
WorkShiftService *work_shift.WorkShiftService
EmployeeBusinessTripService *employee_business_trip.EmployeeBusinessTripService
EmployeeResignationService *employee_resignation.EmployeeResignationService
// contains filtered or unexported fields
}
func NewHRISservice ¶
func NewHRISservice(ctx *context.ERPContext) *HRISservice
func (*HRISservice) Migrate ¶
func (s *HRISservice) Migrate() error
Click to show internal directories.
Click to hide internal directories.