Hi,
Is it possible/easy to make cutom report?
Thanks
Thierry,
No, it's not so easy, and you must know php.
- add a line in table "report", with "file" value indicating the php file used to generate your report
- add one line in table "reportparameter" for each parameter of your report
- design you new php report file (in /report directory) => using a copy of existing one will help
- go to screen "access to reports" to define which profile will be able tp use this report.
- test
Regards.
hum,
Very hard to understand the PHP en SQL in same time grrr
In would like to show the planning project by "function" instead of "resource name" with that I'll be able to see if the team is too poor in software, hardware, mechanical and so one...
Then if you have "spare time" and you think that this report could be benefite for other Project'Or RIA user you I'll appreciate this new report 🙂
Thank
Thierry,
Hi,
I don't realy understand the report you expect.
Which report would be the best to start from, and how should it evolve ?
Thx
Hello
The report is quite same as "Detailed monthly resource planning" but instead of resource name as filter I would like to use "main function"
explanation :
In my compagny I have
- 8 project manager (PM),
- 5 hardwares engineers (HW),
- 5 Softwares engineers (SW),
- 3 mechanicals enginners (MECH),
- 4 technicians (TECH),
-1 technician CAO(CAO),
-...
I would like to see in a report the sum of hour for each function (PM, HW, SW, MECH, TECH, CAO) with objective to anticipate any over use of resource type and start priority management and/or recruitement with one speciality.
I'm starting my work by trying to understand the resourcePlan.php and where the parameter come from, but it's very difficulte to make link between (sql base, PHP, and displayed item)
I hope my description is clear enought to help you to understand my wish
Thx
Thierry,