Skip to content

Commit

Permalink
publish: Merge pull request #203 from bullhorn/prerelease-2024.09
Browse files Browse the repository at this point in the history
generated from commit 2d6769a
  • Loading branch information
bullhorn-buildbot committed Sep 13, 2024
1 parent 0fd2694 commit 4190369
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 7 deletions.
8 changes: 8 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ <h2 id="august-2024-release-2024-8">August 2024 Release (2024.8)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields</a> |</p>

<h2 id="august-2024-release-2024-9">August 2024 Release (2024.9)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#pay-and-bill-directdepositaccount">DirectDepositAccount isDeleted, deletedByUserID fields</a> |</p>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheet">Timesheet approvingClientContact, backupApprovingClientContact, dateAdded, dateLastModified, endDate, evaluationState, externalSource, isPreEvaluated, isWorkFromHome, lastTimeSheetVersion, timeAndExpenseBranch, timeSheetEntryApprovalStatusLogID fields</a> |</p>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry timeLaborCalcTypeLookup field</a> |</p>

<h2 id="july-2024-release-2024-7">July 2024 Release (2024.7)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#joborder">JobOrder isWorkFromHome field</a> |</p>
Expand Down
127 changes: 120 additions & 7 deletions entityref.html
Original file line number Diff line number Diff line change
Expand Up @@ -15187,14 +15187,28 @@ <h1 id="pay-and-bill-directdepositaccount">Pay and Bill - DirectDepositAccount</
<td>X</td>
<td></td>
</tr>
<tr class="even">
<td>isDeleted</td>
<td>Boolean</td>
<td>Indicates whether this record is marked as deleted in the Bullhorn system.</td>
<td>X</td>
<td></td>
</tr>
<tr class="odd">
<td>deletedByUserID</td>
<td>Integer</td>
<td>User who deleted this DirectDepositAccount.</td>
<td></td>
<td></td>
</tr>
<tr class="even">
<td>dateAdded</td>
<td>Timestamp</td>
<td>Date on which this account was added to Bullhorn.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date on which this account was modified in Bullhorn.</td>
Expand Down Expand Up @@ -23037,7 +23051,7 @@ <h1 id="timesheet">Timesheet</h1>
</tr>
<tr class="odd">
<td>approvedBy</td>
<td>String (101)</td>
<td>String (255)</td>
<td>User the Timesheet was approved by.</td>
<td></td>
<td></td>
Expand All @@ -23049,6 +23063,20 @@ <h1 id="timesheet">Timesheet</h1>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>approvingClientContact</td>
<td>To-one association</td>
<td>ClientContact of the approver of the Timesheet</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>backupApprovingClientContact</td>
<td>To-one association</td>
<td>ClientContact of the back up approver of the Timesheet</td>
<td></td>
<td>X</td>
</tr>
<tr class="odd">
<td>billed</td>
<td>BigDecimal</td>
Expand Down Expand Up @@ -23087,6 +23115,34 @@ <h1 id="timesheet">Timesheet</h1>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>dateAdded</td>
<td>Timestamp</td>
<td>Date when this record was created in the Bullhorn system.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<td>dateLastModified</td>
<td>Timestamp</td>
<td>Date when this record was last modified in the Bullhorn system.</td>
<td></td>
<td>X</td>
</tr>
<tr class="odd">
<td>endDate</td>
<td>Date</td>
<td>End Date of the Timesheet Period.</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>evaluationState</td>
<td>To-one association</td>
<td>State that is used for evaluating the Timesheet.</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>externalID</td>
<td>String (100)</td>
Expand All @@ -23095,13 +23151,34 @@ <h1 id="timesheet">Timesheet</h1>
<td></td>
</tr>
<tr class="even">
<td>externalSource</td>
<td>String (50)</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>hoursWorked</td>
<td>BigDecimal</td>
<td>Number of hours worked.</td>
<td></td>
<td>X</td>
</tr>
<tr class="even">
<td>isPreEvaluated</td>
<td>Boolean</td>
<td>Indicates whether the Timesheet has been pre-evaulated.</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>isWorkFromHome</td>
<td>Boolean</td>
<td>Work from Home sourced from the associated Placement record. Can be changed if not set on Placement.</td>
<td></td>
<td></td>
</tr>
<tr class="even">
<td>jobOrder</td>
<td>To-one association</td>
<td>JobOrder default fields:
Expand All @@ -23111,20 +23188,27 @@ <h1 id="timesheet">Timesheet</h1>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>lastModifiedAtUtc</td>
<td>Timestamp</td>
<td>Record of when Timesheet was most recently modified.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>lastProcessedOn</td>
<td>Timestamp</td>
<td>Record of when Timesheet was most recently processed.</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>lastTimeSheetVersion</td>
<td>To-one association</td>
<td>TimesheetVersion</td>
<td>X</td>
<td></td>
</tr>
<tr class="even">
<td>modifyingUser</td>
<td>To-one association</td>
Expand Down Expand Up @@ -23166,6 +23250,13 @@ <h1 id="timesheet">Timesheet</h1>
<td></td>
</tr>
<tr class="even">
<td>timeAndExpenseBranch</td>
<td>String (32)</td>
<td>Name or code of the time and expense branch.</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>timeLaborEvalSheetStatusLookup</td>
<td>To-one association</td>
<td>TimeLaborEvalSheetStatusLookup options:
Expand All @@ -23176,6 +23267,13 @@ <h1 id="timesheet">Timesheet</h1>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<td>timeSheetEntryApprovalStatusLogID</td>
<td>Integer</td>
<td>TimesheetEntryApprovalStatusLog associated with the Timesheet.</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>timesheetEntryApprovalStatusLookup</td>
<td>To-one association</td>
Expand Down Expand Up @@ -23394,36 +23492,51 @@ <h1 id="timesheetentry">TimesheetEntry</h1>
<td>X</td>
</tr>
<tr class="even">
<td>timeLaborCalcTypeLookup</td>
<td>To-one association</td>
<td>TimeLaborCalcTypeLookup options:
<li>Pay</li><li>Bill</li><li>Pay & Bill</li></td>
<td>X</td>
<td></td>
</tr>
<tr class="odd">
<td>timeLaborEvalSheetTypeLookup</td>
<td>To-one association</td>
<td>TimeLaborEvalSheetEntryTypeLookup options:
<li>Time</li><li>Labor</li><li>AdditionalPay</li><li>Expense</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>timeLaborSystemTypeLookupID</td>
<td>To-one association</td>
<td>TimeLaborSystemTypeLookup options:
<li>Unknown</li><li>WTE</li><li>System</li><li>Admin</li><li>VMS</li><li>Clock</li><li>Mobile</li><li>VTC</li><li>IVR</li><li>Expense</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="even">
<tr class="odd">
<td>timesheet</td>
<td>To-one association</td>
<td>Timesheet fields:
<li>id</li><li>calendarInstance</li><li>candidate</li></td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<tr class="even">
<td>timesheetDay</td>
<td>Date</td>
<td>Day associated with TimesheetEntry.</td>
<td>X</td>
<td>X</td>
</tr>
<tr class="odd">
<td>timesheetEntryApprovalStatusLogEntry</td>
<td>To-one association</td>
<td>TimesheetEntryApprovalStatusLogEntry associated with the TimesheetEntry.</td>
<td>X</td>
<td></td>
</tr>
<tr class="even">
<td>timesheetEntryApprovalStatusLogEntry</td>
<td>To-one association</td>
Expand Down
8 changes: 8 additions & 0 deletions includes/changelog/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry approvedBy, billRate, customerRequiredFields, dateAdded, dateLastModified, payRate, timesheetEntryApprovalStatusLogEntry fields</a> |</p>

<h2 id="august-2024-release-2024-9">August 2024 Release (2024.9)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#pay-and-bill-directdepositaccount">DirectDepositAccount isDeleted, deletedByUserID fields</a> |</p>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheet">Timesheet approvingClientContact, backupApprovingClientContact, dateAdded, dateLastModified, endDate, evaluationState, externalSource, isPreEvaluated, isWorkFromHome, lastTimeSheetVersion, timeAndExpenseBranch, timeSheetEntryApprovalStatusLogID fields</a> |</p>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#timesheetentry">TimesheetEntry timeLaborCalcTypeLookup field</a> |</p>

<h2 id="july-2024-release-2024-7">July 2024 Release (2024.7)</h2>

<p>| ADDED <code class="prettyprint">|</code> <a href="http://bullhorn.github.io/rest-api-docs/entityref.html#joborder">JobOrder isWorkFromHome field</a> |</p>
Expand Down

0 comments on commit 4190369

Please sign in to comment.