Page 1 of 1

Ask for help: how to add the term of company and title to the candidate pipeline

Posted: 24 Sep 2019, 10:31
by chrisp
I installed OpenCATS for a while, it's a great system. Now, I want to know how to add the term of candidate's current Company and Title to the part of Candidate Pipeline, just as the attached image show. Does anyone have any experience in this?

Re: Ask for help: how to add the term of company and title to the candidate pipeline

Posted: 24 Sep 2019, 14:17
by RussH
Hi chrisp,

unfortunately the fields in the joborder pipeline are not selectable in the gui. You'd have to make some changes to the code to include those fields. Luckily, there have been a fair few commits over time that make changes to joborder pipeline - so you can see what needs changed and where. See here, for example; https://github.com/opencats/OpenCATS/pu ... b98328854a

Re: Ask for help: how to add the term of company and title to the candidate pipeline

Posted: 24 Sep 2019, 17:45
by chrisp
RussH wrote: 24 Sep 2019, 14:17 Hi chrisp,

unfortunately the fields in the joborder pipeline are not selectable in the gui. You'd have to make some changes to the code to include those fields. Luckily, there have been a fair few commits over time that make changes to joborder pipeline - so you can see what needs changed and where. See here, for example; https://github.com/opencats/OpenCATS/pu ... b98328854a
Thank you very much!

Re: Ask for help: how to add the term of company and title to the candidate pipeline

Posted: 24 Sep 2019, 17:50
by chrisp
RussH wrote: 24 Sep 2019, 14:17 Hi chrisp,

unfortunately the fields in the joborder pipeline are not selectable in the gui. You'd have to make some changes to the code to include those fields. Luckily, there have been a fair few commits over time that make changes to joborder pipeline - so you can see what needs changed and where. See here, for example; https://github.com/opencats/OpenCATS/pu ... b98328854a
I just read this example, but still confused, I'm not a IT engineer and do not know these code :?