<%@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.




 
   

IT Training - Record Keeping on Computers
2 Day Course

Course Objectives

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

Designed for beginners the course will teach you how to use a spreadsheet based recording system and will also introduce and teach the main features of the Sage Instant accounts package.


Course Content


- Keeping abreast of profitability
- Using computer accounting
- Reconciling your bank account
- Preparation for year end accounts
- Financials

Learning Outcomes

After attending the course participants will be able to:-

Effectively use the Sage Software Package to support the day to day
management of their business.

It is necessary that clients have good computer skills and are confident in using the computer. It is necessary that clients have attended the Manual Record Keeping course or alternatively have an understanding of the elements and concepts of manual bookkeeping.

- >> Back to main IT training page

 
<% Recordset1.Close() %>