All Projects → syscomgo → omflow

syscomgo / omflow

Licence: GPL-3.0 license
form base and IT automation workflow engine.

Programming Languages

python
139335 projects - #7 most used programming language
SCSS
7915 projects
Less
1899 projects
shell
77523 projects
Makefile
30231 projects
powershell
5483 projects

Projects that are alternatives of or similar to omflow

unicode-formatter
Convert portions of text to fancy text using unicode fonts for use on Twitter and other sites that don't support rich text
Stars: ✭ 31 (+121.43%)
Mutual labels:  wysiwyg
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (+4485.71%)
Mutual labels:  wysiwyg
tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+321.43%)
Mutual labels:  helpdesk
html-integrations
The official JavaScript library for MathType, the leading formula editor and equation writer for the web by Wiris
Stars: ✭ 36 (+157.14%)
Mutual labels:  wysiwyg
wysiwyg-editor-dotnet-sdk
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 23 (+64.29%)
Mutual labels:  wysiwyg
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+2521.43%)
Mutual labels:  helpdesk
remark-slate-transformer
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
Stars: ✭ 62 (+342.86%)
Mutual labels:  wysiwyg
analogwp-templates
Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
Stars: ✭ 20 (+42.86%)
Mutual labels:  wysiwyg
grapesjs-plugin-forms
Set of form components and blocks for the GrapesJS editor
Stars: ✭ 39 (+178.57%)
Mutual labels:  wysiwyg
docs
Enterprise Open Source IM Solution
Stars: ✭ 18 (+28.57%)
Mutual labels:  helpdesk
botcity-framework-core
BotCity Framework - Open Source RPA
Stars: ✭ 37 (+164.29%)
Mutual labels:  rpa
fluence
WYSIWYG wiki powered by Crystal, markdown, and Git
Stars: ✭ 44 (+214.29%)
Mutual labels:  wysiwyg
redactor
Integriert den Redactor WYSIWYG-Editor in aktueller Version
Stars: ✭ 22 (+57.14%)
Mutual labels:  wysiwyg
wysiwyg-editor-php-sdk
PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 37 (+164.29%)
Mutual labels:  wysiwyg
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+764.29%)
Mutual labels:  helpdesk
new ckeditor
Ruby on Rails + CKEditor 5
Stars: ✭ 27 (+92.86%)
Mutual labels:  wysiwyg
gatf
Generic Automated Test Framework For API/UI/RPA/Load Testing
Stars: ✭ 15 (+7.14%)
Mutual labels:  rpa
ADefHelpDesk
ADefHelpDesk.com Help Desk
Stars: ✭ 28 (+100%)
Mutual labels:  helpdesk
botcity-framework-core-python
BotCity Framework - Python
Stars: ✭ 28 (+100%)
Mutual labels:  rpa
TagUI
Fork of TagUI tuned for rpa package
Stars: ✭ 25 (+78.57%)
Mutual labels:  rpa

English     中文     日本語

This is a machine translation page

OMFLOW Workflow Engine

omflow is a form base and IT automation workflow engine. you can use WYSIWYG(What You See Is What You Get) design your workflow , user form , do automation things , and process data. omflow workflow engine is developed using Python and Django ,
so , You can easily integrate your python application in the workflow.

documents website : https://doc.omflow.com.tw/v/english/

Software Functions

  • personal Dashboard
  • message and attachment
  • my mission
  • service request
  • app management
  • user management
  • system config

screenshot

Hardware and Software Requirement

  • support windows and linux system
  • Python 3 or higher
  • Django 2.X

you can install django using pip


pip install django

  • support browser:Firefox , Chrome , Edge , Safari , IE11 or higher
  • 1 core cpu and 1g ram , 1g disk space
  • if your python is 3.5 or lower , please use django 2.x

Install and Run

Download the omflow .zip file the unzip , then run server.


python manage.py runserver 0.0.0.0:8000

or you can start omflow with docker hub image.


docker pull omflow/open
docker run -d --name omflow -p 0.0.0.0:80:80 omflow/open

default user is admin , password is admin

Roadmap

  • Report
  • Form front-end change actions
  • workflow's Python Point assign a collector
  • Event API
  • data sub relations
  • web automation support(selenium)

Creator

omflow's creator is SYSCOM Computer Engineer co

License

  • GNU General Public License v3.0
  • You can distribute and modify the source code, provided that you distribute all modifications under the GPLv3 as well.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].