Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023136Openbravo ERPA. Platformpublic2013-02-21 11:002013-02-27 11:03
AugustoMauch 
shankarb 
normalminoralways
closedfixed 
5
 
3.0MP21 
AugustoMauch
Core
No
0023136: Quantity field behaves differently in Sales Order Line and Purchase Order Line
The quantity field of the Line tab is not working the same way in Sales Order and in Purchase Order. In Sales Order the group separator is added while the user enters texts, while in Purchase Order the grouping separator is not added until the field loses the focus.
- Open Sales Order
- Create a Header
- Create a line, and enter 10000 in the quantity field. Notice that the group separator is added while the text is being entered

- Open Purchase Order
- Create a Header
- Create a line, and enter 10000 in the quantity field. Notice that the group separator is not added until field loses the focus
No tags attached.
related to defect 00230563.0MP21 closed shankarb Ordered Quantiy field of Sales Order is not properly auto filling the grouping separator 
related to defect 0031901 closed caristu decimal value can't be changed by trigger/observer after manual edition in form view 
related to defect 0035658 closed inigosanchez Fields redraws in grid view when a numeric field is referenced by a read only logic 
Issue History
2013-02-21 11:00AugustoMauchNew Issue
2013-02-21 11:00AugustoMauchAssigned To => shankarb
2013-02-21 11:00AugustoMauchModules => Core
2013-02-21 11:00AugustoMauchTriggers an Emergency Pack => No
2013-02-21 11:01AugustoMauchRelationship addedrelated to 0023056
2013-02-27 07:42shankarbReview Assigned To => AugustoMauch
2013-02-27 07:42shankarbIssue Monitored: AugustoMauch
2013-02-27 07:45shankarbStatusnew => scheduled
2013-02-27 07:45shankarbfix_in_branch => pi
2013-02-27 07:46shankarbStatusscheduled => resolved
2013-02-27 07:46shankarbFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/485822d38b74 [^]
2013-02-27 07:46shankarbResolutionopen => fixed
2013-02-27 07:47shankarbNote Added: 0056798
2013-02-27 11:03AugustoMauchNote Added: 0056800
2013-02-27 11:03AugustoMauchStatusresolved => closed
2013-02-27 11:03AugustoMauchFixed in Version => 3.0MP21
2016-01-25 12:49caristuRelationship addedrelated to 0031901
2017-04-21 13:57inigosanchezRelationship addedrelated to 0035658

Notes
(0056798)
shankarb   
2013-02-27 07:47   
Fixed in pi changeset https://code.openbravo.com/erp/devel/pi/rev/485822d38b74 [^]
(0056800)
AugustoMauch   
2013-02-27 11:03   
Code reviewed and verified in pi@2502e500a99d

The quantity field in the sales order window was being formatted after each change because the visibility of another field depended on its value, so it was marked as redrawonchange=true.