have you installed OpenCATS? Proud of your customizations and want to share it? Post here and wait for the praise...

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep your comments directed to the topic at hand - not at the commenter.
By makavelli12
#4065
Hi All,

does anyone know if it is possible to change the name of some of the fields?

For example, when you create a job order, you can set the job to be Contract, Hire, Freelancer, Contract to Hire, etc. I would like to change maybe Hire to Permanent and also add Temp for Temporary staff.

Not sure if this is possible.

Hope someone can tell this.

Thanks,

Mak
By dveos
#4087
Hi,

I'm not sure if this is what you're looking for but you can change the "Job Type" by uncommenting the following in your config.php file (root directory).
Code: Select all
/* Job Types mapping
 */
/* Uncomment bellow if you want custom mapping */
/*const JOB_TYPES_LIST = array(
    'PT' => 'Part-Time',
    'FT' => 'Full-Time',
    'ST' => 'Student',
    'FL' => 'Freelance'
);*/
Change to (as an example):-
Code: Select all
const JOB_TYPES_LIST = array(
    'PT' => 'Party Time',
    'FT' => 'Full Time Party',
    'ST' => 'Student Party',
    'FL' => 'Freelancer Party'
);
Hope this helps / is what you were looking for!

OpenCats is verry easy to back-up with a simple […]

Hi there. I'm not a software guy but I think it […]

Please suggest alternatives. Run 3

Mass Import of Resumes

Hi Kline, okay so you're getting into some awkwa[…]