Support Joomla!
Search: Advanced Search
Serving 3867 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 812 guests and 54 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Help Desk Show All Developer's Extensions
WebAmoeba Ticket System ComponentcomponentPluginpluginLanguagelanguage
Rating
32 votes
Developer:James Kennard Version:2.0.7 (Updated 200 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.0
Views: 106,196 License:GPLv2.0
Favoured:
18
Type:Non-Commercial
Date Added:Mar 5, 2006
DownloadHomepageWrite ReviewRecommend
WebAmoeba Ticket System
The WebAmoeba Ticket System is a help desk ticket support system component for Mambo and Joomla.

Feature list
* User Management
* User Groups
* User Agreement
* Rites Manager
* Ticket Categories
* Ticket/User Assignement
* CSS Editor
* Database Maintenance
* Highlight new and altered tickets
* Email notification
* BBCode, CMS editor, or plain text editor
* Debug Mode
* Search (seperate plugin)

Available in
* Brazilian
* Czech (new)
* Dutch
* English
* French
* German
* Greek
* Italian
* Portugese
* Russian (new)
* Slovak
* Spanish
* Swedish
* Turkish

You can also create your own translations!

Report this listing


It's Ok by hkeyzer, August 24, 2008
1 of 1 people find this review helpful:
Installed fine and does provide a basic support ticket system. Straight forward easy configuration.
Works well and easy to use for new and existing clients.
Ok for small enterprises which are looking for basic support ticket notification.
Simple back end report showing number of tickets and status.

Some issues:
Seems to lack support now - the forum has more unanswered questions than answers.
Doesn't seem to be updated anymore - not joomla 1.5 native and no new functionality for quite some time.
Front end ticket management with no ability to manage tickets via backend - this becomes a major issue for a very active system with many tickets.
No ticket priority classification which I feel is a fundamental requirement.
Notification emails do not include any reference to the ticket number making it difficult for user to track.


Great simple ticket system by cybatek, July 21, 2008
It did everything the manual promised. Very quick and easy to install. I notice that some of the negative comments in the reviews on the system seem to be attributable to the operator failing to RTFM.

I'm trying it out for a school network of a few hundred computers, so we'll see how it handles that.

Of course I'd like to have some extra fields for logging jobs (serial numbers etc. so I can establish an audit trail of issues), but I expect I should be able to hack that in over time.

Great work!!


its okay by Nikijacob, April 24, 2008
the frontend is very busy, sloppy and all runs together. It also needs to be able to have files to be uploaded. And it pops up all kinds of stuff, like organization, user, admin... who needs that. Its too sloppy. I uninstalled and I will keep looking.


Thanks by godin, February 6, 2008
Thanks for this component. It's great & totally useable.


VERY BAD by gillesps, November 26, 2007
I' using joomla 1.0.13. I douwnload this product and only get a blank screen. The download page are on joomla and maybe if we can acsess to older version It will be great. Probably that the new version have compatibility with Joomla 1.5 but it's a mess with older platform.


Great support component by jmeriva, October 23, 2007
We have been using the WebAmoeba ticket system for a while now on our site for supporting our customers, and I have to say that it simply DOES the job!

Ok, so it's not that fancy as the other support systems, however it's simplicity makes it nice, easy to handle/load and with a little design makeup you get a GREAT support system for Free!

Highly recommended!


nice but has some bugs by greeryan, August 28, 2007
First of all I like the program .

What I dislike is that when ever someone goes to submit a ticket it goes to reply and reply and close as if they were an admin?

also some form of control on the layout would be nice. I had a real hard time making it work with several templates.


Good, can be improved by thepisu, August 23, 2007
Pro: you can add a help desk / ticket system in your Joomla site, with an easy installation and configuration, and also for free!

Cons: surely it could be improved, specially for the HTML design.


Dummy's view point by pszilard, February 2, 2007
I am a total newbie to Joomla, but I am not aware of "rites" being part of this environment. Sounds like paganism to me. I would have thought that "rights" are perhaps more appropriate?

I was able to install the components easily, but I could not delete any user posts. I also couldn't re-open a closed ticket, or figure out how ticket numbers are generated or used.

I think this has great potential, but is far from being usable in a production environment, unless it is all my lack of understanding (quite possible!).


Missing some steps on Install by gjacob3412, January 12, 2007
0 of 1 people find this review helpful:
I printed out the dox... who does that anymore.

Took about 5 minutes to install and configure. Great selling point.

I installed it as the documents showed. But then what. How do the users access it to enter a new ticket? Had to figure out that you need to then add a menu item. Set as a component.

Would like to see sub categories. Also seems a bit busy, reduce the amount of unneeded information from the screen.

I added a few categories, and when I entered a test ticket, the categories did not list.

Over all,.. I feel that this add-on has some great potential. I will continue to look at it,.. and use it.


Problems with front end queries and pagination by tonanbarbarian, December 27, 2006
5 of 7 people find this review helpful:
Before I get to the bad I should say that overall I like this component. A pretty good effort at a ticketing system.

My issues are with how it does things.
I added all 700 users in my joomla site to the ticketing system (why they needed to be added is one of my issues, they exist in joomla that should be enough)
When I logged into the front end as an administrator I found that it was taking a long time to display the page even though the default was to display only the first 5 users.

turned on debug and found that rather than limiting the number of users it was getting the details of all 700 users, and what more after it retrieved those details in 1 query it then proceeded to load the details again for each individual user, and because I was an admin it used not 1 but 2 queries to get the user data. This means that with 700 users this component was doing over 1400 queries to build a list that ultimately only showed 5 users on the page.

All of the front end code seems to work this way.
An initial query to find all of the records from the required table, then another query for each record found to find the data again.

For a large site like mine this means that there are way to many queries being run.

Also the pagination does not work well because as mentioned above it grabs all the data first and then determines what it should display, but there is also to list size parameters for the component
front page tickets and sub page tickets.
Now I can sort of understand that this is so that the front page can have more or less than the rest, however the calculations that it does to determine the pages are wrong
when i changed the system from 5 on the front page to 15 and set the sub page to 30 it showed 50 pages of users when I was on the first page and then only 25 page when I was on the second page
In reality it should have shown about 25 or 26 pages all the time because the first page was 15 and the rest we 30 but it doesnt take the difference between the numbers into account

I would also like to see the ability for admin to reply to tickets in the back-end of joomla (as an administrator that is where I spend most of my time)

Final issue was that there is, so far, 1 short tag used in the front end to display the copyright information, and since I have short tags turned off (as any good Joomla developer should) then the copyright does not display correctly.

FYI - in half an hour I hacked and wrote the display so that rather than 1400 queries to display the list of users in the front end it took only 2 queries. Also from what I can see all of the front end display basically has these same problems, multiple queries (an initial query to get the list of records and then another one for each record) and pagenavigation using all of the records rather than using limits in the initial queries.


Owner's reply:
ah yes urm hmm er yes.



firstly, you didn't need to add all your users, all you needed to do was enable 'allow all user access'. The reaosn for this is simple, not all sites are necessarily going to want to all of their site users to have access to WATS. This really comes down to waiting for a full J! ACL system.



I'll have to check the pagination.



Your point about the massive number of queries being made is well taken, this definitlety needs resolving. I'm extremely busy (always seem to be at the moment), but I will look into this ASAP.

need more improvement by baijianpeng, November 29, 2006
I am testing this on my local server. It works well. But the problem is I can't translate the backend since those words was not included in the language file.

What's more, it seems that this com_ does not support attachments. Sometimes attachments is good. Why not add it ?


Owner's reply:
Hi baijianpeng,



You maybe interested to know that all of this is planned for the future. I'm currently involved in a new project (MVCCTC) together we are documenting how to develop good components. Once this starts nearing completion I will add 'custom fields' (which will include attachments) and translations for front and backend :)

Excellent by ahmad, November 18, 2006
3 of 3 people find this review helpful:
I Used this component to track supporting tickets on my forex trading website
It gave me all what I need

Upgrade done smoothly with no errors :)

Thanks for your efforts


Love the tool, but it needs File Uploads by brookh, September 25, 2006
2 of 2 people find this review helpful:
The tool would be even better if it had file upload capability so we can associate files to a request.


Great Component! by urano, August 30, 2006
4 of 4 people find this review helpful:
I use it for my site. Is a very good component, without bugs. For Basic Ticket System, do it the job.


<< Start < Prev 1 2 Next > End >>
Results 1 - 15 of 20