Giter Site home page Giter Site logo

trellixvulnteam / eshopbox_h4de Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anigautama/eshopbox

0.0 0.0 0.0 12.91 MB

eShopeBox

JavaScript 0.86% C++ 0.74% Python 83.59% C 3.27% Tcl 9.14% PowerShell 0.06% CSS 0.61% HTML 1.19% Batchfile 0.01% Pug 0.45% SCSS 0.08%

eshopbox_h4de's Introduction

eshopbox

Eshopbox Assignment

Project Title

Eshopbox Ticket Assignment App

Getting Started

In Eshopticket Assignment you can

  1. Create A Ticket
  2. Assign a ticket
  3. Close a ticket.
  4. find open tickets for a department
  5. find open tickets for a manager.

Features

  • Only super user can view all ticket

  • Employee can view his created ticket or assigned ticket

  • Employee can change the status

  • Ticket can be filtered by Status, Department, AssignedTo,

  • Employee can login with his credentials

  • Admin can create more employee as authenticate user

  • Admin can create Department

  • Admin can create Designations

  • Admin can assign Designations to Employee

Prerequisites

What things you need to install the software and how to install them

  • first install pip on system windows or linux

  • using pip install --- /* with this command you can install all requirement*/

  • Django==2.0.5

  • django-filter==1.1.0

  • mysqlclient==1.3.12

  • pytz==2018.4

  • MySql 5.6

  • PyCharm IDE

  • for more info please run pip freeze > requirement.txt

  • eshop_db.sql just import into mysql

set mysql db

  • DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'eshop_db', 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost', 'PORT': 3306, 'OPTIONS': {'init_command': 'SET default_storage_engine=INNODB', } } }

eshopbox_h4de's People

Contributors

anigautama avatar patchtester 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.