kBookingReservationStaffLine
Staff Member Line
Info
Inherits from kDataObject
Properties
| Name | Type | Label | List | Owned | Cluster | Mandatory | Unique | Note |
|---|---|---|---|---|---|---|---|---|
| StaffMember | kBookingStaff | Staff Member | ||||||
| StaffMemberCode | tkDescription | Code | - | |||||
| Name | tkName | First name | ||||||
| Surname | tkSurname | Last name | ||||||
| Date | tkDate | Date | ||||||
| Frame | tkTimeRange | Frame | ||||||
| Frame.StartTime | tkTime | Start Time | - | |||||
| Frame.EndTime | tkTime | End Time | - | |||||
| CommissionType | tkAmountOrPercentage | Commission Type | - | |||||
| CommissionPercentage | tkPercentage | Commission Percentage | - | |||||
| CommissionFixedValue | tkAmount | Commission Fixed Value | - | |||||
| CommissionFixedValue.Value | tkValue | Amount | - | |||||
| CommissionFixedValue.Currency | kCurrency | Currency | - | mandatory(true) {TODO: Mandatory only if Value<>0} | ||||
| CommissionAmount | tkAmount | Commission Amount | - | (GrossPrice * CommissionPercentage) or CommissionFixedValue | ||||
| CommissionAmount.Value | tkValue | Amount | - | |||||
| CommissionAmount.Currency | kCurrency | Currency | - | mandatory(true) {TODO: Mandatory only if Value<>0} | ||||
| TipAmount | tkAmount | Tip Amount | - | (Line Fiscal Amount * Line Tip Percentage)/Line Nr Staff | ||||
| TipAmount.Value | tkValue | Amount | - | |||||
| TipAmount.Currency | kCurrency | Currency | - | mandatory(true) {TODO: Mandatory only if Value<>0} | ||||
| Inherited from kDataObject | ||||||||
| Id | tkUnique | Id | ||||||
| ClassName | tkCode | Class Name | - | |||||
| CreatedBy | tkCode | Created BY | - | |||||
| LastModifiedBy | tkCode | Last Modified By | - | |||||
| CreatedDate | tkDateTime | Created Date | - | |||||
| LastModifiedDate | tkDateTime | Last Modified Date | - | |||||
| RevisionNumber | tkInteger | Revision Number | - | |||||
| WorkflowStatus | kWorkflowStatus | Workflow Status | - | |||||
| OwnedOnRequest | tkYesNo | Is owned on request | - | |||||
| Origin | kSystem | Origin | - | |||||
| LastModifiedProcess | tkGuid | Last process | - | |||||
(E) : Type have an event assigned to it, look at type documentation for mode details
(A) : Property have an autocoderole, look autocoderole grid for mode details
Events
| When | Method Name | Module | Parameters | On | Off | Asynch |
|---|---|---|---|---|---|---|
| beforeupdate | BookingReservation_ReservationRoomsStaffChange | kBooking | TipAmount.Value,TipAmount.Currency,CommissionAmount.Value,CommissionAmount.Currency,CommissionFixedValue.Value,CommissionFixedValue.Currency,CommissionPercentage,CommissionType | |||
| beforeinsert | BookingReservation_ReservationRoomsStaffChange | kBooking | ||||
| beforedelete | BookingReservation_ReservationRoomsStaffChange | kBooking | ||||
| beforeinsert (I) | OnInitWorkFlow | kCoreServices | ||||
| afterinsert (I) | AutoTransition | kCoreServices | ||||
| afterupdate (I) | AutoTransition | kCoreServices | workflowstatus |
IncrementalSearch
Inherited from kDataObject
- class : kDataObject
- searchproperty : id
- displayproperties : id,ClassName
- displaytextproperties : id,ClassName
Inherited
- kBookingReservationLine_StaffLines
- And 1 more
Used By
| Class | Property |
|---|---|
| kBookingReservationLine | StaffLines |