This article helps you to display a report having with total employee payments for employees based on their logged hours and individual hourly rates in the list view.
Instructions
Create a Calculated field to calculate the rate per logged time that computes employee payment based on their logged hours.
Navigate to Apps and select Reports and Timesheets.
Navigate to My Area and select click the My Calculate fieldCalculated Fields option. Click on Create New Field.
Create a Calculated field to determine the rate per payment based on logged time. This involves multiplying the user's rate payment by their logged time.
Create a Custom reportReport
Navigate to Apps and select Reports and Timesheets.
Navigate to New Report and select Custom Reports.
Select view type as List.
Add fields like Time entry: User Group by this field here, Rate, Time Entry: Logged Time, and also add the calculated field Rate*Logged Time (refer to the above steps to create a calculated field) to view the result.
Incorporate a numeric custom field and assign distinct values to it for every Assignee in each issue. For example, add a custom field named "Rate" and assign values to individual assignees in each issue. Akhil's rate is configured at 100, whereas Priyal's rate is established at 50.
Write a JQL as per the requirement.
Run the report.
It presents the overall payment outcome for employees according to their logged hours.
Info |
---|
|