int-modules-pgsql - Build # 1862 - Fixed:

Check console output at http://builds.openbravo.com/job/int-modules-pgsql/1862/ 
to view the results.


Committers since last success:

Changes for Build #1859

    Augusto Mauch <[email protected]> 
    Fixes issue 21709: Tab title is updated when a record is saved in the grid 
view

The fix of the issue 21352 caused the updateTabTitle function to be executed 
when the grid was still in edit mode, so the '*' in the tab title remained. 
Removing the code that caused this issue was not possible, because then the 
original issue was reproducible. Instead, an extra call to updateTabTitle is 
done when the records exists the edit mode.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Javier Etxarri <[email protected]> 
    Fixes issue 21593: Performance issue opening the Add Payment window on 
Purchase Invoices
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.html

Changes for Build #1860

    Carlos Aristu <[email protected]> 
    fixes issue 21729: int-dbconsistency fails int-dbcons
        src-db/database/sourcedata/AD_COLUMN.xml

    Augusto Mauch <[email protected]> 
    Fixes issue 21687: Alerts are not executed when the system is being rebuilt

If the system is being rebuilt, there is no point in executing the alerts, so 
now if the system is being rebuilt using the ERP, the alerts will not be 
executed.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/AlertActionHandler.java

    Sandra Huguet <[email protected]> 
    Fixed bug 21710 AcctServerbackground leave reconciliations in not balance, 
when they are balanced
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java

    David Miguelez <[email protected]> 
    Fixes issue 19252, Fixes issue 19224: Changed labels.
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Pandeeswari Ramakrishnan [email protected]_ 
    Fixed Issue 21423 : Default product category is not respected
        src-db/database/sourcedata/AD_COLUMN.xml
        src/org/openbravo/erpCommon/ad_callouts/SL_TaxCategory_Org.java

    Augusto Mauch <[email protected]> 
    Fixes issue 21723: Shorcuts work again while editing the grid

If the arrow down, arrow up or enter key was pressed while editing the grid but 
without any actual changes done, its shortcuts were not being executed. This 
happened because this keys trigger a validation on the changed fields, and it 
was not being checked in they were not null.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Carlos Aristu <[email protected]> 
    fixes issue 21545: Generate Invoice from Receipt should inform about the 
price used
        src-db/database/model/functions/M_INOUT_CREATEINVOICE.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_MESSAGE.xml
        src-db/database/sourcedata/AD_PROCESS.xml

Changes for Build #1861

    David Baz Fayos <[email protected]> 
    Fixed issue 21720: Now first focused item is properly set in 'About' popup
        src/org/openbravo/erpCommon/ad_forms/About.html

    David Baz Fayos <[email protected]> 
    Fixed issue 21717: 'Attach file' popup form now gets the focus when is drawn
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-attachments.js

    David Baz Fayos <[email protected]> 
    Fixed issue 21718: Focus is set after go back to 'Alert Management' tab
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-management-view.js

    Javier Etxarri <[email protected]> 
    Fixes issue 21694: Not possible to complete
an invoice if a rol has not access to Financial Account window
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java

Changes for Build #1862

    V��ctor Mart��nez Romanos <[email protected]> 
    Fixed bug 21665: related to API change
fixed C_PROJECT_WON process
        src-db/database/model/functions/C_PROJECT_WON.xml

    Ioritz Cia <[email protected]> 
    Fixes issue 21693: Invoices Tax Report shows incorrect data.
        src-db/database/model/functions/C_CURRENCY_CONVERT_RATE.xml
        src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoicePurchase.jrxml
        
src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoicePurchaseForeign.jrxml
        src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceSale.jrxml
        src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceSaleForeign.jrxml

    V��ctor Mart��nez Romanos <[email protected]> 
    Fixed bug 21665: fixed dbcons due to manual merge
        src-db/database/sourcedata/AD_REFERENCE.xml

    V��ctor Mart��nez Romanos <[email protected]> 
    Fixed issue 21665: Sampledata includes new changes related to banks
        referencedata/sampledata/F_B_International_Group.xml
        referencedata/sampledata/QA_Testing.xml

    V��ctor Mart��nez Romanos <[email protected]> 
    Related to bug 21665: Exported sampledata before including the new changes
        referencedata/sampledata/F_B_International_Group.xml
        referencedata/sampledata/QA_Testing.xml

    V��ctor Mart��nez Romanos <[email protected]> 
    Fixed bug 21665: Bank Account Format redesign
The Financial Account window and Business Partner | Bank tab have the same 
structure
Show * checkboxes hidden and deprecated. We use a list instead that can be 
easily extended
by modularity.
Added retrocompatibility for modules that use the checkboxes logic
Included oncreatedefault clauses to ensure old clients are properly migrated
Extracted IBAN validator to a db function
Included IBAN validation in Financial Account
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/BusinessPartnerBankAccountHandler.java
        src-db/database/model/functions/C_GET_IBAN_DISPLAYED_ACCOUNT.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        modules/org.openbravo.v3/src-db/database/configScript.xml
        src-db/database/model/tables/C_BP_BANKACCOUNT.xml
        src-db/database/model/tables/FIN_FINANCIAL_ACCOUNT.xml
        src-db/database/model/triggers/C_BP_BANKACCOUNTIBAN_TRG.xml
        src-db/database/model/triggers/FIN_FINANCIAL_ACCOUNT_TRG2.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/sourcedata/AD_FIELDGROUP.xml
        src-db/database/sourcedata/AD_MESSAGE.xml
        src-db/database/sourcedata/AD_REFERENCE.xml
        src-db/database/sourcedata/AD_REF_LIST.xml
        src-db/database/sourcedata/AD_VAL_RULE.xml

 


Last 20 lines of the console output:

[...truncated 28570 lines...]
    [junit] 

selenium.stop:
     [echo] Stoping Selenium server.
[selenium-shutdown] Getting: 
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
[selenium-shutdown] To: 
/srv/hudson/workspace/int-modules-pgsql/SANDBOX/automation/pi/last-results/int-modules-pgsql/logs/result.txt
[selenium-shutdown] DGF Errors during shutdown are expected

BUILD SUCCESSFUL
Total time: 31 minutes 40 seconds
[int-modules-pgsql] $ /bin/sh -xe /tmp/hudson8283802061550467882.sh
+ /srv/hudson/bin/run no-screenshot.sh 
SANDBOX/automation/pi/last-results/int-modules-pgsql/screenshots
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to