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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0042079
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2019-10-22 09:342019-10-31 13:38
ReporterguillermogilView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR20Q1
StatusclosedFix in branchFixed in SCM revision0f067c9e41ca
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

0042079: If there is a line with EPCCode and RFID is not enabled an error is raised

DescriptionIf 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
Steps To ReproduceAdd 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
Proposed SolutionSee diff attached
TagsNo tags attached.
Attached Filesdiff file icon 42079.diff [^] (1,606 bytes) 2019-10-22 09:34 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0115316)
hgbot (developer)
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
---

- Issue History
Date Modified Username Field Change
2019-10-22 09:34 guillermogil New Issue
2019-10-22 09:34 guillermogil Assigned To => Retail
2019-10-22 09:34 guillermogil Resolution time => 1572822000
2019-10-22 09:34 guillermogil Triggers an Emergency Pack => No
2019-10-22 09:34 guillermogil File Added: 42079.diff
2019-10-22 09:50 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2019-10-24 08:10 ranjith_qualiantech_com Status new => scheduled
2019-10-29 07:13 hgbot Checkin
2019-10-29 07:13 hgbot Note Added: 0115316
2019-10-29 07:13 hgbot Status scheduled => resolved
2019-10-29 07:13 hgbot Resolution open => fixed
2019-10-29 07:13 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f067c9e41caa9cadc2ad6a31b3b073cc9b12487 [^]
2019-10-31 13:38 marvintm Review Assigned To => marvintm
2019-10-31 13:38 marvintm Status resolved => closed
2019-10-31 13:38 marvintm Fixed in Version => RR20Q1


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker