Under past policies, many Walworth County workers had excessive sick time and the county decided they needed to reign this in. As a result, many workers were given the opportunity to put their excessive sick time towards health insurance premiums after retirement. In this project, I created a .NET desktop app that manages the sick credit balances and insurance premiums of these retirees. I am unable to show screenshots of most of the pages due to the personal data contained in the app.
When the app is started a simple main menu appears with options of different actions that the user can select. There is the ability to manage the retiree accounts or to perform operations on the account interest. The retiree management screens are self explanatory and open a form where the user can perform the action listed. The "View Reports" button opens a list of SSRS reports that the user can run on demand.
In the Interest processing section of the main menu, the buttons allow the user to Edit the amount of interest accrued on the account for the month and to post interest to the retiree accounts. The "Interest Posting Report" button opens an SSRS report that the user can use to verify that interest posted properly. The "Monthly Statement" button opens a multipage SSRS report that fills in a letter that can be printed and mailed to the retiree.
The technology used in this app was Windows Forms, C#, and MSSQL Server.