Setup menu
Posted: Fri Sep 24, 2010 1:20 pm
I often get lost in the setup menu-- 37 items is a lot, and the alphabetical order and the mix of important and unimportant entries makes it hard to grok. I would propose to break it up into logical submenus as follows. I will implement this and post the code, if it helps. Comments welcome.
General
this.menuItemPractice,
this.menuItemModules,
this.menuItemMisc,
this.menuItemEasy,
Computer
this.menuItemComputers,
this.menuItemDataPath,
this.menuItemEmail,
this.menuItemImaging,
this.menuItemLinks,
this.menuItemReplication,
this.menuItemSecurity,
Appointments
this.menuItemSched,
this.menuItemApptRules,
this.menuItemApptViews,
this.menuItemRecall,
this.menuItemRecallTypes,
Patients
this.menuItemSheets,
this.menuItemLetters,
this.menuItemQuestions,
this.menuItemPatFieldDefs,
Insurance
this.menuItemClaimForms,
this.menuItemClearinghouses,
this.menuItemInsCats,
this.menuItemInsFilingCodes,
Automation
this.menuItemAutoCodes,
this.menuItemAutomation,
this.menuItemAutoNotes,
this.menuItemProcedureButtons,
Lists
this.menuItemDefinitions,
this.menuItemDiseases,
this.menuItemFeeScheds,
this.menuItemLaboratories,
this.menuItemOperatories,
Miscellaneous
this.menuItemDisplayFields,
this.menuItemMessaging,
this.menuItemMessagingButs,
this.menuItemPayPeriods,
this.menuItemRequirementsNeeded,
The 'Lists' group could perhaps be combined with the Lists topmenu. Modules could be divided into three pages (but that's a bigger job). "Printers" and "Graphics" from the File topmenu could be moved to the "Computer" section.
General
this.menuItemPractice,
this.menuItemModules,
this.menuItemMisc,
this.menuItemEasy,
Computer
this.menuItemComputers,
this.menuItemDataPath,
this.menuItemEmail,
this.menuItemImaging,
this.menuItemLinks,
this.menuItemReplication,
this.menuItemSecurity,
Appointments
this.menuItemSched,
this.menuItemApptRules,
this.menuItemApptViews,
this.menuItemRecall,
this.menuItemRecallTypes,
Patients
this.menuItemSheets,
this.menuItemLetters,
this.menuItemQuestions,
this.menuItemPatFieldDefs,
Insurance
this.menuItemClaimForms,
this.menuItemClearinghouses,
this.menuItemInsCats,
this.menuItemInsFilingCodes,
Automation
this.menuItemAutoCodes,
this.menuItemAutomation,
this.menuItemAutoNotes,
this.menuItemProcedureButtons,
Lists
this.menuItemDefinitions,
this.menuItemDiseases,
this.menuItemFeeScheds,
this.menuItemLaboratories,
this.menuItemOperatories,
Miscellaneous
this.menuItemDisplayFields,
this.menuItemMessaging,
this.menuItemMessagingButs,
this.menuItemPayPeriods,
this.menuItemRequirementsNeeded,
The 'Lists' group could perhaps be combined with the Lists topmenu. Modules could be divided into three pages (but that's a bigger job). "Printers" and "Graphics" from the File topmenu could be moved to the "Computer" section.