int-sales-procurement-oracle - Build # 346 - Still Failing:
Check console output at
http://builds.openbravo.com/job/int-sales-procurement-oracle/346/ to view the
results.
Committers since last success:
Changes for Build #343
Martin Taal <[email protected]>
Fixes issue 21332: openDirectTab doesn't show process buttons if the opened
tab is a child one
Call updatebuttonstate also for child windows if the parent record gets
selected in case
of open direct on tab
Prevent excessive calls to updatebuttonstate
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
Martin Taal <[email protected]>
Fixes issue 21360: DalConnectionProvider getTransactionConnection() should
be equal than ConnectionProviderImpl
Use a statelesssession to create a new connection
src-test/org/openbravo/test/dal/IssuesTest.java
src/org/openbravo/service/db/DalConnectionProvider.java
Rafa de Miguel <[email protected]>
Fixed issue 21400: Attribute creation is returning Success even when it
fails
src/org/openbravo/erpCommon/utility/AttributeSetInstanceValue.java
Antonio Moreno <[email protected]>
Fixed issue 20822. Changed slightly how reference data is applied.
- Before, for System/Client tables, it was assumed that the 'system' part
should be searched just by id. This is unfortunately wrong, as it could happen
that data in the same table could be loaded as 'client', and after that, as
'system'. In this situation, the data loaded as system would have different ids.
- The fix basically consists in searching the data at system level using the
AD_Ref_Data_Loaded information. Retrieving the records this way will ensure
that the correct ids are used, and that data at System/Client tables is
correctly found.
src/org/openbravo/dal/xml/EntityResolver.java
Antonio Moreno <[email protected]>
Fixed issue 20865. Disabled IsValueDisplayed for a reference to AD_Table,
as it made no sense.
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REF_TABLE.xml
Antonio Moreno <[email protected]>
Fixed issue 21300. Synchronized initialization of DAL objects to prevent
concurrent modification exception
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java
David Miguelez <[email protected]>
Fixes issue 0021392: Exported database for fixing the consistency
modules/org.openbravo.advpaymentmngt/src-db/database/model/views/APRM_PAYMENT_PROP_PICK_EDIT.xml
David Miguelez <[email protected]>
Fixes issue 0021393: Orders the query properly.
src/org/openbravo/costing/CostingServer.java
David Miguelez <[email protected]>
Fixes issue 21389: Changes onCreateDefault for a moduleScript
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateMTransactionCostingStatus.class
src-util/modulescript/src/org/openbravo/modulescript/UpdateMTransactionCostingStatus.java
src-db/database/model/tables/M_TRANSACTION.xml
David Baz Fayos <[email protected]>
Related to issue 19728: Do more JS code formatting
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
Augusto Mauch <[email protected]>
Fixes issue 20653: Fixed showInlineEditor in P&E grid
In the Pick and Execute windows, every time the focus moved to a grid cell a
call to the FIC was done to retrieve the initial values. This has to be done
only when the row of the new cell is different from the row of the previously
focused cell
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
David Baz Fayos <[email protected]>
Fixed issue 21388: [PNE] Open 'Pick & Execute' dialog as modal popup in tab
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
David Baz Fayos <[email protected]>
Fixed issue 21387: open 'image upload' dialog as modal popup in tab
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.js
David Baz Fayos <[email protected]>
Fixed issue 21386: Added capabilities to open a popup inside a tab
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css
Javier Etxarri <[email protected]>
Fixes issue 20699: Some candidate orders can't be selected using the Create
Lines From button
src-db/database/model/views/C_INVOICE_CANDIDATE_V.xml
Augusto Mauch <[email protected]>
Fixes issue 21375: Field is updated even if not visible in grid
When a row is being edited in the grid, if there is a callout and the changed
column is not displayed in the grid, its value was not being updated.
This has been fixed by modifying the setItemValue function of ob-view-form, so
that it now takes into account that a field not being shown in the grid might
be updated.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Augusto Mauch <[email protected]>
Fixes issue 21380: List field value is selected on focus
When the a list field is focused, its value will be selected. This has been
achieved by setting to true its selectOnFocus property.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
Pandeeswari Ramakrishnan [email protected]_
Fixes Issue 21187 : Ignore inactive tables when exporting dataset
src/org/openbravo/service/db/DataExportService.java
Augusto Mauch <[email protected]>
Fixes issue 21251: Prevent acceptance level change when refreshing the
instance
The accept level should only be reset to 'Confirmed Stable' when promoting from
a Community to a Professional instance. Before this fix, it was being done
every time the license was refreshed.
src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
Augusto Mauch <[email protected]>
Related to issue 21169: Change logic to prevent wrong protocol detection
The logic to detect the web protocols has been changed to prevent false
positives. Before the fix, if the user defined a URL like htmlcodetutorial.com,
the web protocol would not have been added because the URL starts with html.
Now this has changed, and supports http, https and ftp protocols.
src/org/openbravo/erpCommon/security/Login.java
Augusto Mauch <[email protected]>
Related to issue 21215: Change the way of retrieving the connection
src/org/openbravo/base/OBSchedulerInitializerListener.java
Augusto Mauch <[email protected]>
Fixes issue 21169: URLs work on login page
If the URL defined in the System Info window did not start with http://, the
link will use it as a relative path. Now, if the URL does not begin with http
(to support http and https protocols), the suffix 'http://' will be added.
src/org/openbravo/erpCommon/security/Login.java
Shankar Balachandran <[email protected]>
Fixes Issue 21215 : Setting End time for incomplete Process Instance on
System Restart
Setting the end time as current time for incomplete process instances and
setting the status as 'System Restart'
src-db/database/sourcedata/AD_REF_LIST.xml
src/org/openbravo/base/OBSchedulerInitializerListener.java
Pandeeswari Ramakrishnan [email protected]_
Fixes Issue 21246: Null Pointer Exception while Installing Modules
Handled pending case, when the source path points to an existing folder with
write permissions but that does not contain the Openbravo sources.
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Pandeeswari Ramakrishnan [email protected]_
Related to issue 21246 : Null Pointer Exception while installing modules
Handles the case when the folder exists but does not have the proper
permissions.
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Augusto Mauch <[email protected]>
Related to issue 21246: Added missing parenthesis
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Shankar Balachandran <[email protected]>
Related to issue 21246 : Null Pointer Exception while installing module
Installing a module with wrong source.path configuration now shows NPE.
Fixed that to show 'Invalid source path' when the folder does not exist.
src-db/database/sourcedata/AD_MESSAGE.xml
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
Augusto Mauch <[email protected]>
Fixes issue 21361: Data can be saved in local server without internet access
Before this fix, it was not possible to save data without being connected,
because of this code in the saveData function:
if (isc.Offline && isc.Offline.isOffline() &&
!this.dataSource.clientOnly) {
isc.warn(this.offlineSaveMessage);
return;
}
Offline.isOffline() is defined as follows:
isOffline : function () {
if (this.explicitOffline !== null) return this.explicitOffline;
var offline = window.navigator.onLine ? false : true;
return offline;
}
So, by setting Offline.explicitOffline to false, it is possible to go on with
the saving process even if the browser detects there is no internet
connectivity.
This value is set just before the save, and restored to its original value
right after the saving process is completed.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Priya Muthukumar [email protected]_
Merge back from main
RM packaging bot <[email protected]>
Merge temporary head for 3.0MP12.2
RM packaging bot <[email protected]>
Added signature for changeset e73588ed4b71
.hgsigs
RM packaging bot <[email protected]>
Added tag 3.0MP12.2 for changeset 6319e314cf98
.hgtags
RM packaging bot <[email protected]>
Update AD_MODULE version to 3.0MP12.2
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.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
Javier Etxarri <[email protected]>
Fixes issue 21285: Creating Inventory count process in Physical Inventory
does not create Lines
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
Rafa de Miguel <[email protected]>
Related to issue 21282: Hide field Is quanty variable in Product window
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
Rafa de Miguel <[email protected]>
Fixes issue 21282: Hide field Is quanty variable in Product window
src-db/database/sourcedata/AD_FIELD.xml
Javier Etxarri <[email protected]>
issue 21264: Module script DeleteInventoryLines is incomplete and the
processes related
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
Javier Etxarri <[email protected]>
Fixes issue 21264: Module script DeleteInventoryLines is incomplete and the
processes related
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
src-db/database/model/functions/M_UPDATE_INVENTORY.xml
src-db/database/model/functions/M_UPDATE_STOCKAUX.xml
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLinesData.class
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines_data.xsql
Martin Taal <[email protected]>
Fixes issue 21249: Wrong grid layout when restoring original view in grid
Filtereditor had focus, unfocus during set viewstate resulted in an error
because
the filtereditor was using an old field definition, resolve by resetting focus
and then recomputing it after viewstate. Recompute focus after viewstate needs
to
be done anyway as the setviewstate can have removed the current focus field.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
Javier Etxarri <[email protected]>
issue 021199: Module script DeleteInventoryLines is incomplete.
The character ; is not necessary and create a fail in oracle
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLinesData.class
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines_data.xsql
Javier Etxarri <[email protected]>
Fixes issue 021199: Module script DeleteInventoryLines is incomplete
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLines.class
src-util/modulescript/build/classes/org/openbravo/modulescript/DeleteInventoryLinesData.class
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines.java
src-util/modulescript/src/org/openbravo/modulescript/DeleteInventoryLines_data.xsql
Mikel Irurita <[email protected]>
Fixes issue 21138: Copy Lines not working using comma as decimal separator
src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
Javier Etxarri <[email protected]>
issue 20926: Generate Average Cost process
should not consider elements in closed periods to be unposted
src-db/database/model/functions/M_GENERATE_AVERAGE_COSTS.xml
Augusto Mauch <[email protected]>
Fixes issue 21353: Fixed wrong widget filtering
Widgets with mandatory parameters that did not have a default value were being
filtered out always, when they should only be filtered out when using the Admin
others functionality.
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoActionHandler.java
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponent.java
Javier Etxarri <[email protected]>
Fixes issue 21285: Creating Inventory count process in Physical Inventory
does not create Lines
src-db/database/model/functions/M_INVENTORY_LISTCREATE.xml
Augusto Mauch <[email protected]>
Fixes issue 21367: Backout of fix of issue 21187
The fix of issue 21187 has been reverted. That issue will be reopened and its
fix reimplemented.
src/org/openbravo/service/db/DataExportService.java
Pandeeswari Ramakrishnan [email protected]_
Fixes Issue 21187 : Ignore inactive tables when exporting dataset
src/org/openbravo/service/db/DataExportService.java
Shankar Balachandran <[email protected]>
Fixes Issue 21344 : Defaulting Read-Only for Status Bar fields.
Set 'Read-Only' flag as 'Y' when 'Show in Status Bar' flag is checked.
Removed display logic from 'Read-Only' field
src/org/openbravo/erpCommon/ad_callouts/SL_StatusFieldDefaults.java
src-db/database/sourcedata/AD_CALLOUT.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_MODEL_OBJECT.xml
src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
David Baz Fayos <[email protected]>
Fixed issue 19878 - Fixed issue 20403:
* Added message to database
* Changed window.console.error by an isc.warn
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
David Baz Fayos <[email protected]>
Related to issue 19728: Do more JS code formatting
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
David Baz Fayos <[email protected]>
Fixed issue 21359: Added 'MessageBar' to [PNE]
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
David Baz Fayos <[email protected]>
Fixed issue 19879: [PNE] Editing inputs are now completly shown
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
Augusto Mauch <[email protected]>
Fixes issue 21347: Fixed call to old version of refresh()
In the fix os issue 20722, the signature of the refresh function was added to
include a third parameter. There were in the code calls to a previous version
of that function, that needed to be updated to support the new signature.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
Pandeeswari Ramakrishnan [email protected]_
Fixes Issue 21351 : Warehouse value switch back in user profile widget
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-user-profile-widget.js
Augusto Mauch <[email protected]>
Fixes issue 21290: Creating first record no longer unresponsive
If a new record was created in a parent tab, and then the Create One record in
the child tab was pushed while the focus was still in the parent tab, then the
browser would freeze for a while and the Unresponsive Script warning would be
shown (only in Firefox).
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Javier Etxarri <[email protected]>
issue 21320: Create field associate to "Orphan Line"
functionality in "Return To vendor" window
src-db/database/sourcedata/AD_FIELD.xml
Pandeeswari Ramakrishnan [email protected]_
Fixes Issue 20604 : Saving view without transactional filters
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
Víctor Martínez Romanos <[email protected]>
Fixed issue 21350: Add tree support for Product Categories
Updated Initial Client Setup to link the Product Category Tree
Included module script to insert the required records for old clients
Updated Sampledata
referencedata/sampledata/F_B_International_Group.xml
referencedata/sampledata/QA_Testing.xml
src-db/database/model/tables/AD_CLIENTINFO.xml
src-db/database/model/tables/M_PRODUCT_CATEGORY.xml
src-db/database/model/triggers/M_PRODUCT_CATEGORY_TRG.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_MESSAGE.xml
src-db/database/sourcedata/AD_TAB.xml
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql
src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java
src/org/openbravo/erpCommon/utility/WindowTree_data.xsql
Víctor Martínez Romanos <[email protected]>
Fixed issue 21349: Added AS treetype to A_Asset record inside AD_TABLE
src-db/database/sourcedata/AD_TABLE.xml
Víctor Martínez Romanos <[email protected]>
Fixed issue 21349: Add tree support for Assets
Updated Initial Client Setup to create Asset Primary Tree
Included module script to insert the required records for old clients
Updated Sampledata
referencedata/sampledata/F_B_International_Group.xml
referencedata/sampledata/QA_Testing.xml
src-db/database/model/tables/AD_CLIENTINFO.xml
src-db/database/model/tables/A_ASSET.xml
src-db/database/model/triggers/A_ASSET_TRG.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_MESSAGE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
src-db/database/sourcedata/AD_TAB.xml
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class
src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java
src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql
src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java
src/org/openbravo/erpCommon/utility/WindowTreeChecks.java
src/org/openbravo/erpCommon/utility/WindowTreeUtility.java
src/org/openbravo/erpCommon/utility/WindowTree_data.xsql
David Baz Fayos <[email protected]>
Fixed issue 16786: Added 'name' to the iframe containing OBClassicPopup
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
Shankar Balachandran <[email protected]>
Fixes Issue 20873 : Retaining Transactional Filters
Fixed issue where filtered value disappears when showing or hiding columns
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Augusto Mauch <[email protected]>
Fixes issue 21353: Fixed wrong widget filtering
Widgets with mandatory parameters that did not have a default value were being
filtered out always, when they should only be filtered out when using the Admin
others functionality.
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoActionHandler.java
modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponent.java
Javier Etxarri <[email protected]>
issue 21059: Build Validation WrongPaymentScheduleDetailsCheck can be
really slow.
Addes AS clause in the select
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.class
modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck_data.xsql
modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.java
Shankar Balachandran <[email protected]>
Fixes Issue 21280: Allows to disable the "Export to CSV" using a preference
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
src-db/database/sourcedata/AD_REF_LIST.xml
Javier Etxarri <[email protected]>
Fixes issue 21338: "Value Format" field in Account Tree
window is not really implemented so it should be hidden
src-db/database/sourcedata/AD_FIELD.xml
David Miguelez <[email protected]>
Corrected license text for PaymentProposalPickEditLines.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/PaymentProposalPickEditLines.java
David Miguelez <[email protected]>
Added license text to PaymentProposalPickEditLines.java
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/PaymentProposalPickEditLines.java
David Miguelez <[email protected]>
Related to issue 21250: Fixes issue when validating numbers.
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-utilities.js
David Miguelez <[email protected]>
Related to issue 21250: Pick and Edit definition
modules/org.openbravo.advpaymentmngt/src-db/database/model/views/APRM_PAYMENT_PROP_PICK_EDIT.xml
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/PaymentProposalPickEditLines.java
David Miguelez <[email protected]>
Fixes issue 21250:Change Payment Proposal Pop-up for a Pick and Edit Window.
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_ELEMENT.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REFERENCE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_WINDOW.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUIAPP_PROCESS.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUIAPP_REF_WINDOW.xml
modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-utilities.js
src-db/database/sourcedata/AD_COLUMN.xml
Changes for Build #344
Augusto Mauch <[email protected]>
Fixes issue 15185: Changed debug level in local changes check
The debug level of the message shown when it is detected that a table has been
modified has been raised to warn.
The message that shows that the database has local changes is already an error.
src-db/database/lib/dbsourcemanager.jar
Augusto Mauch <[email protected]>
Fixes issue 21279: API checks detects deletion of views
The deletion of views is being detected again in the API check. The retrieveal
of the RemoveViewChanges is not included in ModelComparator because it has to
be done only in the API check.
src-db/database/lib/dbsourcemanager.jar
Sandra Huguet <[email protected]>
Related to issue 21386 Rollback
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
Sandra Huguet <[email protected]>
Fixed issue 21404 Sample data monthly update of August
referencedata/sampledata/F_B_International_Group.xml
Sandra Huguet <[email protected]>
Fixed bug 21368 Change Cost Based Price List label
Change Cost Based Price List label to Price
list based on cost
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
Augusto Mauch <[email protected]>
Fixes issue 20886: API check updated to check missing mandatory ad_module
columns
A check has been added to throw an error if a mandatory column is added to
ad_module but not to ad_module_install
src-db/database/lib/dbsourcemanager.jar
David Miguelez <[email protected]>
Related to issue 21250: Creates a new Button List for the PickAndEdit
Window.
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REFERENCE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_REF_LIST.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
Augusto Mauch <[email protected]>
Fixes issue 19943: Implicit filters not cleared when the tab is refreshed
Due to a call to clearFilter with the wrong parameters, the implicit filters of
the tab were being cleared each time the tab was refreshed. This has been fixed
by calling clearFilter with the keepFilterClause parameter set to true.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
Augusto Mauch <[email protected]>
Fixes issue 21229: Child records can be deleted
If the child tab belongs to the same table than its parent tab, it was not
possible to delete records from the child tab. This has been fixed by deleting
the record in a separate transaction.
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
Víctor Martínez Romanos <[email protected]>
Fixed bug 21379: Business partner selector on G/L journal lines
The G/L journal window is now declared as Sales Transaction='N'
Inside the Business Partner selector, the vendor default expression
takes into account the special scenario for the G/L Journal window
src-db/database/sourcedata/AD_WINDOW.xml
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Víctor Martínez Romanos <[email protected]>
Reverted 13cc2530a27f to provide cleaner code
src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
Naiara Garcia <[email protected]>
20900: In Volume Discounts the 'All excluding defined'
option for Products and Categories does not work
src-db/database/model/functions/M_RAPPEL_INVOICE_CREATE.xml
Miguel de Juana <[email protected]>
Fixed issue 20499: In classicWindow,validate properties to get when
filtering
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorDataSourceFilter.java
Changes for Build #345
David Baz Fayos <[email protected]>
Fixed issue 21307: Now the focus moves ok on tab key press
while editing a grid item with text reference (textarea)
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-textarea.js
Changes for Build #346
Augusto Mauch <[email protected]>
Related to issue 21313: Backs out changesets
Changesets of iffue 21313 has been reverted because it made impossible to see
in the login window the authentication error messages translated.
src/org/openbravo/authentication/basic/DefaultAuthenticationManager.java
Javier Etxarri <[email protected]>
Fixes issue 21402: The addDetails popup on payment
window has performance problems when (un)checking all the rows
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
Víctor Martínez Romanos <[email protected]>
Fixed issue 21413: Set Subaccount as default level when creating a new
element
inside the Account Tree window
src-db/database/sourcedata/AD_COLUMN.xml
Antonio Moreno <[email protected]>
Fixed issue 21125. PreparedStatement wasn't being closed.
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Augusto Mauch <[email protected]>
Fixes issue 21411: Child views are refreshed when saving a form
Before the fix, the child views were only refreshed when the record that was
saved was new. Now, it does it always.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Sandra Huguet <[email protected]>
Related to issue 21404
referencedata/sampledata/F_B_International_Group.xml
Antonio Moreno <[email protected]>
Fixed issue 21277. Added call method to CallStoredProcedure which supports
calling of procedures in Oracle.
src/org/openbravo/costing/CostingAlgorithm.java
src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java
src/org/openbravo/service/db/CallStoredProcedure.java
Antonio Moreno <[email protected]>
Fixed issue 20561. NativeArrays will not be added to hidden inputs
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Víctor Martínez Romanos <[email protected]>
Fixed bug 21407: Customer|supplier|employee in grid view inside Business
Partner
These three columns can be displayed into the grid view.
By default they are hidden, but the user can easily enable any of them from the
UI.
The correspondent fields are never displayed into the form view.
src-db/database/sourcedata/AD_FIELD.xml
Last 20 lines of the console output:
[...truncated 106466 lines...]
[junit] WARNING: Executing: quit [1345659095183, quit {}]
[junit] Aug 22, 2012 6:19:14 PM org.openqa.selenium.remote.RemoteWebDriver
log
[junit] WARNING: Executed: [1345659095183, quit {}]
[junit]
BUILD FAILED
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:41:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/financial/build.xml:29:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/financial/build.xml:45:
The following error occurred while executing this line:
/srv/hudson/workspace/int-sales-procurement-oracle/SANDBOX/automation/pi/build.xml:69:
Test
com.openbravo.test.integration.erp.testsuites.smoke.financial.FINb_PaymentProposal
failed
Total time: 81 minutes 54 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
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