We are in the process of implementing a Plone CMS as a repository for ISO9001-documents.
ISO demands a certain amount of logging, as anyone familiar with the standard probably knows :-)
For the sake of flexibility we would like to incorporate, in no specific order:
Therefore, the holy grail of workflow optimisation should be (and please correct me if I'm wrong):
The problem is the integration of the different products:
I scoured the google-realm and already found these links:
We also checked out:
which are all installed and configured...
However, my new content type does not allow for checkout/checkin (Iterate product), and neither are versions/changes tracked in the history-view for this same contenttype.
Is their a magical sequence to follow or am I missing something (or alot -which is more likely)? Because if all these products were to work "out of the box" in my opinion this is a catchall solution to all things workflow...
addition 2012/04/17: As remarked by thet, the stack is completed with both
You need to use plone.app.stagingbehavior (http://pypi.python.org/pypi/plone.app.stagingbehavior), which links Iterate/CMFEditions to Dexterity types. Not sure about your versioning issues.