Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039860Retail ModulesWeb POSpublic2018-12-27 18:142019-01-03 11:37
ucarrion 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q2 
guilleaer
Gold
2018-12-27
No
0039860: '/' character as C&R document separator character not working well
''/' character as C&R document separator character not working well when scanning. If this character is set to be the separator character, the following szenario is reproduced (example):

+Original order: VBS1/0000088
+Replacing order (incorrect): VBS1/89
+Replacing order (should be correct): VBS1/0000088/1

Webpos seems to be reading wrongly the '/' character. It looks like it to do (in the example):

0000088 + 1 = 89


Issue related: https://issues.openbravo.com/view.php?id=39634 [^]
In backend:
+In 'Organization' tab, header lever, search the field 'Cancel&Replace separator character'
+Set it to /

In webpos:
+Create an order adding a product
+Pay the order
+Open the orden again
+Execute Cancel&Replace option
+Check the explained szenario is reproduced


Video:
https://drive.google.com/file/d/16d9WJYPYWtdva043UtwoY9bwpbNem3cR/view [^]
Replacing order (should be correct)(in the example explained previosuly): VBS1/0000088/1
No tags attached.
related to defect 0039634 closed ranjith_qualiantech_com Scaning GUN no able to scan C&R documents 
Issue History
2018-12-27 18:14ucarrionNew Issue
2018-12-27 18:14ucarrionAssigned To => Retail
2018-12-27 18:14ucarrionOBNetwork customer => Gold
2018-12-27 18:14ucarrionResolution time => 1546902000
2018-12-27 18:14ucarrionRegression date => 2018-12-27
2018-12-27 18:14ucarrionTriggers an Emergency Pack => No
2018-12-28 12:21ranjith_qualiantech_comRelationship addedrelated to 0039634
2018-12-28 14:17ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-12-28 14:17ranjith_qualiantech_comStatusnew => scheduled
2019-01-03 06:53hgbotCheckin
2019-01-03 06:53hgbotNote Added: 0108794
2019-01-03 06:53hgbotStatusscheduled => resolved
2019-01-03 06:53hgbotResolutionopen => fixed
2019-01-03 06:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e59314799f1ba18ae02ae1dbb78d192c5c4c2d2a [^]
2019-01-03 11:37guilleaerReview Assigned To => guilleaer
2019-01-03 11:37guilleaerStatusresolved => closed
2019-01-03 11:37guilleaerFixed in Version => RR19Q2

Notes
(0108794)
hgbot   
2019-01-03 06:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e59314799f1ba18ae02ae1dbb78d192c5c4c2d2a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jan 03 11:22:46 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e59314799f1ba18ae02ae1dbb78d192c5c4c2d2a [^]

Fixed issue 39860 : Cancel and Replace document number should be generated correctly with forward slash separator

* While splitting document number, terminal docNoPrefix must be removed along with DocNoSeperator if includeDocNoSeperator is enabled

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