Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025784Retail ModulesWeb POSpublic2014-02-20 16:272014-03-28 12:43
caristu 
marvintm 
highminoralways
closedfixed 
5
 
RR14Q2RR14Q2 
migueldejuana
No
0025784: List of payed receipts should be displayed in descending order
Currently the payed receipts list is being shown ordered by order date (desc) and document number (asc)

It should be ordered by document number desc in order to show the most recent receipts first, because the current configuration can cause the recent orders not being displayed.

1) Create a two new receipts
2) Go to the Receipts menu, notice that the first one created is appearing first
In PaidReceiptsHeader.java, change the sorting of the hql: hqlPaidReceipts += " order by ord.orderDate desc, ord.documentNo desc";
No tags attached.
Issue History
2014-02-20 16:27caristuNew Issue
2014-02-20 16:27caristuAssigned To => marvintm
2014-02-20 16:27caristuResolution time => 1393282800
2014-02-20 16:27caristuTriggers an Emergency Pack => No
2014-02-20 16:27caristuIssue Monitored: networkb
2014-02-25 18:38hgbotCheckin
2014-02-25 18:38hgbotNote Added: 0064579
2014-02-25 18:38hgbotStatusnew => resolved
2014-02-25 18:38hgbotResolutionopen => fixed
2014-02-25 18:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14dc1ee9847270f84fd5ceb3931d7c2e368ccb82 [^]
2014-02-26 10:45hgbotCheckin
2014-02-26 10:45hgbotNote Added: 0064600
2014-02-26 10:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14dc1ee9847270f84fd5ceb3931d7c2e368ccb82 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/14dc1ee9847270f84fd5ceb3931d7c2e368ccb82 [^]
2014-03-28 12:43migueldejuanaReview Assigned To => migueldejuana
2014-03-28 12:43migueldejuanaNote Added: 0065574
2014-03-28 12:43migueldejuanaStatusresolved => closed
2014-03-28 12:43migueldejuanaFixed in Version => RR14Q2

Notes
(0064579)
hgbot   
2014-02-25 18:38   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 14dc1ee9847270f84fd5ceb3931d7c2e368ccb82
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Feb 25 18:37:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/14dc1ee9847270f84fd5ceb3931d7c2e368ccb82 [^]

Fixed issue 25784. Paid orders will be displayed in descending order.

---
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
---
(0064600)
hgbot   
2014-02-26 10:45   
Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 14dc1ee9847270f84fd5ceb3931d7c2e368ccb82
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Feb 25 18:37:52 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/14dc1ee9847270f84fd5ceb3931d7c2e368ccb82 [^]

Fixed issue 25784. Paid orders will be displayed in descending order.

---
M src/org/openbravo/retail/posterminal/PaidReceiptsHeader.java
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
---
(0065574)
migueldejuana   
2014-03-28 12:43   
Tested and reviewed c32dc0bbefd6