Capt. Horatio T.P. Webb
MIS 4372 Transaction Processing II
ASSSIGNMENTS -- Spring 2021
Last Updated 12PM 1/23/2021

The assignments requires you to develop a WEB based general ledger (GL) accounting applications Microsoft SQL Server in THREE DIFFERENT programming environments: asp, VB.NET, and C#.

The transaction processing application consists of three parts:

  1. Your homepage (named index.htm) -- perhaps some with VBScript or Javascript segments to:

  2. SQL Server Transaction Processing using EACH of the three server side technologies: (1) Active Server Pages; (2) VN.NET; and (3) C# in the final integrated systems which will:
    • Create/Drop the glmaster and je tables (glrestore, three versions)
    • Add General Ledger Accounts (a41, three versions)
    • Modify General Ledger Account Decsriptions (a42, three versions)
    • Delete General Ledger Accounts (a43, three versions)
    • Generate a full trial balance query (a44, three versions)
    • Generate an GL query with user-defined account (a45, three versions)
    • Generate a user-defined journal voucher query from the journal entry year-to-date table (a46, three versions)
    • Apply (post or update) the journal entries to the general ledger in the SQL Database and append the journal entries to the Journal Entry Year-To-Date table (a3, three versions)

Assignment Specifications:

The functions outlined above represent several types of client and server tasks.