'***********************************************
' 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", "App
Code" & "AppData" folders to the root of the BizTown website. Replace all files when prompted.
3. Execute the "/App
Data/CreateTablePaycheckDirectDeposit.sql" sql script.
4. Execute the "/App
Data/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/trigger
secondpayroll_directdeposit.aspx
Created /admin/actions/trigger
secondpayroll_directdeposit.aspx.cs
Created /App_Code/Entities/PaycheckDirectDeposit.cs
Created /App
Code/Entities/Base/PaycheckDirectDeposit.cs
Crated Database Table - /App
Data/CreateTablePaycheckDirectDeposit.sql
Populate Database Table - /App
Data/PopulatePaycheckDirectDeposit.sql
Updated /admin/actions/Clear
Studentdata.aspx.cs

