You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I've been utilizing PHPJasper for several years, and I find it to be an excellent library. I would like to propose the addition of more up-to-date examples to facilitate comprehension, especially for those who are just starting out. Below, I've included some straightforward code examples that I've integrated into my application:
The relatorios_entregas function receives information via POST from a modal in the system, along with specific parameters. It validates these details and then returns success or error information to the invoking function, depending on the outcome of the data validation process. In the case of a successful validation, the method is subsequently invoked again using GET. This, in turn, triggers additional functions responsible for generating the PDF and displaying it on a new page.
Thank you very much, this helped me a lot to understand how this library works. By the way, do you know any way to insert images into the report without using a URL? I couldn't find anything related here
Hello! I've been utilizing PHPJasper for several years, and I find it to be an excellent library. I would like to propose the addition of more up-to-date examples to facilitate comprehension, especially for those who are just starting out. Below, I've included some straightforward code examples that I've integrated into my application:
The relatorios_entregas function receives information via POST from a modal in the system, along with specific parameters. It validates these details and then returns success or error information to the invoking function, depending on the outcome of the data validation process. In the case of a successful validation, the method is subsequently invoked again using GET. This, in turn, triggers additional functions responsible for generating the PDF and displaying it on a new page.
The text was updated successfully, but these errors were encountered: