MN6054 e-Portfolio Assignment 2
In your class of 6th March you discussed the key reasons for business failure and, in particular, the role effective control of credit can play in business survival.
Your task now is to:
1. Summarise the key issues in managing credit and the processes available to improve cash flow
2. Select a public company that has either gone into liquidation (or Chapter 11 if a USA organisation), or been taken into receivership, or had to be rescued. Then using secondary research analyse the causes of its failure and relate this situation back to the issues discussed in class.
You should read widely on this topic by consulting relevant journals and other academic sources and reflect on the selected company situation by reference to academic theory on business failure. Reference your work accordingly.
This assignment should be approximately 1000 -1500 words in length
This assignment should be submitted through Turnitin
Assignment Grade 30%
Date Due: 15th April at 3.00pm
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 });

