Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031467
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2015-11-13 12:482015-12-07 11:52
ReporterdaniOpenbravoView Statuspublic 
Assigned Tomigueldejuana 
PriorityhighResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision0f4a29f3a978
ProjectionnoneETAnoneTarget VersionRR16Q1
OSLinux 64 bitDatabaseOracleJava version1.6.0_18
OS VersionDatabase versionAnt version1.7.1
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date2015-11-27
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031467: [HGVOL] There is no service for Reject Quotations

DescriptionReject 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.
Steps To Reproduce- 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).
Proposed SolutionAdd the corresponding service for Rejecting quotations (Routing Type: Transaction).
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0031969 closedmtaal Change technical name of list reference to readable name 

-  Notes
(0081929)
hgbot (developer)
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 (developer)
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 (manager)
2015-11-19 11:06

Re-opened, set too resolved too early, there are pending commits to be done.
(0082003)
hgbot (developer)
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 (developer)
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 (manager)
2015-12-07 11:52

Reviewed

- Issue History
Date Modified Username Field Change
2015-11-13 12:48 daniOpenbravo New Issue
2015-11-13 12:48 daniOpenbravo Assigned To => mtaal
2015-11-13 12:48 daniOpenbravo Triggers an Emergency Pack => No
2015-11-13 12:49 daniOpenbravo OS Version Professional Appliance =>
2015-11-13 12:50 daniOpenbravo Issue Monitored: daniOpenbravo
2015-11-13 13:36 mtaal Assigned To mtaal => migueldejuana
2015-11-13 13:36 mtaal Target Version => RR16Q1
2015-11-16 11:24 Orekaria Summary [MULTISERVER] There is no service for Reject Quotations => [HGVOL] There is no service for Reject Quotations
2015-11-16 11:25 Orekaria Status new => acknowledged
2015-11-16 11:26 Orekaria Status acknowledged => scheduled
2015-11-16 12:14 Orekaria Regression date => 2015-11-27
2015-11-17 14:52 hgbot Checkin
2015-11-17 14:52 hgbot Note Added: 0081929
2015-11-17 14:52 hgbot Status scheduled => resolved
2015-11-17 14:52 hgbot Resolution open => fixed
2015-11-17 14:52 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/70381ae7fec6fe9f5829952ec81b79c321125d89 [^]
2015-11-17 14:53 migueldejuana Review Assigned To => mtaal
2015-11-17 17:12 migueldejuana Note Added: 0081932
2015-11-19 11:06 mtaal Note Added: 0081975
2015-11-19 11:06 mtaal Status resolved => new
2015-11-19 11:06 mtaal Resolution fixed => open
2015-11-19 17:15 Orekaria Status new => scheduled
2015-11-20 09:04 hgbot Checkin
2015-11-20 09:04 hgbot Note Added: 0082003
2015-11-20 09:04 hgbot Status scheduled => resolved
2015-11-20 09:04 hgbot Resolution open => fixed
2015-11-20 09:04 hgbot Fixed in SCM revision http://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:51 hgbot Checkin
2015-12-07 11:51 hgbot Note Added: 0082589
2015-12-07 11:52 mtaal Note Added: 0082590
2015-12-07 11:52 mtaal Status resolved => closed
2015-12-07 11:52 mtaal Fixed in Version => RR16Q1
2016-01-21 01:00 mtaal Relationship added related to 0031969


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker