Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031019Retail ModulesQuotationspublic2015-10-02 09:182015-10-13 19:30
aaroncalero 
mario_castello 
normalmajorhave not tried
closedfixed 
5
 
 
marvintm
No
0031019: Orders created from quotations are created without ad_session_id
In webpos, when an order is created from a quotation, it is created without ad_session_id.
If the webpos is reloaded, these orders remain on the c_order table, but they are not visible in webpos anymore.
Login in webpos.
Create a quotation and complete it (now it should be in status Under Evaluation).
Close the quotation.
Reopen the quotation using the Quotations menu entry.
Create a sales order from the quotation (Menu > Create Sales Order).
Verify in local database that the ad_session_id field is missing for the created order.
Reload the application.
Verify that the order remains in the local database but it is not showing in webpos.
No tags attached.
Issue History
2015-10-02 09:18aaroncaleroNew Issue
2015-10-02 09:18aaroncaleroAssigned To => Retail
2015-10-02 09:18aaroncaleroResolution time => 1444341600
2015-10-02 09:18aaroncaleroTriggers an Emergency Pack => No
2015-10-02 15:50OrekariaStatusnew => acknowledged
2015-10-07 11:00avicenteIssue Monitored: avicente
2015-10-07 12:12ageteIssue Monitored: agete
2015-10-07 18:03mario_castelloAssigned ToRetail => mario_castello
2015-10-07 18:03mario_castelloStatusacknowledged => scheduled
2015-10-10 18:19hgbotCheckin
2015-10-10 18:19hgbotNote Added: 0080933
2015-10-10 18:19hgbotStatusscheduled => resolved
2015-10-10 18:19hgbotResolutionopen => fixed
2015-10-10 18:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/69dde36e2bc804e4577f208219799f788a68a624 [^]
2015-10-10 18:42hgbotCheckin
2015-10-10 18:42hgbotNote Added: 0080934
2015-10-13 10:26OrekariaReview Assigned To => marvintm
2015-10-13 19:30marvintmStatusresolved => closed

Notes
(0080933)
hgbot   
2015-10-10 18:19   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 69dde36e2bc804e4577f208219799f788a68a624
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Sat Oct 10 10:17:21 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/69dde36e2bc804e4577f208219799f788a68a624 [^]

Fixed issue 31019: Set the session to order from quotation

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0080934)
hgbot   
2015-10-10 18:42   
Repository: tools/automation/pi-mobile
Changeset: b9a312ed2f2944486f1dc53e39c8da433b81fd80
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Sat Oct 10 10:38:05 2015 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b9a312ed2f2944486f1dc53e39c8da433b81fd80 [^]

Related to issue 31019: Automation test to verify session value in receipt

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