Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0024819 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2013-09-24 12:31 | 2013-11-19 18:17 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | umartirena | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RMP28 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 0249c29f1b46 | ||||
Projection | none | ETA | none | Target Version | RMP28 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP26.1 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 23560 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0024819: Impossible to change cash up report | |||||||
Description | Impossible 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 Solution | delete 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); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(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 --- |
![]() |
|||
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 |