Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043755Retail ModulesWeb POSpublic2020-04-16 14:362020-05-04 12:16
AugustoMauch 
ranjith_qualiantech_com 
normalminorhave not tried
closedfixed 
5
 
RR20Q3 
marvintm
No
0043755: Inconsistent behaviour regarding multiple selection in Customer -> View Details -> Activity -> Open Selected
In the customer list components, we can click on the View Details contextual meny for a customer and then on the Activity button to check the latest documents related with that customer.

That component shows a list of tickets, but it is not a multi-select component, when clicking any ticket that ticket will be opened, even though there is a Open Selected button (that does nothing since it is not possible to select a ticket without closing the popup)

I think either:
1- The Open Selected button should be removed, or
2- It should be possible to select several tickets that will be opened when the Open selected button is clicked

I think 2) is better, since that is the current behaviour of the Related documents contextual menu component.
In livebuilds [1]:
- Look for the Arturo Montoro customer
- Click en the View Details contextual menu
- Click on the activity button. A list of ticket will be shown, and a Open Selected button. But it will not be possible to select several tickets

[1] https://livebuilds.openbravo.com/retail_pi_oracle/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]
Activity popup including multiselect (propossed solution) and "Related documents" feature are basically the same thing so:

-> remove activity popup
-> from activity button -> show related document popup

+ Fix a problem detected in multiselection for related document popup
NOR
related to defect 0043357 closed rqueralta Activity window is not closed when selecting some Order to be opened 
Issue History
2020-04-16 14:36AugustoMauchNew Issue
2020-04-16 14:36AugustoMauchAssigned To => Retail
2020-04-16 14:36AugustoMauchResolution time => 1588197600
2020-04-16 14:36AugustoMauchTriggers an Emergency Pack => No
2020-04-16 15:17rafarodaIssue Monitored: rafaroda
2020-04-16 15:22rafarodaTag Attached: NOR
2020-04-21 07:20rafarodaRelationship addedrelated to 0043357
2020-04-21 09:46dbazNote Added: 0119283
2020-04-27 13:18ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-04-28 13:28guilleaerProposed Solution updated
2020-04-28 13:31guilleaerProposed Solution updated
2020-04-29 08:00ranjith_qualiantech_comStatusnew => scheduled
2020-05-03 10:06hgbotCheckin
2020-05-03 10:06hgbotNote Added: 0119509
2020-05-03 10:07hgbotCheckin
2020-05-03 10:07hgbotNote Added: 0119510
2020-05-03 10:07hgbotCheckin
2020-05-03 10:07hgbotNote Added: 0119511
2020-05-03 10:07hgbotStatusscheduled => resolved
2020-05-03 10:07hgbotResolutionopen => fixed
2020-05-03 10:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d2e4044cbba809b47933fdc75c864787912b37a6 [^]
2020-05-04 12:16marvintmReview Assigned To => marvintm
2020-05-04 12:16marvintmStatusresolved => closed
2020-05-04 12:16marvintmFixed in Version => RR20Q3

Notes
(0119283)
dbaz   
2020-04-21 09:46   
Agree with option 2

Also "Open Selected" button should be in green (primary action) in the most bottom-right position
(0119509)
hgbot   
2020-05-03 10:06   
Repository: tools/automation/pi-mobile
Changeset: ba6113476ecc0a52daf6da65b2336fe8c3b5e509
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun May 03 13:34:58 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ba6113476ecc0a52daf6da65b2336fe8c3b5e509 [^]

Verifies issue 43755 : Modified Automated Test C360ViewAndEditCustomer

* Modified Automated Test I38739_OpenMultipleReceipts

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/C360ViewAndEditCustomer.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I38739_OpenMultipleReceipts.java
---
(0119510)
hgbot   
2020-05-03 10:07   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 73a07967928985561ad7cbe9653fc21ce41e64eb
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun May 03 13:35:57 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/73a07967928985561ad7cbe9653fc21ce41e64eb [^]

Related to issue-43755 : Previous Selector Args should be applied when filter popup is closed

* When hiding the filter popup, ModalSelector popup should be opened wth previous args

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js
---
(0119511)
hgbot   
2020-05-03 10:07   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d2e4044cbba809b47933fdc75c864787912b37a6
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sun May 03 13:34:54 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d2e4044cbba809b47933fdc75c864787912b37a6 [^]

Fixed issue-43755 : Show Customer Order List popup when Activity button is clicked

* When Activity button or Related documents (Presents in Contextual menu) is clicked,
  Customer Order List popup should be opened.
* Customer Order List popup have multiselect option by default

---
M web/org.openbravo.retail.posterminal/css/obpos-main.css
M web/org.openbravo.retail.posterminal/js/components/businesspartner_selector.js
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
---