Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
actually i wanna develop Leaves module(Employee's How to apply's the leaves)...

In this.. one employee apply two(2016-05-06 to 2016-05-07 ) leaves ..Admin is approved that employee leaves. is it ok ..
but..my problem is
after 2016-05-07(that mean's 2016-05-08 ) that employee leaves status is automatically closed..

please help me...
Posted
Updated 8-May-16 23:31pm
v3
Comments
Suvendu Shekhar Giri 9-May-16 4:57am    
That's a poor question. People can help you if you spend more time to describe the actual issue you are facing and please share the relevant code which causes the issue.

1 solution

C#
after 2016-05-07(that mean's 2016-05-08 ) that employee leaves status is automatically closed
You can have some Windows Task Scheduler which will run on server and check that date. If that is past, then update the status to closed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900