I never ever met a superb project management system like this before. Thank you!
I have question, I've created SQL command for generate a report what I want.
But I need to use phpMyadmin to run it and generate into graph every time.
It's would be great if i could input sql command in projeqtor and use [Follow-up] - [Reports] function to generate my report instead of phpMyadmin
I know PHP & SQL in basic level you can guide me how to
Just define your own php report and store it in /report folder.
Then add new line in report table : you'll have access to it in the reports screen, like any standard report, and will be able to manage access rights for it.
NB : you can use SqlDirectElement functions to run you SQL quer (not an advised practice, but can be used)