Search found 702 matches

by mikeb
Wed Oct 24, 2007 9:18 am
Forum: Developers
Topic: German Translation
Replies: 4
Views: 9549

You can email it to support@timetrex.com, someone will take a look at it there.
by mikeb
Fri Oct 19, 2007 4:22 pm
Forum: Developers
Topic: German Translation
Replies: 4
Views: 9549

We weren't aware of http://translations.launchpad.net/, but it sounds like an excellent idea, so we have started a project on there and are in the process of uploading the .PO files.

Here is the link:
https://translations.launchpad.net/timetrex/
by mikeb
Wed Sep 12, 2007 9:14 am
Forum: Installation Help
Topic: WARNING: MySQL v5.0.37 and higher is broken!
Replies: 4
Views: 8581

MySQL v5.0.45 has been tested to work fine with TimeTrex.
by mikeb
Thu Aug 30, 2007 8:42 am
Forum: General Discussion
Topic: WCB rates
Replies: 4
Views: 5312

Correct, premium policies do only allow you to categorize time to earning pay stub accounts, but once the time is properly categorized you can create Tax / Deductions that are based off each category that calculate the proper WCB rate. For example, you could create two premium policies similar to th...
by mikeb
Wed Aug 29, 2007 5:11 pm
Forum: General Discussion
Topic: WCB rates
Replies: 4
Views: 5312

Premium policies can do this for you. Depending on the branch/department/job/task that the employee punches into, TimeTrex can allot that time to different premium policies.

You can then setup custom WCB deductions that are only calculated on the different premium policies.
by mikeb
Tue Jun 12, 2007 4:02 pm
Forum: Feature Requests
Topic: set default job when punching in to the scheduled one
Replies: 1
Views: 4508

Thanks for the request, this feature will be available in TimeTrex v2.0.1 or newer.
by mikeb
Thu Jun 07, 2007 8:11 am
Forum: Installation Help
Topic: WARNING: MySQL v5.0.37 and higher is broken!
Replies: 4
Views: 8581

Unfortunately yet another bug has been discovered in MySQL v5.0.41 and lower that breaks certain pay stub calculations in TimeTrex. There is no work around at this point, however the bug should be fixed in v5.0.42 once it is released. More information about this bug is here: http://bugs.mysql.com/bu...
by mikeb
Mon May 21, 2007 4:57 pm
Forum: Installation Help
Topic: WARNING: MySQL v5.0.37 and higher is broken!
Replies: 4
Views: 8581

TimeTrex v1.6.6 released today contains a work around to this bug if you happen to be using MySQL v5.0.37+.

However we still recommend using v5.0.36 until MySQL fixes the issue.
by mikeb
Fri May 18, 2007 11:50 am
Forum: Installation Help
Topic: WARNING: MySQL v5.0.37 and higher is broken!
Replies: 4
Views: 8581

WARNING: MySQL v5.0.37 and higher is broken!

Unfortunately MySQL has introduced a regression in MySQL v5.0.38 and higher that breaks TimeTrex, along with many other applications. Please do not upgrade past v5.0.37 if you are using TimeTrex. We are in the process of figuring out a work-around to include in TimeTrex v1.6.5 Here is a link to the ...
by mikeb
Sun May 06, 2007 12:27 pm
Forum: Developers
Topic: Help how to properly $this->IsNew() / $this->getId() ?
Replies: 2
Views: 6818

When creating a new object in TimeTrex, an ID is only assigned to it when Save() is called. If the object is in fact new Save() will return the inserted ID of the object, then it will delete all the data it has in memory so any subsequent calls to $obj->getId() (or pretty much any other method) will...
by mikeb
Thu May 03, 2007 2:17 pm
Forum: Installation Help
Topic: PHP CGI mode Detected
Replies: 3
Views: 5240

See this post:

http://forums.timetrex.com/viewtopic.php?p=1325#1325

for instructions on how to get TimeTrex to work in CGI mode.
by mikeb
Thu May 03, 2007 2:17 pm
Forum: Installation Help
Topic: CGI Error problem
Replies: 2
Views: 4661

See this post:

http://forums.timetrex.com/viewtopic.php?p=1325#1325

for instructions on how to get TimeTrex to work in CGI mode.
by mikeb
Thu May 03, 2007 2:16 pm
Forum: Installation Help
Topic: PHP CGI Mode detected...
Replies: 3
Views: 5828

