You would need bank all overtime, then manually pay it out as required through an absence policy.
Alternatively you could upgrade to the Professional Edition of TimeTrex, which would have more flexibility around that, and allow you to more selectively pay overtime.
Search found 448 matches
- Mon Sep 24, 2018 7:52 am
- Forum: Help
- Topic: Calculate selected overtime only
- Replies: 1
- Views: 144
- Mon Sep 17, 2018 1:33 pm
- Forum: Help
- Topic: Duplicate Employees
- Replies: 3
- Views: 133
Re: Duplicate Employees
If you enabled the "Employee -> Delete" permission, just logout of TimeTrex, then login again, and you should be able to delete employee records.
- Fri Sep 14, 2018 8:29 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
SSL is handled by your web server, which is completely separate from TimeTrex itself. There are many tutorials and HOWTOs available online that explain how to get SSL up and running with the Apache web server on Debian, I would recommend following one of those.
- Wed Sep 05, 2018 7:49 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
When you go to http://<domain>/install/install.php it would tell you immediately if there was an error in the timetrex.ini.php file. Since you didn't see that my guess is you modified the .ini file after you already started the installer, which would make the error much more difficult to decipher.
- Tue Sep 04, 2018 8:30 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
There appears to be a syntax error in your timetrex.ini.php file on line 61, so TimeTrex can't finish the install process.
- Sat Sep 01, 2018 7:41 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
According to that your sources.list is still broken.
At this stage I may suggest that you consider purchasing a support package or using a Ubuntu forum for further help with getting the packages installed.
At this stage I may suggest that you consider purchasing a support package or using a Ubuntu forum for further help with getting the packages installed.
- Fri Aug 31, 2018 7:45 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
Okay, for whatever reason your sources aren't correct. The "universe" repository isn't enabled for all sources (mainly the security one), so when there is a security update it breaks your packages. The below should enable all repositories and fix your issue: deb http://us.archive.ubuntu.com/ubuntu/ ...
- Thu Aug 30, 2018 11:10 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
Definitely something wrong with your APT sources, can you please attach your /etc/apt/sources.list file here?
- Wed Aug 29, 2018 5:08 pm
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
What is the output of the following command:
Code: Select all
sudo apt-get install php-gettext
- Wed Aug 29, 2018 8:01 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
It would be super helpful if you would actually show us all the commands that you run and their output like I did.
Without that specific information its is extremely difficult to follow what you are doing or where the actual problem is.
Without that specific information its is extremely difficult to follow what you are doing or where the actual problem is.
- Tue Aug 28, 2018 9:28 am
- Forum: Help
- Topic: Another daylight saving issue
- Replies: 25
- Views: 1480
Re: Another daylight saving issue
If you use TimeTrex for payroll, you will need to run this query as well to fix the pay stub dates: WITH pp_tz AS ( SELECT pp.*, (extract(TIMEZONE FROM pp.start_date :: TIMESTAMP AT TIME ZONE pps.time_zone) :: TEXT || ' secs') :: INTERVAL AS utc_offset FROM pay_period AS pp LEFT JOIN pay_period_sche...
- Tue Aug 28, 2018 9:17 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
Below is the full output that I just performed from a stock Ubuntu 18.04 install: timetrex@ubuntu-18-04-stock:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" timetrex@ubuntu-18-04-stock:~$ wget https://www.timetrex.com/...
- Mon Aug 27, 2018 12:31 pm
- Forum: Help
- Topic: Another daylight saving issue
- Replies: 25
- Views: 1480
Re: Another daylight saving issue
I think it may be related to the fact that MySQL doesn't actually have a concept of timestamps without timezones like PostgreSQL, so the two are getting confused. Make sure you have a backup of your PostgreSQL database and run the following queries on your PostgreSQL database to see if it fixes the ...
- Mon Aug 27, 2018 8:14 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
Okay, you will need to enable debugging in the timetrex.ini.php file as per the FAQ, then attach the TimeTrex log file here.
- Sun Aug 26, 2018 11:28 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
What happens when you click the "Test Connection" button?
- Sun Aug 26, 2018 11:25 am
- Forum: Installation Help
- Topic: Ubuntu Server 18.04.1 error after installing the ZIP Option
- Replies: 24
- Views: 1071
Re: Ubuntu Server 18.04.1 error after installing the ZIP Option
If you are attempting to install any PHP packages manually (outside of APT), you are already on the wrong path and setting yourself up for failure.
- Fri Aug 24, 2018 2:39 pm
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
I personally tested those instructions with a stock minimal Ubuntu 18.04 install, and it worked fine for me. If you could copy & paste the entire console output here showing the commands that you run and the exact output, that is always much more helpful than a summary of the error. Its strange that...
- Fri Aug 24, 2018 12:00 pm
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
You shouldn't be receiving that "The following packages have unmet dependencies: php7.2-imap : depends: libc-client2007e but it is not uninstallable" error message on a stock Ubuntu 18.04 install, you likely have something wrong with your packages. Might want to try "sudo apt-get install -f" to see ...
- Fri Aug 24, 2018 8:20 am
- Forum: Help
- Topic: Another daylight saving issue
- Replies: 25
- Views: 1480
Re: Another daylight saving issue
Can you please post a screenshot of Payroll -> Pay Periods using the PostgreSQL database so we can see the specific times.
- Fri Aug 24, 2018 7:59 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
Please follow the instructions here:
https://www.timetrex.com/how-to-install ... ntu-debian
https://www.timetrex.com/how-to-install ... ntu-debian
- Thu Aug 23, 2018 9:02 am
- Forum: Help
- Topic: Another daylight saving issue
- Replies: 25
- Views: 1480
Re: Another daylight saving issue
Changing the timezone won't change historical pay period times, it just changes future pay period times. If the problem occurred after the MySQL -> PostgreSQL conversion, its likely there was a problem during that step. Step #4 of our conversion FAQ https://forums.timetrex.com/viewtopic.php?f=6&t=75...
- Thu Aug 23, 2018 8:35 am
- Forum: Help
- Topic: Another daylight saving issue
- Replies: 25
- Views: 1480
Re: Another daylight saving issue
When you edit your pay period schedule, under the "Adcanced" tab, you can specify the timezone that is used for it there. Its completely separate from the "system_timezome" setting in the .ini file.
- Thu Aug 23, 2018 8:31 am
- Forum: Installation Help
- Topic: ubuntu 18.04 - php errors on installing community edition.
- Replies: 34
- Views: 2876
Re: ubuntu 18.04 - php errors on installing community edition.
TimeTrex requires a minimum of 5% free space on the drive, by default most Linux systems reserve that amount for root and will start throwing "out of disk space" error messages to applications running as non-root. Not to mention if your drive is that full it results in severely compromised performan...
- Wed Aug 22, 2018 11:43 am
- Forum: Installation Help
- Topic: report_schedule does not exist
- Replies: 23
- Views: 647
- Wed Aug 22, 2018 10:21 am
- Forum: Installation Help
- Topic: report_schedule does not exist
- Replies: 23
- Views: 647
Re: report_schedule does not exist
According to that log its trying to apply SQL schema changes from versions newer than v11.0.2, which of course are failing. That tells me that you have likely unzipped a version of TimeTrex newer than v11.0.2 over top of v11.0.2, then tried to downgrade, by unzipping a older version over top of the ...