ackground
Prepare a policy position that addresses the issue, “Does it make sense to invest in the productivity improvements offered by the HR module?” Access the spreadsheet in this week’s Resources titled Activity 5 ROI Analysis. https://www.youtube.com/watch?v=wPVZBPWYYXY&t=7s
Instructions
For this exercise, you need the spreadsheet and both the Capstone Courier and Annual Report. Use the Round 7 report for the analysis. Human Resources statistics like workforce complement and turnover rate can be found in the Courier, page 12. Use Annual Report Income Statement’s total labor cost to estimate payroll costs.
Listed below are the assumptions for this exercise:
These are the maximums for recruiting and training costs:
Recruiting costs per new worker are $5000.
Each employee trains 80 hours per year at $20 per training hour.
Workforce complement increases by 4.2% to cover the 80 hours people are in training.
Assume the following productivity payoffs:
Round 2 – 102%
Round 3 – 105%
Round 4 – 108%
Round 5 – 112%
Round 6 – 115%
Round 7 – 118%
Therefore, in Round 7, each worker would be 1.18 times as effective as the beginning worker, and your workforce complement would fall to 1/1.18 or 85% of its current level.
For a quick evaluation, assume your total labor expenditure from the Annual Report Income Statement will stay flat for the next 6 years.
Part 1: Using this week’s course readings and supplemental readings, summarize (1-2 paragraphs) the importance of reviewing ROI for investments in human resources
Part 2: How much of a cost savings might you expect in the seventh year? What are the savings for all 6 years? What are the recruiting and training costs? Would the total cost savings justify the necessary expenditures in recruiting and training made over time?
Part 3: Assume your turnover rate doubles and no increase in workforce size. Are the Recruitment and training costs still justified?
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });