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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033083
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-05-31 12:142016-06-27 11:14
Reporterpaul_guiotView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR16Q3
StatusclosedFix in branchFixed in SCM revision2fd48f07be2c
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033083: [SERQA 1197] Wrong label "To be return" appears in the Layaway and it should not

DescriptionIf we attempt to return a layaway, we got a wrong label on the layaway: "To be return"
Steps To Reproduceo to the WEBPOS with the user Vallblanca (https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^])

- Create a ticket:
o Search
o Select the article: Adhesive body warmers
o The product is added to the receipt
- In the menu, click on “Layaway this receipt”
- In the menu, click on “Return this receipt”
- The following message appears: “You cannot layaway a sale with returns”.

Nevertheless, the “to be Returned” Label appears on the layaway after those steps. This label should not appear on the ticket.
Proposed SolutionRemove the label "To be Return"
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0033068 closedranjith_qualiantech_com [SERQA 1182] Layaway: The system changes the customer name without reasons 

-  Notes
(0086910)
hgbot (developer)
2016-06-02 12:32

Repository: tools/automation/pi-mobile
Changeset: 815c40ca9407093285a66a08967aaf9aaf7d1891
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jun 02 15:59:26 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/815c40ca9407093285a66a08967aaf9aaf7d1891 [^]

Verifies issue 33083 : Added automated test 'I33083_VerifyReturnWithLayaway'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33083_VerifyReturnWithLayaway.java
---
(0086911)
hgbot (developer)
2016-06-02 12:32

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c2cec31c97a493524a35aa253ddd081670cb0cf6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jun 02 16:00:56 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c2cec31c97a493524a35aa253ddd081670cb0cf6 [^]

Fixes issue 33083 : Restrict to make layaway receipt as "Return" return

- if there are any changes in layaway receipt, it must be restrict to make as "Return" return

---
M web/org.openbravo.retail.posterminal/js/components/menu.js
---
(0086952)
migueldejuana (developer)
2016-06-02 17:30

If we press "Return this receipt" option, "Layaway this receipt" option disappears.
We should do the same in the other way round.
If we press "Layaway this receipt" option, "Return this receipt" option disappears.
We don't have to show a message because we have to hide this option to the user.
(0087008)
hgbot (developer)
2016-06-06 07:47

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2fd48f07be2c4a3714c3d318a75ab9b297e705f0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 06 11:16:21 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2fd48f07be2c4a3714c3d318a75ab9b297e705f0 [^]

Fixes issue 33083 : Hide "Return this receipt" from menu if current receipt is layaway

- Backout changeset c2cec31c97a4

---
M web/org.openbravo.retail.posterminal/js/components/menu.js
---
(0087009)
hgbot (developer)
2016-06-06 07:47

Repository: tools/automation/pi-mobile
Changeset: 3d4ac6078df101cc1dedeb349119b7f04d4d8419
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 06 11:16:05 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3d4ac6078df101cc1dedeb349119b7f04d4d8419 [^]

Verifies issue 33083 : Modified automated test 'I33083_VerifyReturnWithLayaway'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33083_VerifyReturnWithLayaway.java
---
(0087918)
mtaal (manager)
2016-06-25 20:29

Reviewed, works, have only tiny comment:

Change the description on 2 lines ([1], [2]) in the automated test:
// Verify "Return Receipt" is Visible
to
// Verify "Return Receipt" is not Visible
and
// Verify "Layaway Receipt" is Visible
to
// Verify "Layaway Receipt" is not Visible

[1]
https://code.openbravo.com/tools/automation/pi-mobile/file/3d4ac6078df1/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33083_VerifyReturnWithLayaway.java#l44 [^]

[2]
https://code.openbravo.com/tools/automation/pi-mobile/file/3d4ac6078df1/src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33083_VerifyReturnWithLayaway.java#l64 [^]
(0087938)
hgbot (developer)
2016-06-27 08:38

Repository: tools/automation/pi-mobile
Changeset: 703fad49c015ec816b547ad3661402891ebedd89
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 27 12:08:28 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/703fad49c015ec816b547ad3661402891ebedd89 [^]

Verifies issue 33083 : Modified automated test 'I33083_VerifyReturnWithLayaway'

- Moved test to quarantine
- Add changes from https://issues.openbravo.com/view.php?id=33083#c87918 [^]

---
A src-test/org/openbravo/test/mobile/quarantine/pack/RAN/returns/I33083_VerifyReturnWithLayaway.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33083_VerifyReturnWithLayaway.java
---
(0087954)
mtaal (manager)
2016-06-27 11:14

Reviewed and tested

- Issue History
Date Modified Username Field Change
2016-05-31 12:14 paul_guiot New Issue
2016-05-31 12:14 paul_guiot Assigned To => Retail
2016-05-31 12:14 paul_guiot Resolution time => 1466632800
2016-05-31 12:14 paul_guiot Triggers an Emergency Pack => No
2016-06-01 13:09 Orekaria Status new => acknowledged
2016-06-01 14:07 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2016-06-01 14:47 ranjith_qualiantech_com Status acknowledged => scheduled
2016-06-02 12:32 hgbot Checkin
2016-06-02 12:32 hgbot Note Added: 0086910
2016-06-02 12:32 hgbot Checkin
2016-06-02 12:32 hgbot Note Added: 0086911
2016-06-02 12:32 hgbot Status scheduled => resolved
2016-06-02 12:32 hgbot Resolution open => fixed
2016-06-02 12:32 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c2cec31c97a493524a35aa253ddd081670cb0cf6 [^]
2016-06-02 17:30 migueldejuana Note Added: 0086952
2016-06-02 17:30 migueldejuana Status resolved => new
2016-06-02 17:30 migueldejuana Resolution fixed => open
2016-06-03 08:10 ranjith_qualiantech_com Status new => scheduled
2016-06-03 11:27 ranjith_qualiantech_com Relationship added related to 0033068
2016-06-06 07:47 hgbot Checkin
2016-06-06 07:47 hgbot Note Added: 0087008
2016-06-06 07:47 hgbot Status scheduled => resolved
2016-06-06 07:47 hgbot Resolution open => fixed
2016-06-06 07:47 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c2cec31c97a493524a35aa253ddd081670cb0cf6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2fd48f07be2c4a3714c3d318a75ab9b297e705f0 [^]
2016-06-06 07:47 hgbot Checkin
2016-06-06 07:47 hgbot Note Added: 0087009
2016-06-22 09:08 marvintm Review Assigned To => mtaal
2016-06-25 20:29 mtaal Note Added: 0087918
2016-06-25 20:29 mtaal Status resolved => new
2016-06-25 20:29 mtaal Resolution fixed => open
2016-06-27 08:27 ranjith_qualiantech_com Status new => scheduled
2016-06-27 08:38 hgbot Checkin
2016-06-27 08:38 hgbot Note Added: 0087938
2016-06-27 08:39 ranjith_qualiantech_com Status scheduled => resolved
2016-06-27 08:39 ranjith_qualiantech_com Resolution open => fixed
2016-06-27 11:13 mtaal Review Assigned To mtaal => Orekaria
2016-06-27 11:14 mtaal Review Assigned To Orekaria => mtaal
2016-06-27 11:14 mtaal Note Added: 0087954
2016-06-27 11:14 mtaal Status resolved => closed
2016-06-27 11:14 mtaal Fixed in Version => RR16Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker