Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0042619 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2019-12-20 13:09 | 2019-12-27 08:42 | |||
Reporter | guillermogil | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d7c657229a06 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0042619: Print Invoices UI is broken | |||||||
Description | Print Invoices UI is broken in the case there are 4 or more buttons | |||||||
Steps To Reproduce | - Install send by email module (or another that adds a new button on print invoices popup) -Open the popup See screenshot attached | |||||||
Proposed Solution | Remove the following logic: if (this.buttons && _.isArray(this.buttons) && this.buttons.length > 1) { if (this.buttons.length === 4) { this.$.modalInvoicesFooter__buttonsContainer.addClass('obUiModalInvoicesFooter-buttonsContainer-button_comfortable'); } else if (this.buttons.length === 5) { this.$.modalInvoicesFooter__buttonsContainer.addClass('obUiModalInvoicesFooter-buttonsContainer-button_cozy'); } else if (this.buttons.length >= 6) { this.$.modalInvoicesFooter__buttonsContainer.addClass('obUiModalInvoicesFooter-buttonsContainer-button_compact'); } } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0116480) hgbot (developer) 2019-12-23 11:23 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: d7c657229a06566a90816871083eca3ca264b4e1 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Dec 23 15:53:02 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d7c657229a06566a90816871083eca3ca264b4e1 [^] Fixed issue 42619 : Updated CSS for Print Receipt Footer buttons * Removed Footer Button width css calculated based on footer button length --- M web/org.openbravo.retail.posterminal/css/obpos-main.css M web/org.openbravo.retail.posterminal/js/components/modalinvoices.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2019-12-20 13:09 | guillermogil | New Issue | |
2019-12-20 13:09 | guillermogil | Assigned To | => Retail |
2019-12-20 13:09 | guillermogil | OBNetwork customer | => Gold |
2019-12-20 13:09 | guillermogil | Resolution time | => 1577746800 |
2019-12-20 13:09 | guillermogil | Triggers an Emergency Pack | => No |
2019-12-20 13:10 | guillermogil | File Added: Screenshot from 2019-12-20 13-09-38.png | |
2019-12-20 13:47 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2019-12-23 11:22 | ranjith_qualiantech_com | Status | new => scheduled |
2019-12-23 11:23 | hgbot | Checkin | |
2019-12-23 11:23 | hgbot | Note Added: 0116480 | |
2019-12-23 11:23 | hgbot | Status | scheduled => resolved |
2019-12-23 11:23 | hgbot | Resolution | open => fixed |
2019-12-23 11:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d7c657229a06566a90816871083eca3ca264b4e1 [^] |
2019-12-27 08:42 | guilleaer | Review Assigned To | => guilleaer |
2019-12-27 08:42 | guilleaer | Status | resolved => closed |
2019-12-27 08:42 | guilleaer | Fixed in Version | => RR20Q1 |
Copyright © 2000 - 2009 MantisBT Group |