[Erp5-report] r14241 - in /erp5/trunk/bt5/erp5_banking_core: SkinTemplateItem/portal_skins/...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 26 03:50:08 CEST 2007


Author: seb
Date: Thu Apr 26 03:50:04 2007
New Revision: 14241

URL: http://svn.erp5.org?rev=14241&view=rev
Log:
add a new vault for Baobab_checkStockBeforeClosingDate

Modified:
    erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/Baobab_checkStockBeforeClosingDate.xml
    erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/ERP5Banking_getExchangeValue.xml
    erp5/trunk/bt5/erp5_banking_core/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/Baobab_checkStockBeforeClosingDate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/Baobab_checkStockBeforeClosingDate.xml?rev=14241&r1=14240&r2=14241&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/Baobab_checkStockBeforeClosingDate.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/Baobab_checkStockBeforeClosingDate.xml Thu Apr 26 03:50:04 2007
@@ -84,7 +84,8 @@
 counter_vault_list = context.Delivery_getVaultItemList(\n
     user_site=0,base_site=site.getRelativeUrl(),all=1,\n
     vault_type=(\'site/surface/banque_interne\',\'site/surface/gros_paiement\',\n
-               \'site/surface/gros_versement\',\'site/surface/operations_diverses\'))\n
+               \'site/surface/gros_versement\',\'site/surface/operations_diverses\',\n
+               \'site/surface/salle_tri\'))\n
 for counter_vault in counter_vault_list:\n
   counter_vault_url = counter_vault[1]\n
   if counter_vault_url==\'\':\n

Modified: erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/ERP5Banking_getExchangeValue.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/ERP5Banking_getExchangeValue.xml?rev=14241&r1=14240&r2=14241&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/ERP5Banking_getExchangeValue.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/SkinTemplateItem/portal_skins/erp5_banking_core/ERP5Banking_getExchangeValue.xml Thu Apr 26 03:50:04 2007
@@ -67,7 +67,9 @@
             <key> <string>_body</string> </key>
             <value> <string encoding="cdata"><![CDATA[
 
-rate_list = context.CurrencyExchange_getExchangeRateList(from_currency=from_currency,to_currency=to_currency)\n
+rate_list = context.CurrencyExchange_getExchangeRateList(from_currency=from_currency,\n
+                 to_currency=to_currency, \n
+                 currency_exchange_type=currency_exchange_type)\n
 rate = None\n
 if len(rate_list) > 0:\n
   rate = rate_list[0]\n
@@ -104,7 +106,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>from_currency=None,to_currency=None</string> </value>
+            <value> <string>from_currency=None,to_currency=None, currency_exchange_type=None</string> </value>
         </item>
         <item>
             <key> <string>_proxy_roles</string> </key>
@@ -132,7 +134,7 @@
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>2</int> </value>
+                        <value> <int>3</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
@@ -140,6 +142,7 @@
                           <tuple>
                             <string>from_currency</string>
                             <string>to_currency</string>
+                            <string>currency_exchange_type</string>
                             <string>_getattr_</string>
                             <string>context</string>
                             <string>rate_list</string>
@@ -164,6 +167,7 @@
               <tuple>
                 <none/>
                 <none/>
+                <none/>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_banking_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/bt/revision?rev=14241&r1=14240&r2=14241&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_core/bt/revision Thu Apr 26 03:50:04 2007
@@ -1,1 +1,1 @@
-209
+211




More information about the Erp5-report mailing list