3.6 Copy Time Entries for the Week

On the My Time Entries tab in Pulse, a new button has been added to allow users to copy time entries from one week to another.

Clicking the Copy Time Entries button opens a dialog where users can:

  • Select the week they wish to copy from
  • View time entries for the selected date range
  • Select individual or all time entries
  • Click Copy to create the entries in the selected new week

3.7 Task Tree on Time Form

When Pulse integrates with Project Operations for time entry, the time entry form can now support a tree view dropdown for tasks, in addition to the existing flat list option.

The tree view reflects the project’s hierarchy (phases and tasks). Features include:

  • Phases displayed as folders (non-selectable)
  • Tasks displayed as documents (selectable)
  • Search/filter within the tree view

This setting is configurable for all users in the Pulse admin area.

3.8 Time Increment on the Time Entry Form

When integrated with Project Operations, the time entry Hours field in Pulse can now be configured to round to a defined increment.

This is a deployment-time configuration and affects all users. The increment setting is defined as follows:

"minUnits": 0.25
  

In this example, time entries will round to 15-minute increments.

3.9 Time Entry Form – Change Category Field Label

A minor UI update: when integrated with Project Operations, the Category field on the time entry form is now labeled as Type.

3.10 Type Field on Time Entry Form – Configure Options

When Pulse is used with Project Operations for time entry, the available Type values can now be configured to control visibility.

This configuration is applied for all users during deployment. The example configuration is as follows:

"POTimeCategory": [
    { "type": "Absence", "visible": false },
    { "type": "Overtime", "visible": true },
    { "type": "Vacation", "visible": false },
    { "type": "Work", "visible": true }
]
  

3.11 Time Entry / Expense Entry – Task Field Made Mandatory

In this release, the Task field has been made mandatory for both Time Entry and Expense Entry forms.

For expenses, the requirement can be configured in the Pulse Admin settings to define whether the Task field is mandatory.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment