Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051357 | Retail Modules | Web POS | public | 2023-01-12 13:53 | 2023-03-01 17:50 |
|
Reporter | jarmendariz | |
Assigned To | igor_trebol | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR23Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0051357: Use Company Logo for receipts field in receipt templates |
Description | In 0052138 we refactored the company logo fields in SystemInfo, ClientInfo and OrgInfo Windows that gives us more control of the logos we're using in the ERP and other applications. We introduced a new field "Company Logo for receipts" that is currently empty and not used in our built-in receipt templates.
Currently the built-in template uses a "ticket-image.png" that is provided by the HWManager and registered in OB.PRINTERIMAGES in standardprinters.js
|
Steps To Reproduce | See description |
Proposed Solution | Implement a mechanism that passes to the printing template the appropriate logo for receipts for the current Organization. If no image is available, use a default "ticket-image.png" to preserve the current behavior.
Also it would be a good opportunity to add default logos for System and Clients (F&B, White Valley...) sampledata. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0051238 | | closed | jarmendariz | Openbravo ERP | Company Logo Configuration Refactor |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-01-12 13:53 | jarmendariz | New Issue | |
2023-01-12 13:53 | jarmendariz | Assigned To | => Triage Platform Base |
2023-01-12 13:53 | jarmendariz | Triggers an Emergency Pack | => No |
2023-01-12 13:55 | jarmendariz | Relationship added | related to 0051238 |
2023-02-23 11:28 | jarmendariz | Assigned To | Triage Platform Base => igor_trebol |
2023-02-24 11:41 | hgbot | Note Added: 0146974 | |
2023-02-24 11:42 | igor_trebol | Status | new => scheduled |
2023-02-24 15:39 | hgbot | Note Added: 0146991 | |
2023-02-24 15:42 | hgbot | Note Added: 0146992 | |
2023-02-24 15:43 | hgbot | Note Added: 0146993 | |
2023-02-27 14:00 | hgbot | Note Added: 0147039 | |
2023-02-27 14:16 | hgbot | Note Added: 0147050 | |
2023-02-27 14:19 | hgbot | Note Added: 0147051 | |
2023-02-27 14:22 | hgbot | Note Added: 0147052 | |
2023-02-27 14:23 | hgbot | Note Added: 0147053 | |
2023-02-27 14:29 | hgbot | Note Added: 0147054 | |
2023-03-01 17:47 | hgbot | Resolution | open => fixed |
2023-03-01 17:47 | hgbot | Status | scheduled => closed |
2023-03-01 17:47 | hgbot | Fixed in Version | => RR23Q2 |
2023-03-01 17:47 | hgbot | Note Added: 0147190 | |
2023-03-01 17:47 | hgbot | Note Added: 0147191 | |
2023-03-01 17:47 | hgbot | Note Added: 0147192 | |
2023-03-01 17:47 | hgbot | Note Added: 0147193 | |
2023-03-01 17:47 | hgbot | Note Added: 0147194 | |
2023-03-01 17:47 | hgbot | Note Added: 0147195 | |
2023-03-01 17:48 | hgbot | Note Added: 0147196 | |
2023-03-01 17:48 | hgbot | Note Added: 0147197 | |
2023-03-01 17:49 | hgbot | Note Added: 0147198 | |
2023-03-01 17:49 | hgbot | Note Added: 0147199 | |
2023-03-01 17:50 | hgbot | Note Added: 0147200 | |
2023-03-01 17:50 | hgbot | Note Added: 0147201 | |
Notes |
|
(0146974)
|
hgbot
|
2023-02-24 11:41
|
|
|
|
(0146991)
|
hgbot
|
2023-02-24 15:39
|
|
|
|
(0146992)
|
hgbot
|
2023-02-24 15:42
|
|
|
|
(0146993)
|
hgbot
|
2023-02-24 15:43
|
|
|
|
(0147039)
|
hgbot
|
2023-02-27 14:00
|
|
|
|
(0147050)
|
hgbot
|
2023-02-27 14:16
|
|
|
|
(0147051)
|
hgbot
|
2023-02-27 14:19
|
|
|
|
(0147052)
|
hgbot
|
2023-02-27 14:22
|
|
|
|
(0147053)
|
hgbot
|
2023-02-27 14:23
|
|
|
|
(0147054)
|
hgbot
|
2023-02-27 14:29
|
|
|
|
(0147190)
|
hgbot
|
2023-03-01 17:47
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 4830071b7f496a2c6a0660602234a3b565827b12
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 01-03-2023 17:41:47
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/4830071b7f496a2c6a0660602234a3b565827b12 [^]
Fixed ISSUE-51357: Adding support to company logo fields in receipts
---
M web-test/external-device/printing/PrintTemplateGeneration.test.js
M web/org.openbravo.retail.posterminal/app/model/business-logic/utils/Util.js
M web/org.openbravo.retail.posterminal/res/printcanceledlayaway.xml
M web/org.openbravo.retail.posterminal/res/printcanceledreceipt.xml
M web/org.openbravo.retail.posterminal/res/printcashmgmt.xml
M web/org.openbravo.retail.posterminal/res/printcashup.xml
M web/org.openbravo.retail.posterminal/res/printcashupkeptcash.xml
M web/org.openbravo.retail.posterminal/res/printclosedinvoice.xml
M web/org.openbravo.retail.posterminal/res/printclosedreceipt.xml
M web/org.openbravo.retail.posterminal/res/printinvoice.xml
M web/org.openbravo.retail.posterminal/res/printlayaway.xml
M web/org.openbravo.retail.posterminal/res/printquotation.xml
M web/org.openbravo.retail.posterminal/res/printreceipt.xml
M web/org.openbravo.retail.posterminal/res/printreceipt32.xml
M web/org.openbravo.retail.posterminal/res/printreturn.xml
M web/org.openbravo.retail.posterminal/res/printreturninvoice.xml
M web/org.openbravo.retail.posterminal/res/printsimplifiedclosedinvoice.xml
M web/org.openbravo.retail.posterminal/res/printsimplifiedinvoice.xml
M web/org.openbravo.retail.posterminal/res/printsimplifiedreturninvoice.xml
---
|
|
|
(0147191)
|
hgbot
|
2023-03-01 17:47
|
|
|
|
(0147192)
|
hgbot
|
2023-03-01 17:47
|
|
|
|
(0147193)
|
hgbot
|
2023-03-01 17:47
|
|
|
|
(0147194)
|
hgbot
|
2023-03-01 17:47
|
|
|
|
(0147195)
|
hgbot
|
2023-03-01 17:47
|
|
|
|
(0147196)
|
hgbot
|
2023-03-01 17:48
|
|
|
|
(0147197)
|
hgbot
|
2023-03-01 17:48
|
|
|
|
(0147198)
|
hgbot
|
2023-03-01 17:49
|
|
|
|
(0147199)
|
hgbot
|
2023-03-01 17:49
|
|
|
|
(0147200)
|
hgbot
|
2023-03-01 17:50
|
|
|
|
(0147201)
|
hgbot
|
2023-03-01 17:50
|
|
|