VeloxFactory
The Basics
What is VeloxFactory?
VeloxFactory is a web application that lets you manage and render JasperReports templates — via ...
Our Vision
VeloxFactory exists because good software should not be complicated, expensive, or opaque. This ...
Installing VeloxFactory
VeloxFactory is a standard Laravel application. The setup is intentionally slim — pull the repos...
Configuration and data models
VeloxFactory is built around a small set of interconnected models. Understanding them is the key...
Meet the frontend
VeloxFactory comes with a built-in web frontend that gives you full access to every feature with...
Meet the API
VeloxFactory ships with a fully capable REST API — and it is not an afterthought. Every action y...
Try it out
The demo instance gives you a fully functional VeloxFactory environment — pre-loaded with report...
Open Source Attribution
VeloxFactory and its companion Background Printing Service are built on open source software. We...
Get VeloxFactory
Interested in using VeloxFactory in your own environment? Get in touch — we'll figure out the ri...
Report Configurations
Creating reports in Jaspersoft Studio
VeloxFactory renders reports defined as .jrxml files — the native format of JasperReports. These...
Managing reports in VeloxFactory
A report in VeloxFactory is more than a file. It is a fully managed configuration — with its own...
Data adapters for dyn. data control
Reports that display repeating data — lists, tables, card grids — need a data source. VeloxFacto...
Rendering reports in VeloxFactory
Rendering from the frontend
Every report configuration in VeloxFactory has a built-in Generate PDF function — a dedicated pa...
Rendering with our powerful API
Everything the Generate PDF page does in the browser, the API does programmatically — with more ...
The concept of Report History Records
Every render request tells VeloxFactory what to produce. A ReportHistoryRecord remembers exactly...