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
Module installation
Module installaction loads necessary data from the module definition into the system
- What makes installation
- Common errors from module installation
- Right defined in the module definition file is not imported
What makes installation
Conf file and each object
Procesing m_Installation loads all objects to the system. Objects shall be defined by the m_
Instllation:
- Fill data about each object
- Stores all information from m_
Conf file to the system: - What system rights are defined
- What user-defined counters are supported
- Instal event handlers into the system
Common errors from module installation
Wrong data about object
Be carefull that you don't have the same object name in several files. Although it might sound stupid it is common error – when you create several objects by copy-paste from another object, invalid name might remain in some field
Right defined in the module definition file is not imported
Rights are imported only in case that all objects are sucessfully loaded. If import of some object fails, rights are not updated.