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

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


Committers since last success:

Changes for Build #1633

    Alvaro Ferraz <[email protected]> null
    Related to issue 35926: Code review improvements
        src/org/openbravo/erpCommon/ad_process/UpdateActuals.java

    Armaignac <[email protected]> null
    Fixes issue 35926: BP and Product Categories dimensions are not used 
correctly

When specific Business Partner Category and Product Category dimensions set in
Budget Lines are not used correctly when calculating Actual Amount for this 
budget
line because the UpdateActuals process doesn't filter by products/business 
partners belonging
to specific categories, just check the existence of any record belonging to 
those categories

Now the UpdateActuals process filter by product and business partner categories
        src/org/openbravo/erpCommon/ad_process/UpdateActuals.java

    Armaignac <[email protected]> null
    Fixes issue 35899: Stock Report shows stocks from org that don't have access

The Stock Report shown stocks from warehouse's that belong to an organization 
that the user
don't have access because the query doesn't filter by the warehouse organization

Now the records of M_LOCATOR are filtered by the natural tree of the 
organization the
user has access to.
        src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartner_data.xsql

Changes for Build #1634

    Inigo Sanchez <[email protected]> null
    Fixed issue 35835: Avoid invalid configurations for the process request.

The problem was the scheduler fails to load some scheduled processes when an 
incorrect
configuration should be done.

There is already a trigger preventing some invalid configurations to be saved. 
This
trigger has be extended to cover this case and others.
        src-db/database/model/triggers/AD_PROCESS_REQUEST_TRG.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Alvaro Ferraz <[email protected]> null
    Related to issue 35899: Code review improvements

Do not filter m_transaction records by the organization natural tree.
Only m_locator records will be filtered by the organization natural tree.
        src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartner_data.xsql

    Inigo Sanchez <[email protected]> null
    Fixed issue 35760:Can not create computed columns in ad_org or ad_client 
tables

The problem was that it was not possible to create and export a computed column 
in ad_org and ad_client tables.
This problem was because computed columns of organization entity should have 
not organization as a property and
it should have not implement OrganizationEnabled. At the same time, computed 
columns of client entity should have
not client as a property and it should have not implement ClientEnabled.

In order to fix this problem two changes have been done:
- Now generate entities task is take into account when a computed column is 
created for Organization or Client
entities. Besides, when the computed column class is created, 
entityComputedColumns.ftl has the needed logic to
decided if implements ClientEnabled, OrganizationEnabled or both.
- When the Hibernate mapping for the tables and entities are created 
(DalMappingGenerator),
generateComputedColumnsClassMapping method is take into account when the 
computed column is for Organization
entity or Client entity.

It is now possible to create a computed column in the ad_org and ad_client 
tables.
        src/org/openbravo/base/gen/GenerateEntitiesTask.java
        src/org/openbravo/base/gen/entityComputedColumns.ftl
        src/org/openbravo/dal/core/DalMappingGenerator.java




Last 20 lines of the console output:

[...truncated 1414 lines...]
Total time: 1 second

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

executing script 'Check openbravo log'
[int-accounting-pgsql] $ /bin/bash 
/tmp/build_step_template4352397232304476027.sh ENABLE
DEBUG: Check openbravo log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-accounting-pgsql.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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to