Koozali.org: home of the SME Server

Timesheet app

Jeff C

Timesheet app
« on: August 08, 2002, 07:26:07 PM »
I have a client who is looking for a simple timesheet app to track hourly workers.  Nothing fancy, just tracking and basic reports.

Any suggestions?

-jeff

ralph

Re: Timesheet app
« Reply #1 on: August 08, 2002, 07:45:33 PM »
Hi Jeff,

yepp, phproject ( c. contrib howtos on www.e-smith.org or www.star-support.com/downloads/mitel/contrib... )

cheerio,

Ralph

Jeff C

Re: Timesheet app
« Reply #2 on: August 08, 2002, 07:56:47 PM »
Ralph,

phpProjekt is a great tool but way overkill for this client.  Any other ideas?

-jeff

Charlie Brady

Re: Timesheet app
« Reply #3 on: August 08, 2002, 08:48:31 PM »
Jeff C wrote:
>
> I have a client who is looking for a simple timesheet app to
> track hourly workers.  Nothing fancy, just tracking and basic
> reports

http://freshmeat.net/search?q=timesheet

Charlie

guestHH

Re: Timesheet app
« Reply #4 on: August 08, 2002, 08:57:11 PM »
Hi Jeff,

http://www.achievo.org/

very cool, it's in use in out office.

Regards,
guestHH

Jeff C

Re: Timesheet app
« Reply #5 on: August 08, 2002, 10:41:16 PM »
RequestedDeletion,

Achievo looks like just the ticket for us.  Any hints or tips on install?

Would you mind sharing your template files with me via email?

Thanks - jeff

Jeff C

Re: Timesheet app
« Reply #6 on: August 09, 2002, 03:22:52 AM »
I have installed Achievo and the mysql databases.  I built a template called 93Achievo and put it in:

/etc/e-smith/templates-custom/etc/conf/httpd.conf

The text in the template is:

#-------------------------------------------
# Achievo-0.8.1
#-------------------------------------------

Alias /achievo /opt/achievo-0.8.1


    Options -Indexes
    AllowOverride None
    order allow,deny
    allow from all
    AddType application/x-httpd-php .php .php3
    php_flag  magic_quotes_gpc  off
    php_flag  track_vars        on

#------------------------------------------------

I then do: /sbin/e-smith/expand-template /etc/e-smith/htppd.conf
and restart httpd

When I point a browser to https://server/achievo I get a file not found error.

Any clues?

-jeff

guestHH

Re: Timesheet app
« Reply #7 on: August 09, 2002, 03:39:00 AM »
restarted httpd ?

guestHH

Re: Timesheet app
« Reply #8 on: August 09, 2002, 03:39:56 AM »
sorry, you did I see... let me think here....

guestHH

Re: Timesheet app
« Reply #9 on: August 09, 2002, 03:42:47 AM »
Did you import the mysql Achievo tables tables?

Jeff C

Re: Timesheet app
« Reply #10 on: August 09, 2002, 04:14:12 AM »
I threw all the files in an ibay just to check it out and it's working fine.  Looks like a pretty cool product.

I'm confused. :<

Cheers,

-jeff

Bill Talcott

Re: Timesheet app
« Reply #11 on: August 09, 2002, 06:37:56 PM »
Hmmmm, this looks pretty cool. Any chance you could do a step-by-step HowTo for us newbies? I wasn't really looking for something like this, but after seeing it, it might come in handy...

Jeff C

Re: Timesheet app
« Reply #12 on: August 09, 2002, 07:04:59 PM »
Bill,

I'll be glad to do the howto as soon as I get it running :>

I am still having no luck with the template fragment.  Once that is done, the rest is easy.

-Jeff

brian read

Re: Timesheet app
« Reply #13 on: August 09, 2002, 07:05:30 PM »
I'd also be interested in a howto.

Cheers

Brian

guestHH

Re: Timesheet app
« Reply #14 on: August 09, 2002, 07:10:59 PM »
what template Jeff?

Regards,
guestHH