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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0024925
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajorhave not tried2013-10-10 13:242014-12-17 16:56
ReporteradrianromeroView Statuspublic 
Assigned Tomarvintm 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0024925: New menu actions cannot be placed in order in the Web POS menu

DescriptionWhen creating a new module that add a new menu action this action has to be placed in an array. Ej:

  OB.OBPOSPointOfSale.UI.LeftToolbarImpl.prototype.menuEntries.push({
    kind: 'GCNV.UI.MenuPaidReceipts'
  });

The problem is that with this mechanism it is not possible to group properly actions of the same class and menu actions added by different modules are not properly ordered in the menu.
Steps To ReproduceIn description
Proposed SolutionAllow to add new menu actions for modules with an order value. This way it will be easier to place new menu actions.

For example if the general menu is:

10 Open
20 Save
30 Close

A new module can add a new menu option in its right place.

25 Save As
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0072653)
mtaal (manager)
2014-12-17 16:56

There is a workaround as you can access the array directly and re-order things there, but agree sort number is much nicer.

- Issue History
Date Modified Username Field Change
2013-10-10 13:24 adrianromero New Issue
2013-10-10 13:24 adrianromero Assigned To => marvintm
2013-10-10 13:24 adrianromero Triggers an Emergency Pack => No
2014-12-17 16:56 mtaal Note Added: 0072653
2014-12-17 16:56 mtaal Type defect => feature request


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker