[Erp5-report] r20641 - in /erp5/trunk/bt5/erp5_banking_core: ActionTemplateItem/portal_type...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 18 10:08:20 CEST 2008


Author: aurel
Date: Fri Apr 18 10:08:20 2008
New Revision: 20641

URL: http://svn.erp5.org?rev=20641&view=rev
Log:
add an action letting managers view all transactions

Added:
    erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Bank%20Account/transactions_manager.xml
Modified:
    erp5/trunk/bt5/erp5_banking_core/bt/revision
    erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Bank%20Account/transactions_manager.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Bank%2520Account/transactions_manager.xml?rev=20641&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Bank%20Account/transactions_manager.xml (added)
+++ erp5/trunk/bt5/erp5_banking_core/ActionTemplateItem/portal_types/Bank%20Account/transactions_manager.xml Fri Apr 18 10:08:20 2008
@@ -1,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>transactions_manager</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>Manage portal</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>3.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Transactions</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/BankAccount_viewAccountingTransactionList</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=20641&r1=20640&r2=20641&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision Fri Apr 18 10:08:20 2008
@@ -1,1 +1,1 @@
-430
+432

Modified: erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list?rev=20641&r1=20640&r2=20641&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/template_action_path_list Fri Apr 18 10:08:20 2008
@@ -9,6 +9,7 @@
 Accounting Date | remaining_operations
 Accounting Date | view
 Bank Account | transactions
+Bank Account | transactions_manager
 Bank Account | view
 Banking Operation Line | print
 Banking Operation Line | view




More information about the Erp5-report mailing list