Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029883Retail ModulesWeb POSpublic2015-05-14 13:362015-06-18 13:25
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR15Q3 
marvintm
No
0029883: Load Quotations created in ERP
The request is the ability to load quotations in Web POS not only created in POS but also created in ERP.

The flow is the following:
* A customer calls to the call center to register an order.
* This order is created by the operator as a quotation in the ERP.
* The customer goes to the shop and asks for his order
* The cashier loads the quotation created by the operator in the ERP, creates a sales order, and the customer pays and receive the goods and the receipt as usual.
n/a
No tags attached.
Issue History
2015-05-14 13:36adrianromeroNew Issue
2015-05-14 13:36adrianromeroAssigned To => adrianromero
2015-05-14 13:36adrianromeroTriggers an Emergency Pack => No
2015-05-14 13:41hgbotCheckin
2015-05-14 13:41hgbotNote Added: 0077443
2015-05-14 13:41hgbotStatusnew => resolved
2015-05-14 13:41hgbotResolutionopen => fixed
2015-05-14 13:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36c22b3bb39c7b4a3e88955659fc6f066b74738a [^]
2015-06-01 19:19migueldejuanaNote Added: 0077955
2015-06-01 19:19migueldejuanaStatusresolved => new
2015-06-01 19:19migueldejuanaResolutionfixed => open
2015-06-02 11:31hgbotCheckin
2015-06-02 11:31hgbotNote Added: 0077973
2015-06-02 11:31hgbotStatusnew => resolved
2015-06-02 11:31hgbotResolutionopen => fixed
2015-06-02 11:31hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36c22b3bb39c7b4a3e88955659fc6f066b74738a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45e1e9a24a490b36f1a0a326c63ba57472faf896 [^]
2015-06-18 13:25marvintmReview Assigned To => marvintm
2015-06-18 13:25marvintmStatusresolved => closed
2015-06-18 13:25marvintmFixed in Version => RR15Q3

Notes
(0077443)
hgbot   
2015-05-14 13:41   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 36c22b3bb39c7b4a3e88955659fc6f066b74738a
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu May 14 13:37:57 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/36c22b3bb39c7b4a3e88955659fc6f066b74738a [^]

Fixes issue 0029883: Load Quotations created in ERP
* HQL filters has been modified to allow to list and load quotations created in the ERP by the POS

---
M src/org/openbravo/retail/posterminal/PaidReceiptProperties.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
---
(0077955)
migueldejuana   
2015-06-01 19:19   
Try to improve query removing coalesce and using a join isntead of a subselect if it could perform better.
(0077973)
hgbot   
2015-06-02 11:31   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 45e1e9a24a490b36f1a0a326c63ba57472faf896
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Jun 02 11:30:36 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45e1e9a24a490b36f1a0a326c63ba57472faf896 [^]

Fixes issue 0029883: Load Quotations created in ERP
* Improved HQL sentence to retrieve orders from backend

---
M src/org/openbravo/retail/posterminal/PaidReceiptProperties.java
M src/org/openbravo/retail/posterminal/PaidReceipts.java
---