Tips, tricks, and tutorials for users and developers.
Building a PWA with the INtex Framework A step-by-step guide to creating a configuration-driven Progressive Web App. 1. Introduction ...
Read moreINtex Web Components Documentation A guide to using the custom web components for building powerful user interfaces within the INtex Projekt X framework. ...
Read moreDeveloper Tutorial Implementing Field-Level Encryption via Snippets Overvi...
Read moreDeveloper Tutorial Generating Dynamic QR Codes via Help Text Fields Introd...
Read moreTask Scheduler Tutorial Learn how to automate recurring tasks in Projekt X using a database-driven scheduler. ...
Read moreWebFTP User Guide Welcome to the integrated WebFTP tool. Manage your files directly in the browser without installing additional software. ...
Read moreContents Part 1: Features Dashboard Table Management Data Browser Structure & Schema Import & Export ...
Read moreTutorial: 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 moreTutorial: 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 moreDeveloper 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 moreImplementing XRechnung (XML) Generation A technical deep dive into creating compliant e-invoices with PHP and extending system preferences. ...
Read moreGenerating and Archiving PDF Invoices A hybrid approach using client-side generation with pdfMake and server-side archiving in PHP. ...
Read moreBuilding 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 moreExtending System Preferences A guide to adding custom configuration variables using preferences.json. ...
Read moreBuilding 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 moreDeveloper 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 moreTutorial: Dynamic Menu Extension body { background-color: #f8f9fa; } .container { padding-top: 2rem; padding-bottom: 2rem; ...
Read moreTutorial: Creating a Custom Field Type body { background-color: var(--bs-body-bg); color: var(--bs-body-color); } .container { max-w...
Read moreTutorial: 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 moreCustom 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 moreApplication 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 moreProfessional 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 moreTutorial: 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