All Projects → itimor → one-workflow

itimor / one-workflow

Licence: other
django + vue 一个简单的工作流系统,工单系统

Programming Languages

Vue
7211 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to one-workflow

json2xml
json to xml converter in python3
Stars: ✭ 76 (-60.42%)
Mutual labels:  ticket
Handesk
A Powerful Laravel Help Desk and Lead Management App
Stars: ✭ 1,009 (+425.52%)
Mutual labels:  ticket
Ticket
简单的工单系统
Stars: ✭ 114 (-40.62%)
Mutual labels:  ticket
escper
Ruby gem for printing of images and text on one or many thermal printers
Stars: ✭ 67 (-65.1%)
Mutual labels:  ticket
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
Stars: ✭ 862 (+348.96%)
Mutual labels:  ticket
Loonflow
基于django的工作流引擎,工单(a workflow engine base on django python)
Stars: ✭ 1,153 (+500.52%)
Mutual labels:  ticket
telegram-support-bot
A Telegram ticketing/supporting system.
Stars: ✭ 180 (-6.25%)
Mutual labels:  ticket
Train Ticket Reaper
⚠️[已关闭] 简单、高效的12306.com(全能出行、非 12306.cn 中国铁路客户服务中心)抢火车票项目。4种抢票模式。车次时间限制。无需内嵌浏览器,纯HTTP请求。
Stars: ✭ 165 (-14.06%)
Mutual labels:  ticket
Panel App
Novo SGA Panel Client
Stars: ✭ 31 (-83.85%)
Mutual labels:  ticket
Brimir
Email helpdesk built using Ruby on Rails and Zurb Foundation
Stars: ✭ 1,404 (+631.25%)
Mutual labels:  ticket
12306formac
An unofficial 12306 Client for Mac
Stars: ✭ 2,796 (+1356.25%)
Mutual labels:  ticket
Trackdown
TrackDown - Issue Tracking with plain Markdown. If you are missing the "git clone" for your tickets from github.com or bitbucket.org, then this is for you. A lightweight Ticketing System for distributed and unconnected small Teams.
Stars: ✭ 10 (-94.79%)
Mutual labels:  ticket
Formcreator
GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
Stars: ✭ 95 (-50.52%)
Mutual labels:  ticket
TicketKit
A framework that create easily Ticket or Coupon
Stars: ✭ 21 (-89.06%)
Mutual labels:  ticket
Dotnetdesk
Asp.Net Example web application showing the capabilities of ASP.NET Core 2 MVC, EF (Entity Framework), Web API, Bootstrap, jQuery, datatables, adminlte template and many more. Web app created as helpdesk or ticket support portal.
Stars: ✭ 136 (-29.17%)
Mutual labels:  ticket
quickprinter
[Quick Printer] Created for the purpose of serving as a channel among other applications that require printing data on receipt printers using ESC / POS commands.
Stars: ✭ 99 (-48.44%)
Mutual labels:  ticket
Ruby Escper
Escper is a collection of essential tools that make printing of plain text and images to one or many serial thermal printers easy. Both USB and serial (RS232) printers are supported and detected automatically. Escper is useful for Ruby based Point of Sale systems that want to print receipts or tickets.
Stars: ✭ 64 (-66.67%)
Mutual labels:  ticket
Telegram-Support-Bot
📬 Manage and organize all your support inquiries on Telegram.
Stars: ✭ 63 (-67.19%)
Mutual labels:  ticket
12306 ticket
🌈12306购票/取消订单/退票程序(2019-12-08最新版)
Stars: ✭ 160 (-16.67%)
Mutual labels:  ticket
Ticketview
🎫 A custom view for showing tickets
Stars: ✭ 101 (-47.4%)
Mutual labels:  ticket

django + vue 工作流管理系统

包含 用户角色菜单权限 管理, 这是基础的工作流系统,初始化会生成请假工作流, 也可以自行配置其他工作流比如,发布工单等。

开发环境

后端

安装依赖

cd backend
pip install -r dev_requirements.txt

初始化系统

  • 生成管理员账号 admin 123456
python manage.py migrate
python manage.py init_sys

生成工作流

  • 用户 ops,ops_tl,dev,dev_tl,hr,hr_tl
  • 密码 123456
python manage.py init_wf
python manage.py init_ticket
python manage.py init_leave

运行

python manage.py runserver

前端

cd frontend
npm install
npm run dev

开始使用

使用 admin 登录

给所有角色分配工作流权限

role

分配菜单 和 数据 权限

role_edit

配置假期工作流

role

新建工单

role

编辑工单

role

所有工单

role

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].