[OpenbravoERP-commits] devel/pi: Fixes Issue 24881: Swiss franc is duplicated. Only CHF...

2014-01-02 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/622181f3a4ad
changeset: 21741:622181f3a4ad
user:  Pandeeswari Ramakrishnan pandeeswari.ramakrishnan at 
openbravo.com
date:  Thu Jan 02 11:05:38 2014 +0530
summary:   Fixes Issue 24881: Swiss franc is duplicated. Only CHF has to exist.

diffstat:

 src-db/database/sourcedata/referencedData/C_CURRENCY.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 92cf70aa1c12 -r 622181f3a4ad 
src-db/database/sourcedata/referencedData/C_CURRENCY.xml
--- a/src-db/database/sourcedata/referencedData/C_CURRENCY.xml  Thu Jan 02 
09:27:38 2014 +0100
+++ b/src-db/database/sourcedata/referencedData/C_CURRENCY.xml  Thu Jan 02 
11:05:38 2014 +0530
@@ -256,7 +256,7 @@
 !--115--  C_CURRENCY_ID![CDATA[115]]/C_CURRENCY_ID
 !--115--  AD_CLIENT_ID![CDATA[0]]/AD_CLIENT_ID
 !--115--  AD_ORG_ID![CDATA[0]]/AD_ORG_ID
-!--115--  ISACTIVE![CDATA[Y]]/ISACTIVE
+!--115--  ISACTIVE![CDATA[N]]/ISACTIVE
 !--115--  CREATED![CDATA[2011-02-22 17:06:39.0]]/CREATED
 !--115--  CREATEDBY![CDATA[0]]/CREATEDBY
 !--115--  UPDATED![CDATA[2011-02-22 17:06:39.0]]/UPDATED

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/main: 7 new changesets

2014-01-02 Thread hg
details:   https://code.openbravo.com/erp/devel/main/rev/847b236b4c75
changeset: 21732:847b236b4c75
user:  Atul Gaware atul.gaware at openbravo.com
date:  Mon Dec 30 18:16:41 2013 +0530
summary:   0024881: Swiss franc is duplicated. Only CHF has to exist

details:   https://code.openbravo.com/erp/devel/main/rev/17847a1ed46d
changeset: 21733:17847a1ed46d
user:  Atul Gaware atul.gaware at openbravo.com
date:  Mon Dec 30 14:55:36 2013 +0530
summary:   Fixes Issue 0025106:Asset set as not fully depreciated when there is 
a previously depreciated amount

details:   https://code.openbravo.com/erp/devel/main/rev/39e9682ae34c
changeset: 21734:39e9682ae34c
user:  Javier Etxarri javier.echarri at openbravo.com
date:  Tue Dec 31 12:20:18 2013 +0100
summary:   Fixes issue 25412: Alert process could check if the description has 
changed

details:   https://code.openbravo.com/erp/devel/main/rev/f1a2d4596914
changeset: 21735:f1a2d4596914
user:  Pandeeswari Ramakrishnan pandeeswari.ramakrishnan at 
openbravo.com
date:  Tue Dec 31 19:47:08 2013 +0530
summary:   Fixes Issue 0025214: Link from Journal Entries Report to Financial 
Transaction does not work

details:   https://code.openbravo.com/erp/devel/main/rev/9fe57239e6a9
changeset: 21736:9fe57239e6a9
user:  Víctor Martínez Romanos victor.martinez at openbravo.com
date:  Fri Dec 27 14:31:41 2013 +0100
summary:   Related to issue 24615: cash vat UI moved to external module

details:   https://code.openbravo.com/erp/devel/main/rev/fcb87e990fcd
changeset: 21737:fcb87e990fcd
user:  Javier Etxarri javier.echarri at openbravo.com
date:  Tue Dec 31 17:08:12 2013 +0100
summary:   Fixes issue 25414, fixes issue 25415:
Wrong currency rate is applied when posting a GL Journal line
G/L Journal lines accounting amounts are not updated when changing the header 
rate

details:   https://code.openbravo.com/erp/devel/main/rev/d2a6126e04e6
changeset: 21738:d2a6126e04e6
user:  Pandeeswari Ramakrishnan pandeeswari.ramakrishnan at 
openbravo.com
date:  Thu Jan 02 10:55:49 2014 +0530
summary:   Fixes Issue 25418: Rebuilding fails because a missing Currency item

Backout of the fix for the issue 24881: Swiss franc is duplicated. Only CHF has 
to exist

