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.
J'aimerai créer un objet event avec un formulaire d'ajout (enreistrement dans la base
de données) comme l'objet document
veuillez me fournir les étapes à suivre.
Hi,
Sorry, but there is not developement manual. 🙁
Best way is : get into the code and understand how it's done (not so complicated B) ).
Steps to add new object are :
- Create new table objectclass
- Add a line in table menu for the new object
- Add lines in habilitation table
- If object is project dependent, add lines in accessrights table
- Add new objectClass.php, including fields in table objectclass
- Define new iconclass for class projectorIcon.css, and include corresponding images
- Include new texts in lang.xls and generate new lang.js file
Best is to start from existing one : select one item looking like your new class, and copy as new objectClass.php
You'll find database instructions exemples in /db/vx.y.z.sql files : start by copying instructions concerning the copied item...
If you get something intereting, maybe you can share it to the community 😉
Have good work !
Babynus.
well i made everthing u told me but still i didn't get anything
will you help me
Difficult to help you without more information.
Most probalbe is an dafault of habilitation.
Check this point first.