All Projects → BadChoice → Handesk

BadChoice / Handesk

A Powerful Laravel Help Desk and Lead Management App

Projects that are alternatives of or similar to Handesk

Telegram-Support-Bot
📬 Manage and organize all your support inquiries on Telegram.
Stars: ✭ 63 (-93.76%)
Mutual labels:  support, ticket
Wasm Check
TypeScript / JavaScript library for detect WebAssembly features in node.js & browser
Stars: ✭ 30 (-97.03%)
Mutual labels:  support
TicketKit
A framework that create easily Ticket or Coupon
Stars: ✭ 21 (-97.92%)
Mutual labels:  ticket
Trudesk
☕️ 🌱 Trudesk is an open source help desk/ticketing solution.
Stars: ✭ 549 (-45.59%)
Mutual labels:  support
SimpleCore
.NET C# common/utilities library
Stars: ✭ 11 (-98.91%)
Mutual labels:  support
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (-98.12%)
Mutual labels:  support
json2xml
json to xml converter in python3
Stars: ✭ 76 (-92.47%)
Mutual labels:  ticket
Laravel Support
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
Stars: ✭ 36 (-96.43%)
Mutual labels:  support
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
Stars: ✭ 862 (-14.57%)
Mutual labels:  ticket
Itop
A simple, web based IT Service Management tool
Stars: ✭ 349 (-65.41%)
Mutual labels:  ticket
Node Zendesk
a zendesk API client library for use with node.js
Stars: ✭ 288 (-71.46%)
Mutual labels:  support
support center
Support center made with Laravel
Stars: ✭ 45 (-95.54%)
Mutual labels:  support
Supportboi
A support ticket Discord bot.
Stars: ✭ 22 (-97.82%)
Mutual labels:  support
escper
Ruby gem for printing of images and text on one or many thermal printers
Stars: ✭ 67 (-93.36%)
Mutual labels:  ticket
Panel App
Novo SGA Panel Client
Stars: ✭ 31 (-96.93%)
Mutual labels:  ticket
core
🔥 Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...
Stars: ✭ 24 (-97.62%)
Mutual labels:  support
12306formac
An unofficial 12306 Client for Mac
Stars: ✭ 2,796 (+177.11%)
Mutual labels:  ticket
Adblockfast
Adblock Fast is a new, faster ad blocker for Android, iOS, Chrome, and Opera.
Stars: ✭ 582 (-42.32%)
Mutual labels:  support
Freescout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
Stars: ✭ 1,008 (-0.1%)
Mutual labels:  support
Vue Beautiful Chat
A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
Stars: ✭ 979 (-2.97%)
Mutual labels:  support

Handesk

Description

Handesk has been created by our need (At Revo Systems www.revo.works) to have a powerful yet simple Ticketing system, we needed a system that allowed us to have multiple teams, with multiple users, easy and efficient reporting by all/team/user as well as lead management.

Landing page: http://handesk.io

Check out the screenshots to see how nice it looks, and feel free to contribute by sending us PRs. We will keep adding features as we need them, but our basic workflow is totally covered :D

Features

· Email polling (new tickets and tickets updates)
· Email attachments as ticket attachments (using laravel storage driver) · API for creating/updating/fetching tickets/leads so you can display them into your main app
· Instant email/slack notifications when tickets are created/updated
· Everything is unlimited
· Lead management (With its API as well)
· Auto lead subscription to mailChimp based on its tags
· Tickets reporting
· Tickets internal notes
· Tickets can be escalated, so assistants can comment on them to help the teams
· Can merge tickets
· Mention agents with @name so they get notified · Lead tasks, that can have a due date, and sending daily tasks email
· Create issues to your code repository directly from the ticket
· Updating the ticket automatically when an issue is marked as resolved
· UI multi language support (default en, alternative ca, de, fr, es)
· Roadmap module, you can create ideas that come from your customers or your own, give them deadlines and integrate them with your repository manager, you can even create ideas from support tickets so you never lose track.
· You can also create ideas by sending an email to you support accounts starting with Idea: it will create an idea instead of a ticket
· Ticket rating, when a ticket is solved a rating email is sent to the customer (check config/handesk.php to disable it)

Follow us on twitter @codepassion to stay tuned

Installation

Its very simple, you just need to follow the standard Laravel installation

git clone https://github.com/BadChoice/handesk.git
cd handesk
composer install
# Setup your .env file to match your desired database
php artisan key:generate
php artisan migrate --seed
php artisan storage:link #if you use the local driver

Alternatively, you can use the following docker setup

The default admin user is [email protected] / admin If you want email pulling, you need to enable the imap extension on php (note that on mac the php-cli runs very slow, you need to update your /etc/hosts file

::1         localhost YourMac.local
127.0.0.1   localhost YourMac.local

Open your app/Console/Kernel.php to update the schedulers as you want (comment them if not needed) Add the cron job * * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1

Further configuration

Email pulling

Enter your mail credentials in .env

MAIL_FETCH_HOST=pop3.handesk.com   
MAIL_FETCH_PORT=110   
[email protected]   
MAIL_FETCH_PASSWORD=secret-password   

Sidebar

You can toggle the visibility of leads and ideas in the config/handesk.php file.

'leads'    => env('HANDESK_LEADS_ENABLED', true),
'roadmap'  => env('HANDESK_ROADMAP_ENABLED', true),

Mailchimp

Set your mailchimp key in .env MAILCHIMP_API_KEY=448027f3acac5594605be3adf78be862-us15

And enter the relation of tags => list id in config/services.php mailchimp section

Bitbucket

You can create issues directly to your code repository from tickets. You need to setup your credentials in the .env

BITBUCKET_USER=bitbucket-user-if-using-basic-auth
BITBUCKET_PASSWORD=bitbucket-password-if-using-basic-auth

And enter your repositories list in config/issues.php file, filling the repositories field.

You can event update the tickets automatically (adding a private note using bitbucket webhooks). You just need to go to your report webhooks settings and add a new webhook with the url

http://{handesk.io}/webhook/bitbucket

You just need to check the issues updated option

Api Token

Set your desired API token in the .env

API_TOKEN=the-api-token

We have the following SDK's to easily interact with Handesk api
There is the badchoice/handesk-php package in packagist to easily talk with the api. Handesk-php
Handesk-ios In progress

Screenshots

Tickets screenshot Ticket screenshot Leads screenshot Lead screenshot Invitation screenshot Email screenshot

Community

We have a slack channel at https://handesk.slack.com/ And you can join with the following invitation

Join in with the following link

Join handesk slack

Development

We try to follow a TDD approach as well as some mixed functional CSS for the frontend.

PRs are welcome!

License

Handesk is open-sourced software licensed under the MIT license.

Special thanks to Jetbrains for their support to open source projects!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].