From: Steve D. <sd...@sw...> - 2001-05-10 06:30:21
|
Hi Wayne/everybody. Wayne wrote: > Hello, > I see on the TO-DO list that Steve has started > a payroll system and Roderick has started aging > reports. Are these avaiable to view? > Thanks. > Wayne. I started a payroll system and there isn't anything that can be loaded or used yet. If anyone wants to help or has any input on it, please let me know and I'll send you what I have. I've got an employee package and a few of the sql tables started. Here's what I have planned - it's a three part system and it just follows existing forms and modules. 1. An entry form and perl module to set up an employee's information (i.e. name, address, pay rate, withholdings/deductions). This is going to write each employee's info to the database, which will be called and applied to their pay period data when you enter and run payroll. I've got a separate table for deductions/withholdings that will have a two part id, one associates them with an employee id and one numbers them. It should be able to hold an infinite number and types of deductions for employees in any country (that's the goal). 2. An entry form and perl module to enter each employee's data for the pay period (hours worked, vacation taken, sick time taken, etc.). You'll also be able to run and post the pay period data here. 3. Reports. That's a brief overview of payroll. Steve |