Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0024925 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Retail Modules] Web POS | major | have not tried | 2013-10-10 13:24 | 2014-12-17 16:56 | |||||||
Reporter | adrianromero | View Status | public | |||||||||
Assigned To | marvintm | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0024925: New menu actions cannot be placed in order in the Web POS menu | |||||||||||
Description | When 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 Reproduce | In description | |||||||||||
Proposed Solution | Allow 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 | |||||||||||
Tags | No 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 |