📄️ CRUD overview
This feature give you the possibility to create quickly CRUD. Back-End and Front-end code can be easily generated and you will have a couple of screen to manage a object corresponding to an entity:
📄️ Create a CRUD (Rest API)
This document explains how to quickly create a CRUD Rest API from zero.
📄️ Create a CRUD (front)
This document explains how to quickly create a CRUD module feature universal.
📄️ AdvancedFilterInCrud
To add an advanced filter in an existing CRUD:
📄️ Create an OPTION
This document explains how to quickly create a option module in domain. It will be use to populate combo list and multiselect in features forms.
📄️ Switch to long Id
This document explains how to switch an entity id from int to long. It can be use similar to switch to GUID.