Hello,
i want to see in dashboard instead of " Pending Leave Requests " with " End Date Contract Job "
to show me every month which contracts expire
it's possible?
Thanks
Search found 4 matches
- Tue Jul 13, 2021 9:18 pm
- Forum: How to use OrangeHRM?
- Topic: Dashboard
- Replies: 0
- Views: 295816
- Sat May 22, 2021 3:53 pm
- Forum: How to use OrangeHRM?
- Topic: How i can modify ROOT_PATH
- Replies: 0
- Views: 148676
How i can modify ROOT_PATH
I want to modify directory main of HRM.. How i can do it without reinstall ..
now is in orangehrm-4.8/ i want to delete a directory.. i need that because in app mobile i get error url "orangehrm-4.8" ..
Thanks
now is in orangehrm-4.8/ i want to delete a directory.. i need that because in app mobile i get error url "orangehrm-4.8" ..
Thanks
- Fri May 21, 2021 8:23 pm
- Forum: How to use OrangeHRM?
- Topic: How i can edit in fields on employee list [SOLVED]
- Replies: 2
- Views: 110702
Re: How i can edit in fields on employee list [SOLVED]
i solved with this code: public function getLastContractStartDate() { if($this->getEmpNumber() != "") { $contracts = $this->getEmployeeService()->getEmployee($this->getEmpNumber())->getContracts(); return str_replace('00:00:00','',$contracts[count($contracts) -1]->getStartDate()); } return ''; } pub...
- Sun May 16, 2021 6:49 pm
- Forum: How to use OrangeHRM?
- Topic: How i can edit in fields on employee list [SOLVED]
- Replies: 2
- Views: 110702
How i can edit in fields on employee list [SOLVED]
i want to change last 2 : $header6->populateFromArray(array( 'name' => 'Sub Unit', 'width' => '15%', 'isSortable' => true, 'sortField' => 'SubDivision', 'elementType' => 'label', 'textAlignmentStyle' => 'left', 'elementProperty' => array('getter' => 'getSubDivision') )); $header7->populateFromArray(...