David Baz Fayos <david.baz@openbravo.com> [Tue, 19 Feb 2013 19:52:45 +0100] rev 19727
[calendar] Added capabilities to show the eventDialog on event resized/moved
RM packaging bot <staff.rm@openbravo.com> [Tue, 19 Feb 2013 14:33:52 +0100] rev 19726
Merge back from main
Shankar Balachandran <shankar.balachandran@openbravo.com> [Tue, 19 Feb 2013 18:05:22 +0530] rev 19725
Fixes Issue
0022797: Pick and Execute in Payment Proposal window is not working properly
When filtering records after selection, only the selected id's were retained.
Modified code to retain the whole object when the data is fetched.
RM packaging bot <staff.rm@openbravo.com> [Tue, 19 Feb 2013 13:30:45 +0100] rev 19724
Merge back from main
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 19 Feb 2013 11:13:15 +0100] rev 19723
Related to issue
22810:isOpenDirectModeLeaf deletedin delayedHandleTargetRecord
The property isOpenDirectModeLeaf should not only be deleted in dataArrived when there is not targetRecordId, but also in the delayedHandleTargetRecord function
Shankar Balachandran <shankar.balachandran@openbravo.com> [Tue, 19 Feb 2013 12:36:24 +0530] rev 19722
Fixes Issue
0023056: Ordered Quantiy field of Sales Order is not formatted properly.
Grouping seperators were not applied correctly to the field.
Used existing focusNumberInput() method to format the same.
David Baz Fayos <david.baz@openbravo.com> [Tue, 19 Feb 2013 02:35:46 +0100] rev 19721
Related to issue
22902: Now 'OBGridLinkLinkItem' is more customizable
David Baz Fayos <david.baz@openbravo.com> [Mon, 18 Feb 2013 20:01:01 +0100] rev 19720
[calendar] Now calendar widget doesn't display 'undefined' name if event name doesn't exist
David Baz Fayos <david.baz@openbravo.com> [Mon, 18 Feb 2013 20:00:32 +0100] rev 19719
[calendar] Modified 'DateTime_To (Date)' reference definition
Mikel Irurita <mikel.irurita@openbravo.com> [Mon, 18 Feb 2013 17:23:44 +0100] rev 19718
Fixes issue
23103: Doubtful Debt & Matched Invoices accounting tab
Victor Villar <victor.villar@openbravo.com> [Mon, 18 Feb 2013 15:49:53 +0100] rev 19717
Fixed issue
23035: Randomly wrong cost calculation for Goods movements transactions
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 18 Feb 2013 15:32:30 +0100] rev 19716
Fixes issue
22903: Reapplies fix of issue
22903, it did not cause a regression
The changeset that caused the regression [1] was not the fix of [2], but the fix of [3]. The fix of [2] is being reapplied, the fix of [3] has been backed out already.
[1] https://issues.openbravo.com/view.php?id=23081
[2] https://issues.openbravo.com/view.php?id=22903
[3] https://issues.openbravo.com/view.php?id=22821
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 18 Feb 2013 15:16:13 +0100] rev 19715
Fixes issue
23049: Makes pin column of multi selectors not filterable
The undesired checkbox appeared in the second column of the filter because the pin column was actually filterable, when it should be not filterable. Now that the column is not filterable the checkbox no longer appears in the filter.
Javier Etxarri <javier.echarri@openbravo.com> [Mon, 18 Feb 2013 13:39:55 +0100] rev 19714
Fixes issue
23057: In Return to Vendor Shipment
the grid is not filtering the warehouses of the organization
Augusto Mauch <augusto.mauch@openbravo.com> [Mon, 18 Feb 2013 11:48:08 +0100] rev 19713
Related to issue
22821, fixes issue
23081. Backouts 22821 fix, it causes 23081
Ioritz Cia <ioritz.cia@openbravo.com> [Fri, 15 Feb 2013 12:57:26 +0100] rev 19712
Fixes issue
22893: Starting date of a new costing rule should be hidden.
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 18 Feb 2013 08:42:36 +0100] rev 19711
fixed issue
23072: Added barcode to storage bin
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 18 Feb 2013 08:39:35 +0100] rev 19710
fixed issue
23092: Increase visibility of properties in LoginUtils.RoleDefaults
Shankar Balachandran <shankar.balachandran@openbravo.com> [Sun, 17 Feb 2013 13:25:10 +0530] rev 19709
Fixes Issue
0022922: Read-only fields with Text reference are allowing edition.
Set canEdit property to false in case it is a read only text area field and true otherwise.
Javier Etxarri <javier.echarri@openbravo.com> [Fri, 15 Feb 2013 14:19:21 +0100] rev 19708
Fixes issue
22351: Quotation: error when trying to convert quotation to order
Javier Etxarri <javier.echarri@openbravo.com> [Fri, 15 Feb 2013 13:04:59 +0100] rev 19707
issue
23000: It will be interesting to have the "Clone orders" button in window "Purchase Orders"
Javier Etxarri <javier.echarri@openbravo.com> [Fri, 15 Feb 2013 12:23:17 +0100] rev 19706
Fixes issue
22862: It is not possible to do a return to vendor
when the client is configured allowing negative stock
Augusto Mauch <augusto.mauch@openbravo.com> [Fri, 15 Feb 2013 12:04:59 +0100] rev 19705
Fixes issue
23068: Sorting is not reset after saving a record with errors
This problem was caused because the value of the computed column changed from null to an empty string. This caused the sorting of the grid to be cleared, due to [1]. The change from null to an empty string is done in the fixNull250 function. This functions is needed for evaluating properly the display logic of the field, but it should not be called using the record itself, but with a clone of the record, so that the record itself is not changed.
[1] https://code.openbravo.com/erp/mods/org.openbravo.userinterface.smartclient.dev/file/8c2bc26694da/web/org.openbravo.userinterface.smartclient/isomorphic/client/widgets/ListGrid.js#l28665
Eduardo Argal Guibert <eduardo.argal@openbravo.com> [Fri, 15 Feb 2013 11:31:06 +0100] rev 19704
Victor Villar <victor.villar@openbravo.com> [Thu, 14 Feb 2013 09:42:19 +0100] rev 19703
Fixes issue
23069: Not possible to create standards under some circunstancies
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 14 Feb 2013 17:59:09 +0100] rev 19702
Related to issue
22903, 23081. Backout fix of 22903, it might be causing 23081
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 14 Feb 2013 17:09:23 +0100] rev 19701
Related to issue
22922: Backout of wrong fix
The changeset https://code.openbravo.com/erp/devel/pi/rev/61beeb76c771 has been backed out because it made all text fields read only.
Ioritz Cia <ioritz.cia@openbravo.com> [Thu, 14 Feb 2013 16:58:15 +0100] rev 19700
Related to issue
22791: Small boolean enhancement.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 14 Feb 2013 17:48:27 +0530] rev 19699
Fixes Issue
0022922: Read-only fields with Text reference are allowing edition.
Set canEdit property to false to allow selection through click event.
Eduardo Argal Guibert <eduardo.argal@openbravo.com> [Thu, 14 Feb 2013 12:56:24 +0100] rev 19698
Fixes missing success message when processing a transaction