Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028448 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Return Receipt | major | always | 2014-12-18 11:51 | 2015-01-22 19:25 | |||
Reporter | sureshbabu | View Status | public | |||||
Assigned To | malsasua | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR15Q1 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 8ed1e75a1a29 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | malsasua | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2014-07-18 | |||||||
Regression introduced in release | RR14Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a16de6afe0e [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0028448: [RR14Q3.3] Check enough cash does not work when cash in the counter is zero | |||||||
Description | Check enough cash does not work when cash in the counter is zero | |||||||
Steps To Reproduce | 1) complete a cash up process, without keeping any cash. 2)create a receipt for any amount and pay the receipt using cash payment method 3) Then using verified returns, return the entire receipt using cash payment method 4) Then create a return receipt using "return this receipt" option and try to pay through cash payment method. Defect: system wrongly allows the user to complete the return receipt using cash payment method, enough the cash at the counter is zero.("There is not enough cash available" message not appearing) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0072711) hgbot (developer) 2014-12-18 18:37 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 8ed1e75a1a290686e09df3ce9456e281d3f71e2e Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Thu Dec 18 18:36:56 2014 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8ed1e75a1a290686e09df3ce9456e281d3f71e2e [^] fixed issue 28448:totalReturns is negative, so it is added instead of substract to calculate the cash --- M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js --- |
(0072746) mtaal (manager) 2014-12-21 00:56 |
Reviewed and tested |
(0072774) malsasua (developer) 2014-12-22 16:24 |
reopened to update the regression info |
(0073704) hgbot (developer) 2015-01-21 23:56 |
Repository: tools/automation/pi-mobile Changeset: 12bdcc45d9ac4fb3e5f1564e3ede33706d32acf5 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Wed Jan 21 14:33:15 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/12bdcc45d9ac4fb3e5f1564e3ede33706d32acf5 [^] Related to issue 28448 and issue 28714: Added 2 tests to verify that the 'No cash available' warning --- M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/ReceiptSuite.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I28448_NoCashAvailable.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I28714_NoCashAvailableII.java --- |
(0073741) hgbot (developer) 2015-01-22 19:25 |
Repository: tools/automation/pi-mobile Changeset: 044ddd83025165a7ccc6f30356034863ac6b02cb Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jan 22 18:35:47 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/044ddd83025165a7ccc6f30356034863ac6b02cb [^] Related to issue 28448 and issue 28714: Activated related tests and added 2 tests more --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/CashupSuite.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/SalesSuite.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/deactivated/TestsAwaitingFixesSuite.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I28714_VerifyTotalReturns.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I28714_VerifyTotalReturnsII.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I28714_NoCashAvailableWithCashupCheck.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2014-12-18 11:51 | sureshbabu | New Issue | |
2014-12-18 11:51 | sureshbabu | Assigned To | => marvintm |
2014-12-18 11:51 | sureshbabu | Triggers an Emergency Pack | => No |
2014-12-18 11:52 | sureshbabu | Assigned To | marvintm => malsasua |
2014-12-18 18:37 | hgbot | Checkin | |
2014-12-18 18:37 | hgbot | Note Added: 0072711 | |
2014-12-18 18:37 | hgbot | Status | new => resolved |
2014-12-18 18:37 | hgbot | Resolution | open => fixed |
2014-12-18 18:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8ed1e75a1a290686e09df3ce9456e281d3f71e2e [^] |
2014-12-21 00:56 | mtaal | Review Assigned To | => mtaal |
2014-12-21 00:56 | mtaal | Note Added: 0072746 | |
2014-12-21 00:56 | mtaal | Status | resolved => closed |
2014-12-21 00:56 | mtaal | Fixed in Version | => RR15Q1 |
2014-12-22 16:21 | malsasua | Status | closed => new |
2014-12-22 16:21 | malsasua | Resolution | fixed => open |
2014-12-22 16:21 | malsasua | Fixed in Version | RR15Q1 => |
2014-12-22 16:23 | malsasua | Regression level | => Production - QA Approved |
2014-12-22 16:23 | malsasua | Regression date | => 2014-07-18 |
2014-12-22 16:23 | malsasua | Regression introduced in release | => RR14Q3 |
2014-12-22 16:23 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a16de6afe0e [^] |
2014-12-22 16:23 | malsasua | Status | new => scheduled |
2014-12-22 16:23 | malsasua | fix_in_branch | => pi |
2014-12-22 16:23 | malsasua | Status | scheduled => resolved |
2014-12-22 16:23 | malsasua | Fixed in Version | => RR15Q1 |
2014-12-22 16:23 | malsasua | Resolution | open => fixed |
2014-12-22 16:24 | malsasua | Review Assigned To | mtaal => malsasua |
2014-12-22 16:24 | malsasua | Note Added: 0072774 | |
2014-12-22 16:24 | malsasua | Status | resolved => closed |
2015-01-21 12:57 | Orekaria | Relationship added | related to 0028714 |
2015-01-21 23:56 | hgbot | Checkin | |
2015-01-21 23:56 | hgbot | Note Added: 0073704 | |
2015-01-22 19:25 | hgbot | Checkin | |
2015-01-22 19:25 | hgbot | Note Added: 0073741 |
Copyright © 2000 - 2009 MantisBT Group |