Hi all, I am looking for some time tracking software for our small company. Does anyone knows if such project on rails exists? I need simple functionality such as recording spent time for employees and managing projects or tasks. Ideally, it would be possible to integrate it into Instiki and to some existing database. There are some other solutions, but it seems to me that RoR would be ideal platform because of CRUD and ajax support out of the box. thanks in advance, Bojan
Hi Bojan, A group of friends and I code on this right now. It will be available free of charge as a hosted application. If you want to be a beta tester, please drop me an email off this mailing list. I expect the timesheet app to operational in less than two weeks. Best regards, -Armin On Sat, Feb 11, 2006 at 10:45:32AM +0100, Bojan Mihelac <lists@mihelac.org> wrote:> Hi all, > I am looking for some time tracking software for our small company. Does > anyone knows if such project on rails exists? I need simple > functionality such as recording spent time for employees and managing > projects or tasks. Ideally, it would be possible to integrate it into > Instiki and to some existing database. There are some other solutions, > but it seems to me that RoR would be ideal platform because of CRUD and > ajax support out of the box. > > thanks in advance, > Bojan > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- no overhead, please!
Are you going to be releasing the source? I too would like to have a time keeping app, but my ultimate situation would be to have it as an engine to integrate in with the login, user, and calandar engines. (fyi, the calandar engine is in it infancy at this point.) Greg On 2/11/06, Armin Roehrl <armin@approximity.com> wrote:> Hi Bojan, > > A group of friends and I code on this right now. > > It will be available free of charge as a hosted application. > If you want to be a beta tester, please drop me an email > off this mailing list. I expect the timesheet app to operational in less > than two weeks. > > Best regards, > -Armin > On Sat, Feb 11, 2006 at 10:45:32AM +0100, Bojan Mihelac <lists@mihelac.org> wrote: > > Hi all, > > I am looking for some time tracking software for our small company. Does > > anyone knows if such project on rails exists? I need simple > > functionality such as recording spent time for employees and managing > > projects or tasks. Ideally, it would be possible to integrate it into > > Instiki and to some existing database. There are some other solutions, > > but it seems to me that RoR would be ideal platform because of CRUD and > > ajax support out of the box. > > > > thanks in advance, > > Bojan > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > -- > no overhead, please! > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Greg Freemyer The Norcross Group Forensics for the 21st Century
Greg Freemyer wrote:> Are you going to be releasing the source? > > I too would like to have a time keeping app, but my ultimate situation > would be to have it as an engine to integrate in with the login, user, > and calandar engines. (fyi, the calandar engine is in it infancy at > this point.) >That would be great for integration if it is created as plugin or Rails Engine. best, Bojan
It will be open for extensions, including webservices. I was thinking of combining things like a todolist, etc. Yes, a calendar would be the next logical step. We have not yet decided whether we release the source code or not. If many people are interested in exstending it, mybe yes. I will send an email to this list, once it is done. On Sat, Feb 11, 2006 at 12:12:59PM -0500, Greg Freemyer <greg.freemyer@gmail.com> wrote:> Are you going to be releasing the source? > > I too would like to have a time keeping app, but my ultimate situation > would be to have it as an engine to integrate in with the login, user, > and calandar engines. (fyi, the calandar engine is in it infancy at > this point.) > > Greg > On 2/11/06, Armin Roehrl <armin@approximity.com> wrote: > > Hi Bojan, > > > > A group of friends and I code on this right now. > > > > It will be available free of charge as a hosted application. > > If you want to be a beta tester, please drop me an email > > off this mailing list. I expect the timesheet app to operational in less > > than two weeks. > > > > Best regards, > > -Armin > > On Sat, Feb 11, 2006 at 10:45:32AM +0100, Bojan Mihelac <lists@mihelac.org> wrote: > > > Hi all, > > > I am looking for some time tracking software for our small company. Does > > > anyone knows if such project on rails exists? I need simple > > > functionality such as recording spent time for employees and managing > > > projects or tasks. Ideally, it would be possible to integrate it into > > > Instiki and to some existing database. There are some other solutions, > > > but it seems to me that RoR would be ideal platform because of CRUD and > > > ajax support out of the box. > > > > > > thanks in advance, > > > Bojan > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > -- > > no overhead, please! > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Greg Freemyer > The Norcross Group > Forensics for the 21st Century > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- no overhead, please!