[Erp5-report] r37145 kazuhiko - in /erp5/trunk/bt5: erp5_accounting/PortalTypeAllowedConten...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 15 17:20:31 CEST 2010


Author: kazuhiko
Date: Thu Jul 15 17:20:30 2010
New Revision: 37145

URL: http://svn.erp5.org?rev=37145&view=rev
Log:
add Composed Divergence Tester in rule portal types' allowed portal types.

Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_invoicing/bt/revision
    erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_mrp/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_mrp/bt/revision
    erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_allowed_content_type_list
    erp5/trunk/bt5/erp5_trade/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_trade/bt/revision
    erp5/trunk/bt5/erp5_trade/bt/template_portal_type_allowed_content_type_list

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Jul 15 17:20:30 2010
@@ -23,6 +23,7 @@
  </portal_type>
  <portal_type id="Accounting Transaction Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -34,11 +35,13 @@
  </portal_type>
  <portal_type id="Invoice Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Invoice Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -48,12 +51,14 @@
  </portal_type>
  <portal_type id="Payment Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Payment Simulation Rule">
   <item>Accounting Rule Cell</item>
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Mapped Property</item>
   <item>Predicate</item>
   <item>Property Divergence Tester</item>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Jul 15 17:20:30 2010
@@ -1 +1 @@
-1311
\ No newline at end of file
+1312
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_allowed_content_type_list [utf8] Thu Jul 15 17:20:30 2010
@@ -8,6 +8,7 @@ Accounting Transaction Module | Payment 
 Accounting Transaction Module | Purchase Invoice Transaction
 Accounting Transaction Module | Sale Invoice Transaction
 Accounting Transaction Root Simulation Rule | Category Divergence Tester
+Accounting Transaction Root Simulation Rule | Composed Divergence Tester
 Accounting Transaction Root Simulation Rule | Property Divergence Tester
 Accounting Transaction Root Simulation Rule | Quantity Divergence Tester
 Accounting Transaction | Accounting Transaction Line
@@ -16,18 +17,22 @@ Accounting Transaction | Image
 Balance Transaction | Balance Transaction Line
 Internal Invoice Transaction | Internal Invoice Transaction Line
 Invoice Root Simulation Rule | Category Divergence Tester
+Invoice Root Simulation Rule | Composed Divergence Tester
 Invoice Root Simulation Rule | Property Divergence Tester
 Invoice Root Simulation Rule | Quantity Divergence Tester
 Invoice Rule | Category Divergence Tester
+Invoice Rule | Composed Divergence Tester
 Invoice Rule | Property Divergence Tester
 Invoice Rule | Quantity Divergence Tester
 Organisation | Accounting Period
 Organisation | Cash Register
 Payment Rule | Category Divergence Tester
+Payment Rule | Composed Divergence Tester
 Payment Rule | Property Divergence Tester
 Payment Rule | Quantity Divergence Tester
 Payment Simulation Rule | Accounting Rule Cell
 Payment Simulation Rule | Category Divergence Tester
+Payment Simulation Rule | Composed Divergence Tester
 Payment Simulation Rule | Mapped Property
 Payment Simulation Rule | Predicate
 Payment Simulation Rule | Property Divergence Tester

Modified: erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Jul 15 17:20:30 2010
@@ -5,6 +5,7 @@
  </portal_type>
  <portal_type id="Invoice Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Mapped Property</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
@@ -12,6 +13,7 @@
  <portal_type id="Invoice Transaction Rule">
   <item>Accounting Rule Cell</item>
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Predicate</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
@@ -19,6 +21,7 @@
  <portal_type id="Invoice Transaction Simulation Rule">
   <item>Accounting Rule Cell</item>
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Mapped Property</item>
   <item>Predicate</item>
   <item>Property Divergence Tester</item>
@@ -26,6 +29,7 @@
  </portal_type>
  <portal_type id="Invoicing Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -39,11 +43,13 @@
  </portal_type>
  <portal_type id="Trade Model Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Trade Model Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Mapped Property</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>

