# neatlogic-tenant **Repository Path**: istorkbox_istorkbox/neatlogic-tenant ## Basic Information - **Project Name**: neatlogic-tenant - **Description**: neatlogic-framework的业务逻辑模块 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: develop3.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2023-03-19 - **Last Updated**: 2023-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](README.md) / English ## about neatlogic-tenant is the business logic module of neatlogic-framework, which provides various basic services of neatlogic, including user management, authority management, matrix management, integration management, form management, data warehouse, interface audit, etc. ## Features ### Forms Custom forms are currently mainly used by the itsm function of neatlogic-process, which can realize most complex form application scenarios with zero code. - Native support for various form components. ![img1](README_IMAGES/form/img.png) - Support the interaction and linkage between controls through configuration ![img1](README_IMAGES/form/img_1.png) - Support multiple scenarios, each scenario can reset the configuration of the form component, combined with the workflow engine, can realize different process steps associated with different form scenarios. - Supports low-code configuration of custom components. ![img1](README_IMAGES/form/img_2.png) ### Integration Management Integrated management is used to centrally manage external interfaces, and all calls to third-party interfaces need to be configured here. - Support writing javascript to convert the structure of input and output parameters, so that the external interface and internal functions can be seamlessly connected. ![img1](README_IMAGES/integration/img_1.png) - With audit function. ![img1](README_IMAGES/integration/img_2.png) ### Data warehouse The data warehouse is used to extract data through query statements and store them in dynamically generated data tables to meet frequent query scenarios, such as reports, large screens, dashboards, etc. ![img1](README_IMAGES/datawarehouse/img.png) ### Matrix Matrices are used to convert data into two-dimensional tables and provide data source services for other functions, such as custom forms. Support custom matrix (edit attributes by yourself), integration matrix (convert the interface in the integration into a matrix), view matrix (reassemble data through SQL statements), etc. ![img1](README_IMAGES/matrix/img.png)