[Erp5-report] r18827 - in /erp5/trunk/bt5/erp5_accounting: PortalTypeHiddenContentTypeTempl...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 22 16:51:51 CET 2008


Author: yusei
Date: Tue Jan 22 16:51:50 2008
New Revision: 18827

URL: http://svn.erp5.org?rev=18827&view=rev
Log:
2008-1-22 yusei
* Hide accounting transactions in preference.

Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml?rev=18827&r1=18826&r2=18827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml Tue Jan 22 16:51:50 2008
@@ -11,6 +11,12 @@
  <portal_type id="Payment Transaction">
   <item>Accounting Transaction Line</item>
  </portal_type>
+ <portal_type id="Preference">
+  <item>Payment Transaction</item>
+  <item>Accounting Transaction</item>
+  <item>Sale Invoice Transaction</item>
+  <item>Purchase Invoice Transaction</item>
+ </portal_type>
  <portal_type id="Purchase Invoice Transaction">
   <item>Purchase Invoice Transaction Line</item>
  </portal_type>

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=18827&r1=18826&r2=18827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log Tue Jan 22 16:51:50 2008
@@ -1,3 +1,6 @@
+2008-1-22 yusei
+* Hide accounting transactions in preference.
+
 2008-1-21 yusei
 * Section drop down list in accounting transactions should always show existing values.(bug #510)
 

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=18827&r1=18826&r2=18827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Tue Jan 22 16:51:50 2008
@@ -1,1 +1,1 @@
-550
+551

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list?rev=18827&r1=18826&r2=18827&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_hidden_content_type_list Tue Jan 22 16:51:50 2008
@@ -2,5 +2,9 @@
 Accounting Transaction | Accounting Transaction Line
 Balance Transaction | Balance Transaction Line
 Payment Transaction | Accounting Transaction Line
+Preference | Accounting Transaction
+Preference | Payment Transaction
+Preference | Purchase Invoice Transaction
+Preference | Sale Invoice Transaction
 Purchase Invoice Transaction | Purchase Invoice Transaction Line
 Sale Invoice Transaction | Sale Invoice Transaction Line




More information about the Erp5-report mailing list