From 7b212fb8c470e7da669859cf6e4c119b31f2d2e2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Jan 2018 13:00:41 +0100 Subject: [PATCH] Improve readme --- README.md | 58 ++++++++++++++++++++++++++----------------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index a900bbcb8..69b9d0af6 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,34 @@ # 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 **phpOMS** framework provides many features to manage and create a web application and its backend. Additionally to the framework features it also includes many utils and api integrations 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. +* Account/Group management +* Permission management +* Asset management +* Business logic (e.g. sales, marketing, etc.) +* Console support +* WebSocket support +* Event management +* Database management +* Cache management +* Dispatcher +* Router +* Authentication +* Localization +* Logging (console/backend) +* Request/Response management +* Math (e.g. matrix, forecasting, optimization, geometry, stochastics, etc.) +* Module management +* Uri +* Utils (e.g. barcodes, comporession, unit converter, jobqueue, git, etc.) +* Value validation +* View management +* Stdlib (e.g. graph, map, queue, enum, etc.) -## 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. - -[Repository Dashboard](https://app.powerbi.com/view?r=eyJrIjoiNDdjOWQyZjItNGZiNy00MGYzLTgzYzMtYzdjMzUwYzFjZTRkIiwidCI6IjQ2ZWY1YTJmLWIzN2MtNGQzNS1hOTBiLWZkYzMyMzg5MzQ3ZSJ9) - -## 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. \ No newline at end of file