Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031467Retail ModulesWeb POSpublic2015-11-13 12:482015-12-07 11:52
daniOpenbravo 
migueldejuana 
highmajoralways
closedfixed 
30
 
RR16Q1RR16Q1 
mtaal
2015-11-27
No
0031467: [HGVOL] There is no service for Reject Quotations
Reject Quotations process does not have any service related on Mobile Services window so when rejecting a quotation, that quotation´s reason is not synchronized in Central Server.
- Log in Web POS (user Openbravo).
- Create a new quotation (Create Quotation menu entry).
- Close that quotation.
- Go to menu dropdown and open the quotation created on step 2.
- Go to menu dropdown and click on Reject Quotation option.
- Select Reject Reason 1.
- Log in Store Server.
- Sales quotation window: the quotation has been created and rejected correctly.
- Log in Central Server.
- Sales quotation window: the quotation has been created correctly but NOT rejected (reject reason field is empty).
Add the corresponding service for Rejecting quotations (Routing Type: Transaction).
No tags attached.
related to feature request 0031969 closed mtaal Change technical name of list reference to readable name 
Issue History
2015-11-13 12:48daniOpenbravoNew Issue
2015-11-13 12:48daniOpenbravoAssigned To => mtaal
2015-11-13 12:48daniOpenbravoTriggers an Emergency Pack => No
2015-11-13 12:49daniOpenbravoOS VersionProfessional Appliance =>
2015-11-13 12:50daniOpenbravoIssue Monitored: daniOpenbravo
2015-11-13 13:36mtaalAssigned Tomtaal => migueldejuana
2015-11-13 13:36mtaalTarget Version => RR16Q1
2015-11-16 11:24OrekariaSummary[MULTISERVER] There is no service for Reject Quotations => [HGVOL] There is no service for Reject Quotations
2015-11-16 11:25OrekariaStatusnew => acknowledged
2015-11-16 11:26OrekariaStatusacknowledged => scheduled
2015-11-16 12:14OrekariaRegression date => 2015-11-27
2015-11-17 14:52hgbotCheckin
2015-11-17 14:52hgbotNote Added: 0081929
2015-11-17 14:52hgbotStatusscheduled => resolved
2015-11-17 14:52hgbotResolutionopen => fixed
2015-11-17 14:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70381ae7fec6fe9f5829952ec81b79c321125d89 [^]
2015-11-17 14:53migueldejuanaReview Assigned To => mtaal
2015-11-17 17:12migueldejuanaNote Added: 0081932
2015-11-19 11:06mtaalNote Added: 0081975
2015-11-19 11:06mtaalStatusresolved => new
2015-11-19 11:06mtaalResolutionfixed => open
2015-11-19 17:15OrekariaStatusnew => scheduled
2015-11-20 09:04hgbotCheckin
2015-11-20 09:04hgbotNote Added: 0082003
2015-11-20 09:04hgbotStatusscheduled => resolved
2015-11-20 09:04hgbotResolutionopen => fixed
2015-11-20 09:04hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70381ae7fec6fe9f5829952ec81b79c321125d89 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f4a29f3a9782b960b1ed47db53c5de09cc147fe [^]
2015-12-07 11:51hgbotCheckin
2015-12-07 11:51hgbotNote Added: 0082589
2015-12-07 11:52mtaalNote Added: 0082590
2015-12-07 11:52mtaalStatusresolved => closed
2015-12-07 11:52mtaalFixed in Version => RR16Q1
2016-01-21 01:00mtaalRelationship addedrelated to 0031969

Notes
(0081929)
hgbot   
2015-11-17 14:52   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 70381ae7fec6fe9f5829952ec81b79c321125d89
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon Nov 16 17:24:52 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70381ae7fec6fe9f5829952ec81b79c321125d89 [^]

Fixed issue 0031467: [MULTISERVER] There is no service for Reject Quotations

Add Quotation Reject to DataSynch objects to work with Multi servers

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/retail/posterminal/QuotationsReject.java
M web/org.openbravo.retail.posterminal/js/model/order.js
A src/org/openbravo/retail/posterminal/importprocess/QuotationsRejectEntryProcessor.java
---
(0081932)
migueldejuana   
2015-11-17 17:12   
See in https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70381ae7fec6#l5.16 [^]

We have remove exception catch because there won't be exceptions because messages are sent and removed(ob-requestrouter.js)
(0081975)
mtaal   
2015-11-19 11:06   
Re-opened, set too resolved too early, there are pending commits to be done.
(0082003)
hgbot   
2015-11-20 09:04   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0f4a29f3a9782b960b1ed47db53c5de09cc147fe
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Nov 18 13:23:31 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0f4a29f3a9782b960b1ed47db53c5de09cc147fe [^]

Fixed issue 0031467: [MULTISERVER] There is no service for Reject Quotations

Change countEntries method. Wait only for Order. The Quotation to reject could be in the queue of Orders to import

---
M src/org/openbravo/retail/posterminal/importprocess/QuotationsRejectEntryProcessor.java
---
(0082589)
hgbot   
2015-12-07 11:51   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 320d1a96e6d6ca3f0378c31f6f974b574a86e096
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Dec 07 11:51:41 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/320d1a96e6d6ca3f0378c31f6f974b574a86e096 [^]

Related to issue 31523 related to issue 31467: added services to POS business event handler

---
M src/org/openbravo/retail/posterminal/importprocess/POSImportEntryProcessor.java
---
(0082590)
mtaal   
2015-12-07 11:52   
Reviewed