Modified: erp5/trunk/bt5/erp5_invoicing/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/revision?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] Thu Jul 15 17:20:30 2010
@@ -1 +1 @@
-356
\ No newline at end of file
+357
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list [utf8] Thu Jul 15 17:20:30 2010
@@ -1,21 +1,25 @@
 Invoice Line | Invoice Cell
 Invoice Line | Invoice Line
 Invoice Simulation Rule | Category Divergence Tester
+Invoice Simulation Rule | Composed Divergence Tester
 Invoice Simulation Rule | Mapped Property
 Invoice Simulation Rule | Property Divergence Tester
 Invoice Simulation Rule | Quantity Divergence Tester
 Invoice Transaction Rule | Accounting Rule Cell
 Invoice Transaction Rule | Category Divergence Tester
+Invoice Transaction Rule | Composed Divergence Tester
 Invoice Transaction Rule | Predicate
 Invoice Transaction Rule | Property Divergence Tester
 Invoice Transaction Rule | Quantity Divergence Tester
 Invoice Transaction Simulation Rule | Accounting Rule Cell
 Invoice Transaction Simulation Rule | Category Divergence Tester
+Invoice Transaction Simulation Rule | Composed Divergence Tester
 Invoice Transaction Simulation Rule | Mapped Property
 Invoice Transaction Simulation Rule | Predicate
 Invoice Transaction Simulation Rule | Property Divergence Tester
 Invoice Transaction Simulation Rule | Quantity Divergence Tester
 Invoicing Rule | Category Divergence Tester
+Invoicing Rule | Composed Divergence Tester
 Invoicing Rule | Property Divergence Tester
 Invoicing Rule | Quantity Divergence Tester
 Rule Tool | Invoice Simulation Rule
@@ -25,9 +29,11 @@ Rule Tool | Invoicing Rule
 Rule Tool | Trade Model Rule
 Rule Tool | Trade Model Simulation Rule
 Trade Model Rule | Category Divergence Tester
+Trade Model Rule | Composed Divergence Tester
 Trade Model Rule | Property Divergence Tester
 Trade Model Rule | Quantity Divergence Tester
 Trade Model Simulation Rule | Category Divergence Tester
+Trade Model Simulation Rule | Composed Divergence Tester
 Trade Model Simulation Rule | Mapped Property
 Trade Model Simulation Rule | Property Divergence Tester
 Trade Model Simulation Rule | Quantity Divergence Tester
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_mrp/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Jul 15 17:20:30 2010
@@ -8,11 +8,13 @@
  </portal_type>
  <portal_type id="Production Order Model Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Production Order Model Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -21,11 +23,13 @@
  </portal_type>
  <portal_type id="Production Order Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Production Order Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -66,21 +70,25 @@
  </portal_type>
  <portal_type id="Transformation Model Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Transformation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Transformation Sourcing Model Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Transformation Sourcing Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>

Modified: erp5/trunk/bt5/erp5_mrp/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/revision?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] Thu Jul 15 17:20:30 2010
@@ -1 +1 @@
-446
\ No newline at end of file
+447
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_allowed_content_type_list?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/template_portal_type_allowed_content_type_list [utf8] Thu Jul 15 17:20:30 2010
@@ -1,15 +1,19 @@
 Production Order Line | Production Order Cell
 Production Order Model Root Simulation Rule | Category Divergence Tester
+Production Order Model Root Simulation Rule | Composed Divergence Tester
 Production Order Model Root Simulation Rule | Property Divergence Tester
 Production Order Model Root Simulation Rule | Quantity Divergence Tester
 Production Order Model Rule | Category Divergence Tester
+Production Order Model Rule | Composed Divergence Tester
 Production Order Model Rule | Property Divergence Tester
 Production Order Model Rule | Quantity Divergence Tester
 Production Order Module | Production Order
 Production Order Root Simulation Rule | Category Divergence Tester
