Openbravo Issue Tracking System - Retail Modules
View Issue Details
0022168Retail ModulesWeb POSpublic2012-10-30 15:082012-12-26 15:38
adrianromero 
migueldejuana 
normalmajorhave not tried
closedfixed 
5
 
RMP18RMP18 
No
0022168: Search receipts dialog gets all details for the list
The query that search receipts gets all details of receipts. This is a performance problem.

The query that search receipts must get only header data of receipts needed to display the list. After a record is selected, another query must be executed to get all the details only of the receipt selected.
In description.
Performance
Issue History
2012-10-30 15:08adrianromeroNew Issue
2012-10-30 15:08adrianromeroAssigned To => adrianromero
2012-11-09 11:31adrianromeroStatusnew => scheduled
2012-11-09 11:31adrianromerofix_in_branch => pi
2012-11-09 15:35alostaleTag Attached: Performance
2012-12-05 20:35adrianromeroTarget Version => RMP18
2012-12-05 20:35adrianromerofix_in_branchpi =>
2012-12-17 10:15adrianromeroAssigned Toadrianromero => migueldejuana
2012-12-19 12:08hgbotCheckin
2012-12-19 12:08hgbotNote Added: 0055071
2012-12-19 12:08hgbotStatusscheduled => resolved
2012-12-19 12:08hgbotResolutionopen => fixed
2012-12-19 12:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/540c33c330b4058879b7aaf2969660eeb0b46acf [^]
2012-12-26 15:38guilleaerNote Added: 0055202
2012-12-26 15:38guilleaerStatusresolved => closed
2012-12-26 15:38guilleaerFixed in Version => RMP18

Notes
(0055071)
hgbot   
2012-12-19 12:08   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 540c33c330b4058879b7aaf2969660eeb0b46acf
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Wed Dec 19 10:41:31 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/540c33c330b4058879b7aaf2969660eeb0b46acf [^]

Fixed issue 22168: Get paidReceipts header and clicking on it, get the full object

---
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/model/order.js
A src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
---
(0055202)
guilleaer   
2012-12-26 15:38   
tested & verified