Supervisors
All codes that can be used to export supervisors
Remember to specify the supervisor's planning level (PROJECT_, SUBPROJECT_, or TEAM_) before "SUPERVISOR:" when adding it to the code.
For example, to retrieve the last name of a project supervisor:
- Original code: {% raw %}{{SUPERVISOR_LAST_NAME}}
- Modified code: {{PROJECT_SUPERVISOR_LAST_NAME}}
| {{TEAM_SUPERVISOR_BEEPLE_CODE}} |
Beeple code |
| TEAM_SUPERVISOR_BEEPLE_QR_CODE |
QR-code (picture) |
| {{TEAM_SUPERVISOR_FIRST_NAME}} |
First name |
| {{TEAM_SUPERVISOR_LAST_NAME}} |
Family name |
| {{TEAM_SUPERVISOR_FULL_NAME}} |
Full name |
| {{TEAM_SUPERVISOR_EMAIL}} |
|
| {{TEAM_SUPERVISOR_MOBILE}} |
GSM |
| {{TEAM_SUPERVISOR_PHONE_NUMBER}} |
Telephone number |
| {{TEAM_SUPERVISOR_GENDER}} |
Gender |
| {{TEAM_SUPERVISOR_NATIONALITY}} |
Nationality |
| {{TEAM_SUPERVISOR_NATIONAL_REGISTRATION_NUMBER_BE}} |
National registration number BE |
| {{TEAM_SUPERVISOR_NATIONAL_REGISTRATION_NUMBER_NL}} |
National registration number NL |
| {{TEAM_SUPERVISOR_BIRTH_DATE}} |
Birth date |
| {{TEAM_SUPERVISOR_AGE}} |
Age |
| {{TEAM_SUPERVISOR_BIRTH_PLACE}} |
Birth place |
| {{TEAM_SUPERVISOR_BIRTH_COUNTRY}} |
Country |
| {{TEAM_SUPERVISOR_BANK_ACCOUNT_IBAN}} |
Bank account IBAN number |
| {{TEAM_SUPERVISOR_BANK_ACCOUNT_BIC}} |
Bank account BIC code |
| {{TEAM_SUPERVISOR_DEPARTMENTS}} |
Departments, separated by commas |
| {{TEAM_SUPERVISOR_SOCIAL_STATUTE}} |
Social statute |
| {{TEAM_SUPERVISOR_CONTACT_PERSON_NAME}} |
Contact person name |
| {{TEAM_SUPERVISOR_CONTACT_PERSON_MOBILE}} |
Contact person GSM |
| {{TEAM_SUPERVISOR_CONTACT_PERSON_RELATIONSHIP}} |
Contact person name relationship |
| {{TEAM_SUPERVISOR_ADDRESS}} |
Full address |
| {{TEAM_SUPERVISOR_STREET}} |
Street |
| {{TEAM_SUPERVISOR_MAILBOX}} |
Mailbox |
| {{TEAM_SUPERVISOR_ZIP}} |
ZIP code |
| {{TEAM_SUPERVISOR_CITY}} |
City |
| {{TEAM_SUPERVISOR_FIRST_ADMIN_LEVEL} |
1st admin level |
| {% raw %}{{TEAM_SUPERVISOR_BE_PROVINCE}} |
Supervisor BE provincie |
|
{{TEAM_SUPERVISOR_SECOND_ADMIN_LEVEL}} |
2nd administrative level |
|
{{TEAM_SUPERVISOR_BE_REGION}} |
BE region |
|
{{TEAM_SUPERVISOR_THIRD_ADMIN_LEVEL}} |
3rd administrative level |
|
{{TEAM_SUPERVISOR_FOURTH_ADMIN_LEVEL}} |
4th administrative level |
|
{{TEAM_SUPERVISOR_FIFTH_ADMIN_LEVEL}} |
5th administrative level |
|
{{TEAM_SUPERVISOR_COUNTRY}} |
Supervisor country |
|
TEAM_SUPERVISOR_PROFILE_PHOTO |
Profile picture (PDF) |
|
TEAM_SUPERVISOR_PROFILE_PHOTO_THUMBNAIL_75x100 |
Profile picture Thumblnail (PDF) |
|
{{TEAM_SUPERVISOR_OWN_REMARK}} |
Supervisor own remark |
|
{{TEAM_SUPERVISOR_ADMIN_REMARK}} |
Supervisor admin remark |
|
{{TEAM_SUPERVISOR_EXTERNAL_CODE}} |
Supervisor external code |
These codes are applicable at the Project, Sub-project, and team levels, depending on their creation.
{% endraw %}