Tips, tricks, and tutorials for users and developers.
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 moreThe 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 moreDeveloper 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 moreThis 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 moreWith 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 moreThe 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 moreThe 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 moreWelcome 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 moreTables 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 moreIn 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 moreWith "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 moreWelcome 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 moreLearn 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 moreThis 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 moreWith 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 moreWith "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 moreThe 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 moreHere 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 moreThis 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 moreThis 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 moreWith 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 moreOn 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 moreWith 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