Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031328Retail ModulesWeb POSpublic2015-11-02 18:592015-12-07 13:32
umartirena 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q1 
guilleaer
No
0031328: [SERQA 343] It is possible to do a return using a cash payment method without having any cash
It is possible to do a return using a cash payment method without having any cash
In Web POS:
 * Perform a cashup and leave zero cash in the cashier.
 * Add a line to a ticket.
 * Select the line and click on "Return Line".
 * Click on Total button to go to payments.
 * Make a partial payment of Cash. Check that the following message appears: "There is not enough cash available." and the exact button is disabled.
 * Select Card payment method. Check that exact button is enabled and it is possible to pay the rest of the ticket. Do it.
 * Check that Done button appears enabled and it is possible to close the ticket.
SER-QA
related to defect 0031626 closed mario_castello [SERQA 350] Error entering a payment in cash while voiding a layaway 
related to defect 0031612 closed mario_castello [SERQA 350] Void layaway allow to make payments 
related to defect 0032762 closed simbu94 shows "There is not enough cash available." sometimes during Sales Order. 
causes defect 0031792 closed simbu94 It is not possible to return in Cash if a payment with USA Cash does not allow overpayment 
causes defect 0033238 closed migueldejuana Multi currency payments not working 
Issue History
2015-11-02 18:59umartirenaNew Issue
2015-11-02 18:59umartirenaAssigned To => Retail
2015-11-02 18:59umartirenaTriggers an Emergency Pack => No
2015-11-02 19:00umartirenaResolution time => 1447628400
2015-11-02 19:37OrekariaStatusnew => acknowledged
2015-11-03 13:32OrekariaStatusacknowledged => scheduled
2015-11-03 13:32OrekariaAssigned ToRetail => ranjith_qualiantech_com
2015-11-27 10:39hgbotCheckin
2015-11-27 10:39hgbotNote Added: 0082410
2015-11-27 10:39hgbotStatusscheduled => resolved
2015-11-27 10:40hgbotResolutionopen => fixed
2015-11-27 10:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/895f3def5c1b2ae302197f33f0e0cebbe45f8e00 [^]
2015-11-27 10:40hgbotCheckin
2015-11-27 10:40hgbotNote Added: 0082412
2015-12-01 11:34ageteTag Attached: SER-QA
2015-12-01 11:35ageteSummaryIt is possible to do a return using a cash payment method without having any cash => [SERQA 343] It is possible to do a return using a cash payment method without having any cash
2015-12-02 16:32OrekariaRelationship addedrelated to 0031626
2015-12-02 16:33OrekariaRelationship addedrelated to 0031612
2015-12-07 13:32guilleaerReview Assigned To => guilleaer
2015-12-07 13:32guilleaerStatusresolved => closed
2015-12-07 13:32guilleaerFixed in Version => RR16Q1
2016-01-07 08:27simbu94Relationship addedcauses 0031792
2016-06-14 12:13ranjith_qualiantech_comRelationship addedrelated to 0032762
2016-06-14 12:21ranjith_qualiantech_comRelationship addedcauses 0033238

Notes
(0082410)
hgbot   
2015-11-27 10:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 895f3def5c1b2ae302197f33f0e0cebbe45f8e00
Author: Ranjith <ranjith <at> qualiantech.com>
Date: Fri Nov 27 15:08:58 2015 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/895f3def5c1b2ae302197f33f0e0cebbe45f8e00 [^]

Fixes issue 31328 : Validating Partial Cash Payment from payment list if not enough cash is available

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
---
(0082412)
hgbot   
2015-11-27 10:40   
Repository: tools/automation/pi-mobile
Changeset: 837e1c7fd4ab940346517377d604a464bb7f7751
Author: Ranjith <ranjith <at> qualiantech.com>
Date: Fri Nov 27 15:09:04 2015 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/837e1c7fd4ab940346517377d604a464bb7f7751 [^]

Verifies issue 31328: Added automated test 'I31328_ReceiptReturnByCardPayment'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31328_ReceiptReturnByCardPayment.java
---