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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039397
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-10-03 11:592018-10-29 11:06
ReporteranderarangurenView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityurgentResolutionfixedFixed in VersionRR19Q1
StatusclosedFix in branchFixed in SCM revisionf9e76004c999
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0039397: Wrong behaviour of the cashup when doing a reverse payment of an order and paying it again

DescriptionWrong behaviour of the cashup when doing a reverse payment of an order and paying it again
Steps To Reproducesteps
Login Web POS
Add a product to the order. Avalanche Transceiver
Pay the order
Load the order
Reverse the payment
Pay partially with cash and the rest with card
Go to the Backend to POS Terminal window, Cash Up History and see that the payment has been added twice: 301.00 instead of 150.50
TagsNo tags attached.
Attached Filespng file icon cashUpHistory.png [^] (150,448 bytes) 2018-10-03 11:59

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0107200)
hgbot (developer)
2018-10-06 07:42

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f28cb7541103b409d1b22bf416b24982311417fd
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Oct 06 11:12:33 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f28cb7541103b409d1b22bf416b24982311417fd [^]

Fixed issue 39397 : Payment method Cashup should not be updated for Reverse payment

* Cashup should not be updated if receipt is not editable and and not a layaway
* Refactored variables in updateCashUpInfo

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0107201)
hgbot (developer)
2018-10-06 07:43

Repository: tools/automation/pi-mobile
Changeset: 5a4a9627070b56bc0fa07e2fe740395c04ae47d0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Oct 06 11:12:45 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5a4a9627070b56bc0fa07e2fe740395c04ae47d0 [^]

Verifies issue 39397 : Added Automated Test 'I39397_VerifyCashupAmtOnReversePayment'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I39397_VerifyCashupAmtOnReversePayment.java
---
(0107346)
marvintm (manager)
2018-10-16 18:02

Fix is currently checking "isEditable", but this flag could be set for many reasons, and it should not be used for this check. Instead, 'isPaid' should be used, as this flag indicates that the receipt was loaded from the backend.
(0107620)
hgbot (developer)
2018-10-26 12:44

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f9e76004c999e980fd7da73330cca1a6eea72341
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 26 16:14:27 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f9e76004c999e980fd7da73330cca1a6eea72341 [^]

Fixed issue 39397 : Cashup should not be updated if receipt is fully paid

* Reverted Payment method cashup changes from previos changeset

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0107621)
hgbot (developer)
2018-10-26 12:45

Repository: tools/automation/pi-mobile
Changeset: ed2fd77772f2840237037acfc1e6b9fa5fdad281
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Oct 26 16:15:05 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ed2fd77772f2840237037acfc1e6b9fa5fdad281 [^]

Verifies issue 39397 : Modified Test 'I39397_VerifyCashupAmtOnReversePayment'

* Modified Test 'I35565_CashUpVerifyDeposit', to get the cashup id after ticket completed.
  Because cashup id will be generated in rebuildCashupfromServer before completing the ticket
* Modified Test 'CashupPartialRounding', Test was created due to wrong commit

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35565_CashUpVerifyDeposit.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I39397_VerifyCashupAmtOnReversePayment.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multichange/CashupPartialRounding.java
---

- Issue History
Date Modified Username Field Change
2018-10-03 11:59 anderaranguren New Issue
2018-10-03 11:59 anderaranguren Assigned To => Retail
2018-10-03 11:59 anderaranguren File Added: cashUpHistory.png
2018-10-03 11:59 anderaranguren Resolution time => 1540332000
2018-10-03 11:59 anderaranguren Triggers an Emergency Pack => No
2018-10-03 13:57 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-10-03 13:57 ranjith_qualiantech_com Status new => scheduled
2018-10-06 07:42 hgbot Checkin
2018-10-06 07:42 hgbot Note Added: 0107200
2018-10-06 07:42 hgbot Status scheduled => resolved
2018-10-06 07:42 hgbot Resolution open => fixed
2018-10-06 07:42 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f28cb7541103b409d1b22bf416b24982311417fd [^]
2018-10-06 07:43 hgbot Checkin
2018-10-06 07:43 hgbot Note Added: 0107201
2018-10-16 18:02 marvintm Note Added: 0107346
2018-10-16 18:02 marvintm Status resolved => new
2018-10-16 18:02 marvintm Resolution fixed => open
2018-10-17 08:13 ranjith_qualiantech_com Status new => scheduled
2018-10-26 12:44 hgbot Checkin
2018-10-26 12:44 hgbot Note Added: 0107620
2018-10-26 12:44 hgbot Status scheduled => resolved
2018-10-26 12:44 hgbot Resolution open => fixed
2018-10-26 12:44 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f28cb7541103b409d1b22bf416b24982311417fd [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f9e76004c999e980fd7da73330cca1a6eea72341 [^]
2018-10-26 12:45 hgbot Checkin
2018-10-26 12:45 hgbot Note Added: 0107621
2018-10-29 11:06 marvintm Review Assigned To => marvintm
2018-10-29 11:06 marvintm Status resolved => closed
2018-10-29 11:06 marvintm Fixed in Version => RR19Q1


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker