-1

I have situation where user needs to enter some data in alfresco, let's say on form (project name, start date, project author...). After user enters those data and some manager (project manager) review those data a document (.pdf or word) needs to be generated with those data and some other statics data.

I am alfresco novice and i would appreciate any guidance on how this can be done in alfresco.

Regards,

Aleksandar

4

1 回答 1

1

至于表单,可以查看表单开发者指南。您可能应该添加一个为您保存所有信息的自定义数据模型。

然后,您应该创建一个自定义工作流程,它将获取您的表单数据并从中制作 PDF,然后将其进一步发送给 PM 以供审核。您可能可以使用开箱即用的 Review 工作流程并为此目的对其进行自定义,并且在alfresco wiki 和forums上有很多关于webscripts的示例。

如果你是一个普通的开发者,你不应该花几个月的时间(根据我的估计)来了解 API 细节并按照自己的方式完成。

于 2012-01-24T13:55:31.867 回答