INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES ('633', '156', 'Descuentos masivos', 'laravel/public/discount', '1', 'LOCKABLE'); insert into allowed_pages_by_process values('633','discountcontroller@getindex'); insert into allowed_pages_by_process values('633','paymentcontroller@getdocumentsbyschoolyear'); insert into allowed_pages_by_process values('633','discountcontroller@getdiscountsbypaymentconceptschoolyear'); insert into allowed_pages_by_process values('633','discountcontroller@poststudents'); insert into allowed_pages_by_process values('633','discountcontroller@postsavediscount');