Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0042619 | Retail Modules | Web POS | public | 2019-12-20 13:09 | 2019-12-27 08:42 |
| Reporter | guillermogil | ||||
| Assigned To | ranjith_qualiantech_com | ||||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | RR20Q1 | |||
| 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'); } } | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://issues.openbravo.com/file_download.php?file_id=13703&type=bug | ||||
| Issue History | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||