Re: WORKFLOWS

2019-06-24 Thread ramadhan ngallen
Thanks a lot
On 24 Jun 2019, 17:37 +0300, Brandon Rosenbloom , 
wrote:
> I know of developers which have used viewflow to accomplish this. Here’s a 
> link:
> https://github.com/viewflow/viewflow
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/0ddcd4dc-63e5-4045-824a-cf45712290fb%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4bc5ed41-205a-4bb0-a4e2-fad564c2972f%40Spark.
For more options, visit https://groups.google.com/d/optout.


WORKFLOWS

2019-06-24 Thread Brandon Rosenbloom
I know of developers which have used viewflow to accomplish this. Here’s a link:
https://github.com/viewflow/viewflow

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0ddcd4dc-63e5-4045-824a-cf45712290fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


WORKFLOWS

2019-06-23 Thread ramadhan ngallen
Hello django users
I want to ask if it's possible to develop web application with approval 
workflows in django.  Where  will be approval groups and user can be linked and 
unlinked to those approval groups. Approval policy can be either half of the 
members of the group to approval or anyone among the member can approval or all 
of them needed to approval before transaction can go to the next step. The one 
who initiated the transaction will bet notification through email upon approval 
or rejection. On top of that the one initiated can see the approval progress.

Is there any recommendations you can provide for this scenario?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/50e12728-242b-48f2-aa90-f6e95ffb845a%40Spark.
For more options, visit https://groups.google.com/d/optout.