Related links
Framework Core functionality
- AyMINE Framework Server
- Configuration of the user-defined fields
- Client-Defined attributes
- Default server methods
- Strings and translations
- User sessions
- Import collection of objects
- Multi tenant Architecture
- The AyMINE licence model
- Export collection of objects
- System messaging
- System Rights
- File Management with End-to-End Encryption
- Server configuration for large files
SOA Architecture
Support for Service Object Architecture and Internal Event ManagementModule - support for management
Front-End Scripting
System Management
- SaaS Management Module
- Management of the SaaS service client
- Encryted wallet storing access keys for data vault
- Definition and Management users in the SaaS system
- Management of the system users
- System right management
- System role is how user administrator sets the rights
- File access, storing and locking
- Communication geateways
- Private Object Marks, Sign & Notes
Task Management Module
- About TSK module
- Support for voting and decision management
- Support and implementation notes for FMEA
- Support for the Methodology Management
- Project Methodology Support
- Project Roles - Data model and implementation notes
- Actions and Meeting Agenda
- Description of person and supplier competencies
- Business event
- Problem & Helpdesk management support
- TSK module releases
- User Reminder
Task & Task pattern
Mobile & Web Application
- Client-Side Scripting using API
- Application Object Structure
- Clipborad Link - Cliplink
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- Object API – object <g>
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
CMS - Content Management & Web API services
FI - Finance Management
CRM - Customer-Relationship Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partHR - Human Resources
AyMINE Framework Release Notes in 2026
This release note describes only official releases of the AyMINE Framework. Release changes in application / business modules are not included.
Rel. 5/2026 - Encryption and large file support
New file support
AyMINE implemented support for end-to-end on-the-fly encryption for files. It uses the same algorithms and logic of encrypted data vaults that is newly used also for uploaded and downloaded files.
For supporting using video in web pages or educational portals, AyMINE newly support upload / download large false (tested 500MB). The only limits is server settings in the php.ini / nginx configuration files.
UI changes
New implementation of the ribbon block for dashboard, list and detail view. New ribbons support rights control on the level of ribbons blocks, block collapse and other features.
List view newly support card-type view that is common for aderss books as well as e-shops. Use can switch between row-type and card-type view using the settings button.
Rel. 3/2026 - Support for TypeScript 4.6, PHP 8.6
Hundreds of updates was made to keep code of both application and back-end fully compatible with new versions of the languages. PHP functions using 100% typing attributes, most of the objects adopted new setter & getters and a lot of other changes.
Application updated to the latest version of the libraries. The most important is change of the wysiwyg html editor suneditor moved to the latest version and complete change for the related scss styles
Rel. 1/2026 - Coding style guide update
The code style guide was updated in several types. The most visible change is switching tab from 3 space to 2 space in all types of the framework files
The backend implemented several new methods to the persistent object:
- New method that defines for how long history of changes is stored
- Changed default method how right of the user to use the operation is verified (reduction from 2 to 1 line in the methods)
The framework was updated to the latest version of the PHP, MariaDB and npm. Older versions are no supported.