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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049502
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2022-06-07 21:282022-11-21 07:50
Reporteralekosmp86View Statuspublic 
Assigned Toradhakrishnan 
PriorityhighResolutionfixedFixed in VersionRR23Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version7.x
OS VersionOpenbravo Appliance 14.04Database version9.3.xAnt version1.9.x
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0049502: Filters are not reset when closing the Open Receipt popup

DescriptionAfter making an initial search, if you close and reopen the Open Receipt popup, the results shown are the same of the initial search. Although this allows to quickly open an order that matches the criteria of the initial search, this can cause problems since that order could have another status, thus being wrongly loaded.
Steps To Reproduce1 - Create a quotation (using Create Quotation menu entry)
2 - Add a product and synchronize. This will set the Quotation from Draft to Under Evaluation
3 - Close the quotation and click on Open Receipt menu entry
4 - Click on Search button (you'll see the quotation as the first result)
5 - Open the previously created quotation
6 - Click on Create Sales Order menu entry, and confirm. This will convert the quotation into an order
7 - Add a payment and synchronize the order.
8 - Click on Open Receipt menu entry. You'll see the quotation from the previous search, not the order created from the quotation.
9 - Click on Search button and verify that now it shows the order instead of the quotation
Proposed SolutionReset the filters in the executeOnHide event of the Open Receipt popup. This will force a new search every time the popup is loaded, which will show the orders with the correct status.

The following code should do the trick
executeOnHide: function(){
  this.getFilterSelectorTableHeader().clearFilter();
}
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0139625)
hgbot (developer)
2022-07-27 07:54

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/877 [^]
(0139626)
hgbot (developer)
2022-07-27 07:56

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/214 [^]
(0143855)
hgbot (developer)
2022-11-21 07:50

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 5cf4610e1a1d59995d5e0a6b679ae181b13376b8
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 21-11-2022 06:49:51
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/5cf4610e1a1d59995d5e0a6b679ae181b13376b8 [^]

Fixed ISSUE-49502: Clear the filter when the open receipt popup is close

---
M web/org.openbravo.retail.posterminal/js/actions/openreceipt.js
---
(0143856)
hgbot (developer)
2022-11-21 07:50

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/877 [^]
(0143857)
hgbot (developer)
2022-11-21 07:50

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/214 [^]
(0143858)
hgbot (developer)
2022-11-21 07:50

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: bc2c7bc1a50010ae1a2ac0e20c96086d01e74f7f
Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com>
Date: 21-11-2022 06:49:56
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/bc2c7bc1a50010ae1a2ac0e20c96086d01e74f7f [^]

Verifies ISSUE-49502: Ignored Test KeepFiltersInOpenReceiptSelectorTest

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/KeepFiltersInOpenReceiptSelectorTest.java
---

- Issue History
Date Modified Username Field Change
2022-06-07 21:28 alekosmp86 New Issue
2022-06-07 21:28 alekosmp86 Assigned To => Retail
2022-06-07 21:28 alekosmp86 Triggers an Emergency Pack => No
2022-07-07 09:37 radhakrishnan Assigned To Retail => radhakrishnan
2022-07-07 09:37 radhakrishnan Status new => scheduled
2022-07-27 07:54 hgbot Note Added: 0139625
2022-07-27 07:56 hgbot Note Added: 0139626
2022-11-21 07:50 hgbot Resolution open => fixed
2022-11-21 07:50 hgbot Status scheduled => closed
2022-11-21 07:50 hgbot Fixed in Version => RR23Q1
2022-11-21 07:50 hgbot Note Added: 0143855
2022-11-21 07:50 hgbot Note Added: 0143856
2022-11-21 07:50 hgbot Note Added: 0143857
2022-11-21 07:50 hgbot Note Added: 0143858


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker