Documentation & Blog

Tips, tricks, and tutorials for users and developers.

Help & Basics 29.05.2026

Possible Problems and Solutions

You receive the message 'Invalid Login' - what is going wrong? The password may be spelled incorrectly. Please pay attention to case sensitivity; the software treats spaces like normal characters. The password is a maximum of 20 characters long. ...

Read more
Help & Basics 04.03.2026

Field Types

The field type is the most important property of a field. It determines what kind of data can be stored, how the field is displayed in the form, and which options are available. --- Placeholders for Default Values For many field types, yo...

Read more
Help & Basics 03.02.2026

Introduction to Snippets

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

Read more
Help & Basics 21.01.2026

Guide: Generators

This documentation describes how to use the integrated generators for Snippets and Button Scripts. These tools allow you to create powerful features and automations without writing PHP code. 1. Snippet Generator The Snippet Generator is used...

Read more
Help & Basics 11.01.2026

Menu Builder

With the Menu Builder, you can extend the application's main menu (left sidebar) and adapt it to your needs. You can add links to your pages created with the Page Builder or to external websites. Adding Elements Use the buttons below the list ...

Read more
Help & Basics 11.01.2026

Page Builder

The Page Builder is a visual tool that allows you to create custom dashboards, landing pages, or information pages via drag & drop, without any programming knowledge. Overview On the Page Builder start page, you see a list of all created pages...

Read more
Help & Basics 09.01.2026

Data Entry & Maintenance

The quality of your data depends on correct entry. Our forms support you with validations, help texts, and convenient input tools. Create & Edit Records Create New: In every list view, you will prominently find the "New Record" button. This op...

Read more
Help & Basics 09.01.2026

Navigation & Orientation

Welcome to the application. Intuitive navigation is key to efficient work. Here you will learn how to move quickly and securely through the various sections. Main Menu (Sidebar) The central control center is located on the left edge of the scr...

Read more
Help & Basics 09.01.2026

Working with Tables

Tables are the heart of data management. Here you will learn how to keep track of large amounts of data, find exactly what you are looking for, and customize the display to your needs. Search & Find Global Search: You will find a search box ab...

Read more
Help & Basics 04.12.2025

Kanban & Calendar View

In addition to the standard list and card views, the application offers two special visualization modes: the Kanban board and the Calendar. These help you to look at your data from a different perspective. --- Kanban View The Kanban view ...

Read more
Help & Basics 10.11.2025

Custom Buttons

With "Custom Buttons," you can add user-defined actions to your tables. These actions can either call a URL (e.g., to start an external service) or execute a client-side JavaScript function. --- Configuration Name: The text displayed on t...

Read more
Help & Basics 10.11.2025

API Documentation

Welcome to the API documentation. This API allows you to programmatically access your data and perform CRUD (Create, Read, Update, Delete) operations. Authentication Every request to the API must be authenticated. This is done via an API Key...

Read more
Help & Basics 04.11.2025

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 consistent look in list, card, and kanban vie...

Read more
Help & Basics 04.11.2025

Developer Guide

This guide describes the process for creating and deploying new, standalone application setups. --- 1. Multi-App Setups: Branding & Initialization The application can be configured to behave like a standalone solution (e.g., "INtex Invent...

Read more
Help & Basics 28.10.2025

Conditional Formatting & Visibility

With these advanced features, you can dynamically adjust the presentation of your data to highlight important information or make forms clearer. --- Conditional Formatting (Table View) With conditional formatting, you can color-code entir...

Read more
Help & Basics 28.10.2025

Custom Events

With "Custom Events," you can execute JavaScript code that is automatically triggered by specific actions (e.g., when saving or deleting a record). This allows for the automation of processes, data validation, or integration with other systems. ...

Read more
Help & Basics 28.10.2025

Data Import & Export

The application provides powerful tools to import data from external sources or to export your existing data for further processing. --- Importing Data You can import data from a CSV file directly into one of your tables. CSV File Requ...

Read more
Help & Basics 28.10.2025

Preferences: Available Variables

Here you will find a list of predefined preference keys and their meanings. These keys are used by the application to customize layout and behavior. --- Layout Preferences (layout) These keys control the appearance of documents and the us...

Read more
Help & Basics 28.10.2025

Manage Settings

This page serves as the central entry point for all administrative settings concerning your team. From here, you can define the structure of your data, customize views, and create analyses. Available Areas: Custom Tables: Create and manage t...

Read more
Help & Basics 28.10.2025

Technical File Documentation

This documentation provides an overview of the most important PHP and JavaScript files of the project, grouped by their functional area. --- Core & Configuration init.php: Heart of the application. Starts the session, loads configurations...

Read more
Help & Basics 28.10.2025

The Query Editor

With the Query Editor, you can create complex, reusable data queries across one or more tables. This allows you to link, calculate, and analyze data exactly according to your needs. --- Step 1: General Information Query Name: A descriptiv...

Read more
Help & Basics 28.10.2025

Edit Table Structure

On this page, you define the core of your table: its structure, its fields, and its behavior. General Table Settings Display Name: The name that appears in menus and headings. Technical Name: A unique name without spaces (only a-z, 0-9, ). Th...

Read more
Help & Basics 28.10.2025

Custom Views

With Views, you can save predefined filter, sort, and column settings for each table. This allows you and your team to quickly switch between different perspectives on your data without having to manually set the filters each time. What is a Vi...

Read more