![]() |
Admin 9/13/2016 |
You can definitely make it work. |
A
|
admin author 10/13/2016 |
You can definitely make it work. When user logs in you can use AfterSuccessfulLogin event to create a time entry record. We do not have logout event though and sometimes users do not log out but just close the browser. You will need to implement a custom logout button where you can update time entry record and also destroy session variables. The same think in regards to #3 - in button's Server code you can add/update data in the database. I would suggest to start implementing this and once you have hit the wall you can ask more specific questions.
|
![]() |
romaldus 10/13/2016 |
Thanks Sergey!! Has anyone built a Time Tracking application or plugin? Have you considered creating an app like the Calendar for Time Tracking? I have been working on this for some time and can not get it to work the way I want it to. Which in turn has me restarting from scratch over and over again. If anyone has successfully created a time submit, track, approve of anykind, I would appreciate and welcome your help. Thanks,
|
![]() |
Admin 10/14/2016 |
Sandy, |