Inventory Management Strategies
Resources
Discussion Participation Scoring Guide. .
Activity Instruction
For this discussion, refer to Chapter 13 of your Operations and Supply Chain Management textbook, and review the case study Scientific Glass, Inc.: Inventory Management (2011) by Wheelwright and Schmidt. Respond to the following questions:
Identify the two basic decisions addressed by inventory management, and discuss why the responses to these decisions differ for continuous and periodic inventory systems.
What were the problems facing Scientific Glass, Inc. in January 2010?
How much external funding would have to been raised in 2010 in order to finance operations?
How do Scientific Glass, Inc.’s problems illustrate the relationship between the number of warehouses and inventory levels?
What alternatives are available for dealing with the inventory problems? How would you evaluate the alternatives?
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 });

