Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030591Retail ModulesWeb POSpublic2015-08-17 15:282015-09-22 12:06
Orekaria 
Orekaria 
highmajoralways
closedfixed 
5
 
RR15Q3.1RR15Q3.1 
Orekaria
Automated tests
No
0030591: In the WebPOS document sequence table, It is possible to create more than 1 record for a terminal
In the WebPOS document sequence table, It is possible to create more than 1 record for a terminal
Clear the cache
Login in the WebPOS
Verify that, in the WebSQL database, c_document_sequence table, 2 records have been created for the same terminal search key (INCORRECT)
No tags attached.
blocks design defect 0030590RR15Q4 closed Orekaria In the WebPOS document sequence table, It is possible to create more than 1 record for a terminal 
Issue History
2015-08-17 15:28OrekariaTypedesign defect => backport
2015-08-17 15:28OrekariaTarget Version => RR15Q3.1
2015-09-15 17:25hgbotCheckin
2015-09-15 17:25hgbotNote Added: 0080421
2015-09-15 17:25hgbotStatusscheduled => resolved
2015-09-15 17:25hgbotResolutionopen => fixed
2015-09-15 17:25hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal/rev/91e3b6a092d10e2ce222179d66cf40d4bc25a223 [^]
2015-09-22 12:06OrekariaReview Assigned To => Orekaria
2015-09-22 12:06OrekariaStatusresolved => closed
2015-09-22 12:06OrekariaFixed in Version => RR15Q3.1

Notes
(0080421)
hgbot   
2015-09-15 17:25   
Repository: retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal
Changeset: 91e3b6a092d10e2ce222179d66cf40d4bc25a223
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 15 17:25:41 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3.1/org.openbravo.retail.posterminal/rev/91e3b6a092d10e2ce222179d66cf40d4bc25a223 [^]

Fixed issue 30591. The pos_search_key is set to be unique

The problem was that some changes in the code were creating more than 1 record, but no error was raised

---
M web/org.openbravo.retail.posterminal/js/model/document-sequence.js
---