Page 1 of 1

Re: Adding extra fields in projects and project creation

Posted: 16 Nov 2021, 07:50
by soplanning
Yes it's possible, but it requires some development skills !
There's no easy way to do it, as you'll need to modify several places (the form, the planning, summary, etc).

Re: Adding extra fields in projects and project creation

Posted: 17 Nov 2021, 07:59
by soplanning
you need at least to :
- upgrade the database with the new fields
- reflect those fields in file /includes/class_periode.inc
- add new inputs in /templates/periode_form.tpl and add them to the javascript/ajax submit
- apply those fields in save function, file /www/process/xajax_server.php, in function submitPeriodeForm()

best regards

Re: Adding extra fields in projects and project creation

Posted: 27 Mar 2023, 19:40
by freprarif
Hi! I tried to follow your recommendations, but it seems they don't work for me. Is there anything else you can suggest?

Re: Adding extra fields in projects and project creation

Posted: 28 Mar 2023, 07:37
by soplanning
It's difficult to help you in blind mode.
Do you see your new fields ? is there any javascript error when you try to submit the form ?
anything that could help us to find the issue ?