[Erp5-report] r31275 yusei - in /erp5/trunk/bt5/erp5_accounting: PortalTypeTemplateItem/por...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 14 12:20:50 CET 2009
Author: yusei
Date: Mon Dec 14 12:20:47 2009
New Revision: 31275
URL: http://svn.erp5.org?rev=31275&view=rev
Log:
2009-12-14 yusei
* Add sales group type to Sale Invoice Transaction.
* Add purchase group type to Purchase Invoice Transaction.
Modified:
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
erp5/trunk/bt5/erp5_accounting/bt/change_log
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%2520Invoice%2520Transaction.xml?rev=31275&r1=31274&r2=31275&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Purchase%20Invoice%20Transaction.xml [utf8] Mon Dec 14 12:20:47 2009
@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
+ <string>accounting_transaction</string>
<string>delivery</string>
- <string>accounting_transaction</string>
<string>invoice</string>
+ <string>purchase</string>
</tuple>
</value>
</item>
@@ -53,7 +54,9 @@
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%2520Invoice%2520Transaction.xml?rev=31275&r1=31274&r2=31275&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeTemplateItem/portal_types/Sale%20Invoice%20Transaction.xml [utf8] Mon Dec 14 12:20:47 2009
@@ -37,9 +37,10 @@
<key> <string>group_list</string> </key>
<value>
<tuple>
+ <string>accounting_transaction</string>
<string>delivery</string>
- <string>accounting_transaction</string>
<string>invoice</string>
+ <string>sales</string>
</tuple>
</value>
</item>
@@ -53,7 +54,9 @@
</item>
<item>
<key> <string>permission</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>redirect_script</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=31275&r1=31274&r2=31275&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Mon Dec 14 12:20:47 2009
@@ -1,3 +1,7 @@
+2009-12-14 yusei
+* Add sales group type to Sale Invoice Transaction.
+* Add purchase group type to Purchase Invoice Transaction.
+
2009-10-16 yusei
* Update for the changes of new portal types of portal types.
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=31275&r1=31274&r2=31275&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Dec 14 12:20:47 2009
@@ -1,1 +1,1 @@
-1076
+1077
More information about the Erp5-report
mailing list