Search found 21 matches

by visaolive
Tue Mar 25, 2014 2:33 pm
Forum: Help
Topic: Network Timeout > Attendance > Timesheet > Punch
Replies: 1
Views: 1984

Network Timeout > Attendance > Timesheet > Punch

Steps to Reproduce Success: - Logged in as Admin - Select Attendance - Select Timesheet - Employee currently set to Admin (myself) - Select Date/Time cell in Timesheet - Add info to Note field on Punch popup - Save change (change successfully updates) Steps to Reproduce Fail: - Logged in as Admin - ...
by visaolive
Tue Mar 25, 2014 1:54 pm
Forum: Help
Topic: Help With Running Cron Jobs
Replies: 3
Views: 3429

Re: Help With Running Cron Jobs

Thanks shaunw,

Just realized that there is no www-data user/group on the server. Changed this to root, and it appears that the Cron jobs are running properly.

Thanks!
by visaolive
Tue Mar 25, 2014 5:15 am
Forum: Help
Topic: Help With Running Cron Jobs
Replies: 3
Views: 3429

Help With Running Cron Jobs

On my box, I have verified that CRON is Running, and that my CRON Jobs are setup. However, I still receive the following error message: WARNING: Critical maintenance jobs have not run in the last 48hours. Please contact your TimeTrex administrator immediately. Here's my output from terminal: [svr1@t...
by visaolive
Thu Jan 02, 2014 8:11 pm
Forum: Help
Topic: Error On Migration - Unable to Login
Replies: 1
Views: 2733

Error On Migration - Unable to Login

I've migrated Timetrex from one server to another. I'm unable to login. The system hangs, and outputs "Network connection error" during the login process. When looking at the PHP error log, I see the following error: [Thu Jan 02 21:48:34 2014] [error] [client xxxxx] PHP Fatal error: Call t...
by visaolive
Mon May 27, 2013 4:58 am
Forum: Developers
Topic: Custom Query - Schedule / User ID Information
Replies: 1
Views: 5255

Custom Query - Schedule / User ID Information

When using the getAll function within a plugin for ScheduleListFactory, simply want the following elements: - schedule_id - user_id - status_id - start_time (timestamp) - end_time (timestamp) - branch_id - department_id How might I reference these from getAll? Or will a custom query like the one bel...
by visaolive
Mon May 27, 2013 4:38 am
Forum: Developers
Topic: Web Hooks on TimeTrex Actions
Replies: 8
Views: 9930

Re: Web Hooks on TimeTrex Actions

Thanks. I'll check it out!
by visaolive
Sun May 26, 2013 1:57 pm
Forum: Developers
Topic: Web Hooks on TimeTrex Actions
Replies: 8
Views: 9930

Re: Web Hooks on TimeTrex Actions

Thanks! This Worked Perfectly! One last question on this. Is it possible that in the postSave function, or in another function, to update the current record with some text, like an ID. For example: - Update Employee record in TimeTrex (Say TimeTrex User ID = 5) - The Update Triggers the Plugin to be...
by visaolive
Sat May 25, 2013 11:44 am
Forum: Developers
Topic: Plugins - How-To
Replies: 2
Views: 6157

Re: Plugins - How-To

Thanks!
by visaolive
Sat May 25, 2013 11:34 am
Forum: Developers
Topic: Web Hooks on TimeTrex Actions
Replies: 8
Views: 9930

Re: Web Hooks on TimeTrex Actions

Thanks. I updated the .ini file, and added enable_plugins = TRUE After doing do, I notice that on the Log File, this began to appear: DEBUG [L0263] [206ms]: <b>TTgetPluginClassName()</b>: Found Plugin: /timetrex/classes/modules/plugins/UserFactory.plugin.php Class: UserFactoryPlugin<br> After doing ...
by visaolive
Sat May 25, 2013 9:25 am
Forum: Developers
Topic: Web Hooks on TimeTrex Actions
Replies: 8
Views: 9930

Re: Web Hooks on TimeTrex Actions

Thanks. Is there any further documentation online on plugins. I'm looking at the UserFactory.plugin.example, changed it to UserFactory.plugin.php, but an unable to get it to fire. Is there anything else that needs to be done to TimeTrex to get this plugin to fire? Also, might there be a way to exten...
by visaolive
Sat May 25, 2013 9:16 am
Forum: Developers
Topic: Plugins - How-To
Replies: 2
Views: 6157

