mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
Improve readme
This commit is contained in:
parent
881825f6f1
commit
e73d8d821f
49
README.md
49
README.md
|
|
@ -1,36 +1,27 @@
|
|||
# General
|
||||
|
||||
The Orange Management software is a modular web application for small to mid sized companies that need CRM, ERP, Intranet and/or CMS features. The Orange Management modules can be split into the following different categories:
|
||||
The **jsOMS** framework provides many features to manage and interact with the UI and connect the frontend to the backend for data exchange. Additionally to the framework features it also includes a library that provides additional functionality.
|
||||
|
||||
* General
|
||||
* Business
|
||||
* Education
|
||||
* Health Care
|
||||
## Features
|
||||
|
||||
There is no limitation on how to combine modules. The modules are structured in a way that there is a minimum amount of dependencies between modules. Often modules provide additional functionality for other modules or modules request features from existing modules. Only in a few cases modules require another module for it's functionality, this is usually only the case for core modules or modules that have a strong relation to an other module.
|
||||
Features this framework provides are:
|
||||
|
||||
Thanks to the modular structure it's easy to have full control over the costs and keep the functionality to the exact amount that is needed. There is no fear of having too many functions that reduce the usability if they are not needed. This also results in a fast environment not just because only the necessary parts get installed but also because the core is built for a good experience in terms of performance.
|
||||
* UI action management
|
||||
* UI manipulation
|
||||
* Event management
|
||||
* Form management
|
||||
* Audio/Speech recognition
|
||||
* Logging (console/backend)
|
||||
* Asset management
|
||||
* Input management (touch, mouse, keyboard)
|
||||
* Math (e.g. matrix, string evaluation, etc.)
|
||||
* Uri generation
|
||||
* Charts
|
||||
* Websockets
|
||||
* Markdown
|
||||
* Templating
|
||||
* Cache/Storage management
|
||||
|
||||
## Development Status
|
||||
# Development Status
|
||||
|
||||
Currently Orange Management is still fully developing the first Alpha version. As soon as we have a running Beta version we are allowing external testers to use our software and a selected amount of inhouse developed modules.
|
||||
|
||||
## Developers
|
||||
|
||||
We are always looking for people that are interested in joining this project. We are looking for:
|
||||
|
||||
* PHP developer
|
||||
* JavaScript developer
|
||||
* Frontend developer
|
||||
* Designer
|
||||
|
||||
Are you interested in joining us? Feel free to contact us at spl1nes.com@gmail.com.
|
||||
|
||||
## Overview
|
||||
|
||||
* Project: Orange Management
|
||||
* Group: Orange Management
|
||||
* Developers: 1
|
||||
* Languages: PHP, JS, Java, HTML, CSS
|
||||
* Dependencies: d3.js, THREE.js, tcpdf, PhpExcel
|
||||
* Website: [http://website.orange-management.de](http://website.orange-management.de)
|
||||
The framework reached a point where it can be already used albeit many features are still under development.
|
||||
Loading…
Reference in New Issue
Block a user