Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0032105 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Retail Modules] Web POS | trivial | always | 2016-02-03 15:27 | 2016-06-20 19:05 | |||
| Reporter | dbaz | View Status | public | |||||
| Assigned To | ranjith_qualiantech_com | |||||||
| Priority | high | Resolution | fixed | Fixed in Version | RR16Q3 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 1f51773601a1 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | guilleaer | |||||||
| OBNetwork customer | No | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0032105: [UX] Wrong 'minus' character use in WebPOS | |||||||
| Description | There are several places where the 'minus' character "-" is being used, where it should be proper to use this one "−" http://www.fileformat.info/info/unicode/char/2212/index.htm [^] https://en.wikipedia.org/wiki/Hyphen-minus [^] There are several places identified where the wrong minus character is being used: * Keypad: minus button * Open till window: minus button in the left side rows (in the 'Quantity' column) to lower the input value * Cash up: minus button in the left side rows (in the 'Quantity' column) to lower the input value PS: I have set the priority to 'high', because each time these buttons are 'cloned' in new developments, the defect is propagated.  | |||||||
| Steps To Reproduce | See attached screenshot | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
||||||||||||||||||||||
  | 
||||||||||||||||||||||
  		Notes	 | 
|
| 
				(0086717) hgbot (developer) 2016-05-25 09:27  | 
	
		Repository: erp/pmods/org.openbravo.mobile.core Changeset: 5bfd72e192293bcc82a05e76008af9db4b67971e Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon May 23 12:49:31 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5bfd72e192293bcc82a05e76008af9db4b67971e [^] Fixes issue 32105 : Replacing Keyboard minus label Replacing keyboard minus label from "-" to "−" --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js ---  | 
| 
				(0087138) marvintm (viewer) 2016-06-09 16:33  | 
	
		The original fix was reverted due to a visualization regression that it caused: https://issues.openbravo.com/view.php?id=33106 [^] The fix needs to be implemented slightly differently. Instead of hardcoding the character, it needs to be read from a special AD_MESSAGE entry we defined for special characters which need to be used in our components. An example of this can be found in this issue: https://issues.openbravo.com/view.php?id=31300 [^]  | 
| 
				(0087227) hgbot (developer) 2016-06-14 09:38  | 
	
		Repository: erp/pmods/org.openbravo.mobile.core Changeset: 1f51773601a126121fd4f7a05174be96a2369a65 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Jun 14 13:07:58 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1f51773601a126121fd4f7a05174be96a2369a65 [^] Fixes issue 32105 : Replacing Keyboard minus label with AD_Message value - Added Minus char to "OBMOBC_Character" --- M src-db/database/sourcedata/AD_MESSAGE.xml M web/org.openbravo.mobile.core/source/component/ob-keyboard.js ---  | 
| 
				(0087229) hgbot (developer) 2016-06-14 09:41  | 
	
		Repository: tools/automation/pi-mobile Changeset: 6a40605646c4f57d4380e71e81dfbf665ffeb2f3 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Jun 14 13:08:08 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6a40605646c4f57d4380e71e81dfbf665ffeb2f3 [^] Verifies issue 32105 : Added Minus char to OBMOBC_Character AD Msg --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/VerifySpecialCharactersString.java ---  | 
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2016-02-03 15:27 | dbaz | New Issue | |
| 2016-02-03 15:27 | dbaz | Assigned To | => Retail | 
| 2016-02-03 15:27 | dbaz | File Added: KeyPad_Buttons.png | |
| 2016-02-03 15:27 | dbaz | OBNetwork customer | => No | 
| 2016-02-03 15:27 | dbaz | Triggers an Emergency Pack | => No | 
| 2016-02-03 15:46 | dbaz | Relationship added | related to 0032106 | 
| 2016-02-08 15:44 | marvintm | Assigned To | Retail => christiangoni | 
| 2016-05-18 15:03 | dbaz | Description Updated | View Revisions | 
| 2016-05-19 10:17 | Orekaria | Status | new => acknowledged | 
| 2016-05-19 10:17 | Orekaria | Assigned To | christiangoni => Retail | 
| 2016-05-19 15:42 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com | 
| 2016-05-19 15:43 | ranjith_qualiantech_com | Status | acknowledged => scheduled | 
| 2016-05-25 09:27 | hgbot | Checkin | |
| 2016-05-25 09:27 | hgbot | Note Added: 0086717 | |
| 2016-05-25 09:27 | hgbot | Status | scheduled => resolved | 
| 2016-05-25 09:27 | hgbot | Resolution | open => fixed | 
| 2016-05-25 09:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5bfd72e192293bcc82a05e76008af9db4b67971e [^] | 
| 2016-05-30 22:16 | guilleaer | Review Assigned To | => guilleaer | 
| 2016-05-30 22:16 | guilleaer | Status | resolved => closed | 
| 2016-05-30 22:16 | guilleaer | Fixed in Version | => RR16Q3 | 
| 2016-06-01 16:49 | Orekaria | Relationship added | causes 0033106 | 
| 2016-06-09 16:33 | marvintm | Note Added: 0087138 | |
| 2016-06-09 16:33 | marvintm | Status | closed => new | 
| 2016-06-09 16:33 | marvintm | Resolution | fixed => open | 
| 2016-06-09 16:33 | marvintm | Fixed in Version | RR16Q3 => | 
| 2016-06-09 16:33 | marvintm | Status | new => scheduled | 
| 2016-06-13 11:13 | ranjith_qualiantech_com | File Added: issue 32105 source mobile.core 2182.patch | |
| 2016-06-14 09:38 | hgbot | Checkin | |
| 2016-06-14 09:38 | hgbot | Note Added: 0087227 | |
| 2016-06-14 09:38 | hgbot | Status | scheduled => resolved | 
| 2016-06-14 09:38 | hgbot | Resolution | open => fixed | 
| 2016-06-14 09:38 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5bfd72e192293bcc82a05e76008af9db4b67971e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1f51773601a126121fd4f7a05174be96a2369a65 [^] | 
| 2016-06-14 09:41 | hgbot | Checkin | |
| 2016-06-14 09:41 | hgbot | Note Added: 0087229 | |
| 2016-06-20 19:05 | guilleaer | Status | resolved => closed | 
| 2016-06-20 19:05 | guilleaer | Fixed in Version | => RR16Q3 | 
| 2016-10-27 12:35 | plujan | Relationship added | related to 0034313 | 
| Copyright © 2000 - 2009 MantisBT Group |