Giter VIP home page Giter VIP logo

luckyshot / crmx Goto Github PK

View Code? Open in Web Editor NEW
97.0 19.0 39.0 279 KB

CRMx is a super-flexible micro-CRM system for personal, freelance and small businesses. It can be customized very quickly for Customer Relationship Management, Lead Management System, Project Management, To-Do List or any other usage due to its flexibility in customization and scalable code. CRMx allows unlimited users to work in the same or different environments very flexibly. CRMx works through a RESTful API which allows third-party services and other software to interact neatly. CRMx also has a User Access Control system (UAC) to define permissions for each user and have maximum control over the organization.

Home Page: https://xaviesteve.com/

License: MIT License

PHP 87.31% JavaScript 11.37% Less 1.32%
php crm crm-online crm-system mysql-database productivity sales business freelance bootstrap

crmx's Introduction

crmx's People

Contributors

luckyshot 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crmx's Issues

$form doesn't work in Home

[Error] TypeError: 'undefined' is not a function (evaluating 'data.sort(createSorter(column))') sort (crmx.js, line 414) people (crmx.js, line 145) run (crmx.js, line 424) (función anónima) (pax, line 161) j (jquery.min.js, line 2) fireWith (jquery.min.js, line 2) ready (jquery.min.js, line 2) J (jquery.min.js, line 2)

login

Mr. Luckyshot,
Thank you for your amazing app and the amazing detail with which you documented it. I am a somewhat new developer and am having trouble understanding the login process. I have read it over and over but must be missing something.

I am trying to run this in a WAMP environment.

I see in the config file where I specify a user and password. I know I should create a super long password for production but to keep things simple for a test, I just left the default values in the config file for the user, i.e. name = Tester, password = test. Am I to create a folder under crmx called login/test? I read that I should supply the user with this url and they would bookmark it and go to this bookmark to log in. But what document should be at this location?

I know the problem is that I am very green. Thanks for your time explaining something simple.
Best Regards,
Joe

Am I suppose to creat a director

You are not logged in or Not Found

Hello, friends!

please tell me why the code does not run under LAMP
,
keeps writing: http://192.168.0.198/crmx/ "You are not logged in"

or

http://192.168.0.198/crmx/test/test/ "Not Found"

Why doesn't the code work?

config.php:

option('base_uri', '/crmx/');
define("MYSQL_SERVER", "localhost");
define("MYSQL_USER", "root");
define("MYSQL_PASS", "oko");
define("MYSQL_DATABASE", "crmx");

// Users
$users = array(
// TEST_
array(
'name' => 'test',
'pass' => 'test',
'level' => 'rsdc',
'dbprefix' => 'test_',
'sitename' => 'CRMx Example',
),
);

default_layout.php

I am working REST API.
It works fine with method GET.
But method POST doesn't work. when I send the request via POST method it returns me 'default_layout.php'.

What is the solution for this???????????????

Table view

Allow users to see people in detailed table view with all form info

An Error in index file

In line 40 connection is made proceduraly using mysqli_connect() and its return value is stored in variable $c but in line 213 real_ escape_ string function is used in object oriented style which throws an error. Please resolve this error as soon as possible.

Thanks

default_layout.php

Hello!

I make all steps to install CRM, but when I try to log in, a only can see this message: default_layout.php

Please, tell me how to fix it.

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.