INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES ('888', '158', 'Reporte de postulaciones', 'laravel/public/postulantreport/index', '1', 'LOCKABLE'); insert into allowed_pages_by_process values(888,'postulantreportcontroller@getindex'); insert into allowed_pages_by_process values(888,'postulantreportcontroller@postreport'); insert into allowed_pages_by_process values(888,'postulantreportcontroller@postexcelreport');