Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038733Retail ModulesReturn Receiptpublic2018-06-11 17:002018-06-22 14:52
migueldejuana 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR18Q3 
marvintm
No
0038733: Backend - Problem with the payment method in the "Return from Customer" window
When a receipt is returned, the payment method shown in the "Return from Customer" window is always "Cash".
POS:

1. Select an article.
2. Go to the menu -> "Return this receipt"
3. Select any payment method, for example, card.

BACKEND:

1. Go to the "Return from Customer" window.
2. Look for the previous return.

Verify that the "Payment method" is "Cash".
No tags attached.
has duplicate defect 0038560 closed Retail Openbravo ERP Backend - Problem with the payment method in the "Return from Customer" window 
Issue History
2018-06-11 17:00migueldejuanaNew Issue
2018-06-11 17:00migueldejuanaAssigned To => Retail
2018-06-11 17:00migueldejuanaResolution time => 1528236000
2018-06-11 17:00migueldejuanaTriggers an Emergency Pack => No
2018-06-11 17:02migueldejuanaRelationship addedhas duplicate 0038560
2018-06-13 11:00ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-06-13 11:00ranjith_qualiantech_comStatusnew => scheduled
2018-06-18 11:13marvintmResolution time1528236000 => 1530828000
2018-06-20 15:21hgbotCheckin
2018-06-20 15:21hgbotNote Added: 0105285
2018-06-20 15:21hgbotStatusscheduled => resolved
2018-06-20 15:21hgbotResolutionopen => fixed
2018-06-20 15:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4458b89a4e570fc69a235b5dc21b36be4fba96ee [^]
2018-06-20 15:21hgbotCheckin
2018-06-20 15:21hgbotNote Added: 0105286
2018-06-22 14:52marvintmReview Assigned To => marvintm
2018-06-22 14:52marvintmStatusresolved => closed
2018-06-22 14:52marvintmFixed in Version => RR18Q3

Notes
(0105285)
hgbot   
2018-06-20 15:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4458b89a4e570fc69a235b5dc21b36be4fba96ee
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 20 18:51:01 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4458b89a4e570fc69a235b5dc21b36be4fba96ee [^]

Fixed issue 38733 : Order Payment method should be updated with receipt payment method

* If receipt has only one payment and receipt orderType is normal receipt(0) or return return(1),
  then Order payment method shoudl be updated receipt payment Payment Method

---
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
---
(0105286)
hgbot   
2018-06-20 15:21   
Repository: tools/automation/pi-mobile
Changeset: ec37ed97bf68d62f6dbfe8670586017fcb2d481b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jun 20 18:51:20 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ec37ed97bf68d62f6dbfe8670586017fcb2d481b [^]

Verifies issue 38733 : Added automated test 'I38733_VerfiyOrderPaymentMethod'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38733_VerfiyOrderPaymentMethod.java
---