[Erp5-report] r11872 - in /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins: er...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 3 11:36:26 CET 2007


Author: jp
Date: Wed Jan  3 11:36:24 2007
New Revision: 11872

URL: http://svn.erp5.org?rev=11872&view=rev
Log:
Naming convention: SQL should be in big caps.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting_bbb/Account_zGetAccountingTransactionList.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml?rev=11872&r1=11871&r2=11872&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml Wed Jan  3 11:36:24 2007
@@ -432,10 +432,10 @@
     </dtml-if>\n
   </dtml-in>\n
   <dtml-if selection_domain>\n
-    <dtml-var "selection_domain.asSqlJoinExpression()">,\n
+    <dtml-var "selection_domain.asSQLJoinExpression()">,\n
   </dtml-if>\n
   <dtml-if selection_report>\n
-    <dtml-var "selection_report.asSqlJoinExpression()">,\n
+    <dtml-var "selection_report.asSQLJoinExpression()">,\n
   </dtml-if>\n
   <dtml-if use_movement_table> movement,  </dtml-if>\n
   <dtml-if "stat or omit_input or omit_output or node">\n
@@ -450,10 +450,10 @@
     AND <dtml-var "query[\'where_expression\']">\n
   </dtml-if>\n
   <dtml-if selection_domain>\n
-    AND <dtml-var "selection_domain.asSqlExpression()">\n
+    AND <dtml-var "selection_domain.asSQLExpression()">\n
   </dtml-if>\n
   <dtml-if selection_report>\n
-    AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
+    AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
   </dtml-if>\n
   <dtml-if specific_reference> AND (\n
             catalog.source_reference LIKE\n
@@ -619,10 +619,10 @@
     </dtml-if>\n
   </dtml-in>\n
   <dtml-if selection_domain>\n
-    <dtml-var "selection_domain.asSqlJoinExpression()">,\n
+    <dtml-var "selection_domain.asSQLJoinExpression()">,\n
   </dtml-if>\n
   <dtml-if selection_report>\n
-    <dtml-var "selection_report.asSqlJoinExpression()">,\n
+    <dtml-var "selection_report.asSQLJoinExpression()">,\n
   </dtml-if>\n
   <dtml-if use_movement_table> movement,  </dtml-if>\n
   <dtml-if "stat or omit_input or omit_output or node">\n
@@ -637,10 +637,10 @@
     AND <dtml-var "query[\'where_expression\']">\n
   </dtml-if>\n
   <dtml-if selection_domain>\n
-    AND <dtml-var "selection_domain.asSqlExpression()">\n
+    AND <dtml-var "selection_domain.asSQLExpression()">\n
   </dtml-if>\n
   <dtml-if selection_report>\n
-    AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
+    AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
   </dtml-if>\n
   <dtml-if specific_reference> AND (\n
             catalog.source_reference LIKE\n

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting_bbb/Account_zGetAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting_bbb/Account_zGetAccountingTransactionList.xml?rev=11872&r1=11871&r2=11872&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting_bbb/Account_zGetAccountingTransactionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting_bbb/Account_zGetAccountingTransactionList.xml Wed Jan  3 11:36:24 2007
@@ -284,8 +284,8 @@
   catalog  AS section_bc,\n
   category AS section_membership,\n
   catalog  AS section,\n
-  <dtml-if selection_domain><dtml-var "selection_domain.asSqlJoinExpression()">, </dtml-if>\n
-  <dtml-if selection_report><dtml-var "selection_report.asSqlJoinExpression()">, </dtml-if>\n
+  <dtml-if selection_domain><dtml-var "selection_domain.asSQLJoinExpression()">, </dtml-if>\n
+  <dtml-if selection_report><dtml-var "selection_report.asSQLJoinExpression()">, </dtml-if>\n
   <dtml-if where_expression>, category </dtml-if>\n
   stock\n
   LEFT JOIN catalog AS mirror_section\n
@@ -358,10 +358,10 @@
   AND <dtml-var where_expression>\n
 </dtml-if>\n
 <dtml-if selection_domain>\n
-  AND <dtml-var "selection_domain.asSqlExpression()">\n
+  AND <dtml-var "selection_domain.asSQLExpression()">\n
 </dtml-if>\n
 <dtml-if selection_report>\n
-  AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
+  AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
 </dtml-if>\n
 ORDER BY\n
   stock.date, transaction_line.uid\n
@@ -428,8 +428,8 @@
   catalog  AS section_bc,\n
   category AS section_membership,\n
   catalog  AS section,\n
-  <dtml-if selection_domain><dtml-var "selection_domain.asSqlJoinExpression()">, </dtml-if>\n
-  <dtml-if selection_report><dtml-var "selection_report.asSqlJoinExpression()">, </dtml-if>\n
+  <dtml-if selection_domain><dtml-var "selection_domain.asSQLJoinExpression()">, </dtml-if>\n
+  <dtml-if selection_report><dtml-var "selection_report.asSQLJoinExpression()">, </dtml-if>\n
   <dtml-if where_expression>, category </dtml-if>\n
   stock\n
   LEFT JOIN catalog AS mirror_section\n
@@ -502,10 +502,10 @@
   AND <dtml-var where_expression>\n
 </dtml-if>\n
 <dtml-if selection_domain>\n
-  AND <dtml-var "selection_domain.asSqlExpression()">\n
+  AND <dtml-var "selection_domain.asSQLExpression()">\n
 </dtml-if>\n
 <dtml-if selection_report>\n
-  AND <dtml-var "selection_report.asSqlExpression(strict_membership=1)">\n
+  AND <dtml-var "selection_report.asSQLExpression(strict_membership=1)">\n
 </dtml-if>\n
 ORDER BY\n
   stock.date, transaction_line.uid\n




More information about the Erp5-report mailing list