Search found 701 matches

by mikeb
Mon Mar 19, 2018 9:15 am
Forum: General Discussion
Topic: Adding Jobs
Replies: 4
Views: 5797

Re: Adding Jobs

That functionality is available in the Job Costing module included with TimeTrex Corporate Edition, you can see a comparison of products here:
https://www.timetrex.com/products -- Feel free to contact our sales department for more information.
by mikeb
Mon Mar 19, 2018 8:46 am
Forum: Developers
Topic: API Report data
Replies: 7
Views: 14353

Re: API Report data

The body must be formatted with the "json" POST variable containing the raw JSON data, similar to this:

Code: Select all

json={"user_name": "myuser", "password": "mypassword"}
by mikeb
Fri Mar 16, 2018 4:19 pm
Forum: Developers
Topic: API Report data
Replies: 7
Views: 14353

Re: API Report data

The JSON data cannot be included on the URL, it must be included in the body of the POST request instead.
by mikeb
Fri Mar 16, 2018 10:03 am
Forum: Developers
Topic: API Report data
Replies: 7
Views: 14353

Re: API Report data

Can you post the raw HTTP request that you are sending to the API?
by mikeb
Fri Mar 16, 2018 9:54 am
Forum: FAQ
Topic: Link TimeTrex to Google Sheets
Replies: 0
Views: 27719

Link TimeTrex to Google Sheets

TimeTrex Professional, Corporate or Enterprise Editions can be a data source for Crystal Reports, Jasper Reports and other applications like Google Sheets. Here is an example of how to retrieve reports from TimeTrex in Google Sheets. Login to TimeTrex and create a saved report containing the data th...
by mikeb
Wed Dec 06, 2017 10:28 am
Forum: FAQ
Topic: Migrating from MySQL to PostgreSQL
Replies: 0
Views: 30599

Migrating from MySQL to PostgreSQL

MySQL support was deprecated in v11.0 and removed in v11.1. All installations of TimeTrex will need to be migrated to the PostgreSQL database prior to upgrading to v11.1 or newer. As always, please ensure that you have a backup of your TimeTrex database and TimeTrex files/directories prior to follow...
by mikeb
Thu Jan 07, 2010 12:56 pm
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25025

Re: [PATCH] LDAP Bind Authentication

I understand your time constraints, but I just wanted to provide you with some additional information to think about. We look forward to seeing any features that you develop for TimeTrex in the future, however I would recommend that you mention them on the forum before starting to do any coding so w...
by mikeb
Thu Jan 07, 2010 10:14 am
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25025

Re: [PATCH] LDAP Bind Authentication

Thanks for taking the time to implement some of our suggestions. 2. Since I'm running TimeTrex Standard Edition as you guess, I'm not going to do the database changes at this time as there is no benefit to my customer. Obviously the choice is yours, but I would disagree with this statement. Maintain...
by mikeb
Tue Jan 05, 2010 4:17 pm
Forum: Developers
Topic: [PATCH] LDAP Bind Authentication
Replies: 16
Views: 25025

Re: [PATCH] LDAP Bind Authentication

Thanks for posting the patch, I did a quick review and made some notes. 1. It appears to modify the installer to require NET_LDAP2 class, but this is provided in TimeTrex's bundled PEAR directory, so this requirement should always be met. Though an additional check for the proper files should occur ...
by mikeb
Tue Sep 15, 2009 8:55 am
Forum: FAQ
Topic: How to migrate from one Pay Period Schedule to another.
Replies: 0
Views: 23340

How to migrate from one Pay Period Schedule to another.

Pay periods are critical to the operation of TimeTrex, regardless if you use TimeTrex for payroll or not. TimeTrex will only total time based on the length of the pay periods, and without pay periods many salary calculations can not be performed either, so it is critical that a proper pay period sch...
by mikeb
Tue Apr 07, 2009 10:20 am
Forum: FAQ
Topic: Is TimeTrex open source/free?
Replies: 0
Views: 23042

Is TimeTrex open source/free?

Is TimeTrex open source/free? TimeTrex Standard Edition is open source and 100% free to use. It does not have any time limits, restrictions, advertising or nag screens whatsoever. Why do you sell TimeTrex on your Online Store then? There are several different editions of TimeTrex that are available...
by mikeb
Mon Mar 30, 2009 10:11 am
Forum: FAQ
Topic: How to access TimeTrex On-Site from other computers
Replies: 0
Views: 23107

How to access TimeTrex On-Site from other computers

TimeTrex is offered in two different deployment models, On-Site and On-Demand . Please click on either of the links for more information regarding the advantages and disadvantages of both models. Here are the steps to access TimeTrex On-Site from other computers on your local network: 1. Find the IP...
by mikeb
Fri Jan 30, 2009 3:46 pm
Forum: Developers
Topic: user_date table???
Replies: 1
Views: 4236

