GithubHelp home page GithubHelp logo

egoistit / helpdeskbundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liuggio/helpdeskbundle

0.0 2.0 0.0 983 KB

NOT MANTAINED!!!! Open source support ticket system. (Symfony2 bundle)

PHP 22.98% CSS 6.29% JavaScript 66.33% HTML 4.40%

helpdeskbundle's Introduction

HelpDeskBundle

Develpment status. Release will be on july.

** This bundle is not working yet!!! **

The objective of this bundle is support the Help desk.

Open source support ticket system. (Symfony2 bundle)

See wiki

https://github.com/liuggio/HelpDeskBundle/wiki/Concept-key-RFC

Install this bundle as always :)

Composer: add to your composer

1 Add the following entry to composer.json the run composer.phar install.

  "liuggio/help-desk-bundle": "dev-master"

2 Register the bundle in app/AppKernel.php

    $bundles = array(
        // ...
        new Liuggio\HelpDeskBundle\LiuggioHelpDeskBundle(),
    );

3 Add to app/config/routing.yml

LiuggioHelpDeskBundle_customer_care_ticket:
    resource: "@LiuggioHelpDeskBundle/Resources/config/routing.yml"
    prefix:   /help-desk

or

myLiuggioHelpDeskBundle_customer_care_ticket:
   resource: "@LiuggioHelpDeskBundle/Resources/config/routing/user.yml"
   prefix:   /help-desk/my

myLiuggioHelpDeskBundle_customer_care_operator_ticket:
   resource: "@LiuggioHelpDeskBundle/Resources/config/routing/operator.yml"
   prefix:   /help-desk/operator

4 Add the following entries to config.yml

liuggio_help_desk:
    object_manager: 'doctrine.odm.mongodb.document_manager' #or orm
    class:
        ticket: Liuggio\HelpDeskBundle\Entity\Ticket      #optional
        comment: Liuggio\HelpDeskBundle\Entity\Comment    #optional
        category: Liuggio\HelpDeskBundle\Entity\Category  #optional
        user:     YOUR/NAMESPACE/ENTITY/CLASS
    email:
        sender: [email protected]
        subject_prefix: '[help Desk]'                     #optional

5 Add the following entries to security.yml

security:
    //...
    acl:
        connection: default

access_control:
    //...
    # HelpDesk Ticket system
    - { path: ^/help-desk/operator, role: [ROLE_HELP_DESK_OPERATOR, ROLE_ADMIN] }
    - { path: ^/help-desk/, role: [IS_AUTHENTICATED_FULLY]}

** You have to create your own user entity see sonata user bundle **

helpdeskbundle's People

Contributors

liuggio avatar glidership avatar toretto460 avatar danieledangeli avatar hackzilla avatar claudio-dalicandro avatar gianpiero2012 avatar

Watchers

James Cloos avatar EGOIST.DE Fashion GmbH 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.