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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0042905
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2020-01-16 12:232020-03-11 13:20
ReporterplujanView Statuspublic 
Assigned Toprakashmurugesan88 
PrioritynormalResolutionfixedFixed in VersionRR20Q2
StatusclosedFix in branchFixed in SCM revision09e9c1e714b9
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionmainSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0042905: [20Q1] [NewSkin] Popup "Create Sales Order from Quotation" missing proper styling

DescriptionThe pop up shown when creating a receipt from a Quotation does not have the same style as the rest of the application
Steps To ReproduceOpen a Quotation and then check the menu option "Create sales order". See attached screenshot
TagsNo tags attached.
Attached Filespng file icon CreateQuotation.png [^] (250,911 bytes) 2020-01-16 12:23

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0043005RR20Q1 closedprakashmurugesan88 [20Q1] [NewSkin] Popup "Create Sales Order from Quotation" missing proper styling 
depends on backport 0043463RR20Q1 closedprakashmurugesan88 [20Q1] [NewSkin] Popup "Create Sales Order from Quotation" missing proper styling 
related to defect 0042801 closedranjith_qualiantech_com [RR20Q1] [New Skin] [UX] Firm quotation tick button does not represent properly if its status is true or false 

-  Notes
(0117274)
hgbot (developer)
2020-01-28 06:35

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ae56fcefea49b07bc03c3278e6860bd8051b9e61
Author: Prakash M <prakash <at> qualiantech.com>
Date: Fri Jan 24 18:29:32 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ae56fcefea49b07bc03c3278e6860bd8051b9e61 [^]

Fixed issue 42905 : Applied new styling in Create Sales Order from Quotation

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/css/obpos-main.css
M web/org.openbravo.retail.posterminal/js/components/modalcreateorderfromquotation.js
---
(0117275)
hgbot (developer)
2020-01-28 06:36

Repository: tools/automation/pi-mobile
Changeset: 1733673539f8b5efc1a5d8e4d2d8ec0c414eab12
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Jan 28 11:04:36 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1733673539f8b5efc1a5d8e4d2d8ec0c414eab12 [^]

Related to issue 42905 : Changed tests id as per new styling in Create Sales Order

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
---
(0117405)
javierRodriguez (developer)
2020-01-31 13:55

New styling has been added correctly. However, There are some parts which could be implemented better.

The main problem is inside checked reference in 'OB.OBPOSPointOfSale.UI.Modals.btnModalCreateOrderAccept'. First of all, you should define initComponents function, which create a popup reference. ex:

  this.popup = OB.UTIL.getPopupFromComponent(this);

After that, you can improve check reference. ex:

  this.popup.$.footer.$.formElementCheckUpdatePrice.coreElement.checked
(0117440)
hgbot (developer)
2020-02-04 06:32

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 323dd32740205efe344ba5fa78fb9fb8d772a978
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Feb 04 11:01:36 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/323dd32740205efe344ba5fa78fb9fb8d772a978 [^]

Fixed issue 42905 : Improved check reference in components

---
M web/org.openbravo.retail.posterminal/js/components/modalcreateorderfromquotation.js
---
(0118119)
plujan (manager)
2020-02-26 13:20

In order to fully comply with the new styling, the Create Sales Order button should be at the right and marked as the default action (green background) while Cancel button should be at the left of the default one.
(0118457)
hgbot (developer)
2020-03-10 11:03

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 09e9c1e714b992266267e4026b1e7065ebb24bc7
Author: Prakash M <prakash <at> qualiantech.com>
Date: Tue Mar 10 15:31:26 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/09e9c1e714b992266267e4026b1e7065ebb24bc7 [^]

Fixed BUG-42905: Create Sales Order button placed right and marked default action

---
M web/org.openbravo.retail.posterminal/js/components/modalcreateorderfromquotation.js
---

- Issue History
Date Modified Username Field Change
2020-01-16 12:23 plujan New Issue
2020-01-16 12:23 plujan Assigned To => Retail
2020-01-16 12:23 plujan File Added: CreateQuotation.png
2020-01-16 12:23 plujan Triggers an Emergency Pack => No
2020-01-24 10:35 prakashmurugesan88 Assigned To Retail => prakashmurugesan88
2020-01-24 14:08 prakashmurugesan88 Status new => scheduled
2020-01-28 06:35 hgbot Checkin
2020-01-28 06:35 hgbot Note Added: 0117274
2020-01-28 06:35 hgbot Status scheduled => resolved
2020-01-28 06:35 hgbot Resolution open => fixed
2020-01-28 06:35 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ae56fcefea49b07bc03c3278e6860bd8051b9e61 [^]
2020-01-28 06:36 hgbot Checkin
2020-01-28 06:36 hgbot Note Added: 0117275
2020-01-31 13:55 javierRodriguez Note Added: 0117405
2020-01-31 13:55 javierRodriguez Status resolved => new
2020-01-31 13:55 javierRodriguez Resolution fixed => open
2020-02-04 06:32 hgbot Checkin
2020-02-04 06:32 hgbot Note Added: 0117440
2020-02-04 06:32 hgbot Status new => resolved
2020-02-04 06:32 hgbot Resolution open => fixed
2020-02-04 06:32 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ae56fcefea49b07bc03c3278e6860bd8051b9e61 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/323dd32740205efe344ba5fa78fb9fb8d772a978 [^]
2020-02-10 09:29 guilleaer Review Assigned To => guilleaer
2020-02-10 09:29 guilleaer Status resolved => closed
2020-02-10 09:29 guilleaer Fixed in Version => RR20Q2
2020-02-11 09:56 ranjith_qualiantech_com Relationship added related to 0042801
2020-02-26 13:20 plujan Assigned To prakashmurugesan88 => guilleaer
2020-02-26 13:20 plujan Note Added: 0118119
2020-02-26 13:20 plujan Status closed => new
2020-02-26 13:20 plujan Resolution fixed => open
2020-02-26 13:20 plujan Fixed in Version RR20Q2 =>
2020-03-02 13:14 guilleaer Target Version => RR20Q1
2020-03-10 10:42 prakashmurugesan88 Assigned To guilleaer => prakashmurugesan88
2020-03-10 10:43 prakashmurugesan88 Status new => scheduled
2020-03-10 10:43 prakashmurugesan88 Target Version RR20Q1 =>
2020-03-10 11:03 hgbot Checkin
2020-03-10 11:03 hgbot Note Added: 0118457
2020-03-10 11:03 hgbot Status scheduled => resolved
2020-03-10 11:03 hgbot Resolution open => fixed
2020-03-10 11:03 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/323dd32740205efe344ba5fa78fb9fb8d772a978 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/09e9c1e714b992266267e4026b1e7065ebb24bc7 [^]
2020-03-11 13:20 guilleaer Status resolved => closed
2020-03-11 13:20 guilleaer Fixed in Version => RR20Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker