Write a research paper on SCM Globe Challenge 3 Cincinnati Seasoning Supply Chain Final Report.
In Challenge 3, you first expand your supply chain and add stores in St. Louis, Kansas City and an international market of your choice with the data given in the case instructions.
I recommend getting your domestic supply chain running for 30 days first. Then, expand your supply chains to the your international market. Use the following information for your KC and St. Louis stores.
Kansas City: store demand 75; on-hand 300; storage 500
St. Louis: store demand 50; on-hand 250; storage 400
As you expand internationally, use your current stores/markets to determine how much on-hand inventory your should start with, the store demand and storage.
Consider how will you deliver products to these cities? Do you need a new distribution center? What mode of transporation should you utilize?
Create stores in these cities and define vehicles and routes to keep them efficiently supplied with products.
Then, with the international expansion, you neded to get your supply chain to run for 60 days to allow for increased transit time to the overseas markets.
Finally, once you have your supply chain running, go back and look for opportunities to reduce costs and drive efficiencies.
We will have the same deliverables as the first two challenges:
1. Please read the instructions carefully. Your report should include a narrative form of your thoughts and processes to improve your supply chains, along with embedded screen shots of your simulation and financial data from your downloaded data and P&L statements.
2. The json file of your final simulation that solves the challenge.
3. The P&L statement of your final simulation of this challenge
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 });