Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034049Retail ModulesQuotationspublic2016-09-21 17:072016-10-11 12:44
migueldejuana 
ranjith_qualiantech_com 
urgentcriticalalways
closedfixed 
5
 
RR16Q4 
migueldejuana
No
0034049: Document type is reset when lock screen
A Quotation is created with Sales Order document type(you can find it in Sales Order window). It should be in Quotations window but the document type is wrong.
test2 of I31379_DocumentSeqBasedOnUserSession.java automated test.
Fix the error and change the test to check the document type of the created quotations
No tags attached.
related to defect 0033962 closed Sandrahuguet Performance: searching for a receipt should be improved 
related to defect 0031379 closed ranjith_qualiantech_com Duplicated document number when the user session changes 
Issue History
2016-09-21 17:07migueldejuanaNew Issue
2016-09-21 17:07migueldejuanaAssigned To => Retail
2016-09-21 17:07migueldejuanaTriggers an Emergency Pack => No
2016-09-21 17:07migueldejuanaRelationship addedrelated to 0033962
2016-09-21 17:07migueldejuanaNote Added: 0090139
2016-09-21 17:08migueldejuanaRelationship addedrelated to 0031379
2016-09-21 17:10migueldejuanaNote Added: 0090140
2016-09-21 17:12hgbotCheckin
2016-09-21 17:12hgbotNote Added: 0090141
2016-09-26 10:41migueldejuanaTarget Version => RR16Q4
2016-09-26 13:32ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-09-26 13:32ranjith_qualiantech_comStatusnew => scheduled
2016-09-26 15:57migueldejuanaDescription Updatedbug_revision_view_page.php?rev_id=13217#r13217
2016-09-28 06:13hgbotCheckin
2016-09-28 06:13hgbotNote Added: 0090318
2016-10-11 08:08ranjith_qualiantech_comNote Added: 0090522
2016-10-11 08:08ranjith_qualiantech_comStatusscheduled => resolved
2016-10-11 08:08ranjith_qualiantech_comResolutionopen => fixed
2016-10-11 12:44migueldejuanaReview Assigned To => migueldejuana
2016-10-11 12:44migueldejuanaNote Added: 0090529
2016-10-11 12:44migueldejuanaStatusresolved => closed

Notes
(0090139)
migueldejuana   
2016-09-21 17:07   
The error was hidden by code changed in https://issues.openbravo.com/view.php?id=33962 [^]
(0090140)
migueldejuana   
2016-09-21 17:10   
The test2 of I31379_DocumentSeqBasedOnUserSession automated test in https://issues.openbravo.com/view.php?id=31379 [^] reproduce the problem but the test is not failing because the document type of created quotations is not checked
(0090141)
hgbot   
2016-09-21 17:12   
Repository: tools/automation/pi-mobile
Changeset: 0ed922a3cd9f668baa78ad0237e03e58cd4ebd39
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Sep 21 17:11:46 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0ed922a3cd9f668baa78ad0237e03e58cd4ebd39 [^]

Related to 0034049: Document type is reset when lock screen

- Do not execute test2 until the issue 34049 is fixed and the test is updated checking document types

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I31379_DocumentSeqBasedOnUserSession.java
---
(0090318)
hgbot   
2016-09-28 06:13   
Repository: tools/automation/pi-mobile
Changeset: a1b769bf54b4b23673297142b56014150926faa3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Sep 28 09:43:13 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a1b769bf54b4b23673297142b56014150926faa3 [^]

Verifies issue 34049 : Modified automated test 'I31379_DocumentSeqBasedOnUserSession' test2

- Removed wrong code for completing the quotation

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I31379_DocumentSeqBasedOnUserSession.java
---
(0090522)
ranjith_qualiantech_com   
2016-10-11 08:08   
Issue exist in test, not in source code
Modified Test "I31379_DocumentSeqBasedOnUserSession"
(0090529)
migueldejuana   
2016-10-11 12:44   
Tested and reviewed