Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023952 | Retail Modules | Web POS | public | 2013-05-31 15:47 | 2013-06-19 11:29 |
|
Reporter | adrianromero | |
Assigned To | migueldejuana | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RMP24 | Fixed in Version | RMP24 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | 21490 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023952: It is not possible to configure cahs up logo (print format) in web pos |
Description | The printing format of the cash up process in POS and in ERP, window POS terminal, is not taking the logo for the organization. It's taken the Client logo. There is a POS logo defined at Client level but not at Store (Organization) level.
|
Steps To Reproduce | Execute the cashup process from POS and verify that the logo displayed in the report is the Client logo, not the Store (Organization) logo. |
Proposed Solution | Define a POS logo at Store (Organization) level and use it for Cash up reports. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-31 15:47 | adrianromero | New Issue | |
2013-05-31 15:47 | adrianromero | Assigned To | => adrianromero |
2013-05-31 15:47 | adrianromero | OBNetwork customer | => Yes |
2013-05-31 15:47 | adrianromero | Support ticket | => 21490 |
2013-05-31 15:47 | adrianromero | Assigned To | adrianromero => migueldejuana |
2013-05-31 15:54 | adrianromero | Target Version | => RMP24 |
2013-05-31 16:10 | adrianromero | Resolution time | => 1376604000 |
2013-06-11 11:55 | hgbot | Checkin | |
2013-06-11 11:55 | hgbot | Note Added: 0059322 | |
2013-06-11 11:55 | hgbot | Status | new => resolved |
2013-06-11 11:55 | hgbot | Resolution | open => fixed |
2013-06-11 11:55 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7c8f407a5605ff2a824c1921155e4ae66ec00484 [^] |
2013-06-11 11:57 | hgbot | Checkin | |
2013-06-11 11:57 | hgbot | Note Added: 0059323 | |
2013-06-11 12:23 | guilleaer | Note Added: 0059328 | |
2013-06-11 13:26 | hgbot | Checkin | |
2013-06-11 13:26 | hgbot | Note Added: 0059346 | |
2013-06-11 13:26 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7c8f407a5605ff2a824c1921155e4ae66ec00484 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/7c8f407a5605ff2a824c1921155e4ae66ec00484 [^] |
2013-06-11 13:26 | hgbot | Checkin | |
2013-06-11 13:26 | hgbot | Note Added: 0059347 | |
2013-06-19 11:29 | marvintm | Review Assigned To | => marvintm |
2013-06-19 11:29 | marvintm | Status | resolved => closed |
2013-06-19 11:29 | marvintm | Fixed in Version | => RMP24 |
Notes |
|
(0059322)
|
hgbot
|
2013-06-11 11:55
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7c8f407a5605ff2a824c1921155e4ae66ec00484
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 11 11:55:04 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7c8f407a5605ff2a824c1921155e4ae66ec00484 [^]
fixed issue 23952: Logo of cash up report is get from organization (if defined)
---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.jrxml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
---
|
|
|
(0059323)
|
hgbot
|
2013-06-11 11:57
|
|
|
|
|
Pending to include something to use different images on ticket templates based on the terminal organization.
Proposal:
The template will try to get allways the image file concatenated with the organization_id, If this image is not available in HWManager server the image without organization id will be used.
template:
<image>ticket-image-D270A5AC50874F8BA67A88EE977F8E3B.png</image>
HW manager
1. check for the existence of "ticket-image-D270A5AC50874F8BA67A88EE977F8E3B.png"
1.1 -> available -> print it
1.2 -> unavailable -> get "ticket-image.png" and print it |
|
|
(0059346)
|
hgbot
|
2013-06-11 13:26
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal.multiorder
Changeset: 7c8f407a5605ff2a824c1921155e4ae66ec00484
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Jun 11 11:55:04 2013 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal.multiorder/rev/7c8f407a5605ff2a824c1921155e4ae66ec00484 [^]
fixed issue 23952: Logo of cash up report is get from organization (if defined)
---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.jrxml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
---
|
|
|
(0059347)
|
hgbot
|
2013-06-11 13:26
|
|
|