sapplica / sentrifugo

Sentrifugo is a FREE and powerful Human Resource Management System (HRMS) that can be easily configured to meet your organizational needs.
http://www.sentrifugo.com/
GNU General Public License v3.0
484 stars 426 forks source link

how can i add employee id 8 numbers as employee id #293

Open sumisandeep opened 5 years ago

sumisandeep commented 5 years ago

how can i add employee id 8 numbers (i want to add 8 numeric digits)Please help i tried this but not accepting now also

  1. ../application/modules/default/forms/employee.php Jump to line 224 : $employeeNumId->setAttrib('maxLength', xx); xx - the length of Employee ID.
  2. change for import, you open ../application/modules/default/librarylibrary/sapp/Helper.php Go to line 542 : if (!empty($rowData[3]) && strlen($rowData[3]) > yy) yy - the length of Employee ID.