Phranakorn Rajabhat University Library

Fundamentals of human resource management /

Noe, Raymond A.

Fundamentals of human resource management / Raymond A. Noe...[and others] - 8th ed - New York, NY : McGraw-Hill Education, 2020 - 579 p : col. ill. ; 26 cm.

Part 1 The human resource environment : Managing Human Resources pp. 2-28 -- Trends in Human Resource Management pp. 29-60 -- Providing Equal Employment Opportunity and a Safe Workplace pp. 61-100 -- Analyzing Work and Designing Jobs pp. 101-131 Part 2 Acquiring, training, and developing human resources : Planning for and Recruiting Human Resources pp. 134-167 -- Selecting Employees and Placing them in Jobs pp. 168-200 -- Training Employees pp. 201-236 -- Developing Employees for Future Success pp. 237 - 269 Part 3 Assessing and Improving Performance : Creating and Maintaining High-Performance Organizations pp. 272-300 -- Managing Employees' Performance pp. 301-336 -- Separating and Retaining Employees pp. 337-369 Part 4 Compensating Human Resources : Establishing a Pay Structure pp. 372-402 -- Recognizing Employee Contributions with Pay pp. 403-429 --Providing Employee Benefits pp. 430-465 Part 5:Meeting Other HR Goals : Collective Bargaining and Labor Relations pp. 468-502 -- Managing Human Resources Globally pp. 503-538


Applicable to both HR majors and non-majors, Fundamentals of Human Resource Management, 8e, focuses on human resource issues and how HR is a key component of any company’s overall corporate strategy. With Fundamentals of Human Resource Management, 8e, students learn about best practices and are actively engaged through the use of cases and decision making. As a result, students will be able to take what they have learned in the course and apply it to solving HRM problems they will encounter on the job.

9781260565768 1070.00


PERSONNEL MANAGENENT
HUMAN RESOURCE
MANAGEMENT

HF 5549.F86 / N63H 2020

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });