All Projects → YetiForceCompany → YetiForcePortal2

YetiForceCompany / YetiForcePortal2

Licence: other
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…

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Smarty
1635 projects
SCSS
7915 projects

Projects that are alternatives of or similar to YetiForcePortal2

Suitecrm
SuiteCRM - Open source CRM for the world
Stars: ✭ 2,770 (+9792.86%)
Mutual labels:  portal
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (+10.71%)
Mutual labels:  portal
Advanced-Portals
An advanced portals plugin for bukkit
Stars: ✭ 108 (+285.71%)
Mutual labels:  portal
SceneKit-PortalMask
Clean class to create a portal in SceneKit for use in ARKit.
Stars: ✭ 60 (+114.29%)
Mutual labels:  portal
portal
🔵🟠 Portal Explorer — web visualization of mind-blowing portals using ray-tracing.
Stars: ✭ 104 (+271.43%)
Mutual labels:  portal
MscrmTools.PortalRecordsMover
Export/Import Dynamics 365 portal records
Stars: ✭ 16 (-42.86%)
Mutual labels:  portal
Xmall
一套完整的社群电商系统,后端Api、后台管理系统、前台h5系统、小程序和App
Stars: ✭ 214 (+664.29%)
Mutual labels:  portal
godot-portal-demo
Experimenting with portals in Godot Engine
Stars: ✭ 66 (+135.71%)
Mutual labels:  portal
letportal
Angular 9 .NET Core 3.1 open source web portal platform 2020 for building quickly application form, data grid , data list, chart, report, users management
Stars: ✭ 29 (+3.57%)
Mutual labels:  portal
SSP
Student Success Plan - Open Source Software Project
Stars: ✭ 31 (+10.71%)
Mutual labels:  portal
react-layer-stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 158 (+464.29%)
Mutual labels:  portal
classmanager-student-teacher-portal
A Student-Teacher Portal built using HTML, CSS, Python and Django
Stars: ✭ 155 (+453.57%)
Mutual labels:  portal
rdk
🛠 React Component Developer Kit
Stars: ✭ 27 (-3.57%)
Mutual labels:  portal
Portal
A clojure tool to navigate through your data.
Stars: ✭ 239 (+753.57%)
Mutual labels:  portal
palette-21-frontend
Frontend website for Palette 2021 using React.js
Stars: ✭ 14 (-50%)
Mutual labels:  portal
Uportal
Enterprise open source portal built by and for the higher education community.
Stars: ✭ 221 (+689.29%)
Mutual labels:  portal
swaggerhub-doc-portal
Part 2 is currently live.
Stars: ✭ 42 (+50%)
Mutual labels:  portal
osmcz
JS mapová appka pro openstreetmap.cz (osmcz-app)
Stars: ✭ 35 (+25%)
Mutual labels:  portal
grase-www-portal
Grase WWW Portal (Main Package)
Stars: ✭ 50 (+78.57%)
Mutual labels:  portal
ACViewer
Viewer / Utility for DAT files for the game Asheron's Call
Stars: ✭ 19 (-32.14%)
Mutual labels:  portal

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].