Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0042619
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2019-12-20 13:092019-12-27 08:42
ReporterguillermogilView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR20Q1
StatusclosedFix in branchFixed in SCM revisiond7c657229a06
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0042619: Print Invoices UI is broken

DescriptionPrint 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 SolutionRemove 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');
            }
        }
TagsNo tags attached.
Attached Filespng file icon Screenshot from 2019-12-20 13-09-38.png [^] (13,807 bytes) 2019-12-20 13:10

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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
---

- 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 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
Powered by Mantis Bugtracker