Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032710Retail ModulesMobile Procurementpublic2016-04-19 12:502016-05-17 17:33
malsasua 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
20Community Appliance
RR16Q1 
RR16Q3 
guilleaer
OBPS
41582
No
0032710: barcode scanner is not supported in mobile procurement
it is not possible to use a barcode scanner in Mobile Procurement application
go to terminal, and try to read one product with a barcode scanner
In the ERP, in "mobile procurement configuration" window:
.add new field
 . use external input

. in https://code.openbravo.com/erp/pmods/org.openbravo.mobile.procurement/file/98bd5e070feb/web/org.openbravo.mobile.procurement/source/terminal/mpr-terminal.js#l61 [^]
set the property "useBarcode" to the value of the "use external input" set in the "mobile procurement configuration" window
No tags attached.
related to defect 0032913 closed mario_castello Test I32718_DisabledEnterEventinServiceSelector is failing in try-retail 
Issue History
2016-04-19 12:50malsasuaNew Issue
2016-04-19 12:50malsasuaAssigned To => Retail
2016-04-19 12:50malsasuaOBNetwork customer => Yes
2016-04-19 12:50malsasuaSupport ticket => 41582
2016-04-19 12:50malsasuaTriggers an Emergency Pack => No
2016-04-19 15:55OrekariaProposed Solution updated
2016-04-19 15:56OrekariaProposed Solution updated
2016-04-19 15:57OrekariaStatusnew => acknowledged
2016-05-05 10:26OrekariaTypedefect => design defect
2016-05-12 09:46ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-05-12 09:46ranjith_qualiantech_comStatusacknowledged => scheduled
2016-05-12 11:17hgbotCheckin
2016-05-12 11:17hgbotNote Added: 0086391
2016-05-12 11:17hgbotStatusscheduled => resolved
2016-05-12 11:17hgbotResolutionopen => fixed
2016-05-12 11:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.procurement/rev/d60dc6139caf0f262e23ee4d661f3cb856b291a9 [^]
2016-05-13 08:33hgbotCheckin
2016-05-13 08:33hgbotNote Added: 0086433
2016-05-13 08:37ranjith_qualiantech_comRelationship addedrelated to 0032913
2016-05-17 17:33guilleaerReview Assigned To => guilleaer
2016-05-17 17:33guilleaerStatusresolved => closed
2016-05-17 17:33guilleaerFixed in Version => RR16Q3

Notes
(0086391)
hgbot   
2016-05-12 11:17   
Repository: erp/pmods/org.openbravo.mobile.procurement
Changeset: d60dc6139caf0f262e23ee4d661f3cb856b291a9
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 12 14:47:01 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.procurement/rev/d60dc6139caf0f262e23ee4d661f3cb856b291a9 [^]

Fixes issue 32710 : Adding "Use External Input" Field, check to allow barcode scanners

---
M src-db/database/model/tables/OBMPR_CONFIGURATION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/mobile/procurement/term/Terminal.java
M web/org.openbravo.mobile.procurement/source/terminal/mpr-terminal.js
---
(0086433)
hgbot   
2016-05-13 08:33   
Repository: tools/automation/pi-mobile
Changeset: 09b437c8b5c51d6dc0d3c481e86a53139dea1e9f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 13 11:57:34 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/09b437c8b5c51d6dc0d3c481e86a53139dea1e9f [^]

Verifies issue 32710 : Added automated test 'I32710_VerifyExternalInput'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/quarantine/extmodules/RAN/procurement/I32710_VerifyExternalInput.java
---