Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

41 total results found

Configuration and data models

VeloxFactory The Basics

VeloxFactory is built around a small set of interconnected models. Understanding them is the key to understanding everything else, from how reports are set up, to how renderings are stored, to how print jobs and mails are dispatched, to how recurring work is s...

Customer case studies

VeloxFactory

What customers built with VeloxFactory, and what it replaced.

Open Source Attribution

VeloxFactory The Basics

VeloxFactory and its companion Background Printing Service are built on open source software. We are grateful to the authors and contributors of the following packages. VeloxFactory Package License Description laravel/framework MIT The Laravel PHP framework ro...

Try it out

VeloxFactory The Basics

The demo instance gives you a fully functional VeloxFactory environment, pre-loaded with report templates and example data. Everything you can do in a production setup you can do here, with one exception: print tasks do not reach a real printer. Screenshot pla...

Get VeloxFactory

VeloxFactory The Basics

Interested in using VeloxFactory in your own environment? Get in touch, we'll figure out the right setup together. Contact Name Benjamin Fischer E-Mail bfischer@kiwi-software.dev Website www...

Administration

VeloxFactory

Running an instance: background processes, queues and maintenance.

Background Job Processing

VeloxFactory Administration

VeloxFactory processes background work through a Redis-backed queue managed by Laravel Horizon: thumbnail generation, mail dispatch, and everything the Job Scheduler fires. Horizon runs as a single supervised process and manages its own worker pool internally,...

Article Label Printing at Scale

VeloxFactory Project Examples

Overview A trading company with its own in-house logistics operation needed a fast, reliable way to generate article labels directly from their ERP data. Manual label creation had become a bottleneck as order volumes grew, and the team was looking for a soluti...

Bill of Materials Generation

VeloxFactory Project Examples

Overview A manufacturing company needed a simple, reliable way to get printed bills of materials into the hands of their foremen at the start of each production run. Their existing process involved exporting data manually from their production system, which wa...

Integrations

VeloxFactory

Connecting VeloxFactory to other systems and to AI assistants.

AI MCP Server

VeloxFactory Integrations

VeloxFactory can be operated directly through an AI assistant. A dedicated MCP Server, available as an add-on for VeloxFactory customers, exposes report configs, rendering, print dispatching, mailing, recurring jobs and user administration through the Model Co...

PPWR Compliance Documents at Scale

VeloxFactory Customer case studies

Customer Zeller Present Handels GmbH Industry Home and lifestyle products: kitchen, table, home & living, bath, office, kids Project PPWR document generation with ERP integration Pr...

Project Examples

VeloxFactory

Typical VeloxFactory use cases from real-world projects.

Scan2Print: Printing labels by scanning

VeloxFactory Rendering reports in VeloxFactory

Scan2Print is a dedicated, mobile-optimized page for printing labels and documents straight from a barcode scan. It is built for handheld terminals (MDE) and smartphones, but works just as well on a desktop workstation with a USB scanner. Configure the station...

Printers: master data for your print targets

VeloxFactory Print your renderings

A print task needs to know where it should come out. That destination is a queue name on the print server: exact, unforgiving and easy to mistype, and a typo is only noticed when nothing comes out of the printer. Printers turn that string into master data: a s...

Mail your renderings

VeloxFactory

Sending rendered reports by mail: the mailing segment, mailers, mail templates and the mail queue.

Report Mailing: sending renderings by mail

VeloxFactory Mail your renderings

A rendered report usually has somewhere to go: back to the caller as Base64 or as a URL, straight into a print task, or into the mailbox of whoever needs the document. Report Mailing is that last destination. A render request carries an optional mailing segme...

Mailers: master data for your SMTP accounts

VeloxFactory Mail your renderings

A mail needs an account to go out through. Mailers are that account as master data: one record per SMTP mailbox or relay, with its host, its credentials, the address it sends from, and the limits your provider actually enforces. Every mail VeloxFactory sends g...