Design and plan an ERP implementation project in a Gold mining project operating in remote Africa. In order to meet the requirements of the Project:
• Start with an analysis of the supply chain of the business and its main operations management process
• Produce a map of the relevant business process.
• Identify key areas for improvement and put forward an ideal map for the ’to-be’ state of the business’ operations.
• Write a request for proposals (RFP) and outline the main steps for assessing suppliers’ offers.
• Prepare a full project plan for the implementation of the ERP selected.
Some key concepts to incorporate (not limited to this: management information systems (MIS) -/- Enterprise resource planning -/- decision making -/- business process reengineering -/- integration of business information management with business process management in and across the organization -/- business process integration, automation, and optimization
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 });

