DISC 4372 FINAL FALL 1998

Name__________________________Exam Number_____________

SS#____________________________

Database Name _______

Homepage URL_______________________________

Time of Exam Start__________________________

Part 1 of 2 (50 points)

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

1.1 Add the following accounts to the general ledger:

MajorMinorSub 1Sub 2Description
1000400000000000Cash NY Office
1000500000000000Cash CA Office
1000600000000000Cash FL Office
1000700000000000Cash WV Office

1.2 Delete the following accounts from the general ledger:

MajorMinorSub 1Sub 2
1800200000000000
9100100000000000
1000700000000000

1.3 Modify the following account descriptions:

MajorMinorSub 1Sub 2New Description
1000400000000000Cash New York Office
1000500000000000Cash California Office
1000600000000000Cash Florida Office

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

SRN: 5611Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-700.00Texas Sales Tax
2500100000000000700.00 
SRN: 5612Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-5432.00Federal Taxes
24001000000000005432.00 
SRN: 5613Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-7.00 
91001000000000007.00 
SRN: 5614Fiscal
Month
 8
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-5.00 
99999999000000005.00 
SRN: 5615Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescription
1000100000000000100.00 
100020000000000020.00 
100030000000000020.00 
100050000000000020.00 
100060000000000020.00 
4000300030000000-180.00 
SRN: 5619Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-100.00 
1000200000000000-20.00 
1000400000000000-20.00 
1000500000000000-20.00 
1000600000000000-20.00 
5000100010000000180.00 
SRN: 5616Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-100.00 
500010001000000025.00 
600010001000000025.00 
700010001000000025.00 
800010001000000025.00 
SRN: 5617Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescription
1000100000000000-37.00 
900050000000000037.00 
SRN: 5618Fiscal
Month
 9
MajorMinorSub 1Sub 2AmountDescription
9999999900000000-72.00 
400040000000000072.00 

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 )

Produced the following cash account activity report. There should be six cash accounts in your general ledger after you complete Part 1. The report should contain FOR EACH CASH ACCOUNT:


BEGINNING CASH BALANCE (xxxx-xxxx-xxxx-xxxx Cash Account) x-----------------x:

.
. show the cash account balance as of Jan 1
. (this is available from the SRCGL that is used by the glrestor.asp program.
. It is referenced by:
.
. set old = Server.CreateObject("ADODB.Recordset")
. old.Open "SELECT * FROM glmaster","DSN=SRCGL;UID=;PWD=;"
.
. Note that this account balance is not available in SRCGL for new cash accounts added in Part 1 above
.
.

SOURCES:
.
.
show all positive cash activity for the cash account. (i.e., from the je table, show each row where the cash account has a debit balance. These are like deposits into your checking account)
.
.

TOTAL SOURCES x---------x (sum of all debit cash transactions above)

USES:
.
.
show all negative cash activity for the cash account. (i.e., from the je table.
, show each row where a cash account has a credit balance. These are like checks you wrote on your checking account)
.
.

TOTAL USES x---------x (sum of all credit cash transactions above)

NET CASH FLOW FOR CASH ACCOUNT (xxxx-xxxx-xxxx-xxxx) x-------x (THIS IS = BEGINNING CASH BALANCE + TOTAL SOURCES - TOTAL USES)

Note that this report will repeat itself six times (once for each cash account in the general ledger).


Print:

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

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

When finished contact Parks.