Project

General

Profile

Weekly Timesheet 1.2

Added by Dhanasingh Krishnapandian over 11 years ago

We are happy to announce the release of Weekly Timesheet Plugin Version 1.2

Here are the features / bug fixes:
- Approval System in place
- Custom Fields can be added to the Weekly Timesheet entity
- Time Entry custom fields can be entered from the row
- Comments can be entered from the row
- Timesheet can be exported in csv format
- Fixed the bug on incorrect issues for sub projects with same name
- Fixed the bug on row multiplication when more entries are made for
the same project/issue/activity combination.
- Did some performance tuning

Please note, Starting from version 1.2, the plugin uses its own model called wktime and requires db migration.
So run the following command for db migration

rake redmine:plugins:migrate NAME=redmine_wktime

When uninstalling the plugin, be sure to remove the model by running

rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0

Thanks to Bart van Kleef about, Bob Pack, Quang Tuan, jai prakash, Steve Stefanovich and Stefano Parusso for their feedback and feature requests.

Dhanasingh


Replies (13)

RE: Weekly Timesheet 1.2 - Added by Martin Dubé over 11 years ago

Hi,

Thanks for this update.

Have you though about setting up a repository so all contributors could more easily work on the code?

Regards,
Martin

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

Martin,
The repository is currently within our company.
If there are enough interest from the community for contribution, then we will think about seeting up a public repository.

Dhanasingh

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

Just got a note from Sylvain Hamel, that ew need to the RAILS_ENV=production for the db migrate command

rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_wktime

RE: Weekly Timesheet 1.2 - Added by Martin Dubé over 11 years ago

Hi,

I just sent you some patches to your email address that you may like to integrate in the plug-in.

Martin

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

Martin,
thanks, I will take a look and see what can be included in the plugin.

Dhanasingh

RE: Weekly Timesheet 1.2 - Added by Thomas Sempf over 11 years ago

Hello,

I really like the timesheet plugin but I have two problem with it concerning admin users:

- All users which are Redmine admins can't properly create new time sheets. This happens
- Click on new timesheet
- Then you get a selection to create a specific timesheet with a selection of project, member, and start-date
- You can select a new project but unfortunately the member combo box won't be refreshed, so that all members stays the same from the first project
- This ends up that the admin users can't create own time sheets based on other projects (as they are not available in the member combo box)
- Filtering via the date range option is quite bad for admin users as they see suddenly all users and not only their time sheets. It would be good to have a selection combo box there to select the user to display. Default he current admin user and one option to see all users.

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

Thomas,
Can you tell me which version of weekly Timesheet and Redmine are you running ?
sounds like a ajax issue to me

The member drop down on the list page should be used for filtering by user
and that member dropdown is depandant on the project dropdown.

You could run into the same ajax issue here as well.

Dhanasingh

RE: Weekly Timesheet 1.2 - Added by Thomas Sempf over 11 years ago

Hello Dhanasingh,

We are using

Redmine version 2.0.3.stable
redmine_wktime 1.2

Best,
Thomas

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

redmine_wktime 1.2 is compatible with redmine 2.1.x

this is a ajax issue, redmine is using a different ajax library between 2.0 and 2.1,
thats why you are getting this error.

Can you upgrade your redmine to 2.1.x ?

Dhanasingh

RE: Weekly Timesheet 1.2 - Added by Thomas Sempf over 11 years ago

Thanks for the reply. I guess we need to do that then :-)

RE: Weekly Timesheet 1.2 - Added by emma dcosta over 11 years ago

Hi Dhanasingh,

Thanks for the update however we had been using Replicon's cloud based timesheet and absence tracking - http://www.replicon.com/time-attendance software and have been quite happy with the great experience we had using the same.

RE: Weekly Timesheet 1.2 - Added by Dhanasingh Krishnapandian over 11 years ago

Is this some kind of a commercial :-)
There was a similar comment on another discussion thread as well.

RE: Weekly Timesheet 1.2 - Added by emma dcosta over 11 years ago

Nope. Its an individual opinion as such :)

    (1-13/13)