Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 16 Apr 2014 12:18:32 +0200] rev 22827
Fixes issue
26228: Includes missing change done in ob-smartclient.js
Without the missing text the transformData of ob-tree.js was not being called, and the dates were not being shown properly in the tree grid view.
Also includes change done in ob-tree-grid to fix the js spacing.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 15 Apr 2014 18:59:23 +0200] rev 22826
Related to issue
26228: Date and datetime fields are shown properly in treeview
If a date or datetime field was shown in the tree grid view, the record was shown properly. But if then the record was opened in form view, the value of its date and datetime fields was being deleted.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 15 Apr 2014 13:34:54 +0200] rev 22825
Fixes issue
26231: Fixes bug that provoked a js error before calling the FIC
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 10 Apr 2014 18:41:31 +0200] rev 22824
Related to issue
26231: getParentRecord returns the proper record
The getParentRecord was returning the record selected in the standard grid view of the parent tab, even if it was showing the tree view grid. This resulted in that if the subtab had only one record, the tab display logic was not working properly.
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 14 Apr 2014 14:12:57 +0200] rev 22823
Fixes issue
26262: Dates with negative offsets are formatted properly
The proper javascript format for dates and datetimes with timezone offset if the following: 2009-12-06T15:59:34+01:00. There if a method in charge of adding the semicolon in the datetime part in case it is missing.
Due to a bug in that method, the semicolon was not being added in dates with negative timezone offset. This resulted in a failure in the parsing of that date in the client side, being the date object actually modified when it was parsed.
In Openbravo there is a safety mechanism that detects if a record has changed based on its updated field. The updated field was being improperly modified in the client, so the safety mechanism was assuming that the record had actually been changed by another user, and was preventing the record from being saved.
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 10 Apr 2014 18:30:33 +0200] rev 22822
Fixes issue
26228: Date fields are not displayed properly in the tree grid view
The previous fix did not take into account the date fields, it only worked for datetime fields.
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 09 Apr 2014 16:33:20 +0200] rev 22821
Fixes issue
26228: Date and datetime fields are not shown in the tree grid view
The problem was that in the tree grid view the applyCellTypeFormatters was being called passing the date value as a string, when that function expects a date object. This has been solved by detecting this case and converting the value from string to date before calling applyCellTypeFormatters.
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 09 Apr 2014 22:15:13 +0200] rev 22820
Fixes issue
26231: Auxiliary Inputs are not computed in the Tree Grid View
Now when a record is selected in the tree grid view, the toolBar.updateButtonState() is called. This results in a FIC call in SETSESSION mode, that loads the auxiliary inputs and session attributes.
Also some changes have been done to ensure that if the tree grid view is shown, its selected record is used instead of the record selected in the standard grid.
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 11 Apr 2014 10:43:41 +0200] rev 22819
related to issue
26238: fixed compund properties
Filtering by compound properties was not working fine.
Changed the way criteria is applied: before value in the field prevailed over
cuerrent criteria, now criteria has precedence over value.
Asier Lostalé <asier.lostale@openbravo.com> [Thu, 10 Apr 2014 14:21:17 +0200] rev 22818
fixed bug
26238: empty Property field selector on Defined Selector Field tab
Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan@openbravo.com> [Tue, 01 Apr 2014 17:31:00 +0530] rev 22817
Fixes Issue
25989, Fixes Issue
25733
25989: Lot information not populated in Sales Invoices using Generate Invoices process regarding Sales Orders
25733: Not homogeneous behaviour in Sales management flow
Atul Gaware <atul.gaware@openbravo.com> [Mon, 17 Mar 2014 17:58:11 +0530] rev 22816
Fixes Issue
25673 Posting opening journal (thousand lines) takes long time
Atul Gaware <atul.gaware@openbravo.com> [Tue, 01 Apr 2014 18:06:18 +0530] rev 22815
Fixes Issue
25886 When posting a payment using credit and multi-currency,
Bank Revaluation Gain and Loss Accounts are used at the same time
David Baz Fayos <david.baz@openbravo.com> [Mon, 07 Apr 2014 15:44:46 +0200] rev 22814
Fixed issue
26190: fixed 'Location/Address' height
in new grid record
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 08 Apr 2014 16:15:40 +0200] rev 22813
fixed bug
26189: filter typed in drop down is cleared
Sandra Huguet <sandra.huguet@openbravo.com> [Thu, 03 Apr 2014 13:30:46 +0200] rev 22812
Related to issue
25696 proper ipsc to the reconciliations
Guillermo Gil <guillermo.gil@openbravo.com> [Thu, 03 Apr 2014 12:39:27 +0200] rev 22811
Fixed issue
26162: CSV Text Encoding preference is not working
Deleted auto set character encoding
Sandra Huguet <sandra.huguet@openbravo.com> [Wed, 02 Apr 2014 17:56:36 +0200] rev 22810
Fixed issue
26144, fixed issue
26145
David Baz Fayos <david.baz@openbravo.com> [Tue, 01 Apr 2014 21:13:44 +0200] rev 22809
Related to issue
26092: inputs are now always centered while editing records in the grid
David Baz Fayos <david.baz@openbravo.com> [Tue, 01 Apr 2014 21:11:15 +0200] rev 22808
Related to issue
26092: Checkboxes are now always left-aligned in grid view
even after column resizing
David Baz Fayos <david.baz@openbravo.com> [Thu, 03 Apr 2014 00:12:07 +0200] rev 22807
[scupgrade] Related to issue
26068: Removed lines that prevented 'tab' key proper behavior
David Baz Fayos <david.baz@openbravo.com> [Wed, 02 Apr 2014 21:28:50 +0200] rev 22806
[scupgrade] Fixed issue
26129: 'Checkboxes' now display focus status again
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 02 Apr 2014 10:38:53 +0200] rev 22805
Fixes issue
26139: Adds missing constraint in AD_TABLE_TREE table
The column obserds_datasource_id of the ad_table_tree is a foreign key to the key column of the obserds_datasource. There should be a contraint to explicit this in the database.
RM packaging bot <staff.rm@openbravo.com> [Tue, 01 Apr 2014 06:51:31 +0000] rev 22804
CI: update AD_MODULE to version 22803
David Baz Fayos <david.baz@openbravo.com> [Mon, 31 Mar 2014 22:33:47 +0200] rev 22803
Related to issue
26092: avoid input icons be cropped
RM packaging bot <staff.rm@openbravo.com> [Mon, 31 Mar 2014 19:02:41 +0000] rev 22802
CI: merge back from main
Sandra Huguet <sandra.huguet@openbravo.com> [Mon, 31 Mar 2014 18:19:34 +0200] rev 22801
Related to issue
26065 close 2013
Gorka Gil <gorka.gil@openbravo.com> [Mon, 31 Mar 2014 11:43:26 +0200] rev 22800
fixed issue
26116: run.webservice.tests new features
- generate a src/resultws.xml file
- don't stop on errors
David Baz Fayos <david.baz@openbravo.com> [Mon, 31 Mar 2014 16:12:12 +0200] rev 22799
[scupgrade] Fixed issue
26068: Removed lines that prevented 'tab' key proper behavior
in Firefox (Win/Linux) and Chrome (Linux)
RM packaging bot <staff.rm@openbravo.com> [Mon, 31 Mar 2014 18:36:38 +0000] rev 22798
CI: update AD_MODULE to version 22797