See this post:

http://forums.timetrex.com/viewtopic.php?p=1325#1325

for instructions on how to get TimeTrex to work in CGI mode.
by mikeb
Thu May 03, 2007 2:15 pm
Forum: Installation Help
Topic: CGI error
Replies: 17
Views: 17721

See this post:

http://forums.timetrex.com/viewtopic.php?p=1325#1325

for instructions on how to get TimeTrex to work in CGI mode.
by mikeb
Thu May 03, 2007 2:13 pm
Forum: Installation Help
Topic: Unable to login to Timetrex after Installation
Replies: 17
Views: 24474

Thanks for allowing us access to your system to diagnose the problem. The problem turned out to be you were running PHP in CGI mode, while we don't officially support PHP in CGI mode at this time, I will explain how to fix virtually any version of TimeTrex to work in CGI mode. This should also help ...
by mikeb
Tue Apr 24, 2007 11:21 am
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10008

We are always interested to hear from community members that are developing custom solutions, or add-ons to TimeTrex, do you care to elaborate on what you are working on by chance?
by mikeb
Tue Apr 24, 2007 10:00 am
Forum: Help
Topic: Currency Conversion
Replies: 1
Views: 3383

The currency list is obtained from PEAR's I18Nv2 class. Source: http://www.globalfinancialdata.com/index.php3?action=showghoc&country_name=UNITED_STATES "The ISO set up additional codes for Same Day Funds (USS) in the United States Dollar. Same day funds are immediately available for transf...
by mikeb
Tue Apr 24, 2007 8:25 am
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10008

The reason why isNew() is always returning FALSE is because you call it after Save(). As soon as Save() is called the object is stored in the database and assigned an ID at that time. Therefore the object is no longer "new". Thats basically how we define "new" in TimeTrex, the ob...
by mikeb
Mon Apr 23, 2007 9:21 pm
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10008

IsNew() returns TRUE only if the object does not have an ID (
['data']['id'] ) set.


I can provide more information if you can offer code snippets.
by mikeb
Tue Apr 17, 2007 1:36 pm
Forum: Help
Topic: Accrual Policy
Replies: 1
Views: 3008

Calendar based accrual policies are handled by the maintenance job, they have nothing to do with pay stubs. So you need to wait for the maintenance job to run the day after the end of the pay period I believe, then it will deposit the proper amounts into each employees accrual accounts. You can also...
by mikeb
Fri Apr 13, 2007 5:06 pm
Forum: Help
Topic: Advance Payment
Replies: 1
Views: 3168

It was an old feature that we phased out. It was called "Monthly + Advance", where employees were on a monthly pay period, however in Canada you are required by law to pay employees every 2 weeks, so what they would do is pay them an "estimated advance" half way through the month...
by mikeb
Fri Apr 13, 2007 10:30 am
Forum: Help
Topic: Types of Holidays
Replies: 6
Views: 6211

Here in CR there the law states that if the holiday is between a Tuesday and Friday it will be rollovered to the next Monday. How would you recommend I address that issue? Coding it or using the available options. I see now, this was confusing me. It isn't between Tues-Fri that the holiday is rolle...
by mikeb
Fri Apr 13, 2007 9:56 am
Forum: Help
Topic: Types of Holidays
Replies: 6
Views: 6211

Patches are always welcome.

If you could send us a patch specifically for the bug fix (so we can include it in v1.6.4), and one for the new feature, that is ideal.
by mikeb
Thu Apr 12, 2007 4:38 pm
Forum: Help
Topic: Types of Holidays
Replies: 6
Views: 6211

I think we need to add On-or-After and On-or-Before options for this case. This is CR law, but could apply to some of other countries. I am unable to see how that would resolve this issue. Please describe in more detail, specifically in regards to the holiday not being rolled over if it lands on Sa...
by mikeb
Thu Apr 12, 2007 3:17 pm
Forum: Help
Topic: Types of Holidays
Replies: 6
Views: 6211

Pivot day works for holiday's described as: the Monday before May 24th the Friday after January 15th So the holiday "pivots" from a specific day, in the above cases May 24th and January 15th. Can you give me more details as far as a holiday that would be "rolled over"? It sounds ...