dw250100785 / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Approval process #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to implement order approval process.

Every user group can have an approver. An order does not progress to the
final stage (aka payment) unless it was approved by the nominated person.
Once there is an order to be approved an email should be dispatched to the
approver. The approver can view the order and either approve or cancel it.
No editing. It's yes or no.

The task for now is to see if there is anything available already.
If not, we'll probably need to release it as a separate plugin. I see other
use cases apart from our w2p.

Original issue reported on code.google.com by zetapri...@gmail.com on 10 Feb 2010 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 16 Jul 2010 at 1:17

GoogleCodeExporter commented 9 years ago
The latest UML:
http://create.ly/gbvkju1s1

http://creately.com/app?diagID=gbvkju1s1

Original comment by zetapri...@gmail.com on 21 Jul 2010 at 7:15

GoogleCodeExporter commented 9 years ago
The latest UML as PNG:
http://create.ly/gbvkju1s1

Source diagram:
http://creately.com/app?diagID=gbvkju1s1

Original comment by zetapri...@gmail.com on 21 Jul 2010 at 7:16

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 21 Jul 2010 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 27 Jul 2010 at 8:29

GoogleCodeExporter commented 9 years ago
Make it a separate extension.

We intersect with w2p extension in 1 file and can avoid the conflict altogether.

1. Do not overwrite w2p files with ApprovalProc extension if w2p is installed.
2. Insert a function call in w2p in place where they conflict and make it 
conditional on ApprovalProc installed

If w2p is installed and AP goes over it there is no conflict, w2p already has a 
function call for it.

If w2p goes over AP then it overwrites AP file and makes a call to it anyway.

Whichever way, we need to end up with w2p files on top AP.

We'll be posting separate issues for a breakdown of this stream.

Original comment by zetapri...@gmail.com on 27 Jul 2010 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 28 Jul 2010 at 8:15

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 25 Aug 2010 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 23 Sep 2010 at 5:22

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/magento-w2p/wiki/OrderApproval

Original comment by agur...@gmail.com on 30 Sep 2010 at 4:17