Search found 197 matches

by techbrainless
Tue Feb 12, 2013 2:44 am
Forum: Help
Topic: Payperiods
Replies: 1
Views: 1859

Payperiods

Hi All,
I am using TimeTrex as Time Attendance I am not relating it to the salaries and payments , so is it must to set up payperiods and payperiods schedule in my case ?
by techbrainless
Sat Dec 29, 2012 1:32 pm
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Re: Implement Miss Punches Using API

Thanks alot shaunw for your reply , The below is the working code . by the way can i use the mentioned code to modify the punches of the employees , or there is some other implementation like getPunchData(6, "23-Dec-12") <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/T...
by techbrainless
Fri Dec 28, 2012 1:04 pm
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Re: Implement Miss Punches Using API

Thanks alot shaunw for your reply , </pre><br> DEBUG [L0278] [820ms]: <b>APITimeSheet::getTimeSheetData()</b>: Exception Record Count: 0<br> DEBUG [L0293] [889ms]: <b>APITimeSheet::getTimeSheetData()</b>: Request Record Count: 0<br> DEBUG [L0364] [1002ms]: <b>APITimeSheet::getTimeSheetData()</b>: Ho...
by techbrainless
Fri Dec 28, 2012 12:25 pm
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Re: Implement Miss Punches Using API

Hi shaunw , I have followed your instruction by checking logs to find out details about the classes their properties to be able to use the API. in the below example am trying to retrieve the timesheet for a specific user , but am getting Session ID: ecd7a30ba710973d8950ec91c1170dea =================...
by techbrainless
Mon Dec 24, 2012 2:02 pm
Forum: Help
Topic: API Example for creating recurring schedule control
Replies: 5
Views: 7299

Re: API Example for creating recurring schedule control

Thanks alot shaunw for your reply , that was very very very helpful , I have modified the code and it worked like a charm. the following is a working example to create a recurring schedule template <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); /* ...
by techbrainless
Mon Dec 24, 2012 12:22 pm
Forum: Help
Topic: API Example for creating recurring schedule control
Replies: 5
Views: 7299

Re: API Example for creating recurring schedule control

Thanks shaunw for your reply , The below is the logs displayed after creating a recurring schedule template. the below log did not show the class as well as the data of the form , could you please let me know how i can use the below logs for helping me to create the same using API (to use the correc...
by techbrainless
Wed Dec 19, 2012 3:22 pm
Forum: Help
Topic: Absence hours exceed the working hours
Replies: 5
Views: 4331

Re: Absence hours exceed the working hours

Thanks shaunw for your reply
For example a case where an employee worked a single 32hr shift
So from where i can configure the total working hours per shift
by techbrainless
Wed Dec 19, 2012 3:10 pm
Forum: Help
Topic: API example creating recurring schedule template
Replies: 1
Views: 2033

Re: API example creating recurring schedule template

Thanks a lot shaunw , you replies are really highly appreciated
Could you help me by giving me tips or hints
by techbrainless
Wed Dec 19, 2012 3:07 pm
Forum: Help
Topic: API Example for creating recurring schedule control
Replies: 5
Views: 7299

Re: API Example for creating recurring schedule control

Thanks a lot shaunw , you replies are really highly appreciated
Could you help me by giving me tips or hints
by techbrainless
Wed Dec 19, 2012 3:05 pm
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Re: Implement Miss Punches Using API

Thanks a lot shaunw , you replies are really highly appreciated
Could you help me by giving me tips or hints
by techbrainless
Wed Dec 19, 2012 3:04 pm
Forum: Help
Topic: API Punch Example
Replies: 10
Views: 17735

Re: API Punch Example

Thanks a lot shaunw , you replies are really highly appreciated
Could you help me by giving me tips or hints
by techbrainless
Wed Dec 19, 2012 3:01 pm
Forum: Help
Topic: API example for checking a vacation
Replies: 1
Views: 1778

Re: API example for checking a vacation

Hi shaunw
Could you help me by giving me tips or hints
by techbrainless
Wed Dec 19, 2012 3:00 pm
Forum: Help
Topic: Absence hours exceed the working hours
Replies: 5
Views: 4331

Re: Absence hours exceed the working hours

Thanks a lot shaunw for your reply
You could have 100 absence hours on a single day if you wanted to.
Is logical to have 100 absence hours on a single day , whereas a single day has only 24 hours!!!!!! could you explain ?
by techbrainless
Wed Dec 19, 2012 2:34 pm
Forum: Help
Topic: Absence hours exceed the working hours
Replies: 5
Views: 4331

Absence hours exceed the working hours

Hi All, I have noticed that it is possible to apply different absences (different vacation categories) to the same employee in the same date for example if the working hours is 8 hours I made absence for an employee (sick paid) for 8 hours and it accepts also making absence for the same employee in ...
by techbrainless
Tue Dec 18, 2012 4:12 pm
Forum: Help
Topic: API example for checking a vacation
Replies: 1
Views: 1778

API example for checking a vacation

Hi All,

I want to use API to check whether a specific date is a vacation or not for specific employee and how many hours is the vacation ?
by techbrainless
Tue Dec 18, 2012 3:57 pm
Forum: Help
Topic: API Punch Example
Replies: 10
Views: 17735

Re: API Punch Example

Hi All,
Any reply,
by techbrainless
Sun Dec 16, 2012 7:33 am
Forum: Help
Topic: API Punch Example
Replies: 10
Views: 17735

Re: API Punch Example

Thanks shanuw for you reply , it works for me now i am trying to delete a particular punch , but the following code does not work for me <?php //this example to add new punch to a specific user require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); /* Global var...
by techbrainless
Sat Dec 15, 2012 5:34 am
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Re: Implement Miss Punches Using API

Hi All, I have tried to retrieve the punches of a user (with user_id=1) on specific date (08-Dec-12) but unfortunately it does not work ( no error but no expected result) here is the code : <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); /* Global v...
by techbrainless
Thu Dec 13, 2012 3:22 pm
Forum: Help
Topic: Implement Miss Punches Using API
Replies: 7
Views: 4763

Implement Miss Punches Using API

Hi All, I am trying to implement the miss punch using API , here is the way to do that Scenario assume the following punches are for specific user on specific date In = 01:10 PM Out=01:50 PM In= 06:20PM assuming that the user forget to make early morning which was at 08:20AM , now I want to add to t...
by techbrainless
Thu Dec 13, 2012 3:06 pm
Forum: Help
Topic: API Example for creating recurring schedule control
Replies: 5
Views: 7299

API Example for creating recurring schedule control

Hi All, I am trying to create new recurring schedule , no error is displaying but it does not work. <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); /* Global variables */ $TIMETREX_URL = 'http://localhost/timetrex5_1/api/soap/api.php'; $TIMETREX_USE...
by techbrainless
Thu Dec 13, 2012 2:12 pm
Forum: Help
Topic: API example creating recurring schedule template
Replies: 1
Views: 2033

