int-accounting-pgsql - Build # 256 - Fixed:

Check console output at https://ci.openbravo.com/job/int-accounting-pgsql/256/ 
to view the results.


Committers since last success:

Changes for Build #249

    Atul Gaware <[email protected]> null
    Fixes Issue 26171:Sets default warehouse in SalesOrder if its in on hand WH
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
        src/org/openbravo/erpCommon/ad_callouts/SE_Order_Organization.java

    Atul Gaware <[email protected]> null
    Fixes Issue 26541:Qty of P+ & P- products in Work effort should not be 
negative
        src-db/database/model/functions/MA_WORKEFFORT_VALIDATE.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Jon Alegría <[email protected]> null
    Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
Added condition to control null values
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java

    Augusto Mauch [email protected]_ null
    Fixes issue 26801: Fixes CI by applying the new operator for text fields
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Jon Alegría <[email protected]> null
    Fixes issue 0026799: Performance issues when importing bank statements
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_BankStatementProcess.java

    Jon Alegría <[email protected]> null
    Fixes issue 0026784: Null pointer exception in SL_RequisitionLine_Product
callout when the product does not have attribute set
        src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java

    Guillermo Gil [email protected]_ null
    Fixed issue 26504:If you use X...Y operator on filtering a text

Added 'ZZZZZZZZZZ' if operator iBetweenInclusive or betweenInclusive is used on 
a text field
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-text.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Related to issue 26695: Missing onCreateDefaut - Pick and Execute

Fix dbconsistency
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml

    Shankar Balachandran [email protected]_ null
    Related to Issue 26700 : use '' instead of ""
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js

    Guillermo Gil [email protected]_ null
    Related to issue 26767:filters not working in Process Definition

Added comments to explain the case
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Related to issue 26552:Wrong content of the e-mail

Applied code review
Removed duplicated code
        src/org/openbravo/erpCommon/ad_process/AlertProcess.java

    Guillermo Gil [email protected]_ null
    Related to issue 26695: Missing onCreateDefaut - Pick and Execute

Added missing startinnewline
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/OBUIAPP_PARAMETER.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes RecordID2 test and removes System.out
        src-test/org/openbravo/test/accounting/RecordID2Test.java
        src/org/openbravo/financial/ResetAccounting.java

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Added missing grid.hasErrors() to the logic
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-pickeditgrid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26767:filters not working in Process Definition

Removed wrong criterias
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26679:Create new is not selecting correctly the record

Added logic to prevent the selection of a wrong record
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26695: Wrong required value on obuiapp_parameter
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_PARAMETER.xml

    David Baz Fayos [email protected]_ null
    Fixed issue 26757: 'Application' text is not clipped anymore in FF
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-menu-styles.js

    Eduardo Argal Guibert [email protected]_ null
    Removes System.out.println
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/RecordID2Filling.java

    Eduardo Argal Guibert [email protected]_ null
    Fixes RecordID2 Tests
        src-test/org/openbravo/test/accounting/RecordID2Test.java

    Shankar Balachandran [email protected]_ null
    Fixes issue 26661: Display logic in tabs is not working correctly in grid 
view

Add hiddenPropertiesInDisplayLogic if the field is visible in form view, but 
not in grid view.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java

    Augusto Mauch [email protected]_ null
    Fixes issue 26748: Selector popup text match style is taken into account

Now, if there is no grid configuration defined, the value set in the selector 
popup text match style will be used to select the operator that should be used 
in the criteria.
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

    Eduardo Argal Guibert [email protected]_ null
    Related to issue 26762
        src-db/database/model/tables/FACT_ACCT.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes bug 26762: Open Balances commit broke...
        src-db/database/model/tables/FACT_ACCT.xml

    Guillermo Gil [email protected]_ null
    Fixed issue 26761: Clean code on parameter windows

Removed for loop that look for errors since that functionality is implemented 
on validators structure
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Rafa Roda Palacios [email protected]_ null
    Fixes issue 26549 Added ISACTIVE = Y to selections
        src-db/database/model/views/M_PRODUCT_PRICE_WAREHOUSE_V.xml

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Missing space
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Shankar Balachandran [email protected]_ null
    Fixes Issue 26723: Force server fetch when filtering characteristics fields.

