'***********************************************
' Changes to implement Payroll Direct Deposit
'
' Change by: Matt Hirsch, Hirsch Technology Consulting
' Last Edited: 2013-0927
'***********************************************

Installation Instructions:

1. Backup website folder
2. Copy "admin", "AppCode" & "AppData" folders to the root of the BizTown website. Replace all files when prompted.
3. Execute the "/AppData/CreateTablePaycheckDirectDeposit.sql" sql script.
4. Execute the "/AppData/PopulatePaycheckDirectDeposit.sql" sql script.

You can now find the "Trigger Paycheck DD" button in the Admin menu.



File Summary:

Modified /admin/Menu_Actions.xml
Created /admin/images/nav_buttons/TriggerPaycheckDD.png
Created /admin/actions/triggersecondpayroll_directdeposit.aspx
Created /admin/actions/triggersecondpayroll_directdeposit.aspx.cs
Created /App_Code/Entities/PaycheckDirectDeposit.cs
Created /AppCode/Entities/Base/PaycheckDirectDeposit.cs
Crated Database Table - /AppData/CreateTablePaycheckDirectDeposit.sql
Populate Database Table - /AppData/PopulatePaycheckDirectDeposit.sql
Updated /admin/actions/ClearStudentdata.aspx.cs

Admin menu showing Trigger Paycheck DD.jpg

Trigger Paycheck DD page.jpg