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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0040380
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2019-03-14 12:152019-03-21 16:53
Reportersamuel_nicuesaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision7992c81022c6
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0040380: The focus is lost after completing one ticket if the preference OBPOS_closeDrawerBeforeContinue is Y

DescriptionWe need to register this hook OBPOS_PreOrderSave
Steps To Reproduce[BO]

Configure the UPC of one product (Avalanche transceiver - 222)

Configure terminal type to use external input

Configure the preference Web POS Close Drawer Before Continue to Y

[POS]

Using developers tools > Console register this hook:

OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function(args, callbacks) {
  OB.Dal.find(OB.Model.Session, {}, function () {
    OB.UTIL.HookManager.callbackExecutor(args, callbacks);
  });
});


Create one ticket

Scan the product using UPC 222

Complete the ticket

Try to scan again the product using UPC 222.

You will need to click again on Scan button because the focus is lost.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0040513 closedranjith_qualiantech_com The focus is lost after completing one ticket if one popup is opened when new ticket is created and previous ticket is deleted 

-  Notes
(0110505)
hgbot (developer)
2019-03-20 09:56

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7992c81022c6a9284fd6a3bda518aec74683439f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 20 14:25:43 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7992c81022c6a9284fd6a3bda518aec74683439f [^]

Fixed issue 40380 : Force Set Orginal ScanMode when completing the receipt

* When completing the receipt, Close drawer popup will be opened when Pref. Web POS Close Drawer Before Continue is enabled
  Before showing the Close drawer popup, scan mode has been updated as false to avoid user key input.
  To restore the scan mode properly, OriginalScanMode has to be updated before closing the receipt

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0110550)
migueldejuana (developer)
2019-03-21 16:53

Tested and reviewed

- Issue History
Date Modified Username Field Change
2019-03-14 12:15 samuel_nicuesa New Issue
2019-03-14 12:15 samuel_nicuesa Assigned To => Retail
2019-03-14 12:15 samuel_nicuesa Resolution time => 1554328800
2019-03-14 12:15 samuel_nicuesa Triggers an Emergency Pack => No
2019-03-14 12:50 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2019-03-14 14:17 ranjith_qualiantech_com Status new => scheduled
2019-03-15 11:05 ranjith_qualiantech_com Steps to Reproduce Updated View Revisions
2019-03-20 09:56 hgbot Checkin
2019-03-20 09:56 hgbot Note Added: 0110505
2019-03-20 09:56 hgbot Status scheduled => resolved
2019-03-20 09:56 hgbot Resolution open => fixed
2019-03-20 09:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7992c81022c6a9284fd6a3bda518aec74683439f [^]
2019-03-21 16:53 migueldejuana Review Assigned To => migueldejuana
2019-03-21 16:53 migueldejuana Note Added: 0110550
2019-03-21 16:53 migueldejuana Status resolved => closed
2019-04-03 18:23 malsasua Relationship added related to 0040513


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker