Coder Social home page Coder Social logo

old-zhen-crm's Introduction

A simple CRM system built on CakePHP 2.1.1

INSTALL

  1. Checkout this project using Git, or download and unzip the ZIP file from GitHub.
  2. Move the files to a folder under WWW root
  3. Create a database, and import the SQL file in Config/Schema/crm.sql, like this:
mysql -u USER -p DBNAME < Config/Schema/crm.sql
  1. Copy Config/database.php.sample to Config/database.php and edit to reflect your database settings.
cp Config/database.php.sample Config/database.php
  1. Copy Config/config.php.sample to Config/config.php, and then edit Zhen CRM settings, such as copyright, company name, etc.
cp Config/config.php.sample Config/config.php
vi Config/config.php
  1. Login to your Zhen CRM install using:
Username: admin
Password: 123456 

Make sure to change your password upon first login!

LICENSE

Dual-licensed under GNU Affero General Public License.

old-zhen-crm's People

Contributors

ataylor32 avatar telerim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

old-zhen-crm's Issues

Changing group or deleting account for logged in users

Let's say that you wanted to change a user's group or delete their account. If you did either of these things while that user was logged in, it wouldn't take effect until that user logged out and back in (or until their session naturally expired). This isn't likely to be a big deal, but, in certain circumstances, it could be. Imagine if you wanted to delete their account because they were no longer trustworthy, yet they were logged in at the time.

Login not found

Dear,

First of all, you script sounds amazing...

I installed everything locally and have something like this to reach the crm: http://crm; it then redirects to http://crm/login but shows a 404.

Is there anything to configure?

Thanks a lot,

Isabelle,

Models cache not present

The tmp/cache/models folder is not present, throwing a bunch of errors when enabling debug mode, like:

  • Warning (512): cake_model cache was unable to write 'default_zhen_list' to File cache
  • Warning (512): cake_model cache was unable to write 'default_zhen_users' to File cache

Easily fixed by just including the models folder inside tmp/cache/.

Dead "new user" link

The "New user" link in the "Add contact" screen (/contacts/add) links to /users/add, which throws the following error:

Error: UsersController could not be found.

Should probably link to /addUser just like in the dashboard?

Double-clicking submit button submits forms twice

I tested this with the "New Contact" form and the "New Event" form. With both forms, I was able to sit there mashing the submit button over and over again, causing a duplicate submission to occur. Granted, most people won't do that, but an average Joe will double-click the submit button. JavaScript can mitigate the issue, but it should be dealt with on the server side as well.

Unable to install / Login not found

I'm also unable to get login. It is just showing hyper links the HOME and Login with an error message. Even the hyperlinks are resulting in blank screens. Please help me ........

Default password

There is no password mentioned in the documentation/readme. Would help to have a default one present in the db schema.

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.