[OpenbravoERP-commits] devel/pi: 2 new changesets

2016-03-22 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/f4f7526c0d97
changeset: 28836:f4f7526c0d97
user:  RM packaging bot  openbravo.com>
date:  Wed Mar 23 00:46:37 2016 +
summary:   CI: update AD_MODULE to version 28834

details:   https://code.openbravo.com/erp/devel/pi/rev/d3ea47de8b2f
changeset: 28837:d3ea47de8b2f
user:  RM packaging bot  openbravo.com>
date:  Wed Mar 23 01:00:40 2016 +
summary:   CI: merge back from main

diffstat:

 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml  
   |   2 +-
 
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   4 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
   |   2 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|   2 +-
 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml   
   |   2 +-
 
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   8 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
  |   2 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   2 +-
 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml   
   |   2 +-
 
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   6 +-
 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml 
   |   2 +-
 
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   4 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml 
  |   2 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|   2 +-
 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml  
   |   2 +-
 
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
|   2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   2 +-
 
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   2 +-
 
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |  10 ++--
 
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   4 +-
 
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |   2 +-
 modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
   |   2 +-
 
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|   2 +-
 
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
 |   2 +-
 
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |  12 ++--
 
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
|   2 +-
 
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   2 +-
 
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
  |   2 +-
 
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |   6 +-
 
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
|   2 +-
 
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |   2 +-
 modules/org.openbravo.v3.datasets/src-db/database/

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

2016-03-22 Thread hg
details:   https://code.openbravo.com/erp/devel/main/rev/775ccd9fca46
changeset: 28829:775ccd9fca46
user:  Augusto Mauch  openbravo.com>
date:  Mon Mar 21 09:22:39 2016 +0100
summary:   Fixes issue 32460: Improves log. Supports true, yes and on literals

If modulescripts are skipped, it is shown in hte log. Also now it is possible 
to use 'yes', 'true' and 'on' as the property value to specify that the 
modulescripts should be exec
uted, as it is defined in the standard (see [1]).

Also the execute.modulescripts property is now defined only once in the 
build.xml.

[1] https://ant.apache.org/manual/develop.html

details:   https://code.openbravo.com/erp/devel/main/rev/715af3267f4b
changeset: 28830:715af3267f4b
user:  Mark  nectus.com>
date:  Tue Mar 15 11:29:37 2016 -0400
summary:   Fixes issue 32458: Added log information in process executed when 
Validating Costing Rule.

Several log information was added to be able to follow information when the 
"Validate Costing Rule" process is executed.

details:   https://code.openbravo.com/erp/devel/main/rev/0435c3f22231
changeset: 28831:0435c3f22231
user:  Alvaro Ferraz  openbravo.com>
date:  Mon Mar 21 10:09:07 2016 +0100
summary:   Related to issue 32458: Code review improvements

Add log only in Costing Rule process three main steps.

details:   https://code.openbravo.com/erp/devel/main/rev/22de9c218101
changeset: 28832:22de9c218101
user:  David Baz Fayos  openbravo.com>
date:  Mon Mar 21 11:17:03 2016 +0100
summary:   Related to issue 29414: Updated browser supported/recommended list 
for PR16Q2

* Firefox. Supported 38, Recommended 45 or higher.
* Chrome. Supported 48, Recommended 49 or higher.
* Internet Explorer. Supported 9, Recommended 11 or higher.
* Edge (EdgeHTML). Supported 12, Recommended 13 or higher.
* Safari. Supported 8, Recommended 9 or higher.

details:   https://code.openbravo.com/erp/devel/main/rev/18bc131ca1ec
changeset: 28833:18bc131ca1ec
user:  RM packaging bot  openbravo.com>
date:  Mon Mar 21 13:03:15 2016 +
summary:   CI: merge back from main

details:   https://code.openbravo.com/erp/devel/main/rev/c348f263a0a4
changeset: 28834:c348f263a0a4
user:  Mark  nectus.com>
date:  Fri Mar 18 12:40:41 2016 -0400
summary:   Fixes issue 32390: Cannot close an order with an allocated 
reservation if is not released the total reserved quantity.

Cannot close an order with an allocated reservation if the released quantity is 
different than the total reserved quantity.

details:   https://code.openbravo.com/erp/devel/main/rev/f4f7526c0d97
changeset: 28835:f4f7526c0d97
user:  RM packaging bot  openbravo.com>
date:  Wed Mar 23 00:46:37 2016 +
summary:   CI: update AD_MODULE to version 28834

