GithubHelp home page GithubHelp logo

vkazheng / warrantytrack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devnoam/warrantytrack

0.0 0.0 0.0 348 KB

๐Ÿ“Š๐Ÿช WarrantyTrack - Track your customers inquiries

Home Page: http://api.noamsapir.me/Experiments/WarrantyTrack

JavaScript 13.36% PHP 29.88% CSS 56.69% Hack 0.06%

warrantytrack's Introduction

WarrantyTrack

PHP application for business owners who are looking for customers inquiries software. At a shop I'm working at, we are using very bad customers inquiries software, I decided to make a better one ๐Ÿ˜›.

In this application you as the store owner (or your employees), can open inquiry cases for defective products brought by customers in order to track the status of the inquiry..

I developed this project mainly to see if I can build (and finish) a full working project, and to provide a fully working product for your business.

If you are a developer, Feel free to contribute to this project.

Installation:

  1. Fork the project and upload it to your Apache/Ngix server.
  2. Import the included MySql DB.
  3. Adjust the API/sqlog.php file to point to your DB.
  4. Your first time authentication details are:
admin
1234
  1. Login to the panel and adjust the Settings.
  2. You are all set.

Demo

You can test the project here:

Login:

  worldwideweb
  1234

TODO:

  • Search cases
  • Admin panel
    • Redesign form submitaion
    • Detailed reports page
  • Auto installer
  • Redesign code
  • SMS/ Email system.

NOTE:

Error: Uncaught Error: Call to undefined function mysqli_fetch_all() in Domain/panel.php:17

Issue seems to be 'mysqli' and 'mysqlnd' are not working together. I had the same issue in cpanel

Steps:

  1. Go to CPanel dashboard
  2. Go to 'Select PHP Version', you should see a bunch of checkboxes
  3. Set PHP version (5.4 or above)
  4. Uncheck the 'mysqli' extension and check both 'mysqlind' and 'nd_mysqli'

Apparently 'nd_mysqli' is 'mysqli' but configured to work with 'mysqlind' and to make it work you have to uncheck 'mysqli' due to settings conflicts.

warrantytrack's People

Contributors

devnoam avatar vkazheng 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.