How to add search function in OrangeHRM
1. Add variable get the return values of getService ->
EmployeeSearchForm
2. Create function getService -> EmployeeSearchForm
3. Create a widget (widget set) -> EmployeeSearchForm
4. Put setwidget to configure ()
5. Add a name search in getformlabel
6. Add searchmapping (EmployeDao)
7. Add query in getemployeelistquery
How to add field in OrangeHRM
1. In schema.yml (add a field to be created)
2. Add those fields in the database, run php symfony
doctrine: build-model
3. Make its Form (BaseEmployeeForm.class.php)
4. Create view (viewPersonalDetailSucces.php)
5. Edit in EmployeeDao.php on savePersonalDetails
How to add table in qualification
1. Edit its schema.yml
2. Add a table in the database corresponding schema.yml
3. Php symfony doctrine: build-model
4. Create its Form
5. Edit dao / service
6. Create tampilanya (template) +
viewQualificationSuccess.php
7. Create acctionnya
8. Action in Qualitifcation
9. Add action in his autoload (symfony / cache / OrangeHRM /
prod / config / config_autoload.yml.php) -> restart apache
