Git Product home page Git Product logo

nxcrm's Introduction

NXCRM客户管理系统

Build Status Total Downloads Latest Stable Version License

如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢!

项目介绍

NXCRM 是宁夏南相开发的客户管理系统,包含了线索,商机,合同,收款,客户,附件,联系人,跟进动态等功能。囊括可客户管理所需的大多数功能。后期版本我们将增加小程序功能。敬请期待。

系统采用LARAVEL8+Mysql核心技术,系统功能介绍[查看],企业微信交流群,专业售后服务团队,让您使用无忧。有着详细文档地址:https://doc.nx.tt

联系

演示:

https://crm.demo.nx.tt/admin

环境要求

git,用于管理版本,部署和升级必要工具。

PHP 7.3 +

MySQL 5.6+,数据库。

ext-zip 扩展,注意和 PHP 版本相同。

ext-json 扩展,注意和 PHP 版本相同。

ext-fileinfo 扩展,注意和 PHP 版本相同。

部署

Git部署

注意:使用过程中,必须避免直接修改数据库数据,Laravel 拥有强大的 Eloquent ORM 模型层,Chemex 中的所有逻辑交互都由模型关联完成,直接修改数据库数据将会导致未知的错误。应用脱离数据库直接交互是现在最流行的做法。

生产环境下为遵守安全策略,非常建议在服务器本地进行部署,暂时不提供相关线上初始化安装的功能。因此,虽然前期部署的步骤较多,但已经为大家自动化处理了很大部分的流程,只需要跟着下面的命令一步步执行,一般是不会有部署问题的。

1:创建一个数据库,命名任意,但记得之后填写配置时需要对应正确,并且数据库字符集为 utf8-general-ci

2:在你想要的目录中,执行 git clone https://gitee.com/nxtt/nxcrm.git 完成下载。

3:在项目根目录中,复制 .env.example 文件为一份新的,并重命名为 .env

4:在 .env 中配置数据库信息以及 APP_URL 信息。

5:进入项目根目录,执行 php artisan nxcrm:install 进行安装。

6:你可能使用的web服务器为 nginx 以及 apache,无论怎样,应用的起始路径在 /public 目录,请确保指向正确,同时程序的根目录权限应该调整为:拥有者和你的 Web 服务器运行用户一致,且根目录权限为 755

7:修改web服务器的伪静态规则为:try_files $uri $uri/ /index.php?$args;

8:此时可以通过访问 http://your_domain 来使用 NXCRM。管理员账号密码为:admin / admin

傻瓜化安装

执行

http://your_domain/install/

按照引导填写安装信息。 安装完毕后,通过访问 http://your_domain 来使用 NXCRM。管理员账号密码为:admin / admin

白色主题


深色主题


功能特性


  • 线索
  • 商机
  • 客户
  • 合同
  • 联系人
  • 跟进
  • 收款
  • 附件
  • 合同电子档备份
  • 主题切换
  • 数据统计
  • 小程序版本
  • 对接宝塔API
  • 对接微擎客户数据

鸣谢


Nxcrm 基于以下组件:

最后


登录页面的两张图是我老家,我奶奶住过的院子和窑洞。很想念她。作为一个五大三粗的码农不知道如何表达。谨以我的第一个编程作品纪念。 封面图可自行替换。

nxcrm's People

Contributors

shebaoting avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.