Forum

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.

[SOLVED] How does t...
 
Notifications
Clear all

[SOLVED] How does the "detailSection is build?

3 Posts
2 Users
0 Reactions
2,075 Views
(@antoine1003)
Posts: 36
Active Member
Topic starter
 
[#6486]

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.


 
Posted : 10 Feb 2020 19H32
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

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)


 
Posted : 11 Feb 2020 11H28
(@antoine1003)
Posts: 36
Active Member
Topic starter
 

Okay thanks for the reply 🙂


 
Posted : 13 Feb 2020 18H05
Share:

Scroll to Top