http://faculty.bus.oregonstate.edu/stylesheet/spacer.gif

Oregon State University

http://faculty.bus.oregonstate.edu/stylesheet/spacer.gif

http://faculty.bus.oregonstate.edu/stylesheet/spacer.gif

Oregon State University Home Page

http://faculty.bus.oregonstate.edu/stylesheet/spacer.gif

 

College of Business

Return to ACTG378 Syllabus        

ACTG378 Group Project


First, a plug for the project in the form of a comment from a former student: I write from the working world to inform you that I am using the skills I learned in 378 and all that hard work you made us complete (the project) is exactly what I needed to prepare for my current employment. The hours spent leaning about and how to critically analyze processes, flow charts and narratives, while examining and questioning those processes internal controls and key controls is exactly what I am working on at the beginning of every audit engagement I take on. All that work that you made us do (that was horrible at the time) is really helping me get ahead out in the "real" world working life.
- Peter Klof, graduated and employed

Deliverables

Points

Assignment

Format

Required

List Group Members

Email

Required

Plan Group Work

Hard Copy

50

 PRJ1 - Create Narrative Description

Hard Copy

Required

 Diagram Activities (Individual)

Hard Copy (One submission per group member)

65

 PRJ2 - Diagram Activities

Hard Copy

50

 PRJ3 - Design Data Structures

Hard Copy

50

 PRJ4 - Design Reports

Hard Copy

35

 PRJ5 - Design Forms

Hard Copy

Required

 Evaluate Group Members

Hard Copy (One confidential submission per group member)

150

 Complete Project

Hard Copy and Electronic Version (Word Doc or PDF)
Packaging is very important for your project grade. Please review these pointers in addition to the requirements listed in the project description.

Total: 400

(30% of course grade)           ** Late Deliverables

* Individual UML diagram is graded pass/fail for effort. Failing to turn it in will reduce your final course grade by 2%.


Deliverables PRJ1-PRJ5 will be reviewed and assigned an original score. You can improve them for the final submission. The final score for these items will be calculated as 1/3 (original score) + 2/3 (improved score).

This assignment is intended to practically explore course material, provide a meaningful and challenging IS-related group experience, and reinforce professional communication skills. Because students have generally been enthusiastic in project participation in previous terms, most groups have worked hard and done well on the assignment. Grading is intended to follow the following general guidelines:

Group members list

Students should form into groups of 4-5 students. Please begin team building right away. I encourage you to choose classmates with a variety of backgrounds, skills, and experiences. However, regular (weekly and sometimes more) meetings will be important so you might ask about schedule preferences.
Send in an email listing:
  - Your team members (last name, first name)
  - Team member email addresses
Email this to the instructor and cc group members.

Return to Contents

Initial Work Plan


The group work required in this class is extensive. It is everyone's responsibility to ensure that group work is well done and turned in on time.


Return to Contents

Business Documents

A few things to keep in mind:

Specific Format requirements for this project:

Return to Contents

PRJ1 - Create Narrative Description

Describe an acquisition or revenue process for a fictitious organization. Think up a process that is supported by a moderately complex information system. You will adjust it to be more or less complex over time.

Event

Internal Agent

Starts When

Activities in the Event

First event name (starts with a verb!)

Who does it?

The whistle blows

Catch, dribble, & shoot

...

...

...

...

Document

Created During Event

Purpose

Document name

Match to an event in the previous table

How is it used? What is its value?

...

...

...


PRJ1 asks you to create a business scenario and describe a business process. Of course no description will be complete. You will have to use some judgment to decide how much detail is needed. That's part of the fun of documenting systems.


Grading Criteria (out of 50 pts):

·         Writing: organization, topic sentences, headings, grammar, precise, concise, spelling (20)


Return to Contents

Individual Flow Chart

Each student is to prepare an individual overview flow chart before you meet as a group.
You do not need to use Visio, although it is suggested because you will likely find it useful to use such a tool in your business career. Individual student diagrams are graded only as pass/fail, with any reasonable attempt receiving a pass. Failing will result in a 2% reduction in the student’s final course grade.

PRJ2 – Diagram Activities

Create an overview diagram and at least two detailed flow charts for the business processes using the format discussed in class. For your initial submission, please include a current copy of your PRJ1 event chart.

Create a use-case diagram for the computerized portions of your process. Include at least 2 file maintenance events for master (entity) files.
At this point you should begin preparing your draft revisions (even though you don’t turn them in until the final submission at the end of the term). As you do each new part of the project, you will need to go back and expand or change the previous documents. In your "draft revisions" document, write a short note as each change is made. For example, common changes needed to PRJ1 include: “Changed a few event names to start with verbs”, “Added captions to diagrams”, “Added a process overview to the narrative”, “Added more scope information to PRJ1’s introduction (number of transactions)”, “Changed from passive to active voice in about a dozen places (we checked for the use of the verb ‘to be’)”, “Better identified triggering events (When do they start, not when did the last event end)”,  “Improved the organization of the narrative (better integration of the steps in the process into a coherent line of description)”, or “Included indications of risk or value in the narrative (mentioned the risk of false orders on the web and employee fraud in purchasing)”.
Grading Criteria (out of 65 pts):

 

