int-dbcons-pgsql - Build # 2965 - Fixed:

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


Committers since last success:

Changes for Build #2963

    David Alsasua <[email protected]> 
    Fixes issue 20152.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProcess.java

    Asier Lostal�� <[email protected]> 
    fixed bug 20145: Linked items to RO tabs allow to add/delete records

  Added readOnly and singleRecod information to linked items open action
  in order to properly display toolbar.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js
        src/org/openbravo/erpCommon/utility/UsedByLink.java
        src/org/openbravo/erpCommon/utility/UsedByLink_data.xsql

    Ioritz Cia <[email protected]> 
    Changes in Reconciliation Report jrxml for the translations to fit.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml

    Ioritz Cia <[email protected]> 
    Changes in Payment Report jrxmls for the translations to fit.
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_TEXTINTERFACES.xml
        
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportExcel.jrxml
        
modules/org.openbravo.financial.paymentreport/src/org/openbravo/financial/paymentreport/erpCommon/ad_reports/PaymentReportPDF.jrxml

    Javier Etxarri <[email protected]> 
    Issue 19836: Purchase Invoices do not take into account tax rate: Alternate 
Tax Base Amount.
Now the Generate invoice from Receipt process take into account the value of 
tax base amount of the lines. Apart from that I have added one coalesce to 
value co.taxbaseamt if it has null value
        src-db/database/model/functions/M_INOUT_CREATEINVOICE.xml
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql

    Augusto Mauch <[email protected]> 
    Fixes issue 20035: Close button now works in Internet Explorer.

The file AddOrderOrInvoice.html was using a feature (assign text to the 
innerHTML property of certain web elements) that is not soported in IE. This 
asignation has been deleted, and it is now used a function, as proposed in 
http://stackoverflow.com/questions/1359469/innertext-works-in-ie-but-not-in-firefox/1359834#1359834.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html

    Asier Lostal�� <[email protected]> 
    fixed bug 20146: AlertActionHandler PreparedStatement is not closed
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/AlertActionHandler.java

Changes for Build #2964

    Asier Lostal�� <[email protected]> 
    fixed bug 20153: Incorrect linked items to inaccessible windows
        src/org/openbravo/erpCommon/utility/UsedByLink.java
        src/org/openbravo/erpCommon/utility/UsedByLink_data.xsql

Changes for Build #2965

    Unai Martirena <[email protected]> 
    backed out changeset 023c0a102dea.
related to fix of issue 0019944.
        src-db/database/sourcedata/AD_CALLOUT.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
        src-db/database/sourcedata/AD_REF_SEARCH_COLUMN.xml
        src/org/openbravo/erpCommon/ad_callouts/BusinessPartner_Location.java

    Unai Martirena <[email protected]> 
    backed out changeset 7a40f5c42d23.
related to fix of issue 0019944.
        src/org/openbravo/erpCommon/ad_callouts/BusinessPartner_Location.java

    Ioritz Cia <[email protected]> 
    Backout of changeset eb9992adfdfa. Fix for issue 19663.
Postponed to MP11.
        src-db/database/model/functions/C_INVOICE_POST.xml

    Ioritz Cia <[email protected]> 
    Fixes issue 19663: Valued stock report's products link to 2.50 view.
        src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html

    V��ctor Mart��nez Romanos <[email protected]> 
    Issue 15335: updated copyright year
        src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java

    Sandra Huguet <[email protected]> 
    Fixed issue 15335 Order log in Initial Client Setup
Order the datasets contained in other datasets in
Initial Client Setup log.
        src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java

    Ioritz Cia <[email protected]> 
    Updating textinterfaces.
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Naiara Martinez <[email protected]> 
    fixed bug 20126 Use not deprecated method Utility.getInStrSet
Use not deprecated method Utility.getInStrSet instead of
Fin_Utility.getInStrSet.
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java

    Naiara Martinez <[email protected]> 
    fixed bug 20108 employee tab displayed in form view
        src-db/database/sourcedata/AD_TAB.xml

    Mikel Irurita <[email protected]> 
    Fixes issue 20148: General Ledger report NumberFormatException using commas 
as decimal separator
If the initial balance amount contains a comma when printing in pdf format
it will fail: java.lang.NumberFormatException, because it's trying to cast
to BigDecimal an number string containing a commas as decimal separator
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
        src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.xml

    Augusto Mauch <[email protected]> 
    Fixes issue 20147: A new record is created in the grid when pushing the 
enter key

A change (changeset 2e1947ca8bbc) introduced for trying to fix issue 19830 
prevented a new line from being created when the user pushed the enter key 
while editing the last reco
rd in the grid. This change has been reverted, and the functionality is working 
again.

This change does not modify the status of issue 19830, because the changeset 
that has been reverted only solved part of the problem.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

 


Last 20 lines of the console output:

[...truncated 1128 lines...]
      [sql] 1 of 1 SQL statements executed successfully

BUILD SUCCESSFUL
Total time: 4 minutes 28 seconds
+ run_pg_command 'update ad_module set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
+ echo 'update ad_module set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
update ad_module set isindevelopment='N' where 
ad_module_id<>'0138E7A89B5E4DC3932462252801FFBC';
+ PGPASSWORD=int_full_pgsql
+ psql -d int_full_pgsql -U int_full_pgsql -h localhost -c 'update ad_module 
set isindevelopment='\''N'\'' where 
ad_module_id<>'\''0138E7A89B5E4DC3932462252801FFBC'\'';'
UPDATE 20
+ hg status -am
+ grep -E .
+ exit 0
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Checking console output
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to