You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add % column in between Staff and Last Week columns that displays the % working hours (ex. if staff working hours is set to 40 hours and they had 30 hours, 75% would be displayed) - no decimal places
Sort by % working hours ascending (Hours last week / staff working hours) instead of straight hours
Remove "Open HQ" button
Add link to staff name that takes you to the staff timesheet page
Status updates
Rename At Customer to At the Client
Max hour time limit
All S charge codes should have a limit of 24 by default (Add a migration if needed to bulk set on charge codes)
Automatically add vacation planning points based on time entries
When generating vacation time entries, if a half day vacation entry (4 hours) is entered, 2 points are added to the planning points
I added 8 hours on 1 day and 4 hours on another day and 4 points were added
The number of vacation points added should be ceiling(sum(vacation hours) / 4)
Send staff notification if a PM or admin modifies their points
Did not receive debug email, job got queued and completed successfully (info below)
Disable (which should gray out/de-emphasize the button) if the current date is already today
Enable (which should turn orange/emphasize the button) if the current date is not today
If using the hq-button component the styling is handled automatically
Month View
If the staff time entry cutoff date is > the end of the month, hide the empty new time entry line (If you're looking at submitted time for the previous month or further back, staff can't enter time for that period anyway but if they are looking at the current month we can show it)
Updated holiday time entry to be re-entrant and called when a new holiday is added after they are generated
When upserting holiday entry, only call GenerateTimeEntriesForHoliday if the holiday date is within the current week period, if it's way in the future we don't need to generate time entries yet for it
Added month view
Can we add support for sorting in Day view as well?
When accepting all time on a PSR, all the time entries heights are different so everything shifts around, Make sure there is a consistent height for the accepted vs unsubmitted states
Staff admin
Staff edit page heading says "Timesheets", rename to "Staff"
Setting an End date on staff and then returning to the edit page - no staff information is filled out, the response to GetStaffV1 contains an empty array
When viewing rejected time entries, the date filter should not be applied (it should show any rejected time entries regardless of the date/period filters specified)
Unable to resubmit rejected time entries
Time admin updates
Exporting time when Billable filter is specified does not filter in export - Make sure to review other new filters to ensure they are being passed to the export
Creating a time entry for a project with activities does not match validation requirements, it let me create a time entry without selecting an activity
The text was updated successfully, but these errors were encountered:
ceiling(sum(vacation hours) / 4)
GenerateTimeEntriesForHoliday
if the holiday date is within the current week period, if it's way in the future we don't need to generate time entries yet for itThe text was updated successfully, but these errors were encountered: