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
Common libraries
Framework dependency on external libraries
AyMINE Application uses several npm libraries with MIT or similar licence that permits their using both for commercial and non-commercial use.
All libraries are managed by the npm.
Libraries used by AyMINE Application
- TypeScript – Complete application is in the Type Script and so the library is necessary to create Java Script.
- Rollup – Used to build up application during transpilation. Several other free-to-used plugins are parts of the rollup transpilation ecosystem.
-
TOAST library – Visual elements are used for some important parts of the application
- TOAST Charts – used to generate graphs and charts
- TOAST Editor – used for markdown text editing
- TOAST/TUI Calendar – graphical library to present the calendar
- Simple lightweight string operation library – described on the subpage
Subsections contains information about included libraries and modules. Documentation is in the form how is provided by authors except the entry comments.
TOAST/UI library has its own well-managed pages and so there is no reason to publish anything else about the library here.
Let's mention that AyMINE Application is not dependent on any of common libraries like Bootstrap, Angular, React or even JQuery. We are building application mostly from scratch in its roots after several years of experience that these libraries are good for regular project but risky for application designed to support 15+ years of operation.
Although AyMINE Application does not used any of the mentioned frameworks and although any other, they can be used by the developers that implement modules including Application plugins. (Plugins are not necessary part of the module but can be used to enrich the visual experience or visual elements of the client Application.)
All direct application depenedencies
├── tui-calendar
├── tui-code-snippet
├── tui-color-picker
└── tui-tree
Development dependencies
├── @toast-ui/chart
├── @toast-ui/editor
├── @rollup/plugin-node-resolve
├── composer
├── npm-dts
├── npm
├── rollup-cache
├── rollup-plugin-terser
├── rollup-plugin-typescript2
├── rollup
├── eslint
├── npm
├── sass
└── typescript