Git Product home page Git Product logo

workflow's Introduction

PHP工作流

image

image

功能

  • 1.绘制流程图
  • 2.条件流转支持
  • 3.子流程

使用

cp .env.example .env

composer install

导入数据库文件,文件地址:database/sql/workflow_data.sql

初始账号: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 密码统一为:123456

邮件发送配置(qq为例)

MAIL_DRIVER=smtp
MAIL_HOST=smtp.qq.com
MAIL_PORT=465
[email protected]
MAIL_PASSWORD=zzzz(在QQ邮箱设置-账户-POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务-生成授权码)
[email protected]
MAIL_ENCRYPTION=ssl

感谢

流程设计前端

workflow's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

workflow's Issues

无法登陆

初始数据库里并没有说明文件中所述的预制登陆信息(*.qq.com)

Why not english?

Dear Friend
Why not making this package in english? I really wana use it but how?!

請教作者

ErrorException {#359 ▼
#message: "Argument 2 passed to Workflow\Workflow::getProcessAuditorIds() must be an instance of Workflow\int, integer given, called in C:\wagon\uwamp\www\workflow-master\app\Service\Workflow\Workflow.php on line 89 and defined ◀"
#code: 0
#file: "C:\wagon\uwamp\www\workflow-master\app\Service\Workflow\Workflow.php"
#line: 16
#severity: E_RECOVERABLE_ERROR
-trace: {▶}
}

請問這錯誤怎麼解決呢?

流程图中折线未更新到数据库

        foreach($jsplumb['list'] as $k=>$v){
            if($v['id']==$id){
                $jsplumb['list'][$k]['process_name']=$process->process_name;
                $jsplumb['list'][$k]['style']=$process->style;
                $jsplumb['list'][$k]['icon']=$process->icon;
                //$jsplumb['list'][$k]['process_to']=implode(',', $process_to);  增加更新process_to字段。
               // $process_to = implode(',' ,$request->input('process_to));
            }
        }

請教作者2

不好意思
目前要輸入請假時出現以下資訊,要如何解決呢?
ErrorException {#346 ▼
#message: "Trying to get property of non-object"
#code: 0
#file: "C:\wagon5\uwamp\www\workflow-master\app\Service\Workflow\Workflow.php"
#line: 27
#severity: E_NOTICE
-trace: {▶}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.