[Erp5-report] r39529 jerome - in /erp5/trunk/bt5/erp5_accounting: PathTemplateItem/portal_c...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 26 14:48:26 CEST 2010
Author: jerome
Date: Tue Oct 26 14:48:25 2010
New Revision: 39529
URL: http://svn.erp5.org?rev=39529&view=rev
Log:
set int index on account type
Modified:
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash/bank.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable/refundable_vat.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/equity.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/expense.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/income.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable.xml
erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable/collected_vat.xml
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>id</string> </key>
@@ -46,9 +48,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -52,15 +52,19 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Category</string> </value>
</item>
<item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string>Cash</string> </value>
</item>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash/bank.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash/bank.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash/bank.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/cash/bank.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -50,15 +50,19 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>1</string> </value>
</item>
<item>
+ <key> <string>short_title</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
<key> <string>title</string> </key>
<value> <string>Bank</string> </value>
</item>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -42,6 +42,10 @@
</item>
<item>
<key> <string>int_index</string> </key>
+ <value> <int>2</int> </value>
+ </item>
+ <item>
+ <key> <string>short_title</string> </key>
<value>
<none/>
</value>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable/refundable_vat.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable/refundable_vat.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable/refundable_vat.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/asset/receivable/refundable_vat.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -36,6 +36,10 @@
</item>
<item>
<key> <string>int_index</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ <item>
+ <key> <string>short_title</string> </key>
<value>
<none/>
</value>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/equity.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/equity.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/equity.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/equity.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>id</string> </key>
@@ -46,9 +48,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>2</int> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/expense.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/expense.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/expense.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/expense.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>id</string> </key>
@@ -46,9 +48,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>4</int> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/income.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/income.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/income.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/income.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>id</string> </key>
@@ -46,9 +48,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>5</int> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -38,7 +38,9 @@
</item>
<item>
<key> <string>description</string> </key>
- <value> <string></string> </value>
+ <value>
+ <none/>
+ </value>
</item>
<item>
<key> <string>id</string> </key>
@@ -46,9 +48,7 @@
</item>
<item>
<key> <string>int_index</string> </key>
- <value>
- <none/>
- </value>
+ <value> <int>3</int> </value>
</item>
<item>
<key> <string>title</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -31,11 +31,21 @@
</value>
</item>
<item>
+ <key> <string>description</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
<key> <string>id</string> </key>
<value> <string>payable</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ <item>
+ <key> <string>short_title</string> </key>
<value>
<none/>
</value>
Modified: erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable/collected_vat.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable/collected_vat.xml?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable/collected_vat.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PathTemplateItem/portal_categories/account_type/liability/payable/collected_vat.xml [utf8] Tue Oct 26 14:48:25 2010
@@ -36,6 +36,10 @@
</item>
<item>
<key> <string>int_index</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ <item>
+ <key> <string>short_title</string> </key>
<value>
<none/>
</value>
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=39529&r1=39528&r2=39529&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Tue Oct 26 14:48:25 2010
@@ -1 +1 @@
-1375
\ No newline at end of file
+1378
\ No newline at end of file
More information about the Erp5-report
mailing list