Commit d2095dd0 authored by Yusei Tahara's avatar Yusei Tahara

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.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29661 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00c29d12
......@@ -15,19 +15,19 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Budget to Submit (%(count)s)</string> </value>
<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=planned&local_roles:list=Assignor&reset=1
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 Submit</string> </value>
<value> <string>Budget to Validate</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -37,7 +37,7 @@ budget_module/view?validation_state=planned&local_roles:list=Assignor&reset=1
</item>
<item>
<key> <string>id</string> </key>
<value> <string>1_planned_budget_list</string> </value>
<value> <string>1_submitted_budget_list</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......@@ -97,6 +97,14 @@ budget_module/view?validation_state=planned&local_roles:list=Assignor&reset=1
</tuple>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>submitted</string>
</tuple>
</value>
</item>
</dictionary>
</value>
</item>
......
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
......
228
\ No newline at end of file
230
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment