yetiforce/yetiforce-portal

There is no license information available for the latest version (6.4.0) of this package.

When you implement YetiForce CRM, then you will find yourself wanting to communicate with your customers through a professional customer portal. That is why we created for you YetiForcePortal that integrates with CRM and has a wide range of functionalities.

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 39

Watchers: 22

Forks: 21

Language:CSS

Type:project

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

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]. 68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d59657469466f726365436f6d70616e792f59657469466f726365506f7274616c32