yetiforce/yetiforce-portal

本软件包的最新版本(6.4.0)没有可用的许可信息。

在实施YetiForce CRM后,您会发现您希望通过专业的客户门户与客户进行沟通。因此,我们为您创建了YetiForcePortal,该门户与CRM集成,并具有广泛的功能。

安装: 32

依赖: 0

建议: 0

安全: 0

星星: 42

关注者: 22

分支: 22

语言:CSS

类型:项目

6.4.0 2022-08-19 11:51 UTC

README

Latest Stable Version release date PHP Version GitHub contributors Crowdin Scrutinizer Percentage of issues still open Depfu SecurityHeaders.io Snyk - Known Vulnerabilities Dependency Vulnerabilities sonarcloud.io status alert sonarcloud.io bugs sonarcloud.io sqale sonarcloud.io security sonarcloud.io vulnerabilities

Download YetiForce CRM crowdin Localization Management Platform

客户门户补充了YetiForce CRM,是您客户最有效的沟通工具。它易于使用,并提供了许多新功能。您可以通过提供全天候支持来降低运营成本。YetiForce Portal还提供了更好的客户体验,因为您的客户可以在一个地方查看所有相关信息和他们的票证的当前状态。

您在哪里可以找到YetiForce?

💻 Web服务器要求

服务器和CRM的要求相同 https://yetiforce.com/en/knowledge-base/documentation/implementer-documentation/item/web-server-requirements

🍱 安装

https://yetiforce.com/en/knowledge-base/documentation/implementer-documentation/item/how-to-install-yetiforce-portal

  1. 将文件放在Web服务器上
  2. 将Web服务器文档根目录指向public_html目录
  3. 运行
  • yarn install --modules-folder "./public_html/libraries" --ignore-optional --production=true
  • composer install --no-dev --no-interaction
  1. 激活Webservice/API服务(CRM文件 config/Api.php
/** List of active services. Available: dav, webservice */
public static $enabledServices = [ 'webservice'];
  1. 添加应用程序和API用户
  • 我的主页 / 软件配置 / 集成 / Web服务 - 应用程序
  • 我的主页 / 软件配置 / 集成 / Web服务 - 用户
  1. 调整配置

💻 演示

🏳️ 客户门户语言

语言包 https://github.com/YetiForceCompany/YetiForcePortal2Languages

🐛 调试

CRM config\Debug.php

/** [WebServices/API] Show exception messages in response body */
public static $apiShowExceptionMessages = true;

/** [WebServices/API] Show exception reason phrase in response header */
public static $apiShowExceptionReasonPhrase = true;

/** [WebServices/API] Show exception backtrace in response body */
public static $apiShowExceptionBacktrace = true;

/** [WebServices/API] Log to file only exception errors in the logs */
public static $apiLogException = true;

/** [WebServices/API] Log to file all communications data (request + response) */
public static $apiLogAllRequests = true;

日志文件

  • cache/logs/webserviceErrors.log
  • cache/logs/webserviceDebug.log

门户 config\Config.php

/** @var bool Enable api debug. */
public static $debugApi = true;

/** @var bool Display main debug console. */
public static $debugConsole = true;

/** @var bool Show detailed information about error exceptions */
public static $displayDetailsException = true;

/** @var bool Show path tracking for error exceptions. */
public static $displayTrackingException = true;

/** @var bool Enable saving all API logs to file. */
public static $apiAllLogs = true;

/** @var bool Enable saving error API logs to file. */
public static $apiErrorLogs = true;

日志文件

  • cache/logs/api.log
  • cache/logs/system.log

👥 贡献者

本项目得以存在,归功于所有贡献者。[贡献].