My HHRR company needs a table of hours of dedication to a project, to users. The goal would be to assign hours to a users, and get reports of dedications from users in that projects.

I didn´t see a module of that. Some help?

Comments

cesar.gonzalez created an issue. See original summary.

Argus’s picture

Status: Active » Fixed
Issue tags: -tracking, -office hours, -project

Check the Erpal distribution. Open Atrium doesn't support time tracking.

mpotter’s picture

Well, Atrium doesn't support this "out of the box" but we have added custom "Hours" fields to the Task content type for clients in the past and then generated views to show hours, total them, etc. It just requires custom coding and is not a simple feature you can "turn on".

cesar.gonzalez’s picture

I see.

Just in case I think we will develop that "app" in php, so, two questions:

1) the "app" is showed inside a page open atrium.
2) Is it possible to "embed" or integrate the app in Atrium, I mean, in some way, take the username and password of the Atrium to validate?

* App= is just a form with users showing hours of use, not complicated.

Argus’s picture

I was referring to a time tracker functionality with actual timers that record the amount of time after you click a button, like Toggl does.

If you check this webinar you can learn how to extend OA. It would be great to have a time tracking feature added!

Argus’s picture

Status: Fixed » Active

Sorry, didn't consider this was a feature request.

cesar.gonzalez’s picture

Not really @argus. I just need a form showing the time of hours using to a project, rahter than time they're connected the platform...

I'm sorry, I thought is a feature that I don't know hot to do it. Where would be the correct place? I'll create a new thread then...

Thanks for your help

Argus’s picture

Ah ok, in that case the solution mpotter in #3 suggests may work for you.

cesar.gonzalez’s picture

What about the other question? Is is possible to embbed an PHP 'made-handed' code (with user & password) using user & password of atrium in any way?

Argus’s picture

I suppose so, but that would not be "the Drupal way" to handle things (surpassing safety and all other good stuff Drupal adds), unless you put it in a Drupal module.
But adding an hour field to the Task content type and creating the Views needed shouldn't be that difficult, if you save it to a Feature you have your module right there.

cesar.gonzalez’s picture

Thanks @Argus, but is more complex than just a simple form with hours. The user has some restrictions to assign time for every project, there is a maxium of hours for assignation, has to be a limitation time on weekends... is not a simple form. Thanks, just in case.

In other hand, finally we will make a made-handed php form. We are evaluating the option to validate that users against Atrium users. For that we need:
1) the table of mysql to do that (in field_data_field_user_display_name table not appears a field named password), or...
2) take username and password in any [variable] inside atrium user control panel once he's validated in atrium.

Thanks.

cesar.gonzalez’s picture

Status: Active » Closed (duplicate)