The user_date table is used by several other tables to relate rows to dates, users, and pay periods.

Rather then have user, date, pay_period columns in many tables, we normalized those out to the user_date table and relate them by the user_date_id column.
by mikeb
Tue Jan 27, 2009 11:36 am
Forum: Developers
Topic: Getting requests to show on the Schedule and other problems
Replies: 7
Views: 13632

At the top of EditRequest.php, uncomment this line: //Debug::setVerbosity(11); That will enable full debugging, and show you all debug text as well as SQL queries being run. You can then look to see if there are any insert SQL queries being run on the schedule table. It may be that the scheduled shi...
by mikeb
Tue Jan 27, 2009 9:37 am
Forum: Developers
Topic: Getting requests to show on the Schedule and other problems
Replies: 7
Views: 13632

You will need to be more specific, I'm not sure what you are asking.
by mikeb
Fri Jan 23, 2009 12:01 pm
Forum: Developers
Topic: Getting requests to show on the Schedule and other problems
Replies: 7
Views: 13632

Using the user_date table is definitely the wrong approach for this type of customization. The way you have used it is not what this table is designed for. What you are trying to do is actually quite a lot of work to do properly. Showing just days that employees want off isn't always that useful eit...
by mikeb
Thu Nov 20, 2008 10:48 am
Forum: Installation Help
Topic: installation problems
Replies: 10
Views: 6921

I'm not sure where you downloaded that version of TimeTrex from, as its not even a full release ("rc" stands for Release Candidate), its also almost a year old.

Please download the latest version (v2.2.16) and try that instead.
by mikeb
Thu Nov 13, 2008 9:42 pm
Forum: FAQ
Topic: Barcodes don't work with TimeTrex Client Application
Replies: 0
Views: 18143

Barcodes don't work with TimeTrex Client Application

If you have installed the TimeTrex Client application and you find that after setting up the pre-amble ("~") and post-amble ("CR") nothing is happening when you scan a barcode, you may need to install the Microsoft Visual C++ v8.0 libraries located here: Direct Download Link In-D...
by mikeb
Wed Jul 09, 2008 1:34 pm
Forum: FAQ
Topic: Preventing employees from changing the system clock.
Replies: 0
Views: 19855

Preventing employees from changing the system clock.

TimeTrex does its best to account for clock skew or tampering whenever possible, but in some situations, especially offline mode when the server can't be reached and the clock skew is more then one day, there isn't much it can do. Because of this, we recommend that you enable Internet Time Server cl...
by mikeb
Wed Apr 16, 2008 9:30 am
Forum: Help
Topic: Tax Calculations
Replies: 7
Views: 8604

Tax is amortized in the US and Canada as well, or another way people refer to it is "pay as you go" taxes. Its all handled in the Tax/Deduction engine of TimeTrex. As for the financial year starting on April 1st, what does this really affect? You will need to include many more details befo...
by mikeb
Mon Apr 07, 2008 12:48 pm
Forum: FAQ
Topic: Windows Installer - Maintenance Jobs aren't running.
Replies: 0
Views: 19198

Windows Installer - Maintenance Jobs aren't running.

If you installed TimeTrex with the Windows installer and you are seeing the following message: Warning: TimeTrex maintenance jobs have not run in the last 48hours. Please contact your TimeTrex administrator immediately. Try changing the Windows user that the maintenance jobs are running as. To do th...
by mikeb
Thu Mar 20, 2008 3:26 pm
Forum: FAQ
Topic: PostgreSQL installation error.
Replies: 0
Views: 18187

PostgreSQL installation error.

During the TimeTrex installation, if you see the following error: Failed to create process for initdb: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. Make sure that the Secondary Logon service is enabled and running. Then re-inst...
by mikeb
Mon Mar 10, 2008 1:20 pm
Forum: Developers
Topic: TimeTrex Translations
Replies: 8
Views: 31016

TimeTrex Translations

We are always looking for people to help us translate TimeTrex into new languages and keep our current translations up to date, therefore we have started a community project on LaunchPad that enables anyone to easily help out with the translation process. If you would like to contribute, feel free t...
by mikeb
Tue Nov 27, 2007 3:14 pm
Forum: FAQ
Topic: Override Passwords
Replies: 0
Views: 20199

Override Passwords

TimeTrex has the functionality to setup a secure "override" password that allows anyone with knowledge of that password to login as any user in the system, regardless of what their actual password is. This is useful if a user has forgotten their password and didn't specify an email address...
by mikeb
Wed Oct 24, 2007 9:18 am
Forum: Developers
Topic: German Translation
Replies: 4
Views: 9541

You can email it to support@timetrex.com, someone will take a look at it there.