All Projects → tikajhq → tiket

tikajhq / tiket

Licence: other
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to tiket

treenga
Simple and fast issue tracking system
Stars: ✭ 36 (-38.98%)
Mutual labels:  issue-tracker, issue-management, issue-tracking-system
telegram-support-bot
A Telegram ticketing/supporting system.
Stars: ✭ 180 (+205.08%)
Mutual labels:  ticket, ticketing, ticketing-system
prepare-commit-msg
Automatically prefix commit messages with the current branch issue number
Stars: ✭ 28 (-52.54%)
Mutual labels:  issue-tracker, issue-management, issue-tracking-system
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+522.03%)
Mutual labels:  helpdesk, ticket-management, ticketing-system
Brimir
Email helpdesk built using Ruby on Rails and Zurb Foundation
Stars: ✭ 1,404 (+2279.66%)
Mutual labels:  ticket, helpdesk
Formcreator
GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
Stars: ✭ 95 (+61.02%)
Mutual labels:  ticket, helpdesk
laravel-youtrack-sdk
Laravel wrapper for the YouTrack PHP Software Development Kit provides set of tools to interact with JetBrains YouTrack.
Stars: ✭ 17 (-71.19%)
Mutual labels:  issue-tracker, bugtracker
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (+377.97%)
Mutual labels:  ticket-management, ticketing-system
v13-Discord-Bot
This is my V13 Discord Bot, it has around 95 commands, 17 events, and stores all kinds of data in an SQL database for ease of access. Not to mention a unique style and friendly help menu interface. Used by over 25 people in popular company based servers, this will bring you a professional look that tops your competition.
Stars: ✭ 38 (-35.59%)
Mutual labels:  ticket, tickets
ticketit-app
Ticketit, the simple helpdesk tickets system pre-installed in Laravel
Stars: ✭ 34 (-42.37%)
Mutual labels:  helpdesk, ticketing-system
GoldenTicket
A light-weight ticketing system written in C#
Stars: ✭ 29 (-50.85%)
Mutual labels:  ticket-management, ticketing-system
iguana
Iguana is an open source issue management system with a kanban board.
Stars: ✭ 39 (-33.9%)
Mutual labels:  issue-tracker, issue-management
Trackdown
TrackDown - Issue Tracking with plain Markdown. If you are missing the "git clone" for your tickets from github.com or bitbucket.org, then this is for you. A lightweight Ticketing System for distributed and unconnected small Teams.
Stars: ✭ 10 (-83.05%)
Mutual labels:  ticket, issue-tracker
Dotnetdesk
Asp.Net Example web application showing the capabilities of ASP.NET Core 2 MVC, EF (Entity Framework), Web API, Bootstrap, jQuery, datatables, adminlte template and many more. Web app created as helpdesk or ticket support portal.
Stars: ✭ 136 (+130.51%)
Mutual labels:  ticket, helpdesk
Itop
A simple, web based IT Service Management tool
Stars: ✭ 349 (+491.53%)
Mutual labels:  ticket, helpdesk
Orchardcollaboration
Orchard Collaboration is a free, open source ticketing system, project management and collaboration framework build on top of the Orchard CMS. It natively integrates with Orchard CMS and extends its features by allowing its users to collaboratively work on the content or by simplifying communication with the customers.
Stars: ✭ 37 (-37.29%)
Mutual labels:  issue-tracker, ticketing-system
Helpy
Helpy is a modern, open source helpdesk customer support application. Features include knowledgebase, community discussions and support tickets integrated with email.
Stars: ✭ 2,114 (+3483.05%)
Mutual labels:  helpdesk, ticketing
Zammad
Zammad is a web based open source helpdesk/customer support system
Stars: ✭ 2,814 (+4669.49%)
Mutual labels:  helpdesk, ticketing
springcrm
An open-source CRM.
Stars: ✭ 14 (-76.27%)
Mutual labels:  helpdesk, tickets
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (-22.03%)
Mutual labels:  tickets, ticketing-system

Thumbnail-100

Demo

Credentials for logging in

User type Username Password
Admin admin.demo demo
Agent agent.demo demo
User user.demo demo

screen-2-100

Features

  • Separate User Access Roles (Admin, Agent, User)
  • Automatically create Tickets by sending email
  • Reply to ticket thread by replying on associated email thread
  • Attachments in tickets as well as thread replies supported
  • Rich text editors supported
  • Ticket audit activity logged in thread - who performed what action and when
  • Informative dashboard reporting

Prerequisites for this project

  1. php v7.x.x
  2. phpMyAdmin
  3. Working knowledge of CodeIgniter framework

Getting started

TIKAJ HELPDESK is completely build on our in house framework "Scone", Scone is based on CodeIgniter framework.

To start with the project follow these steps:

  1. Clone this repository

  2. Import tiket_demo.sql present in root directory

  3. Run composer install in root directory

  4. Run cp application/config/client.sample.config.php application/config/client.config.php (Copy application/config/client.sample.config.php to application/config/client.config.php)

  5. Do the required changes in your application/config/database.php

  6. Type this in your terminal php -S localhost:8080 (Can be modified from application/config/client.config.php)

  7. To Change email settings and stuff like that your can change the values in constants defined in application/config/client.config.php

  8. To Change name of the product you can change the values in constants defined in application/config/config.product.php

  9. Now you can login using these credentials

User type Username Password
Admin admin.demo demo
Agent agent.demo demo
User user.demo demo
  1. All done! You can enjoy now!

Checkout all of our projects

Here at Phoenix

Authors

License

Copyright 2019-2020 TIKAJ Technologies Private Limited.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Developed with ❤️ at TIKAJ

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].