Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 07 Mar 2013 12:48:10 +0100] rev 19877
Fixes issue
22608: Percentages in Sales Order grid are shown properly
Javier Etxarri <javier.echarri@openbravo.com> [Wed, 06 Mar 2013 13:49:13 +0100] rev 19876
Fixes issue
22931: Requisition To Order does not use correct Scheduled Delivery Date
Mikel Irurita <mikel.irurita@openbravo.com> [Thu, 07 Mar 2013 12:34:03 +0100] rev 19875
Fixes issue
23253: missing acctdims when creating payments/transactions automatically
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 05 Mar 2013 12:15:06 +0100] rev 19874
Fixes issue
23200: YesNo columns default value in Query Widgets works properly
The step where the 'N' and 'Y' values of YesNo columns were converted to false and true respectively was missing.
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 06 Mar 2013 13:41:48 +0100] rev 19873
Fixes issue
23211: Fixes adding rows in a grid with many existing rows
The behaviour of the addition of rows in the grid now mimics the behavior of the creation of records in the form view:
- If not all records are cached in the grid, the record is added in the first position
- If all records are cached in the grid, the record is added in the last position.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 07 Mar 2013 16:41:58 +0530] rev 19872
Fixes Issue
0023155: Special characters not recognized when filtering in grid view
If the character to be compared is a special character, an escape character '|' was added.
But if the character is '|' , and if the type is char, appending a char '|' again results in adding its ascii value (124) so the text is modified as "filter_string"248.
Modified the type of escape character to string for the this replace alone. The rest of the code uses the char definition of escape character.
Mikel Irurita <mikel.irurita@openbravo.com> [Thu, 07 Mar 2013 12:05:37 +0100] rev 19871
Fixes issue
23226: ActionButtonUtility ability to use validation rules in combotabledata
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 06 Mar 2013 17:13:44 +0100] rev 19870
Fixes issue
23151: Client UTC offset sent in Query/List widget request
RM packaging bot <staff.rm@openbravo.com> [Wed, 06 Mar 2013 19:42:23 +0100] rev 19869
CI: merge back from main
RM packaging bot <staff.rm@openbravo.com> [Thu, 07 Mar 2013 18:22:37 +0000] rev 19868
Added signature for changeset 1983af93019a
RM packaging bot <staff.rm@openbravo.com> [Thu, 07 Mar 2013 18:22:37 +0000] rev 19867
Added tag 3.0MP21 for changeset 79ef7f4b625d
RM packaging bot <staff.rm@openbravo.com> [Thu, 07 Mar 2013 18:22:36 +0000] rev 19866
Update AD_MODULE version to 3.0MP21
Sandra Huguet <sandra.huguet@openbravo.com> [Thu, 07 Mar 2013 12:53:17 +0100] rev 19865
Fixed bug
23245 Correct value to dateacct and datedoc g/l journal header
RM packaging bot <staff.rm@openbravo.com> [Wed, 06 Mar 2013 19:24:43 +0100] rev 19864
CI: update AD_MODULE to version 19863
Javier Etxarri <javier.echarri@openbravo.com> [Wed, 06 Mar 2013 10:43:54 +0100] rev 19863
Fixes issue
22877: Document type for payment in/out is fixed
David Miguelez <david.miguelez@openbravo.com> [Tue, 05 Mar 2013 17:53:16 +0100] rev 19862
Fixes Issue
23229. Shows Credit Limit over message regardless of the blocking
status of the Business Partner.
Shankar Balachandran <shankar.balachandran@openbravo.com> [Mon, 04 Mar 2013 17:44:57 +0530] rev 19861
Fixes Issue
22836 : UOM values not translated in Product window
When translating identifiers, the value list was retrieved from Session.
Added code to check in the object in case it is not present in the Session.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 05 Mar 2013 12:53:11 +0100] rev 19860
Fixes issue
23227: fix is only applied to boolean columns
The previous fix did not work when the parameter window had numeric columuns. The fix has been changed so that it is only applied to boolean columns.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 05 Mar 2013 10:44:18 +0100] rev 19859
Fixes issue
23227: Enables defining a default value for booleans in PW windows
When 'N' or 'Y' is defined as a default value for a parameter in PW windows, an actual boolean (false, true) is used for the parameter default value.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 05 Mar 2013 10:24:55 +0100] rev 19858
Fixes issue
23220: Display logic works as expected
In the fix of issue
23068 a change was done to prevent all properties of the form being changed from null to ''. This change had to be done on a clone of the record, not on the record itself.
The problem is that at one point the record itself was being used, being taken for granted that its null values would be replaced with an empty string. This has been fixed by replacing the record by the clone that already has had its null values replaced by ''.
Ioritz Cia <ioritz.cia@openbravo.com> [Mon, 04 Mar 2013 17:10:01 +0100] rev 19857
Fixes issue
22689: Dropdown with more than 1000 fire a warning in the log.
RM packaging bot <staff.rm@openbravo.com> [Tue, 05 Mar 2013 09:30:15 +0100] rev 19856
CI: merge back from main
RM packaging bot <staff.rm@openbravo.com> [Tue, 05 Mar 2013 09:13:12 +0100] rev 19855
CI: update AD_MODULE to version 19854
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 04 Mar 2013 22:51:13 +0100] rev 19854
fixes issue
22914: Wrong calculation of Planned Order Date in
Manufacturing Plan process
Ioritz Cia <ioritz.cia@openbravo.com> [Mon, 04 Mar 2013 11:50:38 +0100] rev 19853
Fixes issue
22596: When you try to create a product with attribute value,
first you have to save the register with attribute.
David Baz Fayos <david.baz@openbravo.com> [Mon, 04 Mar 2013 14:56:27 +0100] rev 19852
Related to issue
19728: Do more JS code formatting
Mikel Irurita <mikel.irurita@openbravo.com> [Mon, 04 Mar 2013 14:00:58 +0100] rev 19851
Related to issue
23159: apply feedback
Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan@openbravo.com> [Thu, 28 Feb 2013 13:41:35 +0530] rev 19850
Fixes Issue
22757: In sales order report the dateordered field is not truncated
Javier Etxarri <javier.echarri@openbravo.com> [Mon, 04 Mar 2013 13:54:04 +0100] rev 19849
backout of issue
22862: It is not possible to do a return
to vendor when the client is configured allowing negative stock
David Miguelez <david.miguelez@openbravo.com> [Mon, 04 Mar 2013 13:43:30 +0100] rev 19848
Related to Issue
23179. Fixes DBCons.