Skip to content

The Customer Portal complements YetiForce CRM and is the most effective communication tool for your customers. It’s easy to use and delivers many new functions. You can reduce operating expenses by providing support 24 hours a day. YetiForce Portal platform delivers also greater customer experiences as your clients can see all relevant informati…

License

areksolek/YetiForcePortal2

 
 

Repository files navigation

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

Download YetiForce CRM crowdin Localization Management Platform

The Customer Portal complements YetiForce CRM and is the most effective communication tool for your customers. It’s easy to use and delivers many new functions. You can reduce operating expenses by providing support 24 hours a day. YetiForce Portal delivers also greater customer experiences as your clients can see all relevant information and the current status of their tickets in one place.

Where else can you find YetiForce?

💻 Web server requirements

The requirements are the same for the server and for CRM https://yetiforce.com/en/knowledge-base/documentation/implementer-documentation/item/web-server-requirements

🍱 Installation

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

  1. Put files on web server
  2. Point web server document root to public_html directory
  3. Run:
  • yarn install --modules-folder "./public_html/libraries" --ignore-optional --production=true
  • composer install --no-dev --no-interaction
  1. Activation of Webservice/API services (CRM file config/Api.php)
/** List of active services. Available: dav, webservice */
public static $enabledServices = [ 'webservice'];
  1. Add applications and API users
  • My home page / Software configuration / Integration / Web service - Applications
  • My home page / Software configuration / Integration / Web service - Users
  1. Adjust configuration

💻 Demo

🏳️ Customer Portal Languages

Languages package https://github.com/YetiForceCompany/YetiForcePortal2Languages

🐛 Debug

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;

Log files

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

Portal 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;

Log files

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

👥 Contributors

This project exists thanks to all the people who contribute. [Contribute].

About

The Customer Portal complements YetiForce CRM and is the most effective communication tool for your customers. It’s easy to use and delivers many new functions. You can reduce operating expenses by providing support 24 hours a day. YetiForce Portal platform delivers also greater customer experiences as your clients can see all relevant informati…

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 31.6%
  • PHP 30.2%
  • JavaScript 20.3%
  • Smarty 15.3%
  • SCSS 2.6%