Return to Contents

 

PRJ3 – Design Data Structures

Design a set of relational tables to store the data needed to support your process.

Grading Criteria (50 pts):

 

Hint on steps to create data dictionary text: You will still have to do a fair amount of reformatting in Word after opening the “.rtf” file Access generates, but this is a start: Go to Database Documenter, Choose the tables, Choose simple options, Export “to Word”, Open the .rtf” file, paste the text into your Word file and reformat. You might select each table’s description data an click Insert, Table, Convert Text to Table.

 

Return to Contents

 

PRJ4 – Design Reports

Create and document 4 exemplary reports. Make up a "mock up" report in Excel or Word. Include enough sample data in your report to help the reader understand exactly what is in the report. The challenge is to invent meaningful reports, of the required type, that can be produced from your data design. Feel free to adjust PRJ3 as needed to support your reports in PRJ4 and screens in PRJ5.


Grading Criteria (out of 50 pts):

Specify data as shown here:

Data specifications for the My Report Title Report

Report Column or Heading Label

Meaning

Source Table:Column

Trans Date

The date transaction happened.

Inv:TransDate

Qty

Units sold

InvDet:Quantity

Price

Price

InvDet:Price

Ext.

Cost of items in this row

Qty * Price - or better still if the extension is stored: InvDet:Extension

Title of the Subtotal Section (Ref # 1 on the example report)

Each section applies to only one customer

Cust:Name

...

...

...

 

Return to Contents

PRJ5 – Design Forms

PRJ5 requires that you create a part of the documentation needed to develop a user interface for your system.

 

Design forms for two of the use cases (both must include data from at least two tables).

For each:

MyProject ThisFormTitle data and controls

Screen Design Element Reference

Data Source (Table:Column)

Data Saved To (Table:Column)

Control Features

A.

Inv.InvNum

InvDet.InvNum

Invoice numbers are consecutive and generated by the system to help verify that all transactions have been accounted for.

B.

n/a

n/a

Command buttons manage the workflow of the application.

...

...

...

...


Grading Criteria (out of 35 pts):

 

Return to Contents

Final Draft Packaging

PRJ1 - PRJ5 include a narrative, flow charts, a data design, and form and report designs for a total of 250 points.

The final packaging requirements are extensive and contribute an additional 150 points to the score for a total of 400.

Both hard copy and electronic versions are required.

·         Describe Controls (50 pts)

o    Describe risks and controls that are associated with your process and related to the information system. I am looking for an extensive (at least 2 page) write up. Tell what could go wrong and how your company addresses the risks. These exercises will systematically apply the material on risks and controls. Appropriate sections in this deliverable include:

o    A short introductory paragraph that provides an overview and highlights the main points.

o    Risks - List and describe in narrative form the key risks and controls related to your system. Think about it, what are the biggest risks? Discuss likelihood and exposure.

o    Categorizing the Controls - Create a table which categorizes at least 8 risks you mention in your risk narrative using the format below. Each Control Category and Control Type should appear at least once, each of the 5 COSO components should be represented, and at least two COBIT control objectives should be listed.

Risk

Control

Control Category

Control Type

COBIT objective and/or COSO component

Name the risk Align this with content from the previous sections

Name the control Refer to the control as included in the written narrative

Options:
1) IT related general controls
2) non-IT related application controls
3) application controls implemented in IT
4) general IT controls

Options:
detective
preventive
compensating
corrective

COBIT may apply to only a few items - at least two should be listed.

Most all controls will relate to one of the COSO components - include at least one example for each COSO component.

...

...

...

...

...

 

o    Your answer should include material covering several important control ideas:

 

 

 

 

 

 


Return to Contents

Group Member Evaluations:

Being a good group member is important!  After completing PRJ3, each group member should submit 1 page listing their name and group name. Emailed submissions will not be accepted. Describe, in one sentence, the contribution of each group member (including yourself). Also, rank each member's contribution as:

Failing to complete a required group member evaluation will result in a deduction of 2% against your final course grade. These confidential surveys will only be considered in the unlikely event that a team has a serious problem. I reserve the right to assign lower individual grades to under-performing students.
Return to Contents

Late Deliverables

Occasionally projects run late. A small amount of lateness can be overlooked (one class session at most) if 1) You tell me in advance you are running behind (keep me in the loop), 2) you have a good explanation, and 3) if you only turn in one or two parts late. Otherwise, you will be penalized 10% per week. Individual diagram assignments will not be accepted late.


Return to Contents


This page is maintained by Byron Marshall. Send E-mail to (byron.marshall@bus.oregonstate.edu)