MERGE_CONFLICT_OF_MANUAL_INCEPTION
This commit is contained in:
commit
791ae4f1d9
@ -237,10 +237,13 @@ $routes->group("/api", ["filter" => "authJWT"], function($routes){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$routes->get("/getEmployeeProfile", "EmployeeRestController::getEmployeeProfile/$1");
|
$routes->get("/getEmployeeProfile", "EmployeeRestController::getEmployeeProfile/$1");
|
||||||
$routes->post("/editEmployeeProfile", "EmployeeRestController::editEmployeeProfile");
|
$routes->post("/editEmployeeProfile", "EmployeeRestController::editEmployeeProfile");
|
||||||
$routes->post("/calculatePremium", "EmployeeRestController::calculatePremium");
|
$routes->post("/calculatePremium", "EmployeeRestController::calculatePremium");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$routes->group("employeeRest", ["filter" => "authJWT"], function($routes){
|
$routes->group("employeeRest", ["filter" => "authJWT"], function($routes){
|
||||||
|
|
||||||
$routes->get("getEmployeeProfile", "EmployeeRestController::getEmployeeProfile");
|
$routes->get("getEmployeeProfile", "EmployeeRestController::getEmployeeProfile");
|
||||||
|
|||||||
@ -560,6 +560,7 @@ class EmployeeController extends AdminController
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// @param int $client_policy_id
|
// @param int $client_policy_id
|
||||||
// this funciton initiate Inception/adition/DA of employees data only form enrollment app when passing
|
// this funciton initiate Inception/adition/DA of employees data only form enrollment app when passing
|
||||||
// client_policy_id pull draft and enrolled status employees and proceed to calculatin and make entry in DB
|
// client_policy_id pull draft and enrolled status employees and proceed to calculatin and make entry in DB
|
||||||
@ -570,6 +571,7 @@ class EmployeeController extends AdminController
|
|||||||
dd($res);
|
dd($res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function downloadFileList($fileName = null)
|
public function downloadFileList($fileName = null)
|
||||||
{
|
{
|
||||||
// $actionType = $this->request->getGet();
|
// $actionType = $this->request->getGet();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user