Menu

Kullanıcının veri girerken listeden seçim yapmasını sağlar.Çoğu durumda bir listeden seçim yapmak metin girmekten daha kolay olabilir. Bu yüzden yazılımcılar kendileri ve kullanıcı rahatlığı için menüyü aktif hale getirirler.

     "Call Center": {
    "authorizedRoles": [
      "Administrator",
      "CC",
      "Call Center",
      "HotelOwner",
      "Call Center Full"
    ],
    "packages": [
      "nonpms",
      "std",
      "midi"
    ],
    "svgIcon": "phone-in-talk",
    "New Request": {
      "id": "new-calllogs",
      "svgIcon": "phone-plus",
      "type": "record"
    },
    "Request List": {
      "id": "calllogs",
      "svgIcon": "phone-log",
      "type": "grid"
    },
    "Phone Call List": {
      "id": "phonecalls",
      "svgIcon": "phone-log",
      "type": "grid"
    },
    "Waiting Discount Approvals": {
      "id": "discount-approval",
      "svgIcon": "sale",
      "type": "page"
    },
    "Reservation Discount Approvals": {
      "svgIcon": "sale",
      "type": "grid",
      "id": "res-discount-approvals"
    },
    "Room Calendar": {
      "id": "room-calendar",
      "svgIcon": "calendar-today",
      "type": "hotel"
    },
    "Reservations": {
      "id": "call-reservations",
      "svgIcon": "airplane-landing",
      "type": "grid"
    },
    "Task Assigned By Me": {
      "id": "my-task-list",
      "svgIcon": "alarm-check",
      "type": "grid"
    },
    "Tasks": {
      "id": "hoteltasks",
      "svgIcon": "alarm-check",
      "type": "grid"
    },
    "Guest Name List": {
      "id": "res-guest-name",
      "svgIcon": "account-details",
      "type": "grid"
    },
    "Credit Card Transactions": {
      "type": "grid/hotel_transactions",
      "svgIcon": "credit-card-clock",
      "id": "extranet"
    },
    "Analysis and Reports": {
      "Calls & Reservations": {
        "id": "calls-and-res",
        "svgIcon": "phone-log",
        "type": "record"
      },
      "Call Analysis": {
        "id": "call-center-analysis",
        "svgIcon": "phone-log",
        "type": "analysis"
      },
      "Call Detail Reports": {
        "id": "calldetailreports",
        "svgIcon": "phone-log",
        "type": "grid"
      },
      "Abandoned Calls": {
        "id": "abandoned-calls",
        "svgIcon": "phone-log",
        "type": "grid"
      },
      "Agent State Logs": {
        "id": "agent-state-logs",
        "svgIcon": "phone-log",
        "type": "grid"
      },
      "Agent Call Logs": {
        "id": "agent-call-logs",
        "svgIcon": "phone-log",
        "type": "grid"
      },
      "Hotel Contact Report": {
        "id": "hotel-contact-request",
        "svgIcon": "phone-log",
        "type": "grid"
      }
    }
  }
  

Last updated