CSE1IS Information Systems
Week 9 Lecture 1
Output Design

S.C.&R. Chapter 6: pp. 246-260

1. Types of Output

Printer, screen, audio, DVD or CD, email, faxes and web pages. Other specialized forms of output are: POS terminal receipts, ATM receipts, digitized photos, visual displays on appliances.

Printed and screen output. We may be interested in

It should be noted that there are differences between screen and stationary sizes. This will obviously impact on the layout design of a report and the amount of detail that can be presented.

2. Types of reporting:

Report types can categorised as follows:

by content

detail reports (Figure 6-4 and Figure 6-5)

Shows one or more detail lines per record processed

exception reports (Figure 6-6)

Shows data (i.e. records) that only meets an 'exceptional'  condition i.e. only selected records are shown. These reports could be produced irregularly

summary reports (Figure 6-7)

No detail is shown, but only summary information is provided.

by destination

Internal Reports

Reports of this type may only require basic stationary and could be of draft quality.

External Reports

Reports of this type may require pre-printed stationary. In many cases they reflect the `image' of an organization and will need to be designed accordingly. Some examples include mailing labels, invoices, product listings etc.


Reports may be produced when requested (demand reporting).
Reports may also be produced at regular intervals - daily, weekly etc.
This is normally referred to as periodic reporting.

3. Controls used on reports:

Basically a subset of the controls used in screen design:

4. Report design:

Design considerations for report design (S.C.&R. pp. 251-259)

  1. Use COBOL or BASIC format specifications
    For example
  2. Use page header lines with page numbers and dates (see Figures 6-4, 6-5, 6-6 and 6-7)
  3. Use column heading lines (see Figures 6-4 to 6-8)
  4. Use column heading alignment. There are several options (see Figure 6-9)
  5. Use spaces between columns (see Figures 6-4 to 6-9)
  6. Order data items logically (left to right)
  7. Use report/page footers where applicable
  8. Remove unnecessary or redundant information  (see Figures 6-4 and 6-10)
  9. Use control breaks (grouping) to provide subheadings and subtotals (see below)

Note that stationary can vary in width (80 to 140 columns), thus the amount of detail to be displayed will be affected by the stationary size

See the following for examples of report types

     Figure 6.10  ---- detail report with control breaks

     Figure 6.6  ---- an exception report

     Figure 6.7  ---- a summary report

5. Designing Output to the screen:

Main difference to printed reports:

You can only see a small part of the report at any time

There basically two different display environments

Generally:

6. Grouping (Control Breaks) in a report:

The following 3 reports are basically equivalent:

Report#1: Flat report in columnar format is crowded, contains duplication etc.

Report#2 with suppressed duplication on DEPT and LOCATION columns, plus subtotals:

Report#3 using report grouping, subheadings and subtotals:

For the last report:

7. Report Design Guidelines:

References:


Copyright © 2006 L. Staehr, B. Choi, C. Cope, J. McCullagh, P. Somerville, C. Matthews, B. Retallick
This lecture last updated on 11/07/2006 by  Brian Retallick, La Trobe University, Bendigo

NOTE: this webpage has not been brought up to WCAG 1.0 standard nor does it contain validated HTML