Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026583
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorsometimes2014-05-17 22:282014-06-30 14:01
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q3
StatusclosedFix in branchFixed in SCM revisiona46270f83d9e
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0026583: The Cash Management is showing the currency blocks with no explicit order

DescriptionThe Cash Management is showing the currency blocks with no explicit order
Steps To ReproduceLogin to WebPOS as Vallblanca
Operate a bit with the POS: selling, etc
Open cash management
Eventually the USD block is shown before the the default currency
Proposed Solutionin cashmgmt-model.js fin this code

      OB.Dal.find(OB.Model.PaymentMethodCashUp, {
        'cashup_id': cashUp.at(0).get('id')
      }, function (pays) {

add a proper orderByClause to the find, e.g:

      OB.Dal.find(OB.Model.PaymentMethodCashUp, {
        'cashup_id': cashUp.at(0).get('id'),
        _orderByClause: 'searchKey desc'
      }, function (pays) {
TagsNo tags attached.
Attached Filespng file icon enableToPayII.png [^] (40,041 bytes) 2014-05-19 13:21

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0068197)
hgbot (developer)
2014-06-20 00:23

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a46270f83d9eecfa8a01dddf6d2ca4e708b14162
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jun 20 00:23:21 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a46270f83d9eecfa8a01dddf6d2ca4e708b14162 [^]

Fixed issue 26583: explicit order for deposit payment methods

---
M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js
---

- Issue History
Date Modified Username Field Change
2014-05-17 22:28 Orekaria New Issue
2014-05-17 22:28 Orekaria Assigned To => marvintm
2014-05-17 22:28 Orekaria Triggers an Emergency Pack => No
2014-05-19 13:21 Orekaria File Added: enableToPayII.png
2014-06-20 00:21 Orekaria Assigned To marvintm => Orekaria
2014-06-20 00:23 hgbot Checkin
2014-06-20 00:23 hgbot Note Added: 0068197
2014-06-20 00:23 hgbot Status new => resolved
2014-06-20 00:23 hgbot Resolution open => fixed
2014-06-20 00:23 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a46270f83d9eecfa8a01dddf6d2ca4e708b14162 [^]
2014-06-30 14:01 marvintm Review Assigned To => marvintm
2014-06-30 14:01 marvintm Status resolved => closed
2014-06-30 14:01 marvintm Fixed in Version => RR14Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker