On Thu, Mar 5, 2009 at 7:20 AM, J B <[email protected]> wrote: > On Wed, Mar 4, 2009 at 7:20 AM, John Mettraux <[email protected]> wrote: >> >> On Wed, Mar 4, 2009 at 5:30 AM, J B <[email protected]> wrote: >> > >> > 1. PR is attached and a form field is completed with the PR's dollar >> > value. >> > Manager is selected from drop down box. >> > 2. PR is routed to that manager's work queue and he/she is notified via >> > email. >> > 3. Manager approves or disapproves. >> > - Approve: see step 4. >> > - Reject: PR is marked rejected and returned to initiator. >> > 4. If dollar value is greater than $10000, PR is routed to CFO for >> > approval. >> > If not, it goes directly to number 6. >> > 5. If CFO approves, capex is routed to Accounting for approval. If not, >> > rejection as above. >> > 6. If Accounting approves, PR is marked as complete and submitter is >> > notified. If not, rejection. >> > 7. Complete. >> >> Hello again, >> >> I've uploaded something at http://gist.github.com/73813
Hi List, I was a bit unhappy with the length of that PR gist. There is a new, shorter version : http://gist.github.com/73813 It uses the new rewind-if / break-if attributes of the 'cursor' and 'loop' expressions. The conditions expressed in those attributes are evaluated each time a 'transition' occurs in the cursor. I'm updating the documentation right now (it was only mentioned in the rdoc as of now). Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
