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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037471
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2017-12-13 15:552018-01-03 10:30
ReporterjorgewederagoView Statuspublic 
Assigned Torqueralta 
PriorityurgentResolutionfixedFixed in VersionRR18Q1
StatusclosedFix in branchFixed in SCM revision9b4b3fab3caa
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037471: Under certain circumstances when creating a sales order from a quotation wrong data is generated in the backend

DescriptionWhen creating a sales order from a firm quotation, if the price of the product has changed since the quotation was created, after closing the transaction there will be wrong information in the backend. Eg: The line in the sales order will have a discount applied.
Steps To Reproduce1.- Log in into WebPOS
2.- Click the menu button and select Create Quotation
3.- Add a product to the receipt
4.- Finish the Quotation
5.- Go to the backend and change the price of the product
6.- Go back to WebPOS and refresh
7.- Load the quotation if needed, go to the menu and press Create Sales Order
8.- Check Firm Quotation and press Create Sales Order
9.- Finish the transaction
10.- Go to the back end and check in the Sales Order Window the information of the line in the sales order.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0037572RR17Q4.1 closedranjith_qualiantech_com Under certain circumstances when creating a sales order from a quotation wrong data is generated in the backend 

-  Notes
(0101168)
hgbot (developer)
2017-12-20 14:26

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9b4b3fab3caac94eaae9ccc0b0d794887287182d
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Mon Dec 18 14:43:50 2017 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9b4b3fab3caac94eaae9ccc0b0d794887287182d [^]

Fixed issue 37471: Under certain circumstances when creating a sales order from
a quotation wrong data is generated in the backend

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0101183)
hgbot (developer)
2017-12-21 14:51

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c5bdffcfcd4ca0d9c8f3fa8a8aa7ea95693ac5ba
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Wed Dec 20 12:28:08 2017 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c5bdffcfcd4ca0d9c8f3fa8a8aa7ea95693ac5ba [^]

Related to issue 37471: Under certain circumstances when creating a sales order
from a quotation wrong data is generated in the backend

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0101206)
marvintm (manager)
2017-12-22 11:12

Fix doesn't work correctly with price not including taxes:
- Log in terminal PS-1
- Create a quotation and set it as under evaluation.
- Close it.
- Click on Open Receipt, and select the quotation again.
- Verify that tax amount is incorrect.
(0101248)
hgbot (developer)
2017-12-25 22:09

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f551473ae13e1522befe9ebabf5dd26abeeaba53
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Fri Dec 22 12:31:38 2017 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f551473ae13e1522befe9ebabf5dd26abeeaba53 [^]

Related to issue 37471: Under certain circumstances when creating a sales order
from a quotation wrong data is generated in the backend

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0101249)
hgbot (developer)
2017-12-25 22:40

Repository: tools/automation/pi-mobile
Changeset: 5294733a9ae554c910b83b1a1aa6a7e9aa4631a2
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Thu Dec 21 11:09:15 2017 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5294733a9ae554c910b83b1a1aa6a7e9aa4631a2 [^]

Verifies issue 37471: Under certain circumstances when creating a sales order
from a quotation wrong data is generated in the backend

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37471_VerifyWrongDataGeneratedCreatingSalesOrderFromQuotation.java
---
(0101263)
hgbot (developer)
2017-12-27 16:13

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 925c28d73e1e0bc79b25ee27622edbf54ac4ea5d
Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu>
Date: Tue Dec 26 23:17:54 2017 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/925c28d73e1e0bc79b25ee27622edbf54ac4ea5d [^]

Related to issue 37471: Under certain circumstances when creating a sales order
from a quotation wrong data is generated in the backend

- Extend the solution to fix wrong data when "Firm quotation" is not checked

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

- Issue History
Date Modified Username Field Change
2017-12-13 15:55 jorgewederago New Issue
2017-12-13 15:55 jorgewederago Assigned To => Retail
2017-12-13 15:55 jorgewederago Resolution time => 1514934000
2017-12-13 15:55 jorgewederago Triggers an Emergency Pack => No
2017-12-13 18:02 rqueralta Assigned To Retail => rqueralta
2017-12-13 18:03 rqueralta Status new => scheduled
2017-12-18 12:45 jorgewederago Summary Under certain circumstances when creating a sales order from a quotation generates wrong data in the backend => Under certain circumstances when creating a sales order from a quotation wrong data is generated in the backend
2017-12-18 12:49 gorkaion Priority high => urgent
2017-12-18 12:49 gorkaion Issue Monitored: gorkaion
2017-12-20 14:26 hgbot Checkin
2017-12-20 14:26 hgbot Note Added: 0101168
2017-12-20 14:26 hgbot Status scheduled => resolved
2017-12-20 14:26 hgbot Resolution open => fixed
2017-12-20 14:26 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9b4b3fab3caac94eaae9ccc0b0d794887287182d [^]
2017-12-21 14:51 hgbot Checkin
2017-12-21 14:51 hgbot Note Added: 0101183
2017-12-22 11:12 marvintm Note Added: 0101206
2017-12-22 11:12 marvintm Status resolved => new
2017-12-22 11:12 marvintm Resolution fixed => open
2017-12-25 22:09 hgbot Checkin
2017-12-25 22:09 hgbot Note Added: 0101248
2017-12-25 22:40 hgbot Checkin
2017-12-25 22:40 hgbot Note Added: 0101249
2017-12-26 18:16 guilleaer Status new => scheduled
2017-12-26 18:16 guilleaer Status scheduled => resolved
2017-12-26 18:16 guilleaer Fixed in Version => RR18Q1
2017-12-26 18:16 guilleaer Resolution open => fixed
2017-12-27 16:13 hgbot Checkin
2017-12-27 16:13 hgbot Note Added: 0101263
2017-12-28 19:00 guilleaer Review Assigned To => guilleaer
2017-12-28 19:00 guilleaer Status resolved => closed
2018-01-03 10:29 guilleaer Status closed => new
2018-01-03 10:29 guilleaer Resolution fixed => open
2018-01-03 10:29 guilleaer Fixed in Version RR18Q1 =>
2018-01-03 10:29 guilleaer Status new => scheduled
2018-01-03 10:30 guilleaer Status scheduled => resolved
2018-01-03 10:30 guilleaer Fixed in Version => RR18Q1
2018-01-03 10:30 guilleaer Resolution open => fixed
2018-01-03 10:30 guilleaer Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker