Monday, February 27, 2017

[SOLVED]multi level work flow creation in php

I need to create a multi level approval form in php web application. Basically we have different requisition for each requsition there is different level of people who needs to approve. Once the form submitted by the creator the notofication has to go to 1st assigner when st assigner approves this the 2nd assigner has to approve. this can be any level and it should dynamic. What is the best procedure to implement this in php. We are writing the application in laravel 5.3 framework and mysql.



via anoop

Advertisement