Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039068Retail ModulesWeb POSpublic2018-07-30 16:022018-08-17 13:34
gorka_gil 
javierRodriguez 
normalminoralways
closedfixed 
5
 
RR18Q4 
marvintm
No
0039068: Open receipt selector: filter by documentno don't have a trim
In the open receipt selector, filtering by documentno.
If introduced the documentno with spaces at end don't work.

Example:
- "VBS1/0000109" -> works
- "VBS1/0000109 " -> don't work
Note the space at end

- Create a ticket and pay it (copy the ticket documento)
- In the menu, select open receipt
- Paste the copied docuemntno
- click search and works
- add an space at the end of the documentno
- clicking search now, don't show the ticket.
Add a trim to the documentno.

Note maybe to other fields also makes sense the trim.
No tags attached.
Issue History
2018-07-30 16:02gorka_gilNew Issue
2018-07-30 16:02gorka_gilAssigned To => javierRodriguez
2018-07-30 16:02gorka_gilTriggers an Emergency Pack => No
2018-08-02 09:10hgbotCheckin
2018-08-02 09:10hgbotNote Added: 0106093
2018-08-02 09:10hgbotStatusnew => resolved
2018-08-02 09:10hgbotResolutionopen => fixed
2018-08-02 09:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/704b2a250880b5fcf09e06e53ccdade61b146167 [^]
2018-08-02 09:12hgbotCheckin
2018-08-02 09:12hgbotNote Added: 0106095
2018-08-17 13:34marvintmReview Assigned To => marvintm
2018-08-17 13:34marvintmStatusresolved => closed
2018-08-17 13:34marvintmFixed in Version => RR18Q4

Notes
(0106093)
hgbot   
2018-08-02 09:10   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 704b2a250880b5fcf09e06e53ccdade61b146167
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Wed Aug 01 12:53:23 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/704b2a250880b5fcf09e06e53ccdade61b146167 [^]

Fixed issue 39068: Open receipt selector: filter by documentno don't have a trim

---
M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js
---
(0106095)
hgbot   
2018-08-02 09:12   
Repository: tools/automation/pi-mobile
Changeset: aec2d1540de453a05066200b892485a9feae6dd9
Author: Javier Rodriguez <javier.rodriguez <at> openbravo.com>
Date: Wed Aug 01 13:32:29 2018 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/aec2d1540de453a05066200b892485a9feae6dd9 [^]

Related to issue 39068: Open receipt selector: filter by documentno don't have a trim

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/I39068_VerifyTrimOnCustomerSearch.java
---