Click or drag to resize

clsImportEmployeeProjectLinkeProjectTemplateType Enumeration

Project Template Type for the project linked to the employee

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eProjectTemplateType
Members
  Member nameValueDescription
StandardProjectTimeKeeping1

When an employee for example in the backoffice works all day for the same project, use this template. Depending on the selected project, add contract, contract position. Add a phase if the selectd project has phases

SELECT [Projectnumber] FROM MARIProjectMaster WHERE ProjectType IN (CustomerProjects, InternalProjectsWithContract, InternalProjects)

VacationProject2 Link a vacation project VacationProjects to the employee. If this project has phases, add the standard phase
SickLeaveProject3 Link an absence project AbsenseProjects to the employee. If this project has phases, add the standard phase
RoundingProject4 Link an internal project InternalProjects to the employee. If this project has phases, add the standard phase
PaidAbsence5 Link an absence project AbsenseProjects to the employee. If this project has phases, add the standard phase
FlexTimeProject6 Link a flextime project FlexitimeProjects to the employee.
UnPaidAbsence7 Link an absence project AbsenseProjects to the employee. If this project has phases, add the standard phase
SpecialLeaveProject8 Link a vacation project type VacationProjects to the employee. If this project has phases, add the standard phase
InternalAbsenceProject9 Link an absence project AbsenseProjects to the employee. If this project has phases, add the standard phase
See Also