OpenCATS links
OpenCATS documentation and install guide
Free, Open-Source Applicant Tracking System including job-board. Entirely customisable!
<?php if ($this->accessLevel >= ACCESS_LEVEL_DELETE): ?>
<-- INSERT WHATEVER CODE HERE-->
<?php endif; ?>
<?php if ($this->accessLevel >= ACCESS_LEVEL_MULTI_SA): ?>
<input type="checkbox" name="onlyMyCandidates" id="onlyMyCandidates" <?php if ($this->dataGrid->getFilterValue('OwnerID') == $this->userID): ?>checked<?php endif; ?> onclick="<?php echo $this->dataGrid->getJSAddRemoveFilterFromCheckbox('OwnerID', '==', $this->userID); ?>" />
Only My Candidates
<?php else: ?>
<input type="checkbox" name="onlyMyCandidates" id="onlyMyCandidates" <?php if ($this->dataGrid->getFilterValue('OwnerID') == $this->userID): ?>checked<?php endif; ?> onclick="<?php echo $this->dataGrid->getJSAddRemoveFilterFromCheckbox('OwnerID', '==', $this->userID); ?>" />
Only My Candidates
<?php endif; ?>
<?php if (!$this->isPopup): ?>
<?php if ($this->accessLevel >= ACCESS_LEVEL_EDIT && !isset($this->frozen)): ?>
<a href="#" onclick="showPopWin('<?php echo(CATSUtility::getIndexName()); ?>?m=joborders&a=considerCandidateSearch&jobOrderID=<?php echo($this->jobOrderID); ?>', 820, 550, null); return false;">
<img src="images/consider.gif" width="16" height="16" class="absmiddle" alt="add candidate" border="0" /> Add Candidate to This Job Order Pipeline
<?php if (!$this->isPopup): ?>
<?php if ($this->accessLevel >= ACCESS_LEVEL_DELETE && !isset($this->frozen)): ?>
<a href="#" onclick="showPopWin('<?php echo(CATSUtility::getIndexName()); ?>?m=joborders&a=considerCandidateSearch&jobOrderID=<?php echo($this->jobOrderID); ?>', 820, 550, null); return false;">
<img src="images/consider.gif" width="16" height="16" class="absmiddle" alt="add candidate" border="0" /> Add Candidate to This Job Order Pipeline
Hi everyone. I am hoping to do some updating to t[…]
opencats current release does not support PHP 7.x,[…]
Hi I have a separate patch I had developed that l[…]
Guys, 99% of the issues I see reported are due t[…]
Hey @ormankanca , that's great news - but is it […]
Insert this code at line 60 of /modules/candidates[…]