Plugins - How-To

I'm looking at plugins, and how to implement these. I went into root/classes/modules/plugins as suggested. I opened the UserFactory.plugin.example file. I then proceeded to change the name from UserFactory.plugin.example to UserFactory.plugin.php Then, I commented out the postSave function, and left...
by visaolive
Thu May 23, 2013 5:48 am
Forum: Help
Topic: Branch and Department Not Appearing in Schedules Listing
Replies: 1
Views: 1822

Re: Branch and Department Not Appearing in Schedules Listing

Ok. Just needed to do a little more research.

I needed to make sure that I had all of my Departments, and Branches setup.

Then, on the Employee Record / Setup, make sure that the Department and Branch was setup for that Employee.

Then, when I add a Schedule entry, it shows properly.

Thanks!
by visaolive
Thu May 23, 2013 5:29 am
Forum: Help
Topic: Branch and Department Not Appearing in Schedules Listing
Replies: 1
Views: 1822

Branch and Department Not Appearing in Schedules Listing

I've associated Employees with Departments, but when adding a new Schedule Entry, the Department doesn't appear in the Listing. Is there something I'm missing?
by visaolive
Thu May 23, 2013 5:27 am
Forum: Help
Topic: Error When Adding Schedule Entry (Standard - v5.3.2)
Replies: 7
Views: 3846

Re: Error When Adding Schedule Entry (Standard - v5.3.2)

Upgrading to the latest version worked perfectly. Thanks!
by visaolive
Wed May 22, 2013 12:33 pm
Forum: Help
Topic: Error When Adding Pay Period Schedule (Standard - v5.3.2)
Replies: 2
Views: 2117

Re: Error When Adding Pay Period Schedule (Standard - v5.3.2

Upgrading the latest version works perfectly. Thanks!
by visaolive
Wed May 22, 2013 10:27 am
Forum: Help
Topic: Error When Adding Pay Period Schedule (Standard - v5.3.2)
Replies: 2
Views: 2117

Error When Adding Pay Period Schedule (Standard - v5.3.2)

In attempting to add a Pay Period Schedule, I receive an error which states.

ERROR: Operations cannot be completed.

0/2 - 0% Complete (Calculating remaining time ...)

See attached for error
by visaolive
Wed May 22, 2013 10:23 am
Forum: Help
Topic: Error When Adding Schedule Entry (Standard - v5.3.2)
Replies: 7
Views: 3846

Re: Error When Adding Schedule Entry (Standard - v5.3.2)

That did it! Thanks.
by visaolive
Tue May 21, 2013 6:21 am
Forum: Help
Topic: Error When Adding Schedule Entry (Standard - v5.3.2)
Replies: 7
Views: 3846

Re: Error When Adding Schedule Entry (Standard - v5.3.2)

The attached is a screenshot after the time is adjusted to match the example, and it's still incorrect.

It appears to be a Javascript issue.
by visaolive
Tue May 21, 2013 6:02 am
Forum: Help
Topic: Error When Adding Schedule Entry (Standard - v5.3.2)
Replies: 7
Views: 3846

Re: Error When Adding Schedule Entry (Standard - v5.3.2)

Attached is the Default Time, no edits made.
by visaolive
Mon May 20, 2013 5:25 am
Forum: Help
Topic: Error When Adding Schedule Entry (Standard - v5.3.2)
Replies: 7
Views: 3846

Error When Adding Schedule Entry (Standard - v5.3.2)

When adding Schedule Entry, I perform the following tasks: - Select Schedules tab - Select New - By Default, the "In" time is set to 8:00 AM EST - By Default, the "Out" time is set to 5:00 PM EST - When I select Save, I receive an error stating "Incorrect Start Time" an...
by visaolive
Mon May 20, 2013 5:19 am
Forum: Developers
Topic: Web Hooks on TimeTrex Actions
Replies: 8
Views: 9930

Web Hooks on TimeTrex Actions

Is it possible to setup a Web Hook upon the following actions:

- Adding Employee from System
- Adding Employee to Schedule
- Changing Employee Assignment on Schedule
- Removing Employee from System

If there isn't, would this need to be setup as a DB Trigger instead?