📄️ List
This guide explains how to generate a page with a list of information. List with standard filters and pagination.
📄️ Add
This guide explains how to generate a page with a form for adding information. As a default, the system automatically validates information and inserts data into a database.
📄️ Edit
This guide explains how to generate a page with a form for editing information. As a default, the system automatically validates information and inserts data into a database.
📄️ Details
Here is the English translation of your text:
📄️ Excel Import
The Excel Import functionality is a decoupled, modular system designed to centralize complex file parsing while delegating business logic (database operations) to individual modules. This architecture ensures high performance, full localization, and easy maintenance.