MiscEntry Class |
Namespace: AMG.API.Timecard
The MiscEntry type exposes the following members.
Name | Description | |
---|---|---|
AccrueTowardsOT |
Indicates if the duration of the transaction should be taken into consideration when calculating overtime hours.
| |
Amount |
Money amount, if category is of money type.
| |
AttendanceCodeId |
Transaction's applied rounding's attendance code ID
| |
CategoryId |
Category's ID
| |
Comment |
Transaction comment
| |
Date |
Date/Time of transaction
| |
DepartmentId |
Department ID assigned to the transaction.
| |
Hours |
Hours, if category is of hours type.
| |
Id |
Transaction's ID
| |
InsertDate |
Date/time when the transaction was committed.
| |
InsertEmployeeId |
Inserting employee's ID, if the transaction was added by employee.
| |
IsSystemGenerated |
Indicates if the transaction was generated by the system.
| |
JobId |
Job ID assigned to the transaction.
| |
OTLevel | Overtime level enum En_OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 } | |
RoundDate |
Transaction's rounded date
| |
Status | Transaction's status enum En_TransactionStatus { Open = 1, Closed = 2, ClosedSystem = 3 } | |
UserId |
User's ID who added the transaction
|