diffstat:

 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml  
   |2 +-
 
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |4 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
   |2 +-
 
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|2 +-
 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml   
   |2 +-
 
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
 |2 +-
 
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |8 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
  |2 +-
 
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |2 +-
 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml   
   |2 +-
 
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
   |6 +-
 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml 
   |2 +-
 
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
 |4 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml 
  |2 +-
 
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
|2 +-
 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml  
   |2 +-
 
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
  |2 +-
 
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
   

[OpenbravoERP-commits] devel/pi: Fixes issue 32434: Fixed Wrong Exchange Rate set in Pa...

2016-03-22 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/05ebc1f592f5
changeset: 28835:05ebc1f592f5
user:  Mark  nectus.com>
date:  Wed Mar 16 13:15:55 2016 -0400
summary:   Fixes issue 32434: Fixed Wrong Exchange Rate set in Payment created 
from "Set New currency" process.

Payment that generates credit in new currency was calculated with wrong 
Exchange Rate so payment's accounting
entry was not properly converted, it was fixed updating the transaction tax 
rate with the correct conversion between currencies.

diffstat:

 src/org/openbravo/common/actionhandler/SetNewBPCurrency.java |  5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c348f263a0a4 -r 05ebc1f592f5 
src/org/openbravo/common/actionhandler/SetNewBPCurrency.java
--- a/src/org/openbravo/common/actionhandler/SetNewBPCurrency.java  Fri Mar 
18 12:40:41 2016 -0400
+++ b/src/org/openbravo/common/actionhandler/SetNewBPCurrency.java  Wed Mar 
16 13:15:55 2016 -0400
@@ -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) 2014-2015 Openbravo SLU 
+ * All portions are Copyright (C) 2014-2016 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  __.
  
@@ -262,6 +262,9 @@
 currency.getStandardPrecision().intValue(), 
RoundingMode.HALF_UP);
 payment3.setGeneratedCredit(generatedCredit);
 payment3.setUsedCredit(BigDecimal.ZERO);
+final BigDecimal reverseConvRate = getConversionRate(strOrgId, 
strToCurrencyId,
+strFromCurrencyId);
+payment3.setFinancialTransactionConvertRate(reverseConvRate);
 
 // Create a payment detail to create the credit with a glitem
 FIN_PaymentDetail paymentDetail3 = OBProvider.getInstance()

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits


[OpenbravoERP-commits] devel/pi: Fixes issue 32390: Cannot close an order with an alloc...

2016-03-22 Thread hg
details:   https://code.openbravo.com/erp/devel/pi/rev/c348f263a0a4
changeset: 28834:c348f263a0a4
user:  Mark  nectus.com>
date:  Fri Mar 18 12:40:41 2016 -0400
summary:   Fixes issue 32390: Cannot close an order with an allocated 
reservation if is not released the total reserved quantity.

Cannot close an order with an allocated reservation if the released quantity is 
different than the total reserved quantity.

diffstat:

 src-db/database/model/functions/C_ORDER_POST1.xml |  4 ++--
 src-db/database/sourcedata/AD_MESSAGE.xml |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 18bc131ca1ec -r c348f263a0a4 
src-db/database/model/functions/C_ORDER_POST1.xml
--- a/src-db/database/model/functions/C_ORDER_POST1.xml Mon Mar 21 13:03:15 
2016 +
+++ b/src-db/database/model/functions/C_ORDER_POST1.xml Fri Mar 18 12:40:41 
2016 -0400
@@ -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-2015 Openbravo SLU
+* All portions are Copyright (C) 2001-2016 Openbravo SLU
 * All Rights Reserved.
 * Contributor(s):  __.
 /
@@ -1258,7 +1258,7 @@
 WHERE r.m_reservation_id = v_reservation_id
 GROUP BY r.quantity, r.reservedqty, r.releasedqty, 
r.res_status;
 IF (v_quantity != cur_orderline.qtyordered) THEN
-  IF (cur_orderline.qtyordered < v_allocated) THEN
+  IF (v_allocated <> 0) THEN
 RAISE_APPLICATION_ERROR(-2, 
'@ThereIsMoreAllocatedQtyThanOrdered@');
   END IF;
   IF (cur_orderline.qtyordered < v_releasedqty) THEN
diff -r 18bc131ca1ec -r c348f263a0a4 src-db/database/sourcedata/AD_MESSAGE.xml
--- a/src-db/database/sourcedata/AD_MESSAGE.xml Mon Mar 21 13:03:15 2016 +
+++ b/src-db/database/sourcedata/AD_MESSAGE.xml Fri Mar 18 12:40:41 2016 -0400
@@ -17597,7 +17597,7 @@
   
   
   

-  
+  
   
   

   


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
___
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits