-- proceso para ver informacion general del estudiante verificar el serial del procesoa ntes de ingresar INSERT INTO `process` (serial_prc,`prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES (494,'151', 'Inormacion General Estudiante y representantes', 'laravel/public/informationStudentReport', '1.02', 'LOCKABLE'); insert into allowed_pages_by_process values(494,'informationstudentreportcontroller@getindex'); insert into allowed_pages_by_process values(494,'informationstudentreportcontroller@postreport'); insert into allowed_pages_by_process values(494,'sectioncontroller@getsectionsbyschoolyearoptionsall'); insert into allowed_pages_by_process values(494,'coursecontroller@getallbysectionoptionsall');