Project

General

Profile

Time & Expense 1.7

Added by Dhanasingh Krishnapandian over 9 years ago

We are happy to announce the release of Time & Expense plugin version 1.7
Please download it from
http://www.redmine.org/plugins/wk-time
https://github.com/dhanasingh/redmine_wktime

Features:
- Made compatible with Redmine 2.5.2
- Following permission changes were made:
- The user with 'Log spent time' or 'View spent time' permissions will be able to see the Time & Expense list page.
- The user with 'Edit time logs' permission is allowed to manage other member time/expense sheet.
- Following functionalities are available through REST api:
- List time/expense sheet of all user
- Delete entries in time/expense sheet
Bugs:
- Hours summed up for different custom values

Resources:

User guide:
http://www.adhisoftware.co.in/wp-content/uploads/TE-User-Guide.pdf

Overview presentation in open office format:
http://www.adhisoftware.co.in/wp-content/uploads/TE-Overview.odp

Training Videos:
http://www.youtube.com/watch?v=BptCOCWgivY
http://www.youtube.com/watch?v=afdVgCj-TUc
http://www.youtube.com/watch?v=cTZ2FCqgdwQ


Replies (18)

RE: Time & Expense 1.7 - Added by David Schingeck over 9 years ago

Running Bitnami Redmine Stack version 2.5.2 on my desktop.
I installed Time & Expense 1.7 but can't get it to work.

The tab shows up on the top and it's in my plugins and I can configure it but...

When I click on the tab, either from home or within the project, I get an Internal Error:

"Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error."

The address it's trying to open is "http://sg0600-08/redmine/wktime/index" with sg0600-08 being my desktop.

Any help would be appreciated. - Thanks

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian over 9 years ago

Can you please check if you have these permission
'Log spent time' or 'View spent time'

RE: Time & Expense 1.7 - Added by David Schingeck over 9 years ago

I do have all permissions checked.
I logged in as a different user with the same result as well.

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian over 9 years ago

Did you run the db migrate scripts ?
please check the installation instruction here http://www.redmine.org/plugins/wk-time

RE: Time & Expense 1.7 - Added by David Schingeck over 9 years ago

I did but "No Rakefile found <looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb>"

It seems I should remove the files and start over?

RE: Time & Expense 1.7 - Added by David Schingeck over 9 years ago

That did help. I got it working, Thank you!

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian over 9 years ago

you are welcome.
After you have reviewed the plugin, could you please rate the plugin here
http://www.redmine.org/plugins/wk-time

RE: Time & Expense 1.7 - Added by Jonathan P over 9 years ago

Thank you a lot for this plugin which save so much time!

I was wandering if you had scheduled something about this "bug". I really need this one and I don't know ruby that much to get my hand in it.

Dhanasingh Krishnapandian wrote:

Bugs:
- Hours summed up for different custom values

Thank you a lot.

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian over 9 years ago

Jonathan, that bug fix is already in 1.7

RE: Time & Expense 1.7 - Added by Jonathan P over 9 years ago

Hi Dhanasingh,

Thank you for your reply. I had misread the configuration so everything is in order now. Thank you again. Is it planned though to have more than 2 custom fields possible?

Bests,

Dhanasingh Krishnapandian wrote:

Jonathan, that bug fix is already in 1.7

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian about 9 years ago

not right now, the reason we left it at two custom fields, was to keep the timesheet rows to a decent width. If more people wanted this feature, we can put this to our feature list.

RE: Time & Expense 1.7 - Added by Greg Greg about 9 years ago

Hello,

we defined a process to log the time on projects or on issues.

In the plugin configuration, the option "Blanck issues" is ticked.

Unfortunately, for any reason, some projects are not providing the blank issue proposal once the project is chosen.

May you please help us to recover the blank issue?

Thank you,
Greg

RE: Time & Expense 1.7 - Added by Wei Ken Ng about 9 years ago

Hi,
I'm running Redmine 2.6.1.stable (Mysql2).

I'm getting an error when generating PDF for timesheet.

Some tracing led me to a variable = 'nil' error. So i did a quick fix on my server with the following and it's working again.

File: /apps/redmine/htdocs/plugins/redmine_wktime/app/helpers/wktime_helper.rb

At

def wktime_to_pdf_write_cells(pdf, col_values, col_widths,

Added

if val == nil
   val = "" 
end

Hope this is helpful.

RE: Time & Expense 1.7 - Added by Jonathan P about 9 years ago

Hi,

Is it scheduled to release a new version for compatibility on 2.6 and 3.0? I have to much bug and I cannot go forward :/

Thank you a lot in advance.

J.

RE: Time & Expense 1.7 - Added by Dhanasingh Krishnapandian about 9 years ago

we plan to release a version which would be compatible with 3.0 next month

RE: Time & Expense 1.7 - Added by Jonathan P about 9 years ago

Thanks you. That's wonderful! Will there be any incompatibility?

Bests,

    (1-18/18)