Search found 701 matches

by mikeb
Wed Mar 14, 2007 5:33 pm
Forum: Feature Requests
Topic: Coverage Based Scheduling
Replies: 26
Views: 85504

Thanks for the detailed feature request, we always enjoy getting those. We are exploring the idea of an advanced scheduling module for TimeTrex, one that will hopefully do everything you are looking for and more. Unfortunately such a module will take quite some time to do properly. The basic idea we...
by mikeb
Fri Feb 16, 2007 11:49 am
Forum: Help
Topic: Help With Pay Stub Generation
Replies: 8
Views: 10866

This is a problem specific to MySQL, run these SQL commands on your TimeTrex database. alter table pay_stub change start_date start_date timestamp NULL default NULL; alter table pay_stub change end_date end_date timestamp NULL default NULL; alter table pay_stub change transaction_date transaction_da...
by mikeb
Mon Feb 12, 2007 9:29 am
Forum: Help
Topic: Permissions
Replies: 12
Views: 12230

In that case a fresh install is the only thing I can suggest at this time. TimeTrex v1.5.0 is out now so maybe that will work better for you as well.
by mikeb
Thu Feb 01, 2007 1:01 pm
Forum: Help
Topic: Fatal error
Replies: 8
Views: 9686

Replace lines 157 and 158 in interface/payperiod/ClosePayPeriod.php with this code. //Get PS Amendments. $psalf = new PayStubAmendmentListFactory(); $psalf->getByUserIdAndAuthorizedAndStartDateAndEndDate( $pay_period_schedule->getUser(), TRUE, $pay_period_obj->getStartDate(), $pay_period_obj->getEnd...
by mikeb
Tue Jan 30, 2007 12:20 pm
Forum: Help
Topic: Closing pay period error
Replies: 3
Views: 7430

We did some more testing and this turns out to be a MySQL gotcha, run these SQL queries at your MySQL console AFTER you have backed up your data. alter table pay_period change start_date start_date timestamp NULL default NULL; alter table pay_period change end_date end_date timestamp NULL default NU...
by mikeb
Fri Jan 19, 2007 10:03 am
Forum: Developers
Topic: Adding new Income Tax formulas for different countries.
Replies: 31
Views: 134979

Re: QC taxes

Hi Mike, I plan to implement QC, Quebec taxes, but the federal tax deductions are different for Quebec, for example EI changes from table brackets to fixed rate of 1.46% in 2007 and the surplus is put into QPIP funds. Should I create a new country code called QC? for separate federal and provincial...
by mikeb
Wed Jan 17, 2007 12:23 pm
Forum: Developers
Topic: Modified code for ulf->getHighestEmployeeNumberByCompanyI
Replies: 3
Views: 7785

