Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037552Retail ModulesWeb POSpublic2017-12-27 13:092018-08-09 17:17
guilleaer 
guilleaer 
urgentmajoralways
closedfixed 
5
 
 
gorka_gil
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e9b5ad79256 [^]
No
0037552: Products using attributes are not updating prices when a receipt is created from a not firmed quotation
Products using attributes are not updating prices when a receipt is created from a not firmed quotation.

This problem is happening even when preferences to work with attributes are not enabled.
Login in web POS
Create a quotation adding "Balaclava Cap" product
save the quotation
Go to backend and change the price from 169 to 120
return to web POS and refresh
Open the quotation (Open receipts (18Q1) or Quotations (17Q4)
Using the menu -> Create sales order
Uncheck "firm quotation"

Product price should be change tho the current price (120) but it is not working.
No tags attached.
depends on backport 0037562RR17Q4 closed guilleaer Products using attributes are not updating prices when a receipt is created from a not firmed quotation 
Issue History
2017-12-27 13:09guilleaerNew Issue
2017-12-27 13:09guilleaerAssigned To => Retail
2017-12-27 13:09guilleaerRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e9b5ad79256 [^]
2017-12-27 13:09guilleaerTriggers an Emergency Pack => No
2017-12-27 21:17rqueraltaAssigned ToRetail => rqueralta
2017-12-27 21:17rqueraltaStatusnew => scheduled
2017-12-28 08:54guilleaerStatusscheduled => resolved
2017-12-28 08:54guilleaerResolutionopen => fixed
2017-12-28 08:54guilleaerStatusresolved => new
2017-12-28 08:54guilleaerResolutionfixed => open
2017-12-28 08:54guilleaerStatusnew => scheduled
2017-12-28 16:54hgbotCheckin
2017-12-28 16:54hgbotNote Added: 0101280
2017-12-28 16:54hgbotStatusscheduled => resolved
2017-12-28 16:54hgbotResolutionopen => fixed
2017-12-28 16:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74e4a6456a32cff92423a4d9b7d29e19a11bb7b1 [^]
2017-12-28 16:54hgbotCheckin
2017-12-28 16:54hgbotNote Added: 0101281
2017-12-28 17:16guilleaerAssigned Torqueralta => guilleaer
2017-12-28 17:30gorka_gilReview Assigned To => gorka_gil
2017-12-28 17:30gorka_gilStatusresolved => closed
2018-08-09 17:17alekosmp86Note Added: 0106264

Notes
(0101280)
hgbot   
2017-12-28 16:54   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 74e4a6456a32cff92423a4d9b7d29e19a11bb7b1
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Dec 28 16:51:50 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74e4a6456a32cff92423a4d9b7d29e19a11bb7b1 [^]

Fixed issue 37552: Update price when creating SO from QT is working fine

- A piece of code which adds a new behavior for products with attributes has been removed
- Update prices flow should be executed always. Doesn't matter if attributes have or not attributes

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0101281)
hgbot   
2017-12-28 16:54   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 74e4a6456a32cff92423a4d9b7d29e19a11bb7b1
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Dec 28 16:51:50 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/74e4a6456a32cff92423a4d9b7d29e19a11bb7b1 [^]

Fixed issue 37552: Update price when creating SO from QT is working fine

- A piece of code which adds a new behavior for products with attributes has been removed
- Update prices flow should be executed always. Doesn't matter if attributes have or not attributes

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0106264)
alekosmp86   
2018-08-09 17:17   
Added automated test

https://code.openbravo.com/tools/automation/pi-mobile/rev/0c7e7b9c8c86 [^]