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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0024819
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2013-09-24 12:312013-11-19 18:17
ReporterjecharriView Statuspublic 
Assigned Toumartirena 
PriorityurgentResolutionfixedFixed in VersionRMP28
StatusclosedFix in branchFixed in SCM revision0249c29f1b46
ProjectionnoneETAnoneTarget VersionRMP28
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionRMP26.1SCM revision 
Merge Request Status
Review Assigned Tomarvintm
OBNetwork customerOBPS
Support ticket23560
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0024819: Impossible to change cash up report

DescriptionImpossible to change cash up report
Steps To Reproduce-currently it should be enough if you add one js with the following code
OB.OBPOSPointOfSale.Print.ReceiptClosedTemplate = '../org.openbravo.retail.extendcashup/receipts/printcashup.xml';

The problem is that we are not taking this value in js modules/org.openbravo.retail.posterminal/web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js

We are using variable "OB.OBPOSCashUp.Print.CashUpTemplate"
Proposed Solutiondelete line OB.OBPOSCashUp.Print.CashUpTemplate = 'res/printcashup.xml';
in file cashup-print.js

and edit line
      this.templatecashup = new OB.DS.HWResource(OB.OBPOSCashUp.Print.CashUpTemplate);
and change to
      this.templatecashup = new OB.DS.HWResource(OB.OBPOSPointOfSale.Print.ReceiptClosedTemplate);
TagsNo tags attached.
Attached Filesdiff file icon 24819.diff [^] (2,037 bytes) 2013-09-27 13:57 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0061444)
umartirena (viewer)
2013-09-27 13:57

Find the fix attached
(0061630)
hgbot (developer)
2013-10-09 12:16

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0249c29f1b4634ba7140250dc07c04e37841fbe7
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Wed Oct 09 12:16:20 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]

Fixed issue 24819: Impossible to change cash up report

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---
(0061708)
hgbot (developer)
2013-10-16 13:40

Repository: erp/pmods/org.openbravo.retail.posterminal.cirque
Changeset: 0249c29f1b4634ba7140250dc07c04e37841fbe7
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Wed Oct 09 12:16:20 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]

Fixed issue 24819: Impossible to change cash up report

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---
(0061791)
guilleaer (viewer)
2013-10-17 18:34

reclosed
(0062165)
hgbot (developer)
2013-11-18 12:50

Repository: erp/pmods/org.openbravo.retail.posterminal-splitlines
Changeset: 0249c29f1b4634ba7140250dc07c04e37841fbe7
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Wed Oct 09 12:16:20 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-splitlines/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]

Fixed issue 24819: Impossible to change cash up report

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
---

- Issue History
Date Modified Username Field Change
2013-09-24 12:31 jecharri New Issue
2013-09-24 12:31 jecharri Assigned To => marvintm
2013-09-24 12:31 jecharri OBNetwork customer => Yes
2013-09-24 12:31 jecharri Support ticket => 23560
2013-09-24 12:31 jecharri Resolution time => 1382738400
2013-09-24 12:31 jecharri Triggers an Emergency Pack => No
2013-09-24 12:38 jecharri Proposed Solution updated
2013-09-25 12:31 umartirena Assigned To marvintm => umartirena
2013-09-27 13:57 umartirena File Added: 24819.diff
2013-09-27 13:57 umartirena Note Added: 0061444
2013-10-09 12:16 hgbot Checkin
2013-10-09 12:16 hgbot Note Added: 0061630
2013-10-09 12:16 hgbot Status new => resolved
2013-10-09 12:16 hgbot Resolution open => fixed
2013-10-09 12:16 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]
2013-10-14 13:20 marvintm Review Assigned To => marvintm
2013-10-14 13:20 marvintm Status resolved => closed
2013-10-14 13:20 marvintm Fixed in Version => RMP28
2013-10-16 13:40 hgbot Checkin
2013-10-16 13:40 hgbot Note Added: 0061708
2013-10-16 13:40 hgbot Status closed => resolved
2013-10-16 13:40 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]
2013-10-17 18:34 guilleaer Note Added: 0061791
2013-10-17 18:34 guilleaer Status resolved => closed
2013-11-18 12:50 hgbot Checkin
2013-11-18 12:50 hgbot Note Added: 0062165
2013-11-18 12:50 hgbot Status closed => resolved
2013-11-18 12:50 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.cirque/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-splitlines/rev/0249c29f1b4634ba7140250dc07c04e37841fbe7 [^]
2013-11-19 18:17 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker