Related links
Front-End Scripting
CMS - Content Management & Web API services
Task, Project, Quality
Task & Task pattern
System Management (part of framework)
HR - Human Resources
Mobile & Web Application
- clientprogramming_fevaldataobject
- userinterface-objectstructure
- cliplink
- npmlibraries
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- npmlibraries_stringlibrary
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- clientprogramming_fevalglobal
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
Framework Core functionality
- prices
- managementfaq
- prices_private-installation
- clientdefinedattributes
- phplibraries
- servermethods
- io_export
- AyMINE Framework Server
- The AyMINE licence model
- System Rights
- servermethods_frmfrm
- io_import
- multiclient-architecture
- servermethods_stringsandtranslations
- frmevent
- System messaging
- usersessions
- User defined fields
Libraries & Lincences
Module - support for management
FI - Finance Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partCommon 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