Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036936Retail ModulesWeb POSpublic2017-09-25 10:492017-12-07 13:53
aaroncalero 
aaroncalero 
normalmajorN/A
closedfixed 
5
 
RR18Q1 
marvintm
No
0036936: It would be nice to have a single selector to retrieve any type of document in WebPOS
It would be nice to have a single selector to retrieve any type of document in WebPOS.
Currently there are different menu entries to open different selectors and retrieve Receipts/Returns, Layaways and Quotations.
These components are internally the same selector and use the same queries to retrieve the different type of documents.
Login in web pos and verify that on the menu the following entries are available:
Receipts
Layaways
Quotations
The idea is to have an unified selector (using the advanced filters selector API) which will allow to retrieve any type of document, and will allow the user to filter documents by different fields (such as docNo, customer, amounts, orderDates, or type).
No tags attached.
causes defect 0041837 closed ranjith_qualiantech_com Order Selector no longer verifies if an order is in error status (import entry error/error while importing) 
Issue History
2017-09-25 10:49aaroncaleroNew Issue
2017-09-25 10:49aaroncaleroAssigned To => aaroncalero
2017-09-25 10:49aaroncaleroTriggers an Emergency Pack => No
2017-11-24 08:48hgbotCheckin
2017-11-24 08:48hgbotNote Added: 0100693
2017-11-24 08:48hgbotStatusnew => resolved
2017-11-24 08:48hgbotResolutionopen => fixed
2017-11-24 08:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2ce6729034d824eb7e97904270f30f40b7a9666d [^]
2017-11-24 08:48hgbotCheckin
2017-11-24 08:48hgbotNote Added: 0100694
2017-11-24 08:48hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2ce6729034d824eb7e97904270f30f40b7a9666d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a43d2a1ce34121b644a806d761857b224f27a184 [^]
2017-11-24 14:29aaroncaleroReview Assigned To => marvintm
2017-12-07 13:53marvintmStatusresolved => closed
2017-12-07 13:53marvintmFixed in Version => RR18Q1
2019-09-18 12:57aaroncaleroRelationship addedcauses 0041837

Notes
(0100693)
hgbot   
2017-11-24 08:48   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2ce6729034d824eb7e97904270f30f40b7a9666d
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Fri Nov 24 08:45:10 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2ce6729034d824eb7e97904270f30f40b7a9666d [^]

Fixed issue 36936: It would be nice to have a single selector to retrieve any type of document in WebPOS

---
M src/org/openbravo/mobile/core/process/ProcessHQLQueryValidated.java
M src/org/openbravo/mobile/core/process/SimpleQueryBuilder.java
M web/org.openbravo.mobile.core/source/component/dialog/ob-advancedfilterselector.js
M web/org.openbravo.mobile.core/source/component/dialog/ob-modaladvancedfilters.js
---
(0100694)
hgbot   
2017-11-24 08:48   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a43d2a1ce34121b644a806d761857b224f27a184
Author: Aaron Calero <aaron.calero <at> openbravo.com>
Date: Fri Nov 24 08:40:32 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a43d2a1ce34121b644a806d761857b224f27a184 [^]

Fixed issue 36936: It would be nice to have a single selector to retrieve any type of document in WebPOS

---
M src-db/database/model/modifiedTables/C_ORDER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M src/org/openbravo/retail/posterminal/OrderLoader.java
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
A build/classes/org/openbravo/retail/posterminal/modulescript/UpdateIsLayaway.class
A build/classes/org/openbravo/retail/posterminal/modulescript/UpdateIsLayawayData.class
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/UpdateIsLayaway.java
A src-util/modulescript/src/org/openbravo/retail/posterminal/modulescript/UpdateIsLayaway_Data.xsql
A src/org/openbravo/retail/posterminal/OrderAmountFromHQLCriteria.java
A src/org/openbravo/retail/posterminal/OrderAmountToHQLCriteria.java
A src/org/openbravo/retail/posterminal/OrderDateFromHQLCriteria.java
A src/org/openbravo/retail/posterminal/OrderDateToHQLCriteria.java
A src/org/openbravo/retail/posterminal/PaidReceiptsFilter.java
A src/org/openbravo/retail/posterminal/PaidReceiptsFilterProperties.java
A src/org/openbravo/retail/posterminal/term/OrderType.java
A web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
A web/org.openbravo.retail.posterminal/js/model/orderfilter.js
---