Contents
A payslip is a collection of paylines for a specific tutor, generated at one time. They can be altered until exported after which the numerical data within the paylines is immutable. Payslips are generated either from a specific set of classes, or across the whole college. In either case, the user specifies an end-date and paylines are only generated for payments until that date.
public Payslip {
}
Add a tag to this object. If the tag requirements don't allow this tag to be added, then this method does nothing and returns false.
the tag you want to add
true if the tag is found and added
Add a tag to this object. You need to pass the full path to the tag, for example "Subjects/Arts/Painting". If the tag requirements don't allow this tag to be added, then this method does nothing and returns false.
the full path to the tag
true if the tag is found and added
the contact for the tutor this payslip belongs to
the date and time this record was created
the date and time this record was modified
public notes appended to this payslip
paymentInLines attached to this payslip
paymentOutLines attached to this payslip
private notes appended to this payslip
the workflow status of the payslip
Check to see whether this object has this tag. Either pass the name of a tag (for example "Painting") or the full path to the tag, for example "Subjects/Arts/Painting".
the tag name or the full path to the tag
true if the tag is found and is attached to this object
Check to see whether this object has this tag or it's child tag. Either pass the name of a tag (for example "Painting") or the full path to the tag, for example "Subjects/Arts/Painting".
the tag name or the full path to the tag
flag to define whether need to find in children tags or not
true if the tag or it's children is found and is attached to this object
Remove a tag from this object. If the tag isn't already attached, this method does nothing and returns false.
the tag you want to remove
true if the tag was found and removed
Remove a tag from this object. You need to pass the full path to the tag, for example "Subjects/Arts/Painting". If the tag isn't already attached, this method does nothing and returns false.
the full path to the tag
true if the tag was found and removed