Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039684Retail ModulesWeb POSpublic2018-11-23 10:082018-12-05 09:58
avicente 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR19Q1 
marvintm
No
0039684: check Gift Card Instance || Gift Card Transaction || Cancelled must be Yes for partial reimbursement
The check Gift Card Instance || Gift Card Transaction || Cancelled must be Yes for partial reimbursement
1. Login in the terminal https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=YS-11 [^]
2. Open the menu option 'Create gift certificate' and create a gift card certificate of type Refund the difference.
3. Open the menu option 'Gift/Credit note' and open the created gift card.
4. In the Gift Certificate pop up click on the 'Return' button. click button 'Apply'.
5. In the pop up Current balance, enter a partial amount.
6. Select a payment method to reimburse.
7. In the Gift Cards pop up click on 'Ok' button.
8. Click on the 'Done' button.
9. Log into backend.
10. Check that the transaction created in Gift Card Instance || Gift Card Transaction has the field Cancelled = No and it should be Yes.
No tags attached.
related to defect 0039780 closed ranjith_qualiantech_com Giftcards are not consumed in a reimburse until the related cash management is finally processed in the server 
Issue History
2018-11-23 10:08avicenteNew Issue
2018-11-23 10:08avicenteAssigned To => Retail
2018-11-23 10:08avicenteResolution time => 1544396400
2018-11-23 10:08avicenteTriggers an Emergency Pack => No
2018-11-23 11:37ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-11-23 11:37ranjith_qualiantech_comStatusnew => scheduled
2018-11-27 10:40hgbotCheckin
2018-11-27 10:40hgbotNote Added: 0108120
2018-11-27 13:55hgbotCheckin
2018-11-27 13:55hgbotNote Added: 0108127
2018-11-27 15:08hgbotCheckin
2018-11-27 15:08hgbotNote Added: 0108129
2018-11-27 15:22ranjith_qualiantech_comStatusscheduled => resolved
2018-11-27 15:22ranjith_qualiantech_comResolutionopen => fixed
2018-12-05 09:58marvintmReview Assigned To => marvintm
2018-12-05 09:58marvintmStatusresolved => closed
2018-12-05 09:58marvintmFixed in Version => RR19Q1
2018-12-12 13:35ranjith_qualiantech_comRelationship addedrelated to 0039780

Notes
(0108120)
hgbot   
2018-11-27 10:40   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: f3b5f1f16655fb85b51a5c4328197dc5974822f0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Nov 27 15:10:15 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/f3b5f1f16655fb85b51a5c4328197dc5974822f0 [^]

Related to issue 39684 : Gift Card transaction should be cancelled if it is reimbursed in Cash Management

---
M src/org/openbravo/retail/giftcards/process/GiftCardGLItemUtils.java
---
(0108127)
hgbot   
2018-11-27 13:55   
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: 783467ff64ce04c1ac6216899e2bdc2443d5b71f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Nov 27 18:24:47 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/783467ff64ce04c1ac6216899e2bdc2443d5b71f [^]

Related to issue 39684 : Gift Card transaction should be cancelled if it is reimbursed in Cash Management

* If gift card type is reimbursed, Gift Card transaction entry should be in cancelled status

---
M src/org/openbravo/retail/giftcards/process/GiftCardGLItemUtils.java
---
(0108129)
hgbot   
2018-11-27 15:08   
Repository: tools/automation/pi-mobile
Changeset: 448fd83b015577b42e312d183ed82aba5c614186
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Nov 27 18:25:03 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/448fd83b015577b42e312d183ed82aba5c614186 [^]

Verifies issue 39684 : Modified Automated Test 'I39200_ReimburseInDifferentPaymentMethods'

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/giftcards/I39200_ReimburseInDifferentPaymentMethods.java
---