Search found 46 matches
- Tue Jun 03, 2025 6:23 pm
- Forum: Help
- Topic: PHP 8.4 support?
- Replies: 0
- Views: 59
PHP 8.4 support?
Is it possible/safe to run TimeTrex community under a php8.4 install? I tried to run the install on it and it absolutely refused to do so. I can see the line in the pre-check that checks for version and can easily make the change. But wanted to confirm beforehand. (I don't know of what change betwee...
- Sat May 10, 2025 5:30 am
- Forum: Help
- Topic: CE Download link
- Replies: 1
- Views: 40254
Re: CE Download link
+1'ing this.
I thought I downloaded and installed the last version, but somehow even downloading the last available version from the site before it went dark, I ended up with a version that is not eligible to have the warning message removed/disappeared.
I thought I downloaded and installed the last version, but somehow even downloading the last available version from the site before it went dark, I ended up with a version that is not eligible to have the warning message removed/disappeared.
- Sun Nov 24, 2024 8:37 am
- Forum: Help
- Topic: Super Administrator
- Replies: 1
- Views: 7233
Super Administrator
Is there a way to create a "Super Administrator" position? Like I know that a lot of the "Delete" permissions aren't enabled by default. Rather than purge all the sample/test data by performing a fresh install or signing up for a new community cloud account, is there a way to cre...
- Thu Feb 02, 2023 10:26 am
- Forum: Installation Help
- Topic: Installation on cPanel Web Hosting
- Replies: 1
- Views: 15296
Re: Installation on cPanel Web Hosting
Hi there, I know it's not recommended to do this but I'm installing on cPanel. It's worked so far yet when I go to the website it gives me the following error: ERROR: Config file (/home/aucro/flow.aucro.co.uk/includes/../timetrex.ini.php) does not exist or is not readable! Don't know what it means ...
- Fri May 31, 2013 11:29 pm
- Forum: Feature Requests
- Topic: Single sign on
- Replies: 4
- Views: 26021
Re: Single sign on
This is going to sound weird but does LDAP also include sign on to sites with OpenID or the similar? Or say a Gmail account (some companies use Google Apps), and Steam (yes, not quite the business approach but still).
- Fri May 31, 2013 11:15 pm
- Forum: Help
- Topic: Creating a paid break and a unpaid meal.
- Replies: 1
- Views: 2818
Creating a paid break and a unpaid meal.
In New York State law, employers are required to give a paid break if a shift last more than four hours of fifteen minutes. employers are also required to issue a paid break of 30 minutes if a shift is longer than six hours. I currently set up two policies according to this but I'm noticing that the...
- Mon Feb 20, 2012 8:20 pm
- Forum: Installation Help
- Topic: magic_quotes_gpc warning during installation
- Replies: 1
- Views: 3256
magic_quotes_gpc warning during installation
During installation of TimeTrex v3/v5. I'm given the following error message: magic_quotes_gpc is On. (Please disable it in php.ini) While my hosting is shared, they allowed me access to my php.ini file. I've made the changes to the file as needed and disabled it in php.ini. ((This is evident as I c...
- Mon Feb 13, 2012 10:45 am
- Forum: Help
- Topic: Auto-Generating Missed Payroll Periods
- Replies: 1
- Views: 2476
Auto-Generating Missed Payroll Periods
Is there a way to automatically create a pay-period which wasn't made? For example, on my system I'm missing several weeks pay-roll periods from the system. Is there a way to fill in the gap or is it not advised? I'm on the Windows system with a Scheduled task running the cron.php file if it helps.
- Thu Nov 03, 2011 9:59 pm
- Forum: Feature Requests
- Topic: Hiding the SSN/SIN numbers in the Postegre/MySQL
- Replies: 1
- Views: 6712
Hiding the SSN/SIN numbers in the Postegre/MySQL
Is there a way that the SSN or SIN numbers can be better hidden? I looked at the dump for the tables and I can see the SSN/SIN numbers in plain-text stored in the tables. With these numbers being pretty important and the possibility that some might install this on a a web server, I think it's better...
- Tue Mar 08, 2011 8:12 pm
- Forum: Help
- Topic: TT says Maint Jobs aren't running.. system says they are?!
- Replies: 4
- Views: 4078
Re: TT says Maint Jobs aren't running.. system says they are?!
Status is blank, then there is 0x0. Path.. I need to check that.. lol (I thought I included this...) Easy way to check the path is run a command prompt with elevated (administrative) permissions. Type PATH on the line and look for your installation directory to your PHP (or the timetrex) folder. Do...
- Mon Mar 07, 2011 9:02 pm
- Forum: Help
- Topic: Setting Up For Jury Duty
- Replies: 3
- Views: 3358
Re: Setting Up For Jury Duty
In some states, employer's have to pay a daily fee for each day that an employee is serving as a Juror. In New York's case, that's an additional $40.shaunw wrote:Please provide more details, what exactly is the fee you are referring too?
- Sun Mar 06, 2011 9:00 pm
- Forum: Help
- Topic: Setting Up For Jury Duty
- Replies: 3
- Views: 3358
Setting Up For Jury Duty
(This doesn't apply in my case but is still a good question.)
If an employee is called away for Jury Duty and the Employer is required to pay the fee for Jury Duty (say $40.00), how do you set up the Absence Policy? (If it's indeed the absence policy that needs to be setup.)
If an employee is called away for Jury Duty and the Employer is required to pay the fee for Jury Duty (say $40.00), how do you set up the Absence Policy? (If it's indeed the absence policy that needs to be setup.)
- Sun Mar 06, 2011 1:06 pm
- Forum: Help
- Topic: Maintenance Jobs Not Running
- Replies: 24
- Views: 20961
Re: Maintenance Jobs Not Running
I have a suggestion, try the following: Under Triggers, make sure that it is scheduled to run every 1 minute at a certain time in the past. Under Actions, write out the full path to the executable php-win.exe (also make sure that this path is also listed in your System Variables. You can check this ...
- Sun Mar 06, 2011 12:58 pm
- Forum: Help
- Topic: Cron jobs CPANEL
- Replies: 1
- Views: 2280
Re: Cron jobs CPANEL
You could use wget to access it. You would set up a time of 1 minute or 5 minutes, then use the command: wget -q "http://www.yourwebsite.com/<directory_to_timetrex>/maint/cron.php" -O /dev/null (Make sure to change the necessary parts to match your setup.) You can also ask that your websit...
- Sun Mar 06, 2011 12:39 pm
- Forum: Help
- Topic: TT says Maint Jobs aren't running.. system says they are?!
- Replies: 4
- Views: 4078
Re: TT says Maint Jobs aren't running.. system says they are?!
I encountered this same problem last night. You might want to check the actual settings on the scheduled tasks as well as if the path to PHP is listed in the system variable "PATH". Another suggestion, and what I ended up doing on my system, is spacing out the scheduled job to 5 minutes in...
- Sat Mar 05, 2011 7:18 pm
- Forum: Help
- Topic: Configuring a 10 Hour Rule
- Replies: 1
- Views: 2161
Configuring a 10 Hour Rule
Currently in New York, a law exists that states an employee must be paid an additional hour at minimum wage if they work 10 hours or more a day.
How would you set this up in TimeTrex?
How would you set this up in TimeTrex?
- Wed Feb 02, 2011 4:43 pm
- Forum: General Discussion
- Topic: Pending employee verification of timesheet
- Replies: 9
- Views: 7948
Re: Pending employee verification of timesheet
Here is a weird question.
Can you verify your own timesheet if you are the admin with no superior above you?
I set my option to "Superior Only" and I can see the "Pending Verification" highlighted in the Time Card screen, but cannot do so?
Can you verify your own timesheet if you are the admin with no superior above you?
I set my option to "Superior Only" and I can see the "Pending Verification" highlighted in the Time Card screen, but cannot do so?
- Wed Feb 02, 2011 4:39 pm
- Forum: Help
- Topic: Special User...
- Replies: 2
- Views: 2505
Re: Special User...
That's exactly it. Thanks.shaunw wrote:Is this what you are referring to?
http://forums.timetrex.com/viewtopic.ph ... 612&p=2953
- Tue Feb 01, 2011 8:23 pm
- Forum: Help
- Topic: Special User...
- Replies: 2
- Views: 2505
Special User...
I read somewhere that it was possible to use a special username and password combination when you want to test out the other features of the server. It involves something like using the name of the administrator or something of the sort. Can someone help?
- Thu Jan 27, 2011 1:15 am
- Forum: Feature Requests
- Topic: Company Information DBA name
- Replies: 0
- Views: 6748
Company Information DBA name
Since some people are using this for sole proprietorships and the IRS wants the legal name of the business, maybe there should a way to include the "Legal Name" and "DBA Name" of a business?
- Thu Jan 27, 2011 12:50 am
- Forum: Help
- Topic: Holiday Special Pay
- Replies: 1
- Views: 2073
Holiday Special Pay
Is there a way to treat shifts that work between a certain period as time and a half? For example, I want to define as a policy - Any shift that begins after 6 PM to 11:59 PM on New Years Eve will be considered 1.5x their rate. - Any shift that begins after 12 AM but before 6 AM on New Years Day wil...
- Thu Jan 27, 2011 12:48 am
- Forum: Help
- Topic: ADDING CLAIM IN PAYSTUB
- Replies: 8
- Views: 5633
Re: ADDING CLAIM IN PAYSTUB
As in phone number or employee number?
- Wed Jan 26, 2011 4:09 pm
- Forum: Help
- Topic: E-Mail of (SSL) SMTP
- Replies: 1
- Views: 2304
E-Mail of (SSL) SMTP
I have a question. I saw this in another thread and wanted to know is there a way to use SMTP over SSL? Or is simply using the port 587 enough? [mail] delivery_method = smtp smtp_host=smtp.gmail.com smtp_port=587 smtp_username=john.doe@gmail.com smtp_password=mypass If you are using Linux or have a ...
- Wed Jan 26, 2011 4:05 pm
- Forum: Feature Requests
- Topic: Stand-Alone Interface for Clocking in and out.
- Replies: 1
- Views: 5897
Stand-Alone Interface for Clocking in and out.
I saw this with my old job that also had a web-based interface. Pretty much someone would log in, and be given two options. 1) Console/Account Management/some name here - This is the current view of TimeTrex after logging in. The worker can see their schedule, make requests, read messages, view pays...
- Wed Jan 26, 2011 3:57 pm
- Forum: Help
- Topic: Help - New York Income Tax Withholding not calculating
- Replies: 16
- Views: 16635
Re: Help - New York Income Tax Withholding not calculating
Thanks, that clears things up. BTW: If that message wasn't clear enough, we highly recommend not editing pay stubs directly. In fact that functionality is likely to be phased out in the upcoming version of TimeTrex. :( Darn... Oh well, I'll just learn to use the Pay Stub Amendments on the same line...