Search found 23 matches

by jorge
Thu Oct 04, 2007 2:13 pm
Forum: Help
Topic: AddRecurringScheduleShfits
Replies: 3
Views: 5881

Memory allocation

Thanks for the prompt answer.
It seems the problems is due to a memory allocation error. I've got some of them already because of the buffer output, this issue is beyond Timetrex I believe.

Thanks for your help
by jorge
Thu Oct 04, 2007 12:25 pm
Forum: Help
Topic: AddRecurringScheduleShfits
Replies: 3
Views: 5881

AddRecurringScheduleShfits

Hi guys: I've come acros the next issue, I hope you can help me sort it out. I have set up recurring scheduled shifts for two 3 users, one of them has autofill enabled. My cron jobs get executed properly. But I have noticed that AddRecurringScheduleShift.php only does one loop when executed trough c...
by jorge
Sun Sep 16, 2007 11:08 am
Forum: Developers
Topic: Day span
Replies: 5
Views: 8037

Understood

Hi:
Thanks a lot, that was my point!
So the day span should be visible for example in punchs reports, when calculating salaries and aplying overtime policies?

Regards
by jorge
Sat Sep 15, 2007 2:07 pm
Forum: Developers
Topic: Day span
Replies: 5
Views: 8037

Still no avail

Hi, Thanks for your prompt reply. I agree with you. But I just input in the demo application the time the way you have stated and I can only see the scheduled time displayed in one cell, it doesn't jump to the next day. You can see the schedule Mr Admistrator for saturday 15 in the demo. Is this the...
by jorge
Sat Sep 15, 2007 6:39 am
Forum: Developers
Topic: Day span
Replies: 5
Views: 8037

Day span

Hi:
Is there a way to setup shifts that span to the next day, i.e, a shifts starts at 10:pm and ends 4.pm the next day, hoe to display it that way in the schedule window. I can't find the way, probably I'm missing something.

Best Regards
by jorge
Fri Aug 17, 2007 3:03 am
Forum: Help
Topic: postgres7 error: [-1: FATAL: terminating connection due to
Replies: 2
Views: 3862

Thanks

Hi:
Thanks for the hint. I clear the apc php cache and that seems to helo littel bit, also commenting the apache logs. I wiil do some more research on the matter.

Thanks a lot!
by jorge
Thu Aug 16, 2007 6:53 am
Forum: Help
Topic: postgres7 error: [-1: FATAL: terminating connection due to
Replies: 2
Views: 3862

postgres7 error: [-1: FATAL: terminating connection due to

Hi I'm getting the followin nasty error: postgres7 error: [-1: FATAL: terminating connection due to administrator command server closed the connection unexpectedly whne trying to load Login.php This probably means the server terminated abnormally before or while processing the request.] in EXECUTE(&...
by jorge
Fri Jun 22, 2007 1:22 pm
Forum: Developers
Topic: Nasty error
Replies: 1
Views: 5177

Nasty error

Hi: When trying to apply permission templates as admin I got the following error. I'll be way for a while. after 3 weeks i can give more details.(Linux, php5, posgres i all I can soy while now) ------------------------------------- Fatal error: Allowed memory size of 52428800 bytes exhausted (tried ...
by jorge
Sat Jun 09, 2007 12:48 am
Forum: Developers
Topic: calendar-setup bug: weekend has no properties
Replies: 7
Views: 11562

Hi

The bug can be replicated if you add a noregian locale. When you try to use the data picker it will not work until your add these missign defintions to the calendar-no.js Calendar._TT["WEEKEND"] = "1,6"; Calendar._TT["TIME"] = "Endre:"; Calendar._TT["DAY_...
by jorge
Fri Jun 08, 2007 1:07 pm
Forum: Developers
Topic: calendar-setup bug: weekend has no properties
Replies: 7
Views: 11562

Different locale

Hi: I'm using the 2 release with localisation support. I use a different locale, swedish. Still the date format is not working right. Instead of dd.mm.yy it returns dd-mm-yy in the date_stamp field after selecting the data from the pop-up calendar., wich in turn causes subsequents time's calculation...
by jorge
Fri Jun 08, 2007 9:13 am
Forum: Developers
Topic: calendar-setup bug: weekend has no properties
Replies: 7
Views: 11562

Solved

Hi:
To solve this issue just add the follwing definitions to the calendar's lang file:

// date formats
Calendar._TT["WEEKEND"] = "0,6"; //DEpending on your locale e.g: 1,6 mean Monday is the firstday of the week, I guess.

Thanks a lot anyway!
[/i]
by jorge
Fri Jun 08, 2007 7:54 am
Forum: Developers
Topic: calendar-setup bug: weekend has no properties
Replies: 7
Views: 11562

calendar-setup bug: weekend has no properties

Hi fellows: My calendar selection is not working in any browser. The Firefox debugger throws the following error: weekend has no properties Calendar()calendar_stripped... (line 14) Calendar(undefined)calendar_stripped... (line 14) setup()calendar-setup_st... (line 21) [Break on this error] Calendar=...
by jorge
Wed May 23, 2007 11:51 am
Forum: Developers
Topic: $action = strtolower($action);
Replies: 2
Views: 6359

2.0.0-rc1 revision

Hi:
I'm refering to 2.0.0-rc1 version and the pages: install/company.php at install /User.php i i remmber well.

Best Regards
by jorge
Wed May 23, 2007 5:43 am
Forum: Developers
Topic: $action = strtolower($action);
Replies: 2
Views: 6359

$action = strtolower($action);

Hi:
These piece of missing code is causing not to trigger the needed actions in at least the instalation routine scripts in the latest code's revision

$action = strtolower($action);

Best Regards
by jorge
Sun May 06, 2007 11:03 pm
Forum: Developers
Topic: Help how to properly $this->IsNew() / $this->getId() ?
Replies: 2
Views: 6838

Wonderful

Hi mikeb:
Wonderful explanation. I can see clearly now!
I couldn't understand before the relation between Save(FALSE) and the $obj->getId();


I followed your advice and manage to get the last inserted id

Thanks a lot for your support to the OSC!

Best Regards
by jorge
Sun May 06, 2007 1:41 am
Forum: Developers
Topic: Help how to properly $this->IsNew() / $this->getId() ?
Replies: 2
Views: 6838

Help how to properly $this->IsNew() / $this->getId() ?

Hi: I'm trying to get the last inserted id in schedule table from EditSchedule with my own method in ScheduleFactory: ---------------------------------------------------------- if ( $fail_transaction == FALSE ) { //$sf->FailTransaction(); $sf->CommitTransaction(); var_dump($sf->getId());//returns fa...
by jorge
Wed May 02, 2007 11:42 pm
Forum: General Discussion
Topic: Several In/Out punches
Replies: 3
Views: 5413

What is stoping me is that I can only see two rows one In and one Out in the timesheet view. i ctually managed to add mgore punches for a certain day usign the punch buttton, so I was wonderin if there's is another way or have I missed something!

Best Regards
by jorge
Wed May 02, 2007 3:06 pm
Forum: General Discussion
Topic: Several In/Out punches
Replies: 3
Views: 5413

Several In/Out punches

Hi: I'm a a bit confused since somehow I was able to punch in/out several times a day. Now I'm able to punch in only once and to punch out only once, meaning if I punch at 8 AM and punch out at 10. How I'm able to punch in lets say at 11 again on the same day? Has this behaviour something to do with...
by jorge
Wed Apr 25, 2007 11:29 pm
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10023

Hi Mike

I'm developing an application that will permit fiedl's workers to collect values from househods and save it to a database. It's very much wap oriented.

Best Regards,
Jorge
by jorge
Tue Apr 24, 2007 10:43 am
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10023

Thanks

Hi mikeb:
That's the way how I understood worked isNew(). However the explanation about isNew cheking just to delete old mapped entries clarifies more the whole scenerio. Thanks a lot I'll give a second though to my script.

Good work,
Best regards
by jorge
Tue Apr 24, 2007 12:02 am
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10023

Thanks for your answer. I tried to achive was someting like this: if ( $jf->isValid() ) { $jf->Save(FALSE); if ( isset($data['user_ids']) ) { $jf->setUser( $data['user_ids'] ); } if ( $jf->isValid() ) { $jf->Save(); #Redirect::Page( URLBuilder::getURL( array('id' => $data['id'], 'data_saved' => TRUE...
by jorge
Mon Apr 23, 2007 3:52 pm
Forum: Developers
Topic: IsNew
Replies: 6
Views: 10023

IsNew

Hi:
I'm custom devolping an application and i had an issue, when calling the method isNew() it always returns false even though is inserting a new database record.

Can you help on this one?
Best regards and thanks in advance !
by jorge
Sat Feb 24, 2007 12:35 am
Forum: General Discussion
Topic: Translation Class
Replies: 1
Views: 4268

Translation Class

Hi guys: Fisrtly, Good work, Timetrex is a superb application. I'm working on application wich will be integrated into Timewebm, however I needed localization and dynamic translation features. I realized Timetrex doesn't support them so I adapted one translation script to be integrated as an object ...