int-basic-oracle - Build # 798 - Fixed:

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


Committers since last success:

Changes for Build #795

    Reinaldo Guerra <[email protected]> null
    Fixed bug 27010: Invoice Dimensional Report should not consider voided 
status.

A new primary filter, was added to the Sales Invoice Dimensional Report, to 
allow exclude or not, documents voided in report's output.
This filter can be managed through a new preference that was created too, in 
order to let user decide if filter will be shown. By default the filter will be 
hidden and documents voided will be considered.
        src-db/database/sourcedata/AD_REF_LIST.xml
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.xml
        
src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR_data.xsql

    Jorge Garcia <[email protected]> null
    Fixed issue 28819: Include "Accounting" tab in Internal Consumption

It is necessary to include "Accounting" tab in Internal Consumption window.

The accounting tab has been added to the Internal Consumption window and
has been configurated properly.

Now, the Internal Consumption windows shows the Accounting tab.
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_TAB.xml

    Jorge Garcia <[email protected]> null
    Fixed issue 28917: There is no Processed field in transaction tab

In the Financial Account window, in the Transactions tab, there is no field
in order to know if a created transaction is processed or not.

The solution is to display the field Processed in the Windows, Tabs and Fields.

Now, the Processed Field is shown in the Transaction tab.
        src-db/database/sourcedata/AD_FIELD.xml

Changes for Build #796

    Augusto Mauch <[email protected]> null
    Fixes bug 28870: Callouts are run when moving from grid to form with a 
shortcut

When a dynamic column is modified, a call is done to the FIC to run the 
callouts. The list of dynamic columns is stored in the form (in the view form 
and also in the grid edit form), and is loaded from the
 FIC response. For instance, when a record is created (either or grid or form 
view), a call is done to the FIC in NEW mode, and the dynamicCols list is 
initialized.

The cause of this issue is that it was possible to open a record in form view 
in an inconsistent state, having the form's dynamicCols list not set. In this 
state the callouts are not run. To get to this in
consistent state, the following steps should take place:
- The user creates a record in the grid (a call to the FIC in NEW mode is done, 
and the dynamicCols list of the grid edit form is initialized)
- Without saving, the user presses Ctrl+F2 to edit the record in form view. No 
FIC call is done (there is no need for it), so even though the record is shown 
in the form view, its dynamicCols list is not s
et. The callouts will not run until a call to the FIC is done (for instance by 
refreshing the record).

To fix this, the list of dynamicCols of the grid edit form is copied to the 
form view. This is done in the ksAction_EditInForm function, which is the 
function executed when the user presses Ctrl+F2 to move
 from the grid view to the form view.

The list of dynamic columns returned from the FIC to the grid view is the same 
as the one returned from the FIC to the form view, so it is not a problem is a 
dynamic columns is shown in the form view but n
ot in the grid view.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

Changes for Build #797

Changes for Build #798

    Alvaro Ferraz <[email protected]> null
    Fixes issue 28507: Error shown when posting a reconciliation

When posting a reconciliation with a payment with a payment method not included 
in the financial account, a warning message will be shown instead of an error 
message, saying "Documemt disabled for accounting"
        src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java

    Asier LostalĂ© <[email protected]> null
    fixed bug 28712: record selection lost in p&e grid if data has multiple 
pages

  In P&E grid with data displayed in several pages, if part of the selection was
  not in the 1st page two errors occured:

    -If after selecting a record in 2nd page another one in the 1st page was 
selected,
     selection of record in 2nd page was lost
    -If record in 2nd page was selected by using a filter, the filter was 
removed, and
     the p&e was submitted, the selection was not sent to backend

  The problem is in SC grid.getSelectedRecords which returns records only in 
current
  page.

  To solve this a cache of selected/unselected records is completelly 
maintained for p&e
  grids without using getSelectedRecords, this is used also to send the 
selected recors
  on p&e submission.
        
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-pick-and-execute-grid.js

    RM packaging bot <[email protected]> null
    CI: merge back from main
      
    RM packaging bot <[email protected]> null
    CI: update AD_MODULE to version 26090
        
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.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




Last 20 lines of the console output:

[...truncated 20592 lines...]
Total time: 2 seconds

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

executing script 'Check log'
[int-basic-oracle] $ /bin/bash /tmp/build_step_template713021014994920402.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Check log: openbravo.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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to