Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040810Retail ModulesWeb POSpublic2019-05-08 15:112019-05-15 16:17
ngarcia 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR19Q3 
marvintm
No
0040810: Cannot Sell On Credit after loading a paid ticket and reversing the payment
Cannot Sell On Credit after loading a paid ticket and reversing the payment
In the backend:
    Go to Business Partner window and set a Credit Line Limit of 100000 to Arturo Montoro
   Configure the Channel Touchpoint Type to Allow Pay On Credit

In the POS:
   Change the business partner to Arturo Montoro
   Add a product
   Click on the total and pay it
   Go to Open Receipt and select previously created order
   Reverse Payment
   Check the Sell On Credit button does not appear
   Pay it to finish the process

   Create a new ticket
   Change the business partner to Arturo Montoro
   Add a product
   Click on the total and Sell On Credit
   Go to Verified Returns and select previously created order
   Click on the total and pay it
   Go to Open Receipt and select previously created return
   Reverse Payment
   Check the Sell On Credit button does not appear
No tags attached.
related to defect 0038976 closed asiermartirena When doing a reverse payment, it shouldn't be possible to pay less than the initial amount 
Issue History
2019-05-08 15:11ngarciaNew Issue
2019-05-08 15:11ngarciaAssigned To => Retail
2019-05-08 15:11ngarciaResolution time => 1559080800
2019-05-08 15:11ngarciaTriggers an Emergency Pack => No
2019-05-08 17:11ngarciaPriorityimmediate => urgent
2019-05-08 17:11ngarciaRelationship addedrelated to 0038976
2019-05-09 12:05ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-05-09 12:05ranjith_qualiantech_comStatusnew => scheduled
2019-05-15 09:09hgbotCheckin
2019-05-15 09:09hgbotNote Added: 0111683
2019-05-15 09:09hgbotStatusscheduled => resolved
2019-05-15 09:09hgbotResolutionopen => fixed
2019-05-15 09:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/34cf62587927c97d9141e115104e96301fc6148c [^]
2019-05-15 09:10hgbotCheckin
2019-05-15 09:10hgbotNote Added: 0111684
2019-05-15 16:17marvintmReview Assigned To => marvintm
2019-05-15 16:17marvintmStatusresolved => closed
2019-05-15 16:17marvintmFixed in Version => RR19Q3

Notes
(0111683)
hgbot   
2019-05-15 09:09   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 34cf62587927c97d9141e115104e96301fc6148c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 15 12:39:28 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/34cf62587927c97d9141e115104e96301fc6148c [^]

Fixed issue 40810 : Sell On Credit Button in Payment button should be displayed for Paid Receipt with Reverse Payments

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0111684)
hgbot   
2019-05-15 09:10   
Repository: tools/automation/pi-mobile
Changeset: b67308fd131cd46540b4ce19afc5c390473b90f4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed May 15 12:39:39 2019 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b67308fd131cd46540b4ce19afc5c390473b90f4 [^]

Verifies issue 40810 : Added automated test 'I40810_VerifyCreditButtonOnReversePayment'

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/reversepayments/ReversePaymentPaidOnCreditWithCredit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/reversepayments/ReversePaymentWithCredit.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I40810_VerifyCreditButtonOnReversePayment.java
---