Posts: 6
Threads: 1
Joined: Aug 2011
Reputation:
0
In the administration section, is it possible to refer to clients by their company name and not their first & last name. I started to go through the code and make these changes but not only is it tedious, I will also lose the changes any time I do an upgrade. I'm hoping there is an easier solution.
Posts: 6
Threads: 1
Joined: Aug 2011
Reputation:
0
We used to do that with the older 1.x versions but it got really confusing. As we would hire new clients, they would just enter the peoples names and the list got all out of wack.
This is an odd request, and one I don't expect to get much priority if even accepted, but how feasible is it to just move the company_name field from the account_settings table to the accounts table so it is populated in the $clients array anytime you are grabbing first & last names. Then I can just swap out the name fields for the company_name fields. As it is right now, for example on the form setup page, when the list of clients is populated it's using the search function and doesn't pull in the settings like the ft_get_client_info function does. Obviously you already know this, I'm just thinking "out loud".