int-initial-oracle - Build # 1272 - Fixed:
Check console output at https://ci.openbravo.com/job/int-initial-oracle/1272/
to view the results.
Committers since last success:
Changes for Build #1271
Víctor Martínez Romanos <[email protected]> null
Fixed bug 31695: Return to vendor shipments can be selected in return to
vendor
The HQL query in charge of getting the shipment lines was wrongly including all
the shipment documents. Instead it should be taking only the lines belonging to
a non-return shipment document.
This feature was lost during the refactor to a manual datasource P&E
src-db/database/sourcedata/AD_TABLE.xml
RM packaging bot <[email protected]> null
Merge back from main
RM packaging bot <[email protected]> null
Merge temporary head for 3.0PR15Q4.1
RM packaging bot <[email protected]> null
Added signature for changeset cf00bd72641c
.hgsigs
RM packaging bot <[email protected]> null
Added tag 3.0PR15Q4.1 for changeset f698a5f953c8
.hgtags
RM packaging bot <[email protected]> null
Update AD_MODULE version to 3.0PR15Q4.1
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.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.apachejdbcconnectionpool/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.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.utility.cleanup.log/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
Carlos Aristu <[email protected]> null
fixes issue 31683: Some values are not shown in XLS format using MS Office
The detect cell type feature was not working properly for BigInteger values in
Office after the Jasper Library Upgrade. A personalized format was applied
causing the data not be shown when opening the report.
To solve this problem the detect cell type feature has been disabled. This way,
by default, all the values in the XLS will be exported as strings.
This default configuration can be overriden at report level. As an example, the
General Ledger Report and Trial Balance report have been updated properly. With
this configuration, those reports are now using number formatting for the cells
showing the BigDecimal values.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceExcel.jrxml
Carlos Aristu <[email protected]> null
related to issue 31578: code review improvements
modules/org.openbravo.client.application/src/org/openbravo/client/application/ADAlertDatasourceService.java
Martin Taal <[email protected]> null
Fixes issue 31445: Import entry process can have a stopped but not
deregistered thread: tickets remain in the queue
Adding log statements and catch block to prevent exiting loop
src/org/openbravo/service/importprocess/ImportEntryManager.java
src/org/openbravo/service/importprocess/ImportEntryProcessor.java
Carlos Aristu <[email protected]> null
fixes issue 31578: alert fetches with where parameter
In order to avoid the fetching of the where parameter we generate the where
clause inside the datasource. A new datasource has been created,
ADAlertDatasourceService, to support the requests from the Alert Management
window.
In addition, it has been fixed a problem in the Alert Rule drop-down filter of
the grids in the Alert Management window which was displaying alert rules from
all the grids in the window instead of those displayed just on a particular
grid.
modules/org.openbravo.client.application/src/org/openbravo/client/application/ADAlertDatasourceService.java
modules/org.openbravo.client.application/src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/AlertManagementActionHandler.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-management-view.js
Atul Gaware <[email protected]> null
Fixes Issue 31628:Debit and Credit values not shown when running General
Ledger Report in XLS format using Microsoft Office 2007
Used Numberformat parameter to format the numeric fields
src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerExcel.jrxml
src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceExcel.jrxml
Changes for Build #1272
Atul Gaware <[email protected]> null
Fixes Issue 31473:Project Profitability report does not consider project
information set at invoice line
Invoice Line project information is used prior to Invoice project info.
src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitability_data.xsql
Last 20 lines of the console output:
[...truncated 7209 lines...]
Total time: 2 seconds
executing script 'Tomcat stop'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template4758237749875227756.sh
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
* Stopping Tomcat servlet engine for Openbravo tomcat
...done.
executing script 'Check log'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template4244176241004322284.sh
ENABLE
DEBUG: Check 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
------------------------------------------------------------------------------
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds