Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034441Retail ModulesWeb POSpublic2016-11-09 10:012016-11-23 19:04
paul_guiot 
mario_castello 
highmajoralways
closedfixed 
5
 
RR17Q1 
marvintm
No
0034441: [SERQA 2037] A Quotation can be converted twice in an order
This happens when we reactivate a quotation and then without closing the display we convert it to sales order.
Doesn't update status and then Quotation is available to select again.
1 - Login to a webpos terminal
2 - In the menu, create a quotation and assign a client
3 - Validate the quotation
4 - Re-activate the quotation
5 - Validate quotation
6 - In the menu, create sales order
7 - Validate Sales Order
8 - Search the quotation via the "Search quotation " option menu => This is still referenced
9 - Select the same Quotation
8 - Select Create Sales Order - Transform quotation again
It must work as it works for the conversion of a quotation into a receipt.
No tags attached.
diff issue34441.diff (1,347) 2016-11-16 13:07
https://issues.openbravo.com/file_download.php?file_id=10055&type=bug
Issue History
2016-11-09 10:01paul_guiotNew Issue
2016-11-09 10:01paul_guiotAssigned To => Retail
2016-11-09 10:01paul_guiotResolution time => 1478991600
2016-11-09 10:01paul_guiotTriggers an Emergency Pack => No
2016-11-09 13:56paul_guiotSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=13606#r13606
2016-11-15 15:33mario_castelloAssigned ToRetail => mario_castello
2016-11-15 15:33mario_castelloStatusnew => acknowledged
2016-11-15 22:33mario_castelloStatusacknowledged => scheduled
2016-11-16 11:33marvintmFile Added: issue34461.diff
2016-11-16 13:06marvintmFile Deleted: issue34461.diff
2016-11-16 13:07marvintmFile Added: issue34441.diff
2016-11-18 22:11hgbotCheckin
2016-11-18 22:11hgbotNote Added: 0091666
2016-11-18 22:35hgbotCheckin
2016-11-18 22:35hgbotNote Added: 0091667
2016-11-18 22:35hgbotStatusscheduled => resolved
2016-11-18 22:35hgbotResolutionopen => fixed
2016-11-18 22:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9fd973ace6f39a988896e9e7b2383c6673de9d72 [^]
2016-11-18 22:37mario_castelloNote Edited: 0091667bug_revision_view_page.php?bugnote_id=0091667#r13841
2016-11-18 22:40hgbotCheckin
2016-11-18 22:40hgbotNote Added: 0091668
2016-11-23 19:04marvintmReview Assigned To => marvintm
2016-11-23 19:04marvintmStatusresolved => closed
2016-11-23 19:04marvintmFixed in Version => RR17Q1

Notes
(0091666)
hgbot   
2016-11-18 22:11   
Repository: tools/automation/pi-mobile
Changeset: 814f841cb92aadcd8109c2af864ee08c70f1ee9e
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Fri Nov 18 15:10:45 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/814f841cb92aadcd8109c2af864ee08c70f1ee9e [^]

Verifies issue 34441: Fixed test I32368_OrderFromQuotationStockValidation

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockvalidation/I32368_OrderFromQuotationStockValidation.java
---
(0091667)
hgbot   
2016-11-18 22:35   
(edited on: 2016-11-18 22:37)
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9fd973ace6f39a988896e9e7b2383c6673de9d72
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Nov 16 08:14:08 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9fd973ace6f39a988896e9e7b2383c6673de9d72 [^]

Fixed issue 34441: Set the oldId of quotation in function createOrderFromQuotation
Sometimes the oldId refers to the rejected quotation and not to the actual quotation.

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

(0091668)
hgbot   
2016-11-18 22:40   
Repository: tools/automation/pi-mobile
Changeset: 6bbbf03868bd39cb7060452879ebe640ad5dd060
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Nov 16 08:40:44 2016 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/6bbbf03868bd39cb7060452879ebe640ad5dd060 [^]

Verifies issue 34441: Added automated test I34441_ReactivateQuotationAndCreateOrder

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I34441_ReactivateQuotationAndCreateOrder.java
---