Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 17 May 2013 13:59:18 +0200] rev 20427
Fixes issue
23841: ScrollableResults objects are closed after being used
Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 17 May 2013 11:43:34 +0200] rev 20426
Fixes issue
23574: Return message of process is shown with grid grouped columns
After processing an order with a column grouped in the grid the record was not being refreshed and the return message was not being showed because there was a javascript exception.
The problem was that if the grid has grouped columns, its data property does not have the updateCacheData function. This has been fixed by only executing that part of the code if the grid.data property has the updateCacheData function.
RM packaging bot <staff.rm@openbravo.com> [Fri, 17 May 2013 11:04:43 +0200] rev 20425
Merge back from main
Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 17 May 2013 10:21:19 +0200] rev 20424
Fixes issue
23078: Updated the default value of AD_MODULE_ID columns
The ID of the default module is no longer stored in session, so now AD_MODULE_ID columns need this default value to be initialized with the default module: @SQL=SELECT MAX(AD_MODULE_ID) FROM AD_MODULE WHERE ISDEFAULT='Y'
This default value has been set to all mandatory, displayed columns that belong to non read only tabs.
Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 17 May 2013 09:24:22 +0200] rev 20423
Related to issue
23078: ID of the default module is no longer stored in session
When a module is set as default, its ID used to be stored in session with the @AD_MODULE_ID@ key. The problem is that when a validation uses the value of a module combo, and no option is selected in the combo, the validation will use the ID of the default module instead of the one selected in the combo (empty string in this case).
This has been solved by preventing the ID of the default module to be stored in session. Module fields can now be initialized to be initialized with the default module using its column default value.
David Miguelez <david.miguelez@openbravo.com> [Thu, 16 May 2013 18:47:52 +0200] rev 20422
Fixes Issue
23835. Deactivates Modify Button from Transaction
Tab in Financial Account Window.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 16 May 2013 10:55:38 +0530] rev 20421
Fixes Issue
0023824: Read only notes for read only windows.
Added a new preference Disable Notes For Read Only Tabs. When the preference is set to 'Y', notes section is not editable in read only windows.
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 16 May 2013 15:46:10 +0200] rev 20420
Fixes issue
23758: Amount and price columns are properly rounded
When a numeric field loses the focus its value is going to be rounded using the number of decimal digits specified in its type instance. Then in the saveEditedValues of ob-view-grid, th
e new values are going to be recomputed to make sure the updated values are being retrieved.
Asier Lostalé <asier.lostale@openbravo.com> [Thu, 16 May 2013 11:32:43 +0200] rev 20419
fixed bug
23831: mobile sessions are killed when user limit is reached in erp
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 16 May 2013 13:55:25 +0530] rev 20418
Fixes Issue
0023658: Problem Switching Views from a Saved View
Problem Switching Views from a Saved View that has a Grouping on a TimeStamp Field (Does not UnGroup)
Removed grouping before applying personalized view definition. The saved view has grouping information, which will be applied when applying the view.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Wed, 15 May 2013 16:36:37 +0530] rev 20417
Related to issue
19974 : Backed out changeset be142dce89dd
Sandra Huguet <sandra.huguet@openbravo.com> [Wed, 15 May 2013 12:12:14 +0200] rev 20416
Fixes Issue
23074: In ExpenseSheet wrong organization and currency is used
Ioritz Cia <ioritz.cia@openbravo.com> [Tue, 14 May 2013 10:56:34 +0200] rev 20415
Fixes issue
22859: Price list report title and valid from text are wrong.
Pdf version.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Wed, 08 May 2013 11:58:07 +0530] rev 20414
Fixes Issue
19974 : Selectors not updated when organization is changed
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 14 May 2013 18:15:58 +0200] rev 20413
Related to bug
23801: Deprecates setLookForTranslatedIDs so API is not broken
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 14 May 2013 16:54:34 +0200] rev 20412
Fixes issue
23801:Inserting several entities in one web service call works
It was not possible to insert in a same web service call an entity and one child. To support this, the classes DalWebService and EntityResolver have been modified. The approach using the lookForTranslatedIDs [1] has been reverted. Now, the EntityResolver.resolve method first tries to resolve the entity as it used to do it before the regression was introduced, and if it does not find the entity then it tries to fetch it using an OBCriteria without applying the organization filter, so that this issue [2] is not reproduced.
A new function has been created to search for the entity. It accepts a boolean that will be used to specify if the organization filter should be applied. The old doSearch method calls the new method passing true to this flag, so it keeps working as usual.
[1] https://code.openbravo.com/erp/devel/pi/rev/8525372a1fce7047ee3baead23e1ddfc208b6dd9
[2] https://issues.openbravo.com/view.php?id=21716
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 14 May 2013 10:58:14 +0200] rev 20411
Related to issue
23801: Restore previous resolving mode after DALWebService
The original resolving mode of the EntityResolver is ResolvingMode.ALLOW_NOT_EXIST. The DalWebService changes it to ResolvingMode.MUST_EXIST if the change action is ChangeAction.UPDATE, but it never reverts it to its previous mode.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 14 May 2013 10:11:19 +0200] rev 20410
Fixes issue
23805: Fixes db consistency test
Ioritz Cia <ioritz.cia@openbravo.com> [Mon, 13 May 2013 10:49:39 +0200] rev 20409
Fixes issue
22859: Price list report title and valid from text are wrong.
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 14 May 2013 09:53:08 +0200] rev 20408
fixed bug
23767: weekly scheduled processes executed on misfire
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 13 May 2013 15:22:08 +0200] rev 20407
Fixes issue
23807: Prevents NPE if request.getHeader("User-Agent") is null
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 13 May 2013 13:54:34 +0200] rev 20406
Fixes issue
23805: Fixed wrong merge
The automated tests were failing because an entry in OBUISEL_SELECTOR.xml was duplicated due to a wrong merge.
Sandra Huguet <sandra.huguet@openbravo.com> [Wed, 08 May 2013 15:51:41 +0200] rev 20405
Fixed bug
23032 combo of warehouse should only show the warehouse on hand
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 13 May 2013 11:46:48 +0200] rev 20404
[DS Based Tables] Merge with pi
Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 10 May 2013 13:31:48 +0200] rev 20403
[DS Based Tables] Fixed AD_TABLE_TRG trigger to support Oracle
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 09 May 2013 12:36:46 +0200] rev 20402
[DS Based Tables] Fixes database inconsistency
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 09 May 2013 12:06:37 +0200] rev 20401
[DS Based Tables] Merge with pi
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 08 May 2013 16:26:46 +0200] rev 20400
[DS Based Tables] Updates the Copyright date of files modified in this project
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 06 May 2013 16:53:47 +0200] rev 20399
[DS Based Tables] Updated trigger to use name column as table name
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 06 May 2013 09:43:51 +0200] rev 20398
[DS Based Tables] Support for SQL filter clause and SQL order by clause