Results 1 to 6 of 6
Thread: payroll generation
- 05-28-2010, 04:16 AM #1
Member
- Join Date
- May 2010
- Posts
- 3
- Rep Power
- 0
- 05-28-2010, 06:57 AM #2
Member
- Join Date
- Mar 2010
- Posts
- 9
- Rep Power
- 0
Lets say you have a admin login on jsp who wants to determine the salary of all the employees. If he enters the no of working hours of each employee and hits the "calculate salary" button, he should get the gross salary displayed on his screen. m I going right ??
So, passing number of working hours of each employee to the servlet, calculating the salary and returning back all the values to the jsp would be a bad idea (the number of parameters involved would be high).
Instead, try using javascript on the jsp. pass on all the parameters using an ArrayList to the servlet and the servlet will also return the ArrayList containing salar(ies)..
Happy (Java) Coding !!
- 05-29-2010, 08:00 PM #3
Member
- Join Date
- May 2010
- Posts
- 3
- Rep Power
- 0
Hi,
Well the actual problem is I need to calculate the number of hours he worked first when the user does check in check out their login details r sent to database and hours need to be generated n according to that I need to calculated their pay
- 05-29-2010, 10:11 PM #4
Is this a question of getting the data or ???calculate the number of hours
Does it come from a user or from a database?
- 06-02-2010, 04:49 AM #5
Member
- Join Date
- May 2010
- Posts
- 3
- Rep Power
- 0
It comes from a database.
- 06-02-2010, 03:21 PM #6
Similar Threads
-
Payroll part 3 errors help
By arrech326 in forum New To JavaReplies: 4Last Post: 03-08-2011, 05:43 AM -
Payroll output thingy...
By ShadowUndertow in forum NetBeansReplies: 3Last Post: 08-25-2009, 02:25 AM -
Payroll Project 1 Troubles
By KiskaBaker in forum New To JavaReplies: 3Last Post: 08-16-2009, 12:41 PM -
help for payroll project in java
By mageshwari in forum New To JavaReplies: 2Last Post: 04-09-2008, 02:46 AM -
Payroll Part 2, Java
By lplopez92 in forum New To JavaReplies: 2Last Post: 03-24-2008, 01:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks