Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040874Retail ModulesWeb POSpublic2019-05-14 13:422019-05-23 17:28
guillermogil 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR19Q3 
marvintm
No
0040874: Cancel and New is not working with OTF
Cancel and New is not working with OTF, it provides a warning.
It should load the Product Price Properties.
- Configure Cancel and New
- Open WebPOS
- Create a Layaway
- Add an OTF
- Layaway the ticket
- Load the layaway
- Click cancel and New
See diffs attached
No tags attached.
related to design defect 0039384 new Retail The list of properties of the product changes if the product is discontinued 
diff 1.diff (4,791) 2019-05-14 13:43
https://issues.openbravo.com/file_download.php?file_id=12945&type=bug
diff 2.diff (3,316) 2019-05-14 13:43
https://issues.openbravo.com/file_download.php?file_id=12946&type=bug
Issue History
2019-05-14 13:42guillermogilNew Issue
2019-05-14 13:42guillermogilAssigned To => Retail
2019-05-14 13:42guillermogilResolution time => 1559772000
2019-05-14 13:42guillermogilTriggers an Emergency Pack => No
2019-05-14 13:42guillermogilRelationship addedrelated to 0039384
2019-05-14 13:43guillermogilDescription Updatedbug_revision_view_page.php?rev_id=18769#r18769
2019-05-14 13:43guillermogilFile Added: 1.diff
2019-05-14 13:43guillermogilFile Added: 2.diff
2019-05-20 15:29hgbotCheckin
2019-05-20 15:29hgbotNote Added: 0111929
2019-05-20 15:29hgbotStatusnew => resolved
2019-05-20 15:29hgbotResolutionopen => fixed
2019-05-20 15:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/600f23560d88366d6b61a0744161894f977f734c [^]
2019-05-20 18:56marvintmAssigned ToRetail => ranjith_qualiantech_com
2019-05-21 07:41ranjith_qualiantech_comNote Deleted: 0111929
2019-05-21 07:42ranjith_qualiantech_comStatusresolved => new
2019-05-21 07:42ranjith_qualiantech_comResolutionfixed => open
2019-05-21 12:14ranjith_qualiantech_comStatusnew => scheduled
2019-05-22 04:36hgbotCheckin
2019-05-22 04:36hgbotNote Added: 0112059
2019-05-22 04:36hgbotCheckin
2019-05-22 04:36hgbotNote Added: 0112060
2019-05-22 04:36hgbotStatusscheduled => resolved
2019-05-22 04:36hgbotResolutionopen => fixed
2019-05-22 04:36hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/600f23560d88366d6b61a0744161894f977f734c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d0edf97538c2751ef083508d0b326b1ea71b6a2 [^]
2019-05-23 17:28marvintmReview Assigned To => marvintm
2019-05-23 17:28marvintmStatusresolved => closed
2019-05-23 17:28marvintmFixed in Version => RR19Q3

Notes
(0112059)
hgbot   
2019-05-22 04:36   
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 9b41092ec343e5a79e257cf1e41ecec2dab4035d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 22 08:06:19 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/9b41092ec343e5a79e257cf1e41ecec2dab4035d [^]

Related to issue 40874 : OrderLine should be added as param for LoadedProduct to fetech the product price

* If product is not present in assortment (OTF Product), Product price should be fetched from the orderline

---
M web/org.openbravo.retail.returns/js/returnUtils.js
---
(0112060)
hgbot   
2019-05-22 04:36   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1d0edf97538c2751ef083508d0b326b1ea71b6a2
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 22 08:06:30 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1d0edf97538c2751ef083508d0b326b1ea71b6a2 [^]

Fixed issue 40874 : Updated LoadedProduct query to fetech the product price properties in adddtion with product properties

* If product is not present in assortment (OTF Product), Product price should be fetched from the orderline

---
M src/org/openbravo/retail/posterminal/master/LoadedProduct.java
M web/org.openbravo.retail.posterminal/js/model/order.js
---