[Erp5-report] r10598 - in /erp5/trunk/bt5/erp5_project: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 6 16:52:02 CEST 2006


Author: romain
Date: Fri Oct  6 16:51:59 2006
New Revision: 10598

URL: http://svn.erp5.org?rev=10598&view=rev
Log:
Notify user when Task Report is generated by the builder.

Modified:
    erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml
    erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
    erp5/trunk/bt5/erp5_project/bt/revision

Modified: erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml?rev=10598&r1=10597&r2=10598&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml (original)
+++ erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReport_copyOrderPropertiesAndNotifyAssignee.xml Fri Oct  6 16:51:59 2006
@@ -104,11 +104,20 @@
 \n
 This task is named: %(title)s\n
 \n
+Description: \n
+%(comment)s\n
+\n
+Start Date: %(start_date)s\n
+Stop Date: %(stop_date)s\n
+\n
 Please wisit ERP5: %(url)s\n
 """ % {\n
-       \'assignor\': destination_decision_person.getTitle(), \n
+       \'assignor\': destination_decision_person.getTitle(),\n
        \'title\'   : packing_list.getTitle(),\n
        \'url\'     : packing_list.absolute_url(),\n
+       \'comment\' : packing_list.getComment(),\n
+       \'start_date\': packing_list.getStartDate().Date(),\n
+       \'stop_date\': packing_list.getStopDate().Date(),\n
       }\n
     email.activate().send(from_url = from_email, subject="New Task Assigned to You", msg = msg)\n
 \n

Modified: erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml?rev=10598&r1=10597&r2=10598&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml (original)
+++ erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml Fri Oct  6 16:51:59 2006
@@ -87,8 +87,8 @@
 Description: \n
 %(comment)s\n
 \n
-Start Date: %(start_date)%\n
-Stop Date: %(stop_date)%\n
+Start Date: %(start_date)s\n
+Stop Date: %(stop_date)s\n
 \n
 Please wisit ERP5: %(url)s\n
 """ % {\n

Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=10598&r1=10597&r2=10598&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision Fri Oct  6 16:51:59 2006
@@ -1,1 +1,1 @@
-96
+99




More information about the Erp5-report mailing list