API example creating recurring schedule template

Hi All, I am trying to create recurring schedule template using API but the following does not work <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); /* Global variables */ $TIMETREX_URL = 'http://localhost/timetrex5_1/api/soap/api.php'; $TIMETREX_USE...
by techbrainless
Thu Dec 13, 2012 1:06 pm
Forum: Help
Topic: API for adding/removing employees to/from Recurring Schedule
Replies: 11
Views: 5881

Re: API for adding/removing employees to/from Recurring Sche

Thanks a lot shanuw for your reply, Here is the working example : <?php require_once('/var/www/timetrex5_1/classes/modules/api/client/TimeTrexClientAPI.class.php'); $new_created_user_id=4; $recurring_schedule_id=2; $current_recurring_schedule_users=array(); /* Global variables */ $TIMETREX_URL = 'ht...
by techbrainless
Wed Dec 12, 2012 2:27 am
Forum: Help
Topic: API for adding/removing employees to/from Recurring Schedule
Replies: 11
Views: 5881

Re: API for adding/removing employees to/from Recurring Sche

Thanks a lot shanuw for your reply, by the way nothing of the below code worked for me : $result = $recurring_schedule_user_obj->getRecurringScheduleControl(array('filter_data' => array('id' => array(2)))); $result = $recurring_schedule_user_obj->getRecurringScheduleControl(array('filter_data' => ar...
by techbrainless
Tue Dec 11, 2012 12:59 pm
Forum: Help
Topic: API for adding/removing employees to/from Recurring Schedule
Replies: 11
Views: 5881

Re: API for adding/removing employees to/from Recurring Sche

Thanks a lot shaunw for your reply ,
getRecurringScheduleControl() has two modes (regular and expanded),
What is the difference between the two modes.
by techbrainless
Tue Dec 11, 2012 1:10 am
Forum: Help
Topic: API for adding/removing employees to/from Recurring Schedule
Replies: 11
Views: 5881

Re: API for adding/removing employees to/from Recurring Sche

Thanks a lot shaunw for your reply , I have got all the current users assigned to all of recurring schedules , but if i want to get only the current users assigned to specific recurring schedule !!! I have tried in the below code to get the current users assigned to specific recurring schedule (with...