DISC 4372 FINAL FALL 1999 ver 2

Name___________________________ Exam Number_____________

SS#____________________________Database Name _______

Homepage URL_______________________________

Time of Exam Start_____________ End Time_____________

Part 1 of 2 (50 points)

Run glrestor.htm on your database to restore it to its original status.

On all the add/modify/delete's and journal vouchers below, write the outcome of the update (i.e, worked ok or failed).

1.1 Add the following accounts to the general ledger:

MajorMinorSub 1Sub 2DescriptionOutcome
4000300030000000Catalog Revenues Fall
4000300040000000Catalog Revenues Winter
4000300050000000Catalog Revenues Spring
4000300060000000Cash Revenues Summer
1000400000000000Cash AZ Office Pheonix B&T 2334-98676

1.2 Delete the following accounts from the general ledger:

MajorMinorSub 1Sub 2Outcome
1000400000000000
3000500000000000
4000200000000000

1.3 Modify the following account descriptions:

MajorMinorSub 1Sub 2New DescriptionOutcome
9000400000000000Insurance Expense
1000100000000000Cash Operating Houston B&T AN 888-8888
1000600000000000Cash Florida

1.4 Using your transaction system post the following journal vouchers to your general ledger system:

SRN: 4111Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-700.22Texas Sales Tax
2500100000000000700.22 
SRN: 4112Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-5432.20Federal Taxes
24001000000000005432.20 
SRN: 4113Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-7.11 
91001000000000007.11 
SRN: 4114Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-975.00to fix suspense
9999999900000000975.00 
SRN: 4115Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000100.20record some sales
100020000000000020.10 
100030000000000020.10 
4000300030000000-140.40 
SRN: 4119Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-100.01fix sales suspense error
1000200000000000-20.00 
1000300000000000-20.00 
9999999900000000140.00 
SRN: 4116Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-100.04fix sales report
500010001000000025.01 
600010001000000025.01 
700010001000000025.01 
800010001000000025.01 
SRN: 4117Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescriptionOutcome
1000100000000000-37.02 
900050000000000037.20 
SRN: 4118Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescriptionOutcome
9999999900000000-9972.03fix suspense again
40004000000000009972.03 

When finished, bring up your trial balance (a44.asp) and notify Parks you are ready to have Part One graded.

PART 2 of 2 (50 points)

(DO NOT RUN glrestor before performing this part )

Given the following table heading of an asp page:

Posted Journal Entry Query
Sort by: SRN Major Minor Sub1 Sub 2 Transaction Amount
Enter search requirements in ONE textbox below.
Source
Ref Num
Major Minor Sub 1 Sub2 Description Transaction
Amount
.
.
.
journal entries go here
.
.
.

Write the asp page that:

  1. Fills the table with journal entries from the je table according to the selections contained in the headings.

    • The report should show ALL entries in je that match the chosen field value in the textboxes on the fourth row. Only one textbox should have a user entered value. If more than one is non-blank use the first ONLY. If all text boxes are blank then show all rows in je. The asp should use the LIKE qualifier to perform selections.
    • All the radio buttons have the same name. So only one sort option may be chosen
    • All sorts are ascending order

  2. The first pass asp page contains NO data -- just the headings and the button (as shown above)
  3. All subsequent passes should have data rows (however, the selection may yield no rows that qualify)
  4. Show the count of rows retrieved at the bottom of the report


Print:

  1. a3.htm
  2. a3.asp (the posting active server page that processes transactions), and
  3. your part two asp.

Put your name, SSN, Database Acct # on each page.
Be ready to turn these in.

When finished contact Parks.