All Projects → VTECRM → vtenext

VTECRM / vtenext

Licence: other
vtenext the CRM for the Digital Innovation. It allows you to engage your customers into your business processes using a specific technology. It can also be used to manage processes generated by internal customers.

Programming Languages

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

Projects that are alternatives of or similar to vtenext

Orienteer
Business Application Platform
Stars: ✭ 128 (+481.82%)
Mutual labels:  bpmn, crm
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (+4.55%)
Mutual labels:  bpmn, bpm
Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+10763.64%)
Mutual labels:  bpmn, bpm
laravel workflower
Implementation of phpmentors-jp/workflower for laravel application
Stars: ✭ 26 (+18.18%)
Mutual labels:  bpmn, bpm
corebos
core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
Stars: ✭ 128 (+481.82%)
Mutual labels:  crm, bpm
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+5472.73%)
Mutual labels:  bpmn, bpm
awesome-camunda
a curated list of awesome Camunda BPM projects, libraries, tools, documentations, forum posts, etc.
Stars: ✭ 93 (+322.73%)
Mutual labels:  bpmn, bpm
Uflo
UFLO是一款基于Spring的纯Java流程引擎,支持并行、动态并行、串行、会签等各种流转方式。
Stars: ✭ 514 (+2236.36%)
Mutual labels:  bpmn, bpm
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (+231.82%)
Mutual labels:  bpmn, bpm
plg
A Business Processes and Logs Generator
Stars: ✭ 30 (+36.36%)
Mutual labels:  bpmn, bpm
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
Stars: ✭ 8,227 (+37295.45%)
Mutual labels:  bpmn, bpm
bonita-engine
Deploy, execute, manage process-based applications made with Bonita studio or through Engine APIs
Stars: ✭ 123 (+459.09%)
Mutual labels:  bpmn, bpm
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+2600%)
Mutual labels:  bpmn, bpm
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (+336.36%)
Mutual labels:  bpmn, bpm
Workflower
A BPMN 2.0 workflow engine for PHP
Stars: ✭ 540 (+2354.55%)
Mutual labels:  bpmn, bpm
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (+754.55%)
Mutual labels:  bpmn, bpm
Workflow
审批王,华炎魔方内置BPM工作流引擎,低代码快速开发平台。
Stars: ✭ 111 (+404.55%)
Mutual labels:  crm, bpm
activiti-examples
Alfresco Process Services powered by Activiti Examples.
Stars: ✭ 58 (+163.64%)
Mutual labels:  bpmn, bpm
workflower-bundle
A Symfony bundle for Workflower
Stars: ✭ 23 (+4.55%)
Mutual labels:  bpmn, bpm
jbpm-spring-boot
Sample of a jbpm service with spring boot. It runs on OpenShift and it has prometheus metrics and a grafana dashboard
Stars: ✭ 16 (-27.27%)
Mutual labels:  bpmn, bpm

  Introduction

VTENEXT is the Open Source CRM solution offering the latest innovative tools powered by a BMP engine. This one allows you to draw and manage company processes in advanced way and to integrate devices connected to the network.

A developing Open Source to dive into the BPM software engine!


  Community forum: http://forum.vtecrm.com/
  Give us a feedback on SourceForge: https://sourceforge.net/projects/vtecrm/

📚 Getting Started 📚

Step 1

Step 2

Step 3

Download the repository zip
Extract this zip to your hard drive root.

Open your FTP client and upload the
VTENEXT CE onto the web server desired.

Open your URL web browser
where you uploaded VTENEXT CE.
Follow the Configuration Wizard!

▶️ STEP 1:

Download the latest release of VTENEXT CE from this project page.
Unzip the zip fle to a folder on your hard drive. This will create a folder containing the files and directories (the software will be in the "source" directory).

▶️ STEP 2:

Open your FTP client and upload the VTENEXT CE files in ‘binary mode’ to the desired location on your web server. All fles can be uploaded to a “vtenext” sub-directory in your public www folder, for example http://yourdomain.org/vtenext/or you could setup VTENEXT CE in its own subdomain and upload all the files, for example http://vtenext.mycompany.com

▶️ STEP 3:

Open your web browser and navigate to the URL where you uploaded VTENEXT CE. If everything is uploaded correctly, you should see the Configuration Wizard. If there are any problems,
VTENEXT CE will identify them and help you out with a solution, otherwise follow step by step the instructions to have the software correctly installed.








RECOMMENDED PHP SETTINGS

PHP5

PHP7

Edit
1 - /etc/php5/apache2/php.ini
2 - /etc/php5/cli/php.ini

with following parameters:

Edit
1 - /etc/php/7.0/apache2/php.ini
2 - /etc/php/7.0/cli/php.ini

with following parameters:

allow_call_time_pass_reference On
error_reporting E_WARNING & ~E_NOTICE & ~E_DEPRECATED
safe_mode Off
display_errors On
fle_uploads On
max_execution_time 600
memory_limit 32M
log_errors Off
output_buffering On
register_globals Off
short_open_tag On

error_reporting E_ALL &~E_WARNING & ~E_NOTICE &~E_DEPRECATED & ~E_STRICT
display_errors On
fle_uploads On
max_execution_time 600
memory_limit 128M
log_errors On
output_buffering On
short_open_tag On



Restart Apache service and click Check Again








Why we do that?

Nowadays, many companies are spending a lot of money in solutions that are not able to fix the real customer relationship problems because they are too complicated, there are too dashboards and procedures to know. What’s the outcome? People give up the application and come back to work in the old style: mail and spreadsheets. We want to do their job easily and make CRM projects more effective, so VTENEXT was born.




We Like:

✔️ Freedom: VTENEXT can be customized and the development remains yours.
✔️ Scalability and flexibility: the solution can be tailored to any type of business
✔️ Know how spread: We give to the community all the most advanced features of VTENEXT
✔️ Enhancing community work: We select and value the best contributions of the community



We Don’t Like:

Lock in contracts for customers and distributors.
Rating agencies
High and binding licensing costs.
Closed code



VTE Revolution

We strongly believe that CRM systems are very important to improve business company, better managing customer relationships and increasing effciency.

However, to implement a real CRM strategy within a company it is imperative that the CRM is integrated into the various business areas and organized in processes.


We have therefore decided to implement a BPM software engine. This is a system that allows to mapping business processes and managing them through a tasks system. You can also develop SDK custom function on them to implement strange and particular situations.




Benefits:

🔽 Reduction of human errors in the procedures execution

🕙 Speed of execution (Short time of the procedures)

📋 Performing simple or complex business procedures in a certain and standardized manner

📈 Check bottle necks in the organization

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