Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038997Retail ModulesWeb POSpublic2018-07-19 13:432018-07-26 16:16
jorge-garcia 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
RR18Q4 
marvintm
No
0038997: [ComboImprovements] Improve combo UX
Improve combo UX
-
-
No tags attached.
Issue History
2018-07-19 13:43jorge-garciaNew Issue
2018-07-19 13:43jorge-garciaAssigned To => jorge-garcia
2018-07-19 13:43jorge-garciaTriggers an Emergency Pack => No
2018-07-19 13:48jorge-garciaNote Added: 0105801
2018-07-19 13:52jorge-garciaNote Added: 0105802
2018-07-19 13:55jorge-garciaNote Added: 0105803
2018-07-19 13:56jorge-garciaNote Added: 0105804
2018-07-19 13:57jorge-garciaDescription Updatedbug_revision_view_page.php?rev_id=17439#r17439
2018-07-19 13:57jorge-garciaStatusnew => scheduled
2018-07-19 13:57jorge-garciaStatusscheduled => resolved
2018-07-19 13:57jorge-garciaFixed in Version => RR18Q4
2018-07-19 13:57jorge-garciaResolutionopen => fixed
2018-07-26 16:16marvintmReview Assigned To => marvintm
2018-07-26 16:16marvintmStatusresolved => closed

Notes
(0105801)
jorge-garcia   
2018-07-19 13:48   
* Improvements done in org.openbravo.mobile.core module
  * Added a new css style to subwindow header components.
  * Use proper API in OB.UI.FitText components
  * Improve OB.UTIL.adaptFontSize utility to adapt font size for every span
    component inside a commponent.

https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e5ec7549f466 [^]
(0105802)
jorge-garcia   
2018-07-19 13:52   
* Improvements done in org.openbravo.retail.discounts.combo
  * Added a new column in obcombo_family called seqno.
  * Added a new field in Family subtab called Sequence Number to be able to
    order families in front-end.
  * Remove ProductAssortmentEventHandler.java
  * Include seqno in FamilyProperties.java
  * Use family translated name in case a translation exists.
  * Improve Combo Popup UI using flex
  * Change obcombo_family and obcombo_product models.
  * Functional changes in combo popup:
    - If a family only has 1 product, the family is automatically completed
      once the popup is shown.
    - If all families can be completed before opening the popup, the combo is
      automatically added to the receipt.
    - When the user manually completes a family, the next uncompleted
      family is selected automatically.
    - The products selected for a family are shown inside family button.
  * If Remote for Product is active and the combo could be applied because
    all families has only one product defined, the combo products are added in
    the ticket in different order than searching locally the products.
    The solution is to modify addProduct function to be a recursive function
    and make the process sequential.

https://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.combo/rev/ff7a1e0b7396 [^]
https://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.combo/rev/98e13ff2230e [^]
https://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts.combo/rev/bbe0dd6a8f18 [^]
(0105803)
jorge-garcia   
2018-07-19 13:55   
* Changes done in org.openbravo.test.mobile.sampledata
  * Created mountain combo to test
  * Revert some unneeded changes in sampledata for modules

https://code.openbravo.com/erp/pmods-branches/org.openbravo.test.mobile.sampledata/rev/a686e328e8e3 [^]
https://code.openbravo.com/erp/pmods-branches/org.openbravo.test.mobile.sampledata/rev/ccafb0cbd793 [^]
(0105804)
jorge-garcia   
2018-07-19 13:56   
* Changes done in pi-mobile
  * Added three new test to check new functionalities
  * Deactivate "3 x 2 - Bottles" discount during the execution of these tests.

https://code.openbravo.com/tools/automation/pi-mobile/rev/f2de0af4d28d [^]
https://code.openbravo.com/tools/automation/pi-mobile/rev/cb1dd50f36c6 [^]