Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hey guys,
I am currently working on a module on projeqtor, which add some fields to some objects. I try to find a documentation online but it appears that no documentation is available for developper (10 year running project and no doc...).
Nevermind, I tried to understand myself the code but the 5900 lines of the objectDetail.php is not really programmer friendly.
I wonder if the field are associated with object's properties, in the database (is there any doc of the database by the way? :whistle: ) or maybe are they generated by dojo?
If I want to add some fields where should declare them, wich type?
Thanks for your help.
A.
Hi,
I am currently working on a module on projeqtor, which add some fields to some objects. I try to find a documentation online but it appears that no documentation is available for developper (10 year running project and no doc...).
Yes, ProjeQtOR is not a development framework. It is a fully operational application. So we focus on User Manual (which is already a big piece of work with more than 500 pages in PDF format) and don't spend much time on technical document.
Nevermind, I tried to understand myself the code but the 5900 lines of the objectDetail.php is not really programmer friendly.
I agree that if you try and change things in objectDetail.php (which is the core of the screen design) you'll have some problems. You'll also loose compatibility with standard version....
I wonder if the field are associated with object's properties, in the database
Yes.
s there any doc of the database by the way?
No
are they generated by dojo?
They are rendered by Dojo
If I want to add some fields where should declare them, wich type?
I think the best way is to have a look at our plugins : we propose the screen cusctomizatrion plugin which is dedicated to adding fields (and few other cute things)
Okay thanks for the reply 🙂