> Did you try in the order manager? You should be able to from an individual > order (there is a finance and fulfillment workflow state with buttons to > transition there).
I wasn't able to change the finance workflow on the order page (@@getpaid-order/$order_id/@@admin). This is because the transition which I need (its name is charge-charging) has attribute SYSTEM and can't be triggered by user. So this transition isn't availible on the order's administration page. I solved this issue by adding a new transition in getpaid.core.workflow.order.create_finance_workflow. Its definition looks like this: add( workflow.Transition( transition_id = 'charge-offline-charging', title = _(u'Charged manually'), source = fs.CHARGING, destination = fs.CHARGED ) ) After that if the order's state is charging, it is possible to change it to "charged" on the order's administration page. But this needs patching of the source code of getpaid.core. It is not good. Does anybody know how I can add my own transition to the finance workflow? Irina -- GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker) You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to getpaid-dev@googlegroups.com To unsubscribe from this group, send email to getpaid-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en?hl=en