Related links
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partFI - Finance Management
Framework Core functionality
- AyMINE Framework Server
- frmFrm – provided functionality
- System Rights
- System messaging
- AyMINE Business – Price calculation
- Strings and translations
- Export collection of objects
- AyMINE Framework management FAQ
- The AyMINE licence model
- AyMINE On-premise
- System events
- Mutli-client architecture
- Import collection of objects
- User sessions
- Default server methods
- Client-defined object attributes
- Common Libraries
Module - support for management
Libraries & Lincences
Mobile & Web Application
- Runtime debugging
- System console
- AyMINE Application
- In-line table edit support
- Object scripting API – object lang
- Application object structure
- Multilingual support
- View of a single object – detail
- Is using EVAL / feval method risky?
- Included library – String operations
- Cliplink
- Object API – object <g>
- API – Data object
- Object scripting API – object User
- Object view definition
- Framework support for Drag & Drop
- Common libraries
- Multiple-object update implementation
- fClip & fCliplist
- Offline persistent objects
- Mobile application
HR - Human Resources
System Management (part of framework)
Task, Project, Quality
Task & Task pattern
CMS - Content Management & Web API services
Web Services
Scalable configuration model for WEB API. The configuration supports definitions and management of web ports for all kinds of services.
Services definition does not support service implementation. Implementations are part of the system modules or they are created upon demand.
The administration is part of the AyMINE freeware edition.
Service administration
Service gateway for applications
The gateway defines access rights condition to use the WEB API services.
It is recommended to define single gateway for each connected application. However, if system provides some general services, this approach makes no sense. So the right does not have any strict control.
Web service
Web service configuration creates definition of the general web service. User documentation of the web service configuration is here.
Definition does not define the service functionality but rights & rules how it can be used. Primarily it defines
- Service name
- Attendant script that manage the service
- How many times it can be used in hour or day. If the service usage exceeds the limits, further requests are rejected until end of the limited period. Repeatable limit exceeding disables the service completely.
Data provided by service shall be implemented internally by system.
Service for Web form processing
The service is a special implementation of the general web service. It implements gateway that allows sending new message in the system.
It is used to accept messages and requests and define rules how to process them by the Task module.