Documentation & Blog

Tips, tricks, and tutorials for users and developers.

Developer Tutorials 10.03.2026

Creating PWA Apps for Smartphones

Building a PWA with the INtex Framework A step-by-step guide to creating a configuration-driven Progressive Web App. 1. Introduction ...

Read more
Developer Tutorials 03.03.2026

INtex WebComponents and their usage

INtex Web Components Documentation A guide to using the custom web components for building powerful user interfaces within the INtex Projekt X framework. ...

Read more
Developer Tutorials 21.02.2026

Encryption for fields in the database

Developer Tutorial Implementing Field-Level Encryption via Snippets Overvi...

Read more
Developer Tutorials 20.02.2026

Javascript in HELPTEXT fields (QR Codes on the fly)

Developer Tutorial Generating Dynamic QR Codes via Help Text Fields Introd...

Read more
Developer Tutorials 15.02.2026

Developing a job scheduler

Task Scheduler Tutorial Learn how to automate recurring tasks in Projekt X using a database-driven scheduler. ...

Read more
Developer Tutorials 14.02.2026

Working with INtex WebFTP

WebFTP User Guide Welcome to the integrated WebFTP tool. Manage your files directly in the browser without installing additional software. ...

Read more
Developer Tutorials 13.02.2026

Using the DB Admin Backend Interface

Contents Part 1: Features Dashboard Table Management Data Browser Structure & Schema Import & Export ...

Read more
Developer Tutorials 19.01.2026

Creating Data Tables for one ore more Teams

Tutorial: Learn how to structure your data effectively. This guide covers standard table creation for your team and advanced shared table configurations for system administra...

Read more
Developer Tutorials 19.01.2026

Managing User Limits & Registration

Tutorial: Managing User Limits & Registration Control the growth of your application and secure access. Learn how to set a maximum number of users or completely disable public...

Read more
Developer Tutorials 17.01.2026

Extending User Management

Developer Tutorial: Extending User Management Learn how to customize the user editing process using the admin_useredit_snippet.php. Concept: This mechanism allows you to inject custom UI elements into the user ed...

Read more
Developer Tutorials 13.01.2026

Implementing XRechnung (XML) Generation

Implementing XRechnung (XML) Generation A technical deep dive into creating compliant e-invoices with PHP and extending system preferences. ...

Read more
Developer Tutorials 13.01.2026

Generating and Archiving PDF Invoices

Generating and Archiving PDF Invoices A hybrid approach using client-side generation with pdfMake and server-side archiving in PHP. ...

Read more
Developer Tutorials 13.01.2026

Building an Inline Line Item Editor

Building an Inline Line Item Editor How to implement a 1:n relationship editor within a single form using Custom Snippets and Events in PHP. ...

Read more
Developer Tutorials 12.01.2026

Extending System Preferences

Extending System Preferences A guide to adding custom configuration variables using preferences.json. ...

Read more
Developer Tutorials 03.12.2025

JavaScript Button Tutorial

Building Interactive Logbook Features: A JavaScript Button Tutorial A deep dive into solving conflicts between custom JavaScript functions and global event handlers for a seamless user ...

Read more
Developer Tutorials 12.11.2025

Custom Code Snippets

Developer Feature: Custom Code Snippets This guide explains how to inject custom PHP, HTML, and CSS code into specific pages of the application using the setup_folder. This allows for deep custom...

Read more
Developer Tutorials 09.11.2025

Dynamic Menu Extension

Tutorial: Dynamic Menu Extension body { background-color: #f8f9fa; } .container { padding-top: 2rem; padding-bottom: 2rem; ...

Read more
Developer Tutorials 06.11.2025

Creating a Custom Field Type

Tutorial: Creating a Custom Field Type body { background-color: var(--bs-body-bg); color: var(--bs-body-color); } .container { max-w...

Read more
Developer Tutorials 06.11.2025

Custom Pages

Tutorial: Custom Pages This guide explains how to create a completely custom PHP page within a setup folder and integrate it into the application using a custom button and the new navigate action. 1. Creating the C...

Read more
Developer Tutorials 04.11.2025

Custom formatting via CSS

Custom Field Styling with CSS Learn how to apply custom styles to field values across the application using CSS. This allows you to create visual indicators like status badges, progress bars, or specially formatted text, ensuring a consist...

Read more
Developer Tutorials 01.11.2025

Application Security

Application Security Guide This guide provides a comprehensive overview of the security features implemented in the application to protect your data and ensure a safe user experience. 1. User Authentication and Access Contro...

Read more
Developer Tutorials 01.11.2025

Extending the Application

Professional Developer Guide: Extending the Application This guide is for professional developers who want to build custom extensions, integrations, or complex business logic on top of the core application. The primary goal is to create th...

Read more
Developer Tutorials 01.11.2025

Adding a New Language

Tutorial: Adding a New Language This guide explains how to add a new language (localization) to the application. The system is designed to be easily extensible. By following these steps, you can add any language and make it avail...

Read more