[Erp5-report] r29660 - in /erp5/trunk/bt5/erp5_budget: WorkflowTemplateItem/portal_workflow...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 15 05:07:43 CEST 2009


Author: yusei
Date: Thu Oct 15 05:07:41 2009
New Revision: 29660

URL: http://svn.erp5.org?rev=29660&view=rev
Log:
2009-10-15 yusei
* Fix budget_workflow worklist. Planned state did not exist. Now 1_submitted_budget_list shows a list of budgets which are waiting to be validated.

Added:
    erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_workflow/worklists/1_submitted_budget_list.xml
Modified:
    erp5/trunk/bt5/erp5_budget/bt/change_log
    erp5/trunk/bt5/erp5_budget/bt/revision

Added: erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_workflow/worklists/1_submitted_budget_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_workflow/worklists/1_submitted_budget_list.xml?rev=29660&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_workflow/worklists/1_submitted_budget_list.xml (added)
+++ erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_workflow/worklists/1_submitted_budget_list.xml [utf8] Thu Oct 15 05:07:41 2009
@@ -1,0 +1,114 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="WorklistDefinition" module="Products.DCWorkflow.Worklists"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>actbox_category</string> </key>
+            <value> <string>global</string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_name</string> </key>
+            <value> <string>Budget to Validate (%(count)s)</string> </value>
+        </item>
+        <item>
+            <key> <string>actbox_url</string> </key>
+            <value> <string encoding="cdata"><![CDATA[
+
+budget_module/view?validation_state=submitted&local_roles:list=Assignor&reset=1
+
+]]></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>Budget to Validate</string> </value>
+        </item>
+        <item>
+            <key> <string>guard</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>1_submitted_budget_list</string> </value>
+        </item>
+        <item>
+            <key> <string>var_matches</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Guard" module="Products.DCWorkflow.Guard"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>roles</string> </key>
+            <value>
+              <tuple>
+                <string>Assignor</string>
+              </tuple>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <global name="PersistentMapping" module="Persistence.mapping"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>data</string> </key>
+            <value>
+              <dictionary>
+                <item>
+                    <key> <string>portal_type</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Budget</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>simulation_state</string> </key>
+                    <value>
+                      <tuple>
+                        <string>planned</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
+                    <key> <string>validation_state</string> </key>
+                    <value>
+                      <tuple>
+                        <string>submitted</string>
+                      </tuple>
+                    </value>
+                </item>
+              </dictionary>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_budget/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/change_log?rev=29660&r1=29659&r2=29660&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_budget/bt/change_log [utf8] Thu Oct 15 05:07:41 2009
@@ -1,3 +1,6 @@
+2009-10-15 yusei
+* Fix budget_workflow worklist. Planned state did not exist. Now 1_submitted_budget_list shows a list of budgets which are waiting to be validated.
+
 2000-01-08 jerome
 Introduce budget models
 

Modified: erp5/trunk/bt5/erp5_budget/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/revision?rev=29660&r1=29659&r2=29660&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_budget/bt/revision [utf8] Thu Oct 15 05:07:41 2009
@@ -1,1 +1,1 @@
-228
+230




More information about the Erp5-report mailing list