In this assignment, use the knowledge that you have gained in this class to develop an idea that will be the start of a business plan. Build on the idea for the business that you submitted in your earlier assignments.
The initial business plan should include the following:
•Name and product of your business.
•Type of business: Must be a service business
•Sole Proprietorship or Partnership.
•Chart of Accounts–consider the following:
?What assets your company will require
?Your investment
?Revenue
?At least 3 expenses
?Your capital and withdrawal accounts
?If a partnership, research how to set up the capital accounts
•Discuss the internal controls necessary for your business. Consider how the Sarbanes-Oxley Act applies.
•Develop journal entries for the first month. You must have the following, at a minimum:
?Initial investment
?Revenue/sales
?3 expenses
?Owner’s withdrawal(s)
•Post these to the ledger.
•Develop a trial balance.
Discuss in your narrative why you chose the particular business and why you decided to set it up as a sole proprietorship or as a partnership.
Discuss the challenges that you will face in ensuring the integrity of your company’s accounting information.
The deliverable for this assignment is one Excel spreadsheet with worksheets for the journal, the ledger, and the trial balance, with the narrative part of the assignment pasted in from Word.
•Recognize and define the accounting equation, classify accounts as Asset, Liability, or Equity, and evaluate record and post common business transactions.
•Assess the internal controls of a business and make recommendations for improvements.
•Review the accounting for typical current assets of an enterprise.
•Examine contemporary issues related to personal honesty and integrity in recording, protecting, and reporting accounting information.
•Review the principles of accounting for current assets such as cash, accounts receivable, and inventory.
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 });

