Seafarer's Profile Attributes

Attribute Type Description
Sex String Sex
Photo Image Seafarer's photo
Email String Email
Rank String Rank name
RankCode String Rank code
Readiness Date Date of readiness
MinSalary Number Minimum salary
FirstName String First Name
MiddleName String Middle Name
LastName String Last Name
Name String Full name (FirstName + MiddleName + LastName). (The MiddleName property is ignored if it is disabled in the system settings)
Phone String Phone number
Skype String Skype
Age Number Age
BirthDate Date Date of birth
Nationality String Nationality
BirthPlace String Place of birth
Height Number Height
Weight Number Weight
Hair String Hair color
Eyes String Eye color
ShoesSize Number Shoes size
OverallSize Number Overall size
TrousersSize Number Trousers size
Children String Number of children under 18
Country String Country of residence
City String City of residence
Street String Street
Zip String Zip
NokName String Contact person name
NokCountry String Country of residence of the contact person
NokCity String City of residence of the contact person
NokStreet String Address of residence of the contact person
NokPhone String Contact person's phone number
NokEmail String Contact person's Email
NokRelation String Relationship with the contact person
NokBirthDate Date Date of birth of the contact person
Airport String Airport
AirportCode String Airport code
UpdateDate Date Date of last profile change
UserName String The name of the user who made the last change
MaritalStatus String Marital status
Educations List of education List of seafarer's educations
Documents List of documents The seafarer's documents
Contracts List of sea services List of seafarer's sea services
First10Contracts List of sea services List of the first 10 seafarer's sea services
First5Contracts List of sea services List of the first 5 seafarer's sea services
Last10Contracts List of sea services List of the last 10 seafarer's sea services
Last5Contracts List of sea services List of the last 5 seafarer's sea services
LastContract Sea services The last seafarer's sea service
Languages List of languages List of language proficiency levels, eg.: [[Languages.EN]]
OnShore List of onshore experience List of seafarer's onshore experience
Bank Bank info Seafarer's bank account information
MotherName String Mother's name
FatherName String Father's name
TotalExp Total experience Aggregated information on the overall experience of seafarer

Example:
[[FirstName]] - returns the first name of the seafarer.
[[BirthDate]:format(dd.MM.yyyy)] - returns the date of birth of the seafarer in the format dd.MM.yyyy.
[[Photo]:size(100,100)] - returns the photo of the seafarer with a size of 100x100 pixels.
[[Rank]] - returns the rank of the seafarer.
[[TotalExp.TotalExperience]] - returns the total experience of the seafarer in years.

Educations

Attribute Type Description
Name String Name of the institution
Address String Address of the institution
From Date Start date
To Date End date
Diploma String Diploma number
Status String Status
DegreeType String Degree Type
Speciality String Speciality

Example:
[[Educations.0.Name]] - returns the name of the first educational institution.
[[Educations.0.From]:format(dd.MM.yyyy)] - returns the start date of the first educational institution in the format dd.MM.yyyy.
[[Educations.0.DegreeType]] - returns the degree type of the first educational institution.

Documents

Attribute Type Description
Name String Document name
Grade String Document class
Place String Country of issue
Number String Document Number
IssueDate Date Date of issue
ExpireDate Date Document expiration date
IssueAuthority String Issuing authority

Each document has its own tag, which is used when creating a template, in order to display all the information on a specific document. Document tags are set by the user in any form.

Example:
[[Documents.SB.Number]] - Display the document number with the SB tag (Seaman's book);
[[Documents.SB.Name]] - returns the name of the document with the SB tag.

Note

All tags are set by the user in the Documents catalog. The tag name should be as short as possible and without spaces

Each category of documents also has a predefined tag that can be used to display the entire available list of seafarer's documents from the category.

Category Tag
Certificate of competency COC
Endorsements ENDRT
Medical documents MEDICAL
STCW Training STCW
Travel documents TRAVEL
Other OTHER

``[[Documents.COC.0.Name]] - returns the name of the first document from category Certificate of Competency`.

Sea service

Attribute Type Description
Crewing String Crewing agency from which the sailor left for the voyage
Manager String Vessel manager
Vessel String Vessel name
Imo String IMO vessel number
CallSign String Call sign
Dwt String DWT
Year String Vessel construction year
Tonnage String Tonnage
EngineHp String Engine power in hp
EngineWt String Engine power in kWt
EngineModel String Engine model
Rank String Rank
SignOn String Pick up date
SignOff String Write-off date
PortOn.Name String Port of signing on
CountryOn.Name String Country of signing on
PortOff.Name String Port of signing off
CountryOff.Name String Country of signing off
SignOffReason String Reason for writing off
Flag String Vessel flag
VesselType String Vessel type
EngineType String Engine Type
Days Number Number of days on the voyage
Months Number Number of months on the voyage
Total String String in the form of "Months/Days"

Example:
[[Contracts.0.Vessel]] - returns the name of the first vessel.
[[Contracts.0.SignOn]:format(dd.MM.yyyy)] - returns the date of signing on to the first vessel in the format dd.MM.yyyy.
[[Contracts.0.Days]] - returns the number of days on the voyage for the first vessel.

Onshore experience

Attribute Type Description
Place String Company name
Position String Position
From Date Start date
To Date End date
LeaveReason String Reason for leaving
JobDescription String Job description
ContactPerson String Contact person
ContactPhone String Contact phone

Example:
[[OnShore.0.Place]] - returns the name of the first company.
[[OnShore.0.From]:format(dd.MM.yyyy)] - returns the start date of the first company in the format dd.MM.yyyy.
[[OnShore.0.Position]] - returns the position in the first company.

Bank

Attribute Type Description
Relative String Relative
Beneficiary String Beneficiary
BeneficiaryAddress String Beneficiary address
Account String Account number
Country String Country
CountryCode String Country ISO code
Bank String Bank name
BankAddress String Bank address
Iban String IBAN code
Swift String SWIFT code
SortCode String Sort code
Currency String Currency
CurrencyCode String Currency ISO code
CorrespondentBank String Correspondent bank
CorrespondentBankAccount String Correspondent bank account
CorrespondentBankSwift String Correspondent bank SWIFT code

Example:
[[Bank.Account]] - returns the account number.
[[Bank.Country]] - returns the country of the bank account.
[[Bank.Swift]] - returns the SWIFT code of the bank.

Total experience

Attribute Type Description
TotalExperience Number General experience (years)
RankExperience Number General experience for the current rank (годы)
Rank String The current rank
MaxDwt Number Max DWT
MaxTeu Number Max TEU
MaxGrt Number Max GRT
ByRanks List of Type of experience List of experience grouped by rank
ByVesselTypes List of Type of experience List of experience grouped by vessel type

Example:
[[TotalExp.TotalExperience]] - returns the total experience of the seafarer in years.
[[TotalExp.RankExperience]] - returns the total experience of the seafarer for the current rank in years.
[[TotalExp.MaxDwt]] - returns the maximum DWT of the vessel on which the seafarer worked.

Type of experience

Attribute Type Description
Name String Rank / Vessel type
Value Number Experience (years)

Example:
[[TotalExp.ByRanks.0.Name]] - returns the name of the first rank from the list of ranks.
[[TotalExp.ByVesselTypes.0.Value]] - returns the experience of the first vessel type from the list of vessel types.
[[TotalExp.ByVesselTypes.0.Name]] - returns the name of the first vessel type from the list of vessel types.

Note

The ByRanks and ByVesselTypes attributes are lists of experience grouped by rank and vessel type, respectively. Each item in the list contains the name of the rank or vessel type and the corresponding experience in years.