<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 

 

   

MANUAL RECORD KEEPING - 1 Day Course

Course Objectives

This course is aimed specifically at the small businessperson, i.e. sole traders, professionals, partnerships and companies dealing in goods and services.

The course will enable participants to set up a manual bookkeeping system, which although simple, will allow records to be kept up-to-date with minimum effort, and provide the necessary information for running and controlling the business. A good bookkeeping system can also make the difference between success and failure in business.

Course Content

  • Records you will be expected to keep for Tax and VAT purposes
  • Raising invoices and monitoring those paid or outstanding
  • Recording sales
  • Recording costs
  • How to keep a cheque journal
  • How to manage a petty cash book
  • How to do a bank account reconciliation

Expected Learning Outcomes

After attending the course participants will be able to set up and maintain a system to effectively manage relevant and appropriate record keeping in their business.

 

- >> Back to main Business & Self Employment page

 
<% Recordset1.Close() %>