[Erp5-report] r25535 - in /erp5/trunk/bt5/erp5_invoicing: PortalTypeAllowedContentTypeTempl...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 12 06:13:16 CET 2009


Author: yusei
Date: Thu Feb 12 06:13:15 2009
New Revision: 25535

URL: http://svn.erp5.org?rev=25535&view=rev
Log:
2009-02-12 yusei
* Invoice Line can now contain Invoice Line. This is useful if we want to make a invoice which collect all orders from divisions in one company and list up invoice line per each division.

Modified:
    erp5/trunk/bt5/erp5_invoicing/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
    erp5/trunk/bt5/erp5_invoicing/bt/change_log
    erp5/trunk/bt5/erp5_invoicing/bt/revision
    erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_allowed_content_type_list

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=25535&r1=25534&r2=25535&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 Feb 12 06:13:15 2009
@@ -1,5 +1,6 @@
 <allowed_content_type_list>
  <portal_type id="Invoice Line">
+  <item>Invoice Line</item>
   <item>Invoice Cell</item>
  </portal_type>
  <portal_type id="Invoice Transaction Rule">

Modified: erp5/trunk/bt5/erp5_invoicing/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/change_log?rev=25535&r1=25534&r2=25535&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/change_log [utf8] Thu Feb 12 06:13:15 2009
@@ -1,3 +1,6 @@
+2009-02-12 yusei
+* Invoice Line can now contain Invoice Line. This is useful if we want to make a invoice which collect all orders from divisions in one company and list up invoice line per each division.
+
 2009-02-03 yo
 * Editable fields must use "cell" instead of "here" in the tales expressions, so they may not use proxy fields created for my_* intact. Due to this error, total_price and total_quantity could be wrongly displayed.
 

Modified: erp5/trunk/bt5/erp5_invoicing/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/revision?rev=25535&r1=25534&r2=25535&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] Thu Feb 12 06:13:15 2009
@@ -1,1 +1,1 @@
-200
+202

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=25535&r1=25534&r2=25535&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 Feb 12 06:13:15 2009
@@ -1,4 +1,5 @@
 Invoice Line | Invoice Cell
+Invoice Line | Invoice Line
 Invoice Transaction Rule | Accounting Rule Cell
 Invoice Transaction Rule | Category Divergence Tester
 Invoice Transaction Rule | Predicate




More information about the Erp5-report mailing list