Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039363Retail ModulesWeb POSpublic2018-09-27 16:412018-11-23 16:42
collazoandy4 
jorge-garcia 
normalminorhave not tried
newopen 
5
 
 
No
0039363: A refactor of ProductCategory ProcessHQLQuery is needed
Include in the ProductCategory ProcessHQLQuery the CategoryTree information
in description
No tags attached.
Issue History
2018-09-27 16:41collazoandy4New Issue
2018-09-27 16:41collazoandy4Assigned To => Retail
2018-09-27 16:41collazoandy4Triggers an Emergency Pack => No
2018-10-29 17:15jorge-garciaStatusnew => scheduled
2018-10-29 17:15jorge-garciaAssigned ToRetail => jorge-garcia
2018-10-30 11:16hgbotCheckin
2018-10-30 11:16hgbotNote Added: 0107655
2018-10-30 11:16hgbotStatusscheduled => resolved
2018-10-30 11:16hgbotResolutionopen => fixed
2018-10-30 11:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/964630c1bc38ddd5a92432dab380c8b1a7ec2e52 [^]
2018-10-30 11:16hgbotCheckin
2018-10-30 11:16hgbotNote Added: 0107656
2018-11-23 16:42marvintmStatusresolved => new
2018-11-23 16:42marvintmResolutionfixed => open

Notes
(0107655)
hgbot   
2018-10-30 11:16   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 964630c1bc38ddd5a92432dab380c8b1a7ec2e52
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 29 17:17:20 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/964630c1bc38ddd5a92432dab380c8b1a7ec2e52 [^]

Fixed issue 39363: A refactor of ProductCategory ProcessHQLQuery is needed

This commit includes:
  * A new java class to get the product categories and the tree node
    information.
  * Definition of a new mobile service to use the new java class.

---
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
A src/org/openbravo/retail/posterminal/master/ProductCategoryAndTree.java
A src/org/openbravo/retail/posterminal/master/ProductCategoryAndTreeProperties.java
---
(0107656)
hgbot   
2018-10-30 11:16   
Repository: tools/automation/pi-mobile
Changeset: baad415b62c64af776747dad640f9b259043771a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 29 17:18:34 2018 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/baad415b62c64af776747dad640f9b259043771a [^]

Verifies issue 39363: A refactor of ProductCategory ProcessHQLQuery is needed

Added test POSProductCategoryAndTreeRequest.

---
A src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/retailapi/POSProductCategoryAndTreeRequest.java
---