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 / Event Management
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
Mutli-tenant architecture
AyMINE is modern system since the design root proposed to work in SaaS model for many clients
The multiclient ahrchitecture was proposed in order to serve perfectly in the SaaS model. Thanks to that, its SaaS provision is much simpler than for most of the application desinged for single-company used.
The major multi-client principles
- All clients have data in the same scheme but they are completely splitted
- All SQL views are always linked to the client
- The data and application wall between the clients' space is managed by the AyMINE framework. Developers to not bother about that. It stronly reduce risk of error made by programmer
- Application server processes always runs for single client only
- User application don't see anything about the client definition. It can never skip to another client
It has also some implications to the usage
- Users cannot build up their own SQL queries. Since there are not only their data, self-defined query is always i potential penetration over the wall
- Many counter and pre-defined values are system-defined and clients cannot update them easily. However, there is roadpath how to make them country-related or even customer-related. Thus, it does not hinder customer-related solution when delivered by responsible programmers.