TkLaborInterface
Name: Timekeeping Labor Interface
Type: Interface
Modules: OPS-Timekeeping
Description: Used by clients who perform labor cost allocations.
| Field | Documentation |
|---|---|
| LaborId | Unique identifier for each record. |
| EmployeeIdentifier | Employee identifier from Employees.EmployeeId. References the associated employee. |
| LDate | Date when the record is valid. |
| JobClassAbbr | Abbreviation of the associated job class. |
| PayrollCode | Payroll code identifier from PayrollCodes.PayrollCode. References the associated payroll code. |
| LaborAcct | Labor account identifier from OpsLaborAccts.LaborAcct. References the associated labor account. |
| PayRate | Hourly pay rate. |
| PayAmount | Total pay amount. |
| PayTime | Total payable time in seconds. |
| Violations | Violation that occurred when attempting to process the record. |
| Processed | If true, the record has been processed. |
| DateProcessed | Date the record was processed. |
| Shift | Shift identifier from OPSShiftDefinition.Shift. References the associated shift number. |
| DivisionId | Division identifier from MasterDivisions.DivisionId. References the associated division. |