The proposed fix doesn't work on PostgreSQL. However if you change the entire query to this, it should work better. $ph = array( 'id' => $id, 'id2' => $id, ); $query = ' select * from '. $this->getTable() .' as a where company_id = ? AND employee_number = ( select max(employee_number) from '. $this-...
by mikeb
Fri Jan 12, 2007 4:19 pm
Forum: Developers
Topic: Development Documentation
Replies: 1
Views: 5674

Unfortunately we do not have any public developer documentation at this time.
by mikeb
Fri Jan 12, 2007 4:18 pm
Forum: Help
Topic: Class 'InvoiceDistrictListFactory' not found
Replies: 4
Views: 6309

I'm not seeing any actual error there, beside the fact that it couldn't save the policy. I tried to replicate this issue on our end without any luck. The only thing I can think of is to try to disable caching in timetrex.ini.php to see if that makes a difference. Also try to enable MySQL query loggi...
by mikeb
Fri Jan 12, 2007 11:03 am
Forum: Help
Topic: Permissions
Replies: 12
Views: 12230

Is it possible for you to go to our website and initiate an online chat with our support department? If you can allow us to login to your machine remotely we should be able to diagnose why the blank page is occurring pretty quickly. Be sure to identify yourself from this forum and have them transfer...
by mikeb
Fri Jan 12, 2007 10:58 am
Forum: Help
Topic: Class 'InvoiceDistrictListFactory' not found
Replies: 4
Views: 6309

Edit /srv/www/htdocs/timetrex/templates/branch/EditBranch.tpl and go to line 120 and remove:

Code: Select all

onChange="showInvoiceDistrict();"


from the line.

There is more to this fix then that, but this should get you going until we release v1.4.2. However there should be no negative side effects.
by mikeb
Thu Jan 11, 2007 12:51 pm
Forum: Help
Topic: Class 'JobListFactory' not found ScheduleFactory.class.ph
Replies: 2
Views: 4518

Edit /srv/www/htdocs/timetrex/classes/modules/schedule/ScheduleFactory.class.php and go to line 419 and wrap it so it looks like this: if ( isProfessionalEditionAvailable() == TRUE ) { $jlf = new JobListFactory(); } Go to line 449 and do the same as well for JobItemListFactory() This will be fixed i...
by mikeb
Thu Jan 11, 2007 10:02 am
Forum: Help
Topic: Permissions
Replies: 12
Views: 12230

At this time there is no easy way to give a user administrator permissions without having them in the first place. TimeTrex has over 280 individual permission settings that must set for a employee to be deemed an "administrator", short of having a script to do this for you, its very diffic...
by mikeb
Wed Jan 10, 2007 2:43 pm
Forum: Help
Topic: Tax Calculations
Replies: 7
Views: 8604

I have posted an overview in the developers forum: http://forums.timetrex.com/viewtopic.php?t=140
by mikeb
Wed Jan 10, 2007 2:41 pm
Forum: Developers
Topic: Adding new Income Tax formulas for different countries.
Replies: 31
Views: 134979

Adding new Income Tax formulas for different countries.

Adding tax formulas to TimeTrex for new countries is relatively straight forward. We recommend using the Canadian payroll deduction classes as templates, as they are slightly less complex than the US classes. *NOTE : If you decide to add tax formulas for a country please make a post here BEFORE you ...
by mikeb
Tue Jan 09, 2007 2:30 pm
Forum: Help
Topic: Tax Calculations
Replies: 7
Views: 8604

Unfortunately I don't think there is a proper solution at this time short of doing some custom development. Fortunately I don't think it would take much work to correct. We do offer custom development services if you wish to have us do this for you, or you could wait until we add a feature that will...
by mikeb
Fri Jan 05, 2007 9:13 pm
Forum: Help
Topic: Tax Calculations
Replies: 7
Views: 8604

I assume you are trying to do this with the Advanced Calculation Tax / Deduction? What do you have the percent, annual wage base, and annual exempt amount set to for each of the deductions in question? As well, what country are you in? I think what might be throwing you off is the fact that Annual W...
by mikeb
Fri Jan 05, 2007 2:43 pm
Forum: Installation Help
Topic: "Maintenance" issue
Replies: 34
Views: 31060

Hi Diggy, we understand that the TimeTrex requirements make it difficult to install on older distributions, mainly because of the PHP v5.0 requirement. TimeTrex will probably run fine on PostgreSQL v7.x, but we don't test it with that version. Requiring PHP v5.0 was a calculated decision that we mad...
by mikeb
Tue Jan 02, 2007 1:19 pm
Forum: Help
Topic: Exception error, followed "how to ask for help" st
Replies: 2
Views: 5258

This topic may solve your problem:

http://forums.timetrex.com/viewtopic.php?t=124

However we still recommend you upgrade.
by mikeb
Tue Jan 02, 2007 1:15 pm
Forum: Help
Topic: Closing pay period error
Replies: 3
Views: 7430

Thanks for the detailed report, try this: Edit file: classes/modules/payperiod/PayPeriodFactory.class.php On line 537, change: if ( $this->getAdvanceEndDate() != FALSE ) { To: if ( $this->getAdvanceEndDate() != '' ) { And on line 543, change: if ( $this->getAdvanceTransactionDate() != FALSE ) { To: ...
by mikeb
Thu Dec 28, 2006 1:10 am
Forum: Installation Help
Topic: Province/State not showing up
Replies: 4
Views: 5883

There are minor differences between running PHP in CGI mode as compared to running it as an Apache/IIS module. Have a look here: http://forums.timetrex.com/viewtopic.php?t=70&highlight=cgi and http://ca.php.net/manual/en/security.cgi-bin.php Those issues combined with the fact that about 1 in 50...
by mikeb
Wed Dec 20, 2006 10:18 am
Forum: Installation Help
Topic: beta w/ stock CentOS php
Replies: 4
Views: 7809

Here's output from httpd's error_log: [client 192.168.100.53] PHP Fatal error: Only variables can be passed by reference in /var/www/html/timetrex/interface/timesheet/ViewUserTimeSheet.php on line 1226, referer: http://192.168.100.7/timetrex/interface//index.php Change line 1226 from: $smarty->assi...
by mikeb
Tue Dec 19, 2006 5:20 pm
Forum: Installation Help
Topic: beta w/ stock CentOS php
Replies: 4
Views: 7809

Please post the error you are getting from your PHP or APACHE error logs. I'll look into this a little more.
by mikeb
Sat Dec 16, 2006 1:41 pm
Forum: Help
Topic: How to ask for help.
Replies: 0
Views: 18277

How to ask for help.

Before posting to this forum please read our FAQ.

Specifically this entry on How To Ask For Help.
by mikeb
Sat Dec 16, 2006 1:40 pm
Forum: Installation Help
Topic: How to ask for help.
Replies: 0
Views: 19582

How to ask for help.

Before posting to this forum please read our FAQ.

Specifically this entry on How To Ask For Help.