+Production Order Root Simulation Rule | Composed Divergence Tester
 Production Order Root Simulation Rule | Property Divergence Tester
 Production Order Root Simulation Rule | Quantity Divergence Tester
 Production Order Rule | Category Divergence Tester
+Production Order Rule | Composed Divergence Tester
 Production Order Rule | Property Divergence Tester
 Production Order Rule | Quantity Divergence Tester
 Production Order | Payment Condition
@@ -32,14 +36,18 @@ Supply Chain Module | Supply Chain
 Supply Chain | Supply Link
 Supply Chain | Supply Node
 Transformation Model Rule | Category Divergence Tester
+Transformation Model Rule | Composed Divergence Tester
 Transformation Model Rule | Property Divergence Tester
 Transformation Model Rule | Quantity Divergence Tester
 Transformation Rule | Category Divergence Tester
+Transformation Rule | Composed Divergence Tester
 Transformation Rule | Property Divergence Tester
 Transformation Rule | Quantity Divergence Tester
 Transformation Sourcing Model Rule | Category Divergence Tester
+Transformation Sourcing Model Rule | Composed Divergence Tester
 Transformation Sourcing Model Rule | Property Divergence Tester
 Transformation Sourcing Model Rule | Quantity Divergence Tester
 Transformation Sourcing Rule | Category Divergence Tester
+Transformation Sourcing Rule | Composed Divergence Tester
 Transformation Sourcing Rule | Property Divergence Tester
 Transformation Sourcing Rule | Quantity Divergence Tester
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_trade/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml [utf8] Thu Jul 15 17:20:30 2010
@@ -18,16 +18,19 @@
  </portal_type>
  <portal_type id="Delivery Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Delivery Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Delivery Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
@@ -63,11 +66,13 @@
  </portal_type>
  <portal_type id="Order Root Simulation Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>
  <portal_type id="Order Rule">
   <item>Category Divergence Tester</item>
+  <item>Composed Divergence Tester</item>
   <item>Property Divergence Tester</item>
   <item>Quantity Divergence Tester</item>
  </portal_type>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision [utf8] Thu Jul 15 17:20:30 2010
@@ -1 +1 @@
-962
\ No newline at end of file
+963
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_trade/bt/template_portal_type_allowed_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/template_portal_type_allowed_content_type_list?rev=37145&r1=37144&r2=37145&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/template_portal_type_allowed_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/template_portal_type_allowed_content_type_list [utf8] Thu Jul 15 17:20:30 2010
@@ -6,12 +6,15 @@ Container | Container
 Container | Container Line
 Delivery Builder | First Causality Movement Group
 Delivery Root Simulation Rule | Category Divergence Tester
+Delivery Root Simulation Rule | Composed Divergence Tester
 Delivery Root Simulation Rule | Property Divergence Tester
 Delivery Root Simulation Rule | Quantity Divergence Tester
 Delivery Rule | Category Divergence Tester
+Delivery Rule | Composed Divergence Tester
 Delivery Rule | Property Divergence Tester
 Delivery Rule | Quantity Divergence Tester
 Delivery Simulation Rule | Category Divergence Tester
+Delivery Simulation Rule | Composed Divergence Tester
 Delivery Simulation Rule | Property Divergence Tester
 Delivery Simulation Rule | Quantity Divergence Tester
 Internal Order Line | Internal Order Cell
@@ -27,9 +30,11 @@ Inventory Line | Inventory Cell
 Inventory Module | Inventory
 Inventory | Inventory Line
 Order Root Simulation Rule | Category Divergence Tester
+Order Root Simulation Rule | Composed Divergence Tester
 Order Root Simulation Rule | Property Divergence Tester
 Order Root Simulation Rule | Quantity Divergence Tester
 Order Rule | Category Divergence Tester
+Order Rule | Composed Divergence Tester
 Order Rule | Property Divergence Tester
 Order Rule | Quantity Divergence Tester
 Preference | Sale Order




More information about the Erp5-report mailing list