Cleared allRows along with localData to force fetch from server
whenever product characteristic filter data is changed.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-characteristics.js

    Shankar Balachandran [email protected]_ null
    Related to Issue 0026723 : Clears javascript console error

transformData is called only when the target contains the method.
        
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Modified wrong message
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    Guillermo Gil [email protected]_ null
    Fixed issue 26722:On P&E system does not check the mandatory fields

Modified validate structure to support 14Q3 behavior
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-pickeditgrid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

    RM packaging bot [email protected]_ null
    CI: merge back from main
      
    RM packaging bot [email protected]_ null
    CI: update AD_MODULE to version 23413
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Eduardo Argal Guibert [email protected]_ null
    Fixes issue 25976: Open Balances
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/RecordID2Filling.java
        src-test/org/openbravo/test/accounting/RecordID2Test.java
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml
        referencedata/sampledata/F_B_International_Group/FACT_ACCT.xml
        src-db/database/model/tables/FACT_ACCT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        src-test/org/openbravo/test/AllAntTaskTests.java
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java
        src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
        src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
        src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
        src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
        src/org/openbravo/erpCommon/ad_forms/DocInvoice_data.xsql
        src/org/openbravo/erpCommon/ad_forms/FactLine.java
        src/org/openbravo/erpCommon/ad_forms/FactLine_data.xsql
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
        src/org/openbravo/financial/ResetAccounting.java

    Guillermo Gil [email protected]_ null
    Related to issue 26722:On P&E system does not check the mandatory fields

Use simple quotes enstead double quotes
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js

Changes for Build #250

    Asier Lostalé <[email protected]> null
    related to issue 26683: don't warn on unpaged export
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java

Changes for Build #251

Changes for Build #252

    Asier Lostalé <[email protected]> null
    related to bug 26487: lowered message level from info to debug
        src-db/database/lib/dbsourcemanager.jar

Changes for Build #253

    Carlos Aristu <[email protected]> null
    fixes issue 26789: It is not possible to migrate to the new costing
 server under some circumstancies
        src/org/openbravo/materialmgmt/InventoryCountProcess.java

Changes for Build #254

    Eduardo Argal Guibert [email protected]_ null
    Fixes accounting for invoices. Tests were failing again
        src/org/openbravo/erpCommon/ad_forms/DocInvoice_data.xsql

    Eduardo Argal Guibert [email protected]_ null
    Fixes accounting fro invoices. Tests were failing
        src/org/openbravo/erpCommon/ad_forms/DocInvoice.java
        src/org/openbravo/erpCommon/ad_forms/DocInvoice_data.xsql

Changes for Build #255

Changes for Build #256

    Eduardo Argal Guibert [email protected]_ null
    Fixes int-accounting-pgsql build:254. Wrong order of entries
        src/org/openbravo/erpCommon/ad_forms/DocInvoice_data.xsql

    Atul Gaware <[email protected]> null
    Fixes Issue 26480:Rounding of movementQty in 
WorkEffort-ProductionRun-Product
Rounding is done using StdPrecision of Production Line Uom.
        src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml

    Rafa Roda Palacios [email protected]_ null
    Fixes issue 26054 Not allowing to change product of order lines related to 
completed reservations
        src-db/database/model/triggers/C_ORDERLINE_TRG.xml
        src-db/database/sourcedata/AD_MESSAGE.xml




Last 20 lines of the console output:

[...truncated 8443 lines...]
[junitreport] Processing 
/srv/ci/workspace/int-accounting-pgsql/SANDBOX/automation/pi/last-results/int-accounting-pgsql/report/TESTS-TestSuites.xml
 to /tmp/null87926269
[junitreport] Loading stylesheet 
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 830ms
[junitreport] Deleting: /tmp/null87926269

BUILD SUCCESSFUL
Total time: 1 second

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

Recording test results
Archiving artifacts
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to