Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029223Retail ModulesQuotationspublic2015-03-10 15:212015-03-12 13:22
aaroncalero 
aaroncalero 
normalminoralways
closedfixed 
5
pi 
RR15Q2RR15Q2 
Orekaria
No
0029223: It is possible to create several quotations with the same document number
It is possible to create more than one quotation with the same document number from the POS.
1. Login in the POS
2. Go to the menu and create a quotation. Note the document number.
3. Go to the menu again and create a new quotation. Verify that the document number of the new quotation is the same as the first quotation

As long as no quotation is closed, every new quotation will have the same docNo.
There are two different references to the same attribute of the receipt, quotationDocnoPrefix and quotationnoPrefix. Following the same naming as the document number, the attribute should be named quotationnoPrefix.
No tags attached.
blocks feature request 0028933RR16Q1 closed Retail QA: RR15Q2: Add tests for Mobile applications 
Issue History
2015-03-10 15:21aaroncaleroNew Issue
2015-03-10 15:21aaroncaleroAssigned To => aaroncalero
2015-03-10 15:21aaroncaleroTriggers an Emergency Pack => No
2015-03-10 16:06hgbotCheckin
2015-03-10 16:06hgbotNote Added: 0075406
2015-03-10 16:06hgbotStatusnew => resolved
2015-03-10 16:06hgbotResolutionopen => fixed
2015-03-10 16:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7d66676152289f94853e997a8455f3d5a37d51b8 [^]
2015-03-12 13:02OrekariaRelationship addedblocks 0028933
2015-03-12 13:22hgbotCheckin
2015-03-12 13:22hgbotNote Added: 0075485
2015-03-12 13:22OrekariaReview Assigned To => Orekaria
2015-03-12 13:22OrekariaStatusresolved => closed
2015-03-12 13:22OrekariaFixed in Version => RR15Q2

Notes
(0075406)
hgbot   
2015-03-10 16:06   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7d66676152289f94853e997a8455f3d5a37d51b8
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Tue Mar 10 15:53:42 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7d66676152289f94853e997a8455f3d5a37d51b8 [^]

Fixed issue 29223: It is possible to create several quotations with the same document number

The quotation number prefix was incorrectly being set as 'quotationDocNoPrefix' but later on the code being recovered as 'quotationnoPrefix'. Now the name of the attribute will be quotationnoPrefix everywhere on the code.

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0075485)
hgbot   
2015-03-12 13:22   
Repository: tools/automation/pi-mobile
Changeset: 94792f88756fb8c18662999a3722699d3c42ddda
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Mar 12 13:07:38 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/94792f88756fb8c18662999a3722699d3c42ddda [^]

Related to issue 28933, verifies issue 29223: Added 2 new tests to verify that the quotation number is properly created

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I29223_QuotationnoConsecutive.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I29223_QuotationnoConsecutiveAfterDelete.java
---