Object: @projectCalendar
Field | Description |
---|---|
candidateName | Name |
period | Period |
salaryMatrix | Salary matrix |
salary | Salary |
invoice | Invoice |
Table for an overview of shifts
@projectCalendar.agreementShiftTable
Example:
@projectCalendar.agreementShiftTable[candidateName, period, salaryMatrix, salary, invoice]
Table for an overview of a period
@projectCalendar.agreementShiftPeriodTable
Example:
@projectCalendar.agreementShiftPeriodTable[candidateName, period, salaryMatrix, salary, invoice]
List with an overview of a period
@projectCalendar.agreementShiftPeriodList
Example:
@projectCalendar.agreementShiftPeriodList[candidateName, period, salaryMatrix, salary, invoice]
Information
These mScripts above work for shift confirmations sent to customers.
The modules you can use these in are:
List with an overview of shifts
@projectCalendar.agreementShiftList
Example:
@projectCalendar.agreementShiftList[candidateName, period, salaryMatrix, salary, invoice]
Information
This mScript works for shift confirmations sent to customers and employees.
The modules you can use it in are:
Number of hours per day
@projectCalendarOffer.avgHoursDaily
Total number of hours
@projectCalendarOffer.numberOfHours