[[Seafarer.FirstName]]
- returns the first name of the seafarer.[[Seafarer.LastName]]
- returns the last name of the seafarer.[[Seafarer.FullName]]
- returns the full name of the seafarer.[[Rank.Name]]
- returns the name of the rank.[[Rank.Code]]
- returns the code of the rank.[[Employer.Name]]
- returns the name of the employer organization.[[InvoiceClient.Name]]
- returns the name of the invoice client organization.[[ContractDate]]
- returns the date of the contract.[[InvoiceOffice.Name]]
- returns the name of the invoice office that is specified in the contract. Attribute | Type | Description |
---|---|---|
Id | Number | Organization ID |
Name | String | Organization name |
Address | String | Organization address |
Phone | String | Organization phone |
Phone1 | String | Organization phone 1 |
Phone2 | String | Organization phone 2 |
Fax | String | Organization fax |
String | Organization email | |
ContactPerson | String | Organization contact person |
Example:
[[Employer.Name]]
- returns the name of the organization that is the employer.
Attribute | Type | Description |
---|---|---|
Tag | String | Payment tag |
Rate | Number | Rate |
Quantity | Number | Quantity |
PaymentType.Name | String | Payment type name |
Date | Date | Payment date (actual for single payments) |
Note | String | Payment note |
Total | Number | Total amount |
Example:
[[Items.0.Rate]:format(0.00)]
- returns the rate of the first payment item with the format 0.00 (2 decimal places).
[[Items.0.Quantity]:format(0)]
- returns the quantity of the first payment item with the format 0 (no decimal places).
[[Items.0.PaymentType.Name]]
- returns the name of the first payment item.
[[Items.MBS.PaymentType.Name]]
- returns the name of the payment item with the MBS tag (Monthly Basic Salary).
All tags are set by the user in the Payments Types catalog. The tag name should be as short as possible and without spaces