From 41903692256e5cddb95891ad20d1dda8f1506768 Mon Sep 17 00:00:00 2001 From: Bullhorn Buildbot Date: Fri, 13 Sep 2024 18:33:56 +0000 Subject: [PATCH] publish: Merge pull request #203 from bullhorn/prerelease-2024.09 generated from commit 2d6769aec5c858d8bc58cbb9d8bfa65bdc94c85f --- changelog.html | 8 +++ entityref.html | 127 +++++++++++++++++++++++++++++++++-- includes/changelog/changelog | 8 +++ 3 files changed, 136 insertions(+), 7 deletions(-) diff --git a/changelog.html b/changelog.html index 7f838bb..81e01c1 100644 --- a/changelog.html +++ b/changelog.html @@ -125,6 +125,14 @@

August 2024 Release (2024.8)

| ADDED | TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields |

+

August 2024 Release (2024.9)

+ +

| ADDED | DirectDepositAccount isDeleted, deletedByUserID fields |

+ +

| ADDED | Timesheet approvingClientContact, backupApprovingClientContact, dateAdded, dateLastModified, endDate, evaluationState, externalSource, isPreEvaluated, isWorkFromHome, lastTimeSheetVersion, timeAndExpenseBranch, timeSheetEntryApprovalStatusLogID fields |

+ +

| ADDED | TimesheetEntry timeLaborCalcTypeLookup field |

+

July 2024 Release (2024.7)

| ADDED | JobOrder isWorkFromHome field |

diff --git a/entityref.html b/entityref.html index 00a47bb..432cc87 100644 --- a/entityref.html +++ b/entityref.html @@ -15187,6 +15187,20 @@

Pay and Bill - DirectDepositAccountX + + isDeleted + Boolean + Indicates whether this record is marked as deleted in the Bullhorn system. + X + + + + deletedByUserID + Integer + User who deleted this DirectDepositAccount. + + + dateAdded Timestamp @@ -15194,7 +15208,7 @@

Pay and Bill - DirectDepositAccountX X - + dateLastModified Timestamp Date on which this account was modified in Bullhorn. @@ -23037,7 +23051,7 @@

Timesheet

approvedBy - String (101) + String (255) User the Timesheet was approved by. @@ -23049,6 +23063,20 @@

Timesheet

+ + approvingClientContact + To-one association + ClientContact of the approver of the Timesheet + + X + + + backupApprovingClientContact + To-one association + ClientContact of the back up approver of the Timesheet + + X + billed BigDecimal @@ -23087,6 +23115,34 @@

Timesheet

X X + + dateAdded + Timestamp + Date when this record was created in the Bullhorn system. + X + X + + + dateLastModified + Timestamp + Date when this record was last modified in the Bullhorn system. + + X + + + endDate + Date + End Date of the Timesheet Period. + + X + + + evaluationState + To-one association + State that is used for evaluating the Timesheet. + + + externalID String (100) @@ -23095,13 +23151,34 @@

Timesheet

+ externalSource + String (50) + + + + + hoursWorked BigDecimal Number of hours worked. X + + isPreEvaluated + Boolean + Indicates whether the Timesheet has been pre-evaulated. + + + + isWorkFromHome + Boolean + Work from Home sourced from the associated Placement record. Can be changed if not set on Placement. + + + + jobOrder To-one association JobOrder default fields: @@ -23111,20 +23188,27 @@

Timesheet

X X - + lastModifiedAtUtc Timestamp Record of when Timesheet was most recently modified. X X - + lastProcessedOn Timestamp Record of when Timesheet was most recently processed. + + lastTimeSheetVersion + To-one association + TimesheetVersion + X + + modifyingUser To-one association @@ -23166,6 +23250,13 @@

Timesheet

+ timeAndExpenseBranch + String (32) + Name or code of the time and expense branch. + + + + timeLaborEvalSheetStatusLookup To-one association TimeLaborEvalSheetStatusLookup options: @@ -23176,6 +23267,13 @@

Timesheet

X X + + timeSheetEntryApprovalStatusLogID + Integer + TimesheetEntryApprovalStatusLog associated with the Timesheet. + + + timesheetEntryApprovalStatusLookup To-one association @@ -23394,6 +23492,14 @@

TimesheetEntry

X + timeLaborCalcTypeLookup + To-one association + TimeLaborCalcTypeLookup options: +
  • Pay
  • Bill
  • Pay & Bill
  • + X + + + timeLaborEvalSheetTypeLookup To-one association TimeLaborEvalSheetEntryTypeLookup options: @@ -23401,7 +23507,7 @@

    TimesheetEntry

    X X - + timeLaborSystemTypeLookupID To-one association TimeLaborSystemTypeLookup options: @@ -23409,7 +23515,7 @@

    TimesheetEntry

    X X - + timesheet To-one association Timesheet fields: @@ -23417,13 +23523,20 @@

    TimesheetEntry

    X X - + timesheetDay Date Day associated with TimesheetEntry. X X + + timesheetEntryApprovalStatusLogEntry + To-one association + TimesheetEntryApprovalStatusLogEntry associated with the TimesheetEntry. + X + + timesheetEntryApprovalStatusLogEntry To-one association diff --git a/includes/changelog/changelog b/includes/changelog/changelog index 0166a2d..72fe1f1 100644 --- a/includes/changelog/changelog +++ b/includes/changelog/changelog @@ -6,6 +6,14 @@

    | ADDED | TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields |

    +

    August 2024 Release (2024.9)

    + +

    | ADDED | DirectDepositAccount isDeleted, deletedByUserID fields |

    + +

    | ADDED | Timesheet approvingClientContact, backupApprovingClientContact, dateAdded, dateLastModified, endDate, evaluationState, externalSource, isPreEvaluated, isWorkFromHome, lastTimeSheetVersion, timeAndExpenseBranch, timeSheetEntryApprovalStatusLogID fields |

    + +

    | ADDED | TimesheetEntry timeLaborCalcTypeLookup field |

    +

    July 2024 Release (2024.7)

    | ADDED | JobOrder isWorkFromHome field |