106 lines
2.9 KiB
JavaScript
106 lines
2.9 KiB
JavaScript
YUI.add("yuidoc-meta", function(Y) {
|
|
Y.YUIDoc = { meta: {
|
|
"classes": [
|
|
"CallFeedbackRating",
|
|
"CloseTicketReport",
|
|
"ConsolidatedReport",
|
|
"CustomerReport",
|
|
"DealerWiseCallDetails",
|
|
"DeclinedCalls",
|
|
"DropDownData",
|
|
"EicherPromise",
|
|
"EosCallCount",
|
|
"GeoAnalysis",
|
|
"HdBusLmdContrCallFeedbackRatingibution",
|
|
"HdBusLmdContribution",
|
|
"HistoryTracking",
|
|
"LiveTracking",
|
|
"ManageEscalation",
|
|
"ManageFleet",
|
|
"ManageFleet_Detail",
|
|
"ManageFleet_details",
|
|
"ManageOwner",
|
|
"ManageReason",
|
|
"ManageVechile",
|
|
"ManageVehicle",
|
|
"NonVecvUserManagement",
|
|
"Notifications",
|
|
"OpenTicketReport",
|
|
"OrganizationChart",
|
|
"PositioningTool",
|
|
"PositioningTool_Report",
|
|
"ReasonForClosure",
|
|
"Report",
|
|
"ShowDealerMap",
|
|
"TicketAdministration",
|
|
"TicketAdministration_FullDetail",
|
|
"TicketFeedback",
|
|
"TicketForDealer",
|
|
"TicketForDealer_FullDetails",
|
|
"TicketReassign",
|
|
"TileDashboard",
|
|
"TimeSlotClosure",
|
|
"TollFreeAndOpportunityLoss",
|
|
"VanCoverageDesigner",
|
|
"VecvUserManagement"
|
|
],
|
|
"modules": [
|
|
"Dashboard",
|
|
"DropDownData",
|
|
"Geo",
|
|
"Inventory",
|
|
"Notifications",
|
|
"ReportModule",
|
|
"Ticket",
|
|
"TrackingModule",
|
|
"UserManagement"
|
|
],
|
|
"allModules": [
|
|
{
|
|
"displayName": "Dashboard",
|
|
"name": "Dashboard",
|
|
"description": "To show Tile Dashboard KPIs between 2 dates."
|
|
},
|
|
{
|
|
"displayName": "DropDownData",
|
|
"name": "DropDownData",
|
|
"description": "To bind Data in DropDownList"
|
|
},
|
|
{
|
|
"displayName": "Geo",
|
|
"name": "Geo",
|
|
"description": "To show and export reports."
|
|
},
|
|
{
|
|
"displayName": "Inventory",
|
|
"name": "Inventory",
|
|
"description": "This Module manage Vechile."
|
|
},
|
|
{
|
|
"displayName": "Notifications",
|
|
"name": "Notifications",
|
|
"description": "To display notifications"
|
|
},
|
|
{
|
|
"displayName": "ReportModule",
|
|
"name": "ReportModule",
|
|
"description": "To show and export reports."
|
|
},
|
|
{
|
|
"displayName": "Ticket",
|
|
"name": "Ticket",
|
|
"description": "For reporting"
|
|
},
|
|
{
|
|
"displayName": "TrackingModule",
|
|
"name": "TrackingModule",
|
|
"description": "For live monitoring and history tracking of users in outside field using GPS locator."
|
|
},
|
|
{
|
|
"displayName": "UserManagement",
|
|
"name": "UserManagement",
|
|
"description": "For user management"
|
|
}
|
|
]
|
|
} };
|
|
}); |