int-initial-oracle - Build # 1765 - Fixed:

Check console output at https://ci.openbravo.com/job/int-initial-oracle/1765/ 
to view the results.


Committers since last success:

Changes for Build #1764

    Naroa Iriarte <[email protected]> null
    Fixed issue 33853: There were too much DS request

When a column with a summary function was set, if any of the grid columns was 
reordered, there were three DS requests triggered. To fix the problem two 
different things have been done. The first, in ob-view-grid.js, consists on 
setting the showGridSummary property to false before the call to the function 
"reorderField" of the Super- This avoids one flow of smartclient which was, at 
the end, triggering two DS requests.
The second approach is also in ob-view-grid, but also in ob-grid. The problem 
was that when the ob-grid.getSummaryRow function was invoked, the return 
statement was calling the "getSummaryRow" function of the Super. There, once 
again a DS request was triggered. To fix this, a new object has been created. 
This object contains three properties. One of them is a property which is true 
if the columns have been reordered.
Now, in the ob-grid.getSummaryRow, if that property is true and if there is a 
summary function, the summary row is returned.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Alvaro Ferraz <[email protected]> null
    Related to issue 34713: Code review improvements

Fix also getLastCumulatedCosting method.
        src/org/openbravo/costing/AverageAlgorithm.java

    Alejandro <[email protected]> null
    Fixes issue 34713: getProductCost() is not checking if product is production

If a product is defined as "production", when costing is checked for
that product, "getProductCost" method in AverageAlgorithm.java was filtering by
"warehouse" dimension (in case costing rule is defined like this) so error "No
average cost found for given product and date" was raised, when it should not.
The proposed solution has been implemented, adding a validation when 
constructing
the "where" condition, so now there is no error.
        src/org/openbravo/costing/AverageAlgorithm.java

    Asier LostalĂ© <[email protected]> null
    fixed issue 34728: removed unneeded file authorisations.txt
        src-test/src/org/openbravo/test/authorisations.txt

Changes for Build #1765

    Carlos Aristu <[email protected]> null
    fixes issue 34725: make jasper report params accessible in getReportData 
method

Now the parameter map received as an argument in getReportData() contains the 
HTTP request parameters together with the parameters that will be sent to the 
report. This second set of parameters can be retrieved from the map using the 
JASPER_REPORT_PARAMETERS key
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java

    Alejandro <[email protected]> null
    Fixes issue 34731: Wrong amount value when adding payment to a transaction

When creating a withdrawal transaction in Financial Account screen, if you add a
payment, the field Actual Payment was showing 0.00 instead of the correct amount
of the transaction. This issue is solved by calling the method 
convertToSafeDecimalString,
which returns a well formed string, so the correct amount can be displayed.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/filterexpression/TransactionAddPaymentDefaultValues.java




Last 20 lines of the console output:

[...truncated 6967 lines...]
Total time: 1 second

executing script 'Tomcat stop'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template1541396663639252508.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check openbravo log'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template2113508384462503596.sh 
ENABLE
DEBUG: Check openbravo log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-initial-oracle.log) is clean

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to