[Erp5-report] r20196 - in /erp5/trunk/bt5/erp5_accounting: PortalTypePropertySheetTemplateI...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 28 15:02:34 CET 2008


Author: jerome
Date: Fri Mar 28 15:02:29 2008
New Revision: 20196

URL: http://svn.erp5.org?rev=20196&view=rev
Log:
Associate AccountingTransaction property sheet on portal type (it's no longer on the class)

Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml?rev=20196&r1=20195&r2=20196&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypePropertySheetTemplateItem/property_sheet_list.xml Fri Mar 28 15:02:29 2008
@@ -1,5 +1,20 @@
 <property_sheet_list>
+ <portal_type id="Accounting Transaction">
+  <item>AccountingTransaction</item>
+ </portal_type>
+ <portal_type id="Balance Transaction">
+  <item>AccountingTransaction</item>
+ </portal_type>
  <portal_type id="Cash Register">
   <item>BankAccount</item>
  </portal_type>
+ <portal_type id="Payment Transaction">
+  <item>AccountingTransaction</item>
+ </portal_type>
+ <portal_type id="Purchase Invoice Transaction">
+  <item>AccountingTransaction</item>
+ </portal_type>
+ <portal_type id="Sale Invoice Transaction">
+  <item>AccountingTransaction</item>
+ </portal_type>
 </property_sheet_list>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=20196&r1=20195&r2=20196&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Fri Mar 28 15:02:29 2008
@@ -1,1 +1,1 @@
-663
+664

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list?rev=20196&r1=20195&r2=20196&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_property_sheet_list Fri Mar 28 15:02:29 2008
@@ -1,1 +1,6 @@
-Cash Register | BankAccount
+Accounting Transaction | AccountingTransaction
+Balance Transaction | AccountingTransaction
+Cash Register | BankAccount
+Payment Transaction | AccountingTransaction
+Purchase Invoice Transaction | AccountingTransaction
+Sale Invoice Transaction | AccountingTransaction




More information about the Erp5-report mailing list