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.
Hi, one of the speed bumps I'm having with respect to adopting projeqtor company wide is the fact that some staff are like a deer in the headlights when they see all the input fields. Many of the input fields aren't relevant to our industry and won't be used so what if I just hid those? Is there a way to do that in the database my installation can stay upgrade safe? Or would I have to modify the php?
You can (and must) design your own class.
Just copy the class you want to customise from /model folter and paste it into /model/custom.
Then do the change you wish in the /model/custom classes : they won't be erased with upgrade.
Unfortunately, if there is a change in the class in a new version, you won't see it, or you'll have to merge your changes in the new class.
But your changes are preserved and never erased.