Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039718Retail ModulesWeb POSpublic2018-11-29 16:062019-11-27 19:59
remibrunet 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
RR19Q1 
marvintm
No
0039718: Return Line button not available when C&R
Return button should be shown on a C&R Ticket
https://drive.google.com/file/d/1zQoUncvxCkDPJt-sCn1f27wC_TVPYSJv/view [^]
https://drive.google.com/file/d/1zQoUncvxCkDPJt-sCn1f27wC_TVPYSJv/view [^]

1) Create a layaway with a product without payment
2) Open it again
3) In the menu option, Select 'Cancel and replace'
4) Select the line
5) Click on 'return line'
6) Check that there is an error in the top right corner + not any change done
No tags attached.
Issue History
2018-11-29 16:06remibrunetNew Issue
2018-11-29 16:06remibrunetAssigned To => Retail
2018-11-29 16:06remibrunetResolution time => 1544742000
2018-11-29 16:06remibrunetRegression date => 2018-11-29
2018-11-29 16:06remibrunetTriggers an Emergency Pack => No
2018-12-12 13:42guillermogilResolution time1544742000 => 1546210800
2018-12-12 13:42guillermogilRegression date2018-11-29 =>
2018-12-12 13:42guillermogilDescription Updatedbug_revision_view_page.php?rev_id=18029#r18029
2018-12-18 15:49remibrunetDescription Updatedbug_revision_view_page.php?rev_id=18058#r18058
2018-12-18 15:49remibrunetSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18060#r18060
2018-12-21 06:30ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-12-21 06:30ranjith_qualiantech_comStatusnew => scheduled
2018-12-26 13:47hgbotCheckin
2018-12-26 13:47hgbotNote Added: 0108741
2018-12-26 13:47hgbotStatusscheduled => resolved
2018-12-26 13:47hgbotResolutionopen => fixed
2018-12-26 13:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/198d404cfa3fafb0169c61f68d58dcb0bf081400 [^]
2018-12-27 09:10marvintmReview Assigned To => marvintm
2018-12-27 09:10marvintmStatusresolved => closed
2018-12-27 09:10marvintmFixed in Version => RR19Q1
2019-11-27 19:59hgbotCheckin
2019-11-27 19:59hgbotNote Added: 0115911

Notes
(0108741)
hgbot   
2018-12-26 13:47   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 198d404cfa3fafb0169c61f68d58dcb0bf081400
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Dec 26 18:16:34 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/198d404cfa3fafb0169c61f68d58dcb0bf081400 [^]

Fixed issue 39718 : Show/Hide Return Edit tab action button based on permission and condition

* Currently Edit tab action button visibility is managed in rearrangeEditButtonBar for all cases, which will be called when selecting the lines
  But changing the order properties without selecting the line, button visibility is not updated.
  So rearrangeEditButtonBar has been called when order properties is changed

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
---
(0115911)
hgbot   
2019-11-27 19:59   
Repository: tools/automation/pi-mobile
Changeset: fa2fc2e91b6fbcddc8388e24c2790712e7afa3ab
Author: Fidel <fidel.campos <at> doceleguas.com>
Date: Mon Nov 25 09:13:06 2019 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fa2fc2e91b6fbcddc8388e24c2790712e7afa3ab [^]

Related to issue 39718: Added automated test I39718_VerifyErrorWhenReturnLineAfterCancelReplace

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I39718_VerifyErrorWhenReturnLineAfterCancelReplace.java
---