Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030983Retail ModulesQuotationspublic2015-09-30 09:482015-10-14 19:56
aaroncalero 
marvintm 
normalmajoralways
closedfixed 
5
pi 
RR15Q4 
Orekaria
2015-09-29
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e960d2006759 [^]
No
0030983: It is possible to duplicate the document number of POS tickets
When there is an open ticket with no lines in the POS, and, without removing that ticket, several orders are created from quotations, the document number of these new orders is the same.
1. Login in webPOS and create an empty ticket. Note the docNo of this empty ticket.
2. Create a new quotation (now we have 2 tickets; the empty ticket and the quotation).
3. Complete the quotation and, without removing it, create a sales order from that quotation (Menu > Create Sales Order).
4. Complete the created order. Verify that the document number of the empty ticket remains the same.
5. Create a new quotation, complete it, and create a new sales order from it. The document number of this new order is the same as the docNo of the order created in step (3)
No tags attached.
related to defect 0030909 closed marvintm Create sales order does not remove the original quotation 
Issue History
2015-09-30 09:48aaroncaleroNew Issue
2015-09-30 09:48aaroncaleroAssigned To => Retail
2015-09-30 09:48aaroncaleroRegression date => 2015-09-29
2015-09-30 09:48aaroncaleroRegression introduced in release => pi
2015-09-30 09:48aaroncaleroRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e960d2006759 [^]
2015-09-30 09:48aaroncaleroTriggers an Emergency Pack => No
2015-09-30 10:28adrianromeroRelationship addedrelated to 0030909
2015-09-30 16:17hgbotCheckin
2015-09-30 16:17hgbotNote Added: 0080753
2015-09-30 16:17hgbotStatusnew => resolved
2015-09-30 16:17hgbotResolutionopen => fixed
2015-09-30 16:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e998325c76793cce7103d4aa08920858f2cf4424 [^]
2015-09-30 16:46marvintmAssigned ToRetail => marvintm
2015-09-30 16:46marvintmReview Assigned To => Orekaria
2015-09-30 17:00hgbotCheckin
2015-09-30 17:00hgbotNote Added: 0080758
2015-09-30 17:19OrekariaStatusresolved => closed
2015-09-30 17:19OrekariaFixed in Version => RR15Q4
2015-10-14 19:56hgbotCheckin
2015-10-14 19:56hgbotNote Added: 0081025

Notes
(0080753)
hgbot   
2015-09-30 16:17   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e998325c76793cce7103d4aa08920858f2cf4424
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Sep 30 11:12:39 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e998325c76793cce7103d4aa08920858f2cf4424 [^]

Fixed issue 30983. QuotationNoSuffix will be reset when order is created from quotation

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0080758)
hgbot   
2015-09-30 17:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ca3a06254716049463452d53c26808515886e5a0
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Sep 30 16:59:50 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ca3a06254716049463452d53c26808515886e5a0 [^]

Related to issue 30983. QuotationNoPrefix will also be reset.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0081025)
hgbot   
2015-10-14 19:56   
Repository: tools/automation/pi-mobile
Changeset: 8884398982cb4ad5974c4d4228817d2a457a31ea
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Oct 14 11:56:15 2015 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8884398982cb4ad5974c4d4228817d2a457a31ea [^]

Verifies issue 30983: Added automated test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30983_SalesFromQuotationDuplicateDocNo.java
---