View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Reports on closed projects - ProjeQtOr
 

Reports on closed projects

More
06 Jan 2017 09:15 #1 by louisc
Hello,

I would like to get some statistics on projects from last year (for example real work sum by resource for the year for last year projects, which are now closed).
Looking at the reports, it seams it is not possible to get statistics or extraction of data from closed project.

Would it be possible to put a checkbox option like on other pages from projeqtor to allow selection of closed projetcs ?
Without that, I don't see how to exploit correctly the database to get data from projects without reopening them, which is not at all the way I would like to use the tool.

Thanks for your help !

Best Regards,

Louis C.

Please Log in or Create an account to join the conversation.

More
06 Jan 2017 16:13 #2 by babynus
Replied by babynus on topic Reports on closed projects
It seems it is subject of ticket #1101

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
06 Jan 2017 16:55 #3 by louisc
Replied by louisc on topic Reports on closed projects
Hello Pascal,

Effectively ticket #1101 seems to describe the same need as I have (taking also into account the cancelled projects).
So this is on the roadmap for future versions !
However, for the short-term, would you have any clue to be able to get some statistical information on closed project for imputations (I need to get the number of hours of each resource for year 2016 on each project, closed or not closed). Maybe some SQL request directly to the database ?

Thanks for your help !

Louis

Please Log in or Create an account to join the conversation.

More
06 Jan 2017 17:04 #4 by babynus
Replied by babynus on topic Reports on closed projects
select idResource, idProject,sum(work) from work where year='2016' group by idResource, idProject

Not tested but should work.
Attention, result is in days (not hours)

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
06 Jan 2017 17:10 - 06 Jan 2017 17:11 #5 by louisc
Replied by louisc on topic Reports on closed projects
Thanks Pascal,

This code is working (putting work in lowercase) :
SELECT idResource, idProject,SUM(work) FROM work WHERE YEAR='2016' GROUP BY idResource, idProject

Not really easy to read but usable as a temporary solution !
Last edit: 06 Jan 2017 17:11 by louisc.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.097 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.