-- Process
INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) 
select '655',if(serial_prc is not null,serial_prc,(select serial_prc from process where name_prc = "Financiero" and link_prc = "#")),'Pagos en línea','laravel/public/paymentButton/reports', '1', 'LOCKABLE' from process where name_prc = "Reportes Financiero";

-- Allow pages de reporte general financiero
insert into allowed_pages_by_process values
(655,"paymentbuttoncontroller@getreports"),
(655,"paymentbuttoncontroller@postloadpaymentbuttonreport"),
(655,"paymentbuttoncontroller@getpaymentbuttondays"),
(655,"paymentbuttoncontroller@getonlinepaymentsreport");