diffstat:

 src-db/database/model/functions/AD_GETTAB_FROM_TABLE.xml   | 4 +-
 src-db/database/model/functions/A_AMORTIZATION_PROCESS.xml | 4 +-
 src-db/database/model/triggers/GL_JOURNALLINE2_TRG.xml | 5 +-
 src-db/database/model/triggers/GL_JOURNALLINE_TRG.xml  | 2 +-
 src-db/database/model/triggers/GL_JOURNAL_CHK_RESTRICT_TRG.xml | 6 +-
 src-db/database/model/triggers/GL_JOURNAL_TRG.xml  | 6 +
 src-db/database/sourcedata/AD_AUXILIARINPUT.xml|11 +
 src-db/database/sourcedata/AD_COLUMN.xml   | 1 +
 src-db/database/sourcedata/AD_FIELD.xml|  1263 
+-
 src-db/database/sourcedata/AD_TAB.xml  |60 -
 src/org/openbravo/erpCommon/ad_process/AlertProcess.java   |55 +
 src/org/openbravo/erpCommon/ad_process/AlertProcess_data.xsql  |12 +
 12 files changed, 94 insertions(+), 1335 deletions(-)

diffs (truncated from 1899 to 300 lines):

diff -r 987357c24f95 -r d2a6126e04e6 
src-db/database/model/functions/AD_GETTAB_FROM_TABLE.xml
--- a/src-db/database/model/functions/AD_GETTAB_FROM_TABLE.xml  Mon Dec 30 
19:17:05 2013 +0530
+++ b/src-db/database/model/functions/AD_GETTAB_FROM_TABLE.xml  Thu Jan 02 
10:55:49 2014 +0530
@@ -22,7 +22,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2001-2009 Openbravo SLU
+* All portions are Copyright (C) 2001-2013 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  __.
 /
@@ -34,7 +34,7 @@
 BEGIN
 
   IF (p_table_id = '4D8C3B3C31D1410DA046140C9F024D17') THEN 
--'APRM_Finacc_Transaction_v'
-RETURN 'FF8080812F213146012F2135BC25000E'; --Transactions
+RETURN '23691259D1BD4496BCC5F32645BCA4B9'; --Transactions
   ELSE
 -- General Ledger Journal - Link to Tabs Extension Point
 
diff -r 987357c24f95 -r d2a6126e04e6 
src-db/database/model/functions/A_AMORTIZATION_PROCESS.xml
--- a/src-db/database/model/functions/A_AMORTIZATION_PROCESS.xmlMon Dec 
30 19:17:05 2013 +0530
+++ b/src-db/database/model/functions/A_AMORTIZATION_PROCESS.xmlThu Jan 
02 10:55:49 2014 +0530
@@ -16,7 +16,7 @@
 * under the License.
 * The Original Code is Openbravo ERP.
 * The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2001-2009 Openbravo SLU
+* All portions are Copyright (C) 2001-2013 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  __.
 

[OpenbravoERP-commits] devel/main: 4 new changesets

2014-01-02 Thread hg
details:   https://code.openbravo.com/erp/devel/main/rev/6d69e73928db
changeset: 21739:6d69e73928db
user:  Egoitz Castillo egoitz.castillo at openbravo.com
date:  Thu Jan 02 08:40:39 2014 +0100
summary:   Fixed issue 0025354: Long time tol load CreateFrom Invoices popup

details:   https://code.openbravo.com/erp/devel/main/rev/92cf70aa1c12
changeset: 21740:92cf70aa1c12
user:  Egoitz Castillo egoitz.castillo at openbravo.com
date:  Thu Jan 02 09:27:38 2014 +0100
summary:   Related with issue 0025354: Remove an incorrect change

details:   https://code.openbravo.com/erp/devel/main/rev/622181f3a4ad
changeset: 21741:622181f3a4ad
user:  Pandeeswari Ramakrishnan pandeeswari.ramakrishnan at 
openbravo.com
date:  Thu Jan 02 11:05:38 2014 +0530
summary:   Fixes Issue 24881: Swiss franc is duplicated. Only CHF has to exist.

details:   https://code.openbravo.com/erp/devel/main/rev/7a908443c43a
changeset: 21742:7a908443c43a
user:  Shankar Balachandran shankar.balachandran at openbravo.com
date:  Thu Jan 02 17:26:52 2014 +0530
summary:   Fixes Issue 0025419: It is not possible to run open/close period 
process for an specific document

Checks whether field is available before retrieving the property of the field.

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 |  6 --
 src-db/database/model/tables/M_MATCHINV.xml
   |  3 +++
 src-db/database/sourcedata/referencedData/C_CURRENCY.xml   
   |  2 +-
 src/org/openbravo/dal/security/EntityAccessChecker.java
   |  2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r d2a6126e04e6 -r 7a908443c43a 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 Thu Jan 02 10:55:49 2014 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 Thu Jan 02 17:26:52 2014 +0530
@@ -3626,7 +3626,9 @@
   return;
 }
 newValue = {};
-newValue[field.property] = columnValue.value;
+if (field) {
+  newValue[field.property] = columnValue.value;
+}
 this.setEditValue(rowNum, field.property, columnValue.value);
   },
 
@@ -3646,7 +3648,7 @@
 field = this.getFieldFromColumnName(prop);
 // This call to the FIC was done to retrieve the missing values
 // Do not try to overwrite the existing values
-if (!this.getRecord(rowNum)[field.property]) {
+if (field  !this.getRecord(rowNum)[field.property]) {
   grid.processColumnValue(rowNum, prop, columnValues[prop]);
 }
   }
diff -r d2a6126e04e6 -r 7a908443c43a src-db/database/model/tables/M_MATCHINV.xml
--- a/src-db/database/model/tables/M_MATCHINV.xml   Thu Jan 02 10:55:49 
2014 +0530
+++ b/src-db/database/model/tables/M_MATCHINV.xml   Thu Jan 02 17:26:52 
2014 +0530
@@ -80,6 +80,9 @@
   foreign-key foreignTable=M_PRODUCT name=M_MATCHINV_M_PRODUCT
 reference local=M_PRODUCT_ID foreign=M_PRODUCT_ID/
   /foreign-key
+  index name=M_MATCHINV_INOUT unique=false
+index-column name=M_INOUTLINE_ID/
+  /index
   index name=M_MATCHINV_SHIP unique=false
 index-column name=C_INVOICELINE_ID/
 index-column name=M_INOUTLINE_ID/
diff -r d2a6126e04e6 -r 7a908443c43a 
src-db/database/sourcedata/referencedData/C_CURRENCY.xml
--- a/src-db/database/sourcedata/referencedData/C_CURRENCY.xml  Thu Jan 02 
10:55:49 2014 +0530
+++ b/src-db/database/sourcedata/referencedData/C_CURRENCY.xml  Thu Jan 02 
17:26:52 2014 +0530
@@ -256,7 +256,7 @@
 !--115--  C_CURRENCY_ID![CDATA[115]]/C_CURRENCY_ID
 !--115--  AD_CLIENT_ID![CDATA[0]]/AD_CLIENT_ID
 !--115--  AD_ORG_ID![CDATA[0]]/AD_ORG_ID
-!--115--  ISACTIVE![CDATA[Y]]/ISACTIVE
+!--115--  ISACTIVE![CDATA[N]]/ISACTIVE
 !--115--  CREATED![CDATA[2011-02-22 17:06:39.0]]/CREATED
 !--115--  CREATEDBY![CDATA[0]]/CREATEDBY
 !--115--  UPDATED![CDATA[2011-02-22 17:06:39.0]]/UPDATED
diff -r d2a6126e04e6 -r 7a908443c43a 
src/org/openbravo/dal/security/EntityAccessChecker.java
--- a/src/org/openbravo/dal/security/EntityAccessChecker.java   Thu Jan 02 
10:55:49 2014 +0530
+++ b/src/org/openbravo/dal/security/EntityAccessChecker.java   Thu Jan 02 
17:26:52 2014 +0530
@@ -373,4 +373,4 @@
 return writableEntities;
   }
 
-}
\ No newline at end of file
+}

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of 

[OpenbravoERP-commits] devel/pi: Related to Issue 25419 : Updated copyright information

2014-01-02 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/a50f59ba5327
changeset: 21743:a50f59ba5327
user:  Shankar Balachandran shankar.balachandran at openbravo.com
date:  Fri Jan 03 08:49:25 2014 +0530
summary:   Related to Issue 25419 : Updated copyright information

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7a908443c43a -r a50f59ba5327 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 Thu Jan 02 17:26:52 2014 +0530
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
 Fri Jan 03 08:49:25 2014 +0530
@@ -11,7 +11,7 @@
  * under the License.
  * The Original Code is Openbravo ERP.
  * The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2010-2013 Openbravo SLU
+ * All portions are Copyright (C) 2010-2014 Openbravo SLU
  * All Rights Reserved.
  * Contributor(s):  __.
  

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: change copyright

2014-01-02 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/95fbaecd503a
changeset: 21744:95fbaecd503a
user:  Egoitz Castillo egoitz.castillo at openbravo.com
date:  Fri Jan 03 08:23:47 2014 +0100
summary:   change copyright

diffstat:

 src/org/openbravo/dal/security/EntityAccessChecker.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a50f59ba5327 -r 95fbaecd503a 
src/org/openbravo/dal/security/EntityAccessChecker.java
--- a/src/org/openbravo/dal/security/EntityAccessChecker.java   Fri Jan 03 
08:49:25 2014 +0530
+++ b/src/org/openbravo/dal/security/EntityAccessChecker.java   Fri Jan 03 
08:23:47 2014 +0100
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2008-2011 Openbravo SLU 
+ * All portions are Copyright (C) 2008-2014 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  __.
  

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits