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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029630
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Cash upmajoralways2015-04-17 15:052015-05-22 09:27
ReporterrbianchiniView Statuspublic 
Assigned Tomalsasua 
PriorityimmediateResolutionfixedFixed in VersionRR15Q3
StatusclosedFix in branchFixed in SCM revisionc06f12536821
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRR15Q1.3SCM revision 
Review Assigned Toaaroncalero
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029630: Changing the cash up template using window organization dosen't work becouse it's taking from the global variable

DescriptionChanging the cash up template using window organization dosen't work becouse it's taking from the global variable OB.OBPOSPointOfSale.Print.CashUpTemplate

if you check file: web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js
line: 15: this.templatecashup = new OB.DS.HWResource(OB.OBPOSPointOfSale.Print.CashUpTemplate);

Steps To ReproduceGo to window Organization and change the cash up template (It should be created previously)

Go to web Pos and verify that it is printing the defoult template instead of the configured one
Proposed SolutionChange line this.templatecashup = new OB.DS.HWResource(OB.OBPOSPointOfSale.Print.CashUpTemplate);

to

this.templatecashup = new OB.DS.HWResource(OB.POS.modelterminal.get('terminal')['printCashUpTemplate']);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0077086)
hgbot (developer)
2015-05-07 11:47

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c06f1253682184ef9e0dec34ce2c92536fb84141
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu May 07 11:47:22 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c06f1253682184ef9e0dec34ce2c92536fb84141 [^]

fixed issue 29630: if terminal has a cashup template, then it is printed, otherwise default cashup template is printed

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js
---
(0077650)
aaroncalero (manager)
2015-05-22 09:27

Tested and reviewed

- Issue History
Date Modified Username Field Change
2015-04-17 15:05 rbianchini New Issue
2015-04-17 15:05 rbianchini Assigned To => Retail
2015-04-17 15:05 rbianchini Resolution time => 1429567200
2015-04-17 15:05 rbianchini Triggers an Emergency Pack => No
2015-05-07 11:47 hgbot Checkin
2015-05-07 11:47 hgbot Note Added: 0077086
2015-05-07 11:47 hgbot Status new => resolved
2015-05-07 11:47 hgbot Resolution open => fixed
2015-05-07 11:47 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c06f1253682184ef9e0dec34ce2c92536fb84141 [^]
2015-05-07 11:48 malsasua Assigned To Retail => malsasua
2015-05-21 12:28 aaroncalero Review Assigned To => aaroncalero
2015-05-22 09:27 aaroncalero Note Added: 0077650
2015-05-22 09:27 aaroncalero Status resolved => closed
2015-05-22 09:27 aaroncalero Fixed in Version => RR15Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker