I want to use a workflow in PHP-Runner, is there a way to do that? Let me explain:
1-) The client create a request, with the status "NEW".
2-) The cashier check the request and change the status to "VERIFIED", the cashier only see the request on status "NEW".
3-) The B.O. approve or reject the request, the B.O. only see the request on status "VERIFIED".
4-) etc.
Is this could be done with dynamic permissions? Or just coding?
Thanks.