Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042079Retail ModulesWeb POSpublic2019-10-22 09:342019-10-31 13:38
guillermogil 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q1 
marvintm
No
0042079: If there is a line with EPCCode and RFID is not enabled an error is raised
If there is a line with EPCCode and RFID is not enabled an error is raised.
It should check if RFID is enabled to do everything related with RFID
Add following hook

OB.UTIL.HookManager.registerHook('OBPOS_BarcodeScan', function(
    args,
    callbacks
) {

        args.attrs = args.attrs || {};
        args.attrs.obposEpccode = "test";

    OB.UTIL.HookManager.callbackExecutor(args, callbacks);
});

An error raises on execution if a product is not found
See diff attached
No tags attached.
diff 42079.diff (1,606) 2019-10-22 09:34
https://issues.openbravo.com/file_download.php?file_id=13426&type=bug
Issue History
2019-10-22 09:34guillermogilNew Issue
2019-10-22 09:34guillermogilAssigned To => Retail
2019-10-22 09:34guillermogilResolution time => 1572822000
2019-10-22 09:34guillermogilTriggers an Emergency Pack => No
2019-10-22 09:34guillermogilFile Added: 42079.diff
2019-10-22 09:50ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-10-24 08:10ranjith_qualiantech_comStatusnew => scheduled
2019-10-29 07:13hgbotCheckin
2019-10-29 07:13hgbotNote Added: 0115316
2019-10-29 07:13hgbotStatusscheduled => resolved
2019-10-29 07:13hgbotResolutionopen => fixed
2019-10-29 07:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f067c9e41caa9cadc2ad6a31b3b073cc9b12487 [^]
2019-10-31 13:38marvintmReview Assigned To => marvintm
2019-10-31 13:38marvintmStatusresolved => closed
2019-10-31 13:38marvintmFixed in Version => RR20Q1

Notes
(0115316)
hgbot   
2019-10-29 07:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0f067c9e41caa9cadc2ad6a31b3b073cc9b12487
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Oct 29 11:42:56 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f067c9e41caa9cadc2ad6a31b3b073cc9b12487 [^]

Fixed issue 42079 : RFID Config is validated when removing removeEpc from buffer

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---