View Full Version : timesheet4dp
muthu_manaparai
12-03-08, 04:12 PM
Hi All,
I have been using dotproject for sometime now, and felt the need of
timesheet (easy to use) plugin.
In case if you are looking for the same, here you go..
http://timesheet4dp.sourceforge.net/
http://sourceforge.net/projects/timesheet4dp
Regards,
Muthu
Great to see that yet another timesheet module has been generated.
Announce it by all means in the new modules forum - but please DON'T post the same thing on 5 different threads again - especially when some of them were, at most, peripherally connected to timecard and other older modules.
muthu_manaparai
12-03-08, 05:13 PM
well, i did not mean to spam - although it looked like.
thanks for your appreciation.
chermucsnis
13-03-08, 12:33 AM
Do you have a link with some screenshots of your module?
Thanks,
Alex
cyberhorse
13-03-08, 03:28 AM
Screenshots: http://timesheet4dp.sourceforge.net/screenshots.html
It looks like this module doesn't stay as a module but is rather a stand-alone thing that connects to the DP database - is that right?
muthu_manaparai
13-03-08, 08:02 PM
as of now its a stand alone, but I shall examine on how to restructure this as a dot project module.
agentili
14-03-08, 03:53 AM
Hi Muthu,
In your timesheet does the user insert how many time he worked? Do you think you can do that there is a button where he record in the database what time he started ...then logout go do the task...2 hrs later come back and click in a button to record the end task time and then show what was the actual work time?
Kind of like the history task log but the problem with that is when you log out stop counting the time, you must keep running the browser or the script will stop working.
The screenshots look awesome, I will take a look to the module tonight!
Best Regards
muthu_manaparai
16-03-08, 10:57 PM
Hi agentili, There is not stopwatch like the dotproject task log screen.
Hope to hear your feedback after you check.
Thanks for your valuable time.
Regards,
Muthu
agentili
17-03-08, 04:40 AM
I cant install it. I copy the directory in dotprojects/module/ . Also copy de yui folder.
I go to system / modules/ install timesheet and it says "config file is not found"
What I am missing?
muthu_manaparai
17-03-08, 04:43 PM
its a standalone application just using the dotproject db and rules.
just unzip the download and glance through the contents of the folder structure.
you should see
http://timesheet4dp.cvs.sourceforge.net/timesheet4dp/ts4dp/README.txt?view=markup
http://timesheet4dp.cvs.sourceforge.net/timesheet4dp/ts4dp/FolderStructure2.png?view=markup
http://timesheet4dp.cvs.sourceforge.net/timesheet4dp/ts4dp/FolderStructure.png?view=markup
dont use module folder. I am yet to make it as dotproject module (as per the dotproject specfications)
regards,
muthu
dkreuter
18-03-08, 04:36 AM
Hi there
Thanks for this great new timesheet
I have an error after installing when I want to view or create a new log
includes/db_connect.php on line 135
DB_Connect
function db_loadList( $sql, $maxrows=NULL ) {
GLOBAL $AppUI;
if (!($cur = db_exec( $sql ))) {;
$AppUI->setMsg( db_error(), UI_MSG_ERROR );
return false;
}
$list = array();
$cnt = 0;
while ($hash = db_fetch_assoc( $cur )) {
$list[] = $hash;
if( $maxrows && $maxrows == $cnt++ ) {
break;
}
}
db_free_result( $cur );
return $list;
muthu_manaparai
18-03-08, 08:07 PM
its know to work well with mysql. what database are you using ?
are you using the latest release version of dotproject or from cvs ?
Regards,
Muthu
dkreuter
19-03-08, 07:53 PM
i use mysql and dotproject v. 2.1.1
muthu_manaparai
19-05-08, 06:36 PM
Timesheet for dotproject works with the following
1) Yahoo UI 2.5.0 can be downloaded from http://downloads.sourceforge.net/yui/yui_2.5.0.zip?modtime=1203532123&big_mirror=0
2) MySql 4.1 and above (since there are some nested sql queries)
3) PHP 5.0 or PHP 4 with json.php hack - to know more about json hack you can check http://extjs.com/forum/archive/index.php/t-2362.html
Thanks for all your support.
stephan
23-10-08, 07:50 PM
Hi there,
is there any news about timesheet becoming a module within dotproject?
Any further progress?
regards, Stephan
vBulletin® v3.6.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.