Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0042805
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-01-10 14:372020-01-17 14:51
ReporterngarciaView Statuspublic 
Assigned Torqueralta 
PriorityurgentResolutionfixedFixed in VersionRR20Q2
StatusclosedFix in branchFixed in SCM revisionfa5c5cfef1ed
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0042805: POS Keyboard should allow more than 20 characters

DescriptionPOS Keyboard should allow more than 20 characters

There could be coupons longer than 20 characters

The limit is hardcoded in modules/org.openbravo.mobile.core/web/org.openbravo.mobile.core/source/component/ob-keyboard.js:

    if (contentLength >= 20 && character !== 'del') {
      OB.UTIL.showError(OB.I18N.getLabel('OBMOBC_ErrorMaxNumber'));
      return;
    }

Steps To ReproduceIn the POS:
   Select UPC/EAN
   Introduce more than 20 characters
   Check the following error message is shown:
      "You have reached the maximum number of digits (20)"
   The number is cut to 20 characters
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0116950)
hgbot (developer)
2020-01-16 21:08

Repository: tools/automation/pi-mobile
Changeset: 94ce60c6359caf12759c5c928713305cf581a10b
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Thu Jan 16 15:07:51 2020 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/94ce60c6359caf12759c5c928713305cf581a10b [^]

Fixed issue 42805: POS Keyboard should allow more than 20 characters

- Delete I23951_Max20KeyStrokes test because was removed the content hardcode
limit

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I23951_Max20KeyStrokes.java
---
(0116951)
hgbot (developer)
2020-01-16 21:09

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: fa5c5cfef1ede3e88e742f90f08ea5a5ff98b69d
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Jan 13 11:35:17 2020 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fa5c5cfef1ede3e88e742f90f08ea5a5ff98b69d [^]

Fixed issue 42805: POS Keyboard should allow more than 20 characters

- Removed the content hardcode limit

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---

- Issue History
Date Modified Username Field Change
2020-01-10 14:37 ngarcia New Issue
2020-01-10 14:37 ngarcia Assigned To => Retail
2020-01-10 14:37 ngarcia Resolution time => 1580425200
2020-01-10 14:37 ngarcia Triggers an Emergency Pack => No
2020-01-10 14:37 ngarcia Issue Monitored: networkb
2020-01-10 14:41 ngarcia Description Updated View Revisions
2020-01-12 18:05 rqueralta Assigned To Retail => rqueralta
2020-01-12 18:06 rqueralta Status new => scheduled
2020-01-16 21:08 hgbot Checkin
2020-01-16 21:08 hgbot Note Added: 0116950
2020-01-16 21:08 hgbot Status scheduled => resolved
2020-01-16 21:08 hgbot Resolution open => fixed
2020-01-16 21:08 hgbot Fixed in SCM revision => http://code.openbravo.com/tools/automation/pi-mobile/rev/94ce60c6359caf12759c5c928713305cf581a10b [^]
2020-01-16 21:09 hgbot Checkin
2020-01-16 21:09 hgbot Note Added: 0116951
2020-01-16 21:09 hgbot Fixed in SCM revision http://code.openbravo.com/tools/automation/pi-mobile/rev/94ce60c6359caf12759c5c928713305cf581a10b [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fa5c5cfef1ede3e88e742f90f08ea5a5ff98b69d [^]
2020-01-17 14:51 marvintm Review Assigned To => marvintm
2020-01-17 14:51 marvintm Status resolved => closed
2020-01-17 14:51 marvintm Fixed in Version => RR20Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker