Slashdot Mirror


Software for Technical Support Tracking?

Wehesheit asks: "I work at a large department store which sells computers. As the *sole* technician I have to handle all the customer techwork (virus scanning, spyware, upgrades etc..), and for the most part I get along just fine but recently my co-workers have expressed a difficulty in 'knowing whats going on' in the techroom. I am wondering if the Slashdot community knows of any software which will enable me to track work I am doing for each customer and allow myself, and other employees, to pull it up easily while add notes such as 'bob called and said put in 512mb RAM'. Currently we use sticky notes which I'm sure everyone can imagine is not very trackable or reliable. Having incident numbers I can print off and put on machines would be excellent, so if a machine is marked done in the software my co-workers can match the number, print off the worknotes and give the customer the machine. Also, I have to be able to do this for $0 which means freeware. Any ideas?"

73 comments

  1. IRM by WetCat · · Score: 4, Informative
    1. Re:IRM by TykeClone · · Score: 1
      Seems to be nice and fairly easy to implement - I'm setting it up to track hardware and (more importantly to the regulators) how often I update software.

      I'm not going to use the ticket tracker, but it's nice how they integrated that with the hardware tracker.

      Also like the looks of the knowledgebase that they have.

      --
      A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
  2. Request Tracker by KagatoLNX · · Score: 5, Insightful

    Well, it can be ugly at times and there are certainly some rough edges, but Request Tracker will probably do the trick.

    Mind you, you'll probably need a Linux or BSD server running Apache, PHP, and an SQL engine (MySQL or PostgreSQL, we use Postgres).

    Look at http://www.bestpractical.com/rt/.

    --
    I think Mauve has the most RAM. --PHB (Dilbert Comic)
    1. Re:Request Tracker by jgaynor · · Score: 3, Insightful

      Bahhh ya beat me to it. My vote goes for request tracker. We replaced Remedy (read: $15,000/yr in support costs) with RT (read: free with a good geek) and have had relatively few issues.

    2. Re:Request Tracker by babbage · · Score: 5, Informative
      Well, it can be ugly at times and there are certainly some rough edges, but Request Tracker will probably do the trick.

      Mind you, you'll probably need a Linux or BSD server running Apache, PHP, and an SQL engine (MySQL or PostgreSQL, we use Postgres).

      *Ahem*. RT does not use PHP; it's a mod_perl (and specifically, a Mason) application.

      Quoting from RT's feature list page:

      • RT runs great on Linux, FreeBSD, Solaris, Mac OS X and most other flavors of Unix. End users have contributed a port to Windows 2000 and Windows XP.
      • RT stores all its data inside an SQL database, so you can use Crystal Reports and similar tools to generate precise reports. Right now, you can deploy on MySQL 4, PostgreSQL 7.3 or Oracle 9i. Best Practical is working to bring support for Sybase and Informix to RT as well.
      • RT uses Apache's mod_perl interpreter or the FastCGI protocol, so you get blazing fast performance no matter what web server you choose.

      That said, RT is a fantastic tool. I've used it at the last two jobs I've worked at, and if it's not there next time I switch jobs, I expect to introduce it. It can be a bit fiddly to get installed, as it depends on a couple of dozen CPAN modules, but the Wiki documentations's generic and specific installation guides try to make this as painless as possible, and if you get stuck there's always the mailing lists and paid support. And once RT is up and running, it's stable, versatile, flexible, adaptable, and just all around a great tool for managing a collection of on-going tasks.

      If it's good enough for NASA, Merrill Lynch, DynDNS, Perl (it's the bug tracker for the Perl language), and others, then chances are it's probably good enough for you too. :-)

    3. Re:Request Tracker by Metzli · · Score: 1

      I completely agree. I was at a place the also replaced Remedy with Request Tracker. It was much simpler to use, didn't require client software (other than a web browser), and was able to process inbound emails from specially-designed web forms to open new tickets. I'm pushing to use it here at my current job.

      --
      "It's too bad stupidity isn't painful." - A. S. LaVey
    4. Re:Request Tracker by jon787 · · Score: 1

      Yep RT is what is used all over MTU. Can be a pain, but works well.

      --
      X(7): A program for managing terminal windows. See also screen(1).
    5. Re:Request Tracker by Anonymous Coward · · Score: 0

      RT uses Apache's mod_perl interpreter or the FastCGI protocol, so you get blazing fast performance no matter what web server you choose.

      You don't actually use RT do you? One of it's biggest problems is abysmal performance. Check the support wiki if you don't believe me - many people can't get page loads below 10 seconds (using either mod_perl or FastCGI) on servers that have no problem with any other application. Idoit.

  3. Footprints by jasonmicron · · Score: 1

    Footprints is a good place to start. It is a web-based tracking system that creates incident numbers and can be updated from anywhere on the network.

    I, too, have felt the burden of post-its as a means of tracking systems.

    1. Re:Footprints by Cyphertube · · Score: 1

      Unless I'm totally mistaken, Footprints ain't free.

      Looks like a nice piece of software, particularly if your in MS-Only land, but this guy needs freeware.

      --
      Linux - because it doesn't leave that Steve Ballmer aftertaste.
    2. Re:Footprints by jasonmicron · · Score: 1

      Yea, I read the entire write-up except for that last critical sentence. /smacks head

  4. Come on... by Anonymous Coward · · Score: 4, Informative
    Also, I have to be able to do this for $0 which means freeware.

    Unless your boss is a complete idiot, you should be able to buy what is a basic necessity for carrying out your job repsonsibilities. Admittedly, your boss may well be a complete idiot.

    1. Re:Come on... by Anonymous Coward · · Score: 0

      For example, someone mentioned FogBugz, for $99 per seat. If that's too much to spend (but the complicated "free" DIY solutions aren't), your boss is a complete idiot.

    2. Re:Come on... by Quince+alPillan · · Score: 1
      Yeah, you explain to your boss you need to spend
      Remedy (read: $15,000/yr in support costs) - quoted from here
      when there's another product for free. Especially when it sounds like he's working in a small startup that barely has the business to start needing a tracking system.
  5. Honestly. by Anonymous Coward · · Score: 0

    Ghetto style, I'd use a spreadsheet.

    But it might be worthwhile to do a database, perhaps Access, something small and light that can be used to look at customer histories. (eventually)

    1. Re:Honestly. by Destoo · · Score: 1

      I think we have a month or two where Notepad received the most nominations as the employee of the month.

      Good times.

      --
      Nouvelles de jeux et technologies en français. TC
    2. Re:Honestly. by bhtooefr · · Score: 1

      In 30 minutes, I could probably set up an Access database for something like that...

  6. Bugzilla by __david__ · · Score: 1

    You could probably use bugzilla (http://www.bugzilla.org/). It was originally meant for tracking bugs, but it is flexible enough to do what you want. Assign each computer a bug which gets a unique number and lets you add timestamped comments and attachments at will.

    -David

    1. Re:Bugzilla by jskline · · Score: 1

      I agree on this one.

      They even have a version that can run (buggy) on Wintel equipped hardware if you don't want to putz with installs. I do however recommend any good Linux flavor install, and then bugz, mysql, php, et al. Much much more stable and reliable. Plus if you need it, the box can serve up other tasks such as a glorified workstation or be a file server... all kinds of possibilities.

      Cheers

      --
      All content in this message is copyright (c) 2008. All rights reserved. RIAA is prohibited here.
  7. RT? by BRTB · · Score: 1

    I've heard decent things about RT. Actually, I'd probably be using it right now, except we needed more of a CALL-tracking system rather than a work-ticket tracker.

  8. Well .. by torpor · · Score: 1

    .. would it have been so hard to do a little google searching, perhaps a little mailarchive grepping, maybe come up with your own assessment of the scene, first?

    *sigh*

    but, to answer your question, theres' this:

    OTRS .. seems like the aforementioned skils have disappeared in the modern internet, alas ...

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  9. Write something yourself. by Anonymous Coward · · Score: 0

    See: Subject. Will usually cost about $0.

  10. simple by nuggetman · · Score: 1

    a spreadsheet or database program
    a barcode generator (there's a bunch online, just use the almighty google)
    a cue cat (see ebay)
    your own system of numbering

    --
    ...and that's all there is to it.
  11. Fogbugz - Not Free But Good by justanyone · · Score: 3, Informative


    Fogbugz (by Fog Creek Software) (at http://fogbugz.com/) is Excellent! We use it for our 5 person development team.

    I know it's not free, but it is absolutely a wonderful product. It handles bug tracking in all its complexity with as much or as little info as you want to provide, and displays status quickly and easily.

    It is $99 per user, though, so I'm not sure this is your cup of tea. If you want to have your management pony up for the ability to see your status better, this is one option.

    Of course, open source means cheaper, but it may not mean better; I'm open to all those who disagree if they'd like to point out another competing open source product that has similar or better functionality... ?

    1. Re:Fogbugz - Not Free But Good by GeckoX · · Score: 1

      Another good one, which we use for our 8 man dev team with numerous branching projects, is Altassian's JIRA. Highly recommended and reasonably priced as well.

      --
      No Comment.
  12. Keep it simple by fm6 · · Score: 2, Insightful

    You're one overworked guy, so forget about a proper trouble-tracking system -- you don't have time to take care of it. You just need a set of web pages that you and the people you support can browse and edit without a lot of hassle. In other words, a Wiki

  13. What I've found to be missing by hey! · · Score: 1

    There are quite a few projects to do ticketing, but what I'd really like to see is something that can handle both ad hoc kinds of calls to bug tracking and project releases. Something that was like xplanner and bugzilla and CRM combined.

    In a small business, people tend to wear multiple hats, and this would be really helpful. Most of what I've seen out there tends to focus on one small area or another.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:What I've found to be missing by robbkidd · · Score: 1

      We've been using Trac for this. Good stuff, assuming you manage your code in Subversion.

    2. Re:What I've found to be missing by 3waygeek · · Score: 1

      We use bugzilla combined with scmbug and subversion. When we check in code fixes using svn, we have to enter a bugzilla bug number, which allows the svn checkin to annotate the bug, tying a specific code change to it.

  14. Email. Seriously by benhaha · · Score: 2, Insightful

    This is what I do. All telephone messages I take for other people become email messages.

    If it's something that other people need to know about, I email them.

    If it's something I need to know about, I send myself an email. When it is done, I mark it as read, so the unread count acts as the Todo count.

    Cheers,
    Ben

    --
    NO ID: BEING FREE MEANS NOT HAVING TO PROVE IT
    1. Re:Email. Seriously by Albigg · · Score: 1

      "If it's something that other people need to know about, I email them." This only works if others use email that way. Some of the managers I work with get 100s of emails per day. They may or may not read something in the next 3 days.

  15. Eventum by mdaitc · · Score: 3, Informative
    Have a look at Eventum http://dev.mysql.com/downloads/other/eventum/featu res.html/. It's made by MySQL and can be used for support ticketing, software development. I use it in my small IT department for myself and the other tech/admin for support ticketing and it works well. I've used keystone quite a bit in the past, and much prefer this!

    From the page: Eventum is a user-friendly and flexible issue tracking system that can be used by a support department to track incoming technical support requests, or by a software development team to quickly organize tasks and bugs. Eventum is used by the MySQL AB Technical Support team, and has allowed us to dramatically improve our response times.

  16. The standard (from what I've seen) by aidoneus · · Score: 1

    Is Remedy. It allows call tracking, call histroy (on a per system, per user, and per location basis), classification of calls, etc. It takes a bit of work to optimize the setup, but once it's up it's great. I've dealt with bad setups and good, and when done correctly, it's great. When done poorly, it's a bit painful to enter calls, but a good form layout will really fix that.

    1. Re:The standard (from what I've seen) by Destoo · · Score: 1

      There's one little problem. License costs.

      Remedy works great when you can make the modifications to the forms yourself.

      --
      Nouvelles de jeux et technologies en français. TC
    2. Re:The standard (from what I've seen) by aidoneus · · Score: 1
      Right, I really just ignored the last sentence of the original post. I mean, as another poster said,

      Unless your boss is a complete idiot, you should be able to buy what is a basic necessity for carrying out your job repsonsibilities.

      Remedy is a pricey solution, and from what I've read some of the other options I've seen posted might be a better fit, but still. Not being allowed to buy an essential tool for good help desk operation is a prescription for a bad help desk.
    3. Re:The standard (from what I've seen) by wallykeyster · · Score: 1
      Right, I really just ignored the last sentence of the original post.

      So, you decided to be of no help? As another poster said, in the real world you sometimes have to live within boundaries that you don't like. The question says that this person works at a department store and is the only technical support person. Clearly tech support is a very ancillary piece of the big picture and one that needs to be done as under the radar as possible. Advice like yours is of no value. I haven't priced Remedy recently, but another poster indicated they paid over $15,000/year.

    4. Re:The standard (from what I've seen) by aidoneus · · Score: 2, Informative

      Are you trying to troll? If so, fine, I'll bite. Remedy doesn't have to be expensive. They have solutions for small businesses, it's not necessarily a $15,000/year. And really, their small business solution costs (IIRC) about $800, which may seem like a lot but when meausred against the cost of lost productivity (like a lost post-it note, losing track of what computer needed the RAM upgrade, etc) it really balances out.

      Still, RT looks very good, as do some of the other options. I'm just used to dealing with bosses that are very Open Source averse (I have no idea why). So an out-of-box solution may be more useful.

  17. Freshmeat by Sandman1971 · · Score: 2, Informative

    Very easy to find something free.

    just go to Freshmeat and search for stuff like tracking system or ticket tracking, go thru the list, and try out the one that seems to fit your needs the best.

    --
    It's better to burn out than to fade away
  18. This is Ask Slashdot... by Nick+of+NSTime · · Score: 1
    would it have been so hard to do a little google searching, perhaps a little mailarchive grepping, maybe come up with your own assessment of the scene, first?

    torpor (458)

    You must be new h....oh, wait.

    1. Re:This is Ask Slashdot... by Samus · · Score: 1

      He isn't new. He is like me where we are all so old that everything is new again.

      --
      In Republican America phones tap you.
    2. Re:This is Ask Slashdot... by Nick+of+NSTime · · Score: 1

      The continuum has come full circle. To you guys, today is Slashdot's first day on the web.

  19. It's worse than that. by mosel-saar-ruwer · · Score: 1

    Unless your boss is a complete idiot, you should be able to buy what is a basic necessity for carrying out your job repsonsibilities. Admittedly, your boss may well be a complete idiot.

    His boss isn't an idiot, he's a God-damned slave owner wannabee.

    You're not a slave, and don't let him treat you like one.

    PS: Installing an inventory/services management system is a MASSIVE undertaking. Even small- to mid-sized businesses can take upwards of a year or more to get something like that functioning smoothly.

    And if you undertake the project, be sure your boss's boss's boss is aware of it, because getting credit for something like that is precisely the sort of thing that can give you an inside track into upper management.

    I.e. if you pull it off, make damned sure that your slimy, good for nothing, slave owner-wannabee of a "boss" [or his boss, etc.] doesn't try to take credit for it.

    1. Re:It's worse than that. by fm6 · · Score: 0
      It's pretty easy to tell somebody else to take a "Do it my way or I'm out of here" attitude. Which is why we get comments like this one every time we discuss workplace problems. But when your own job is at stake, the dangers of copping an arrogant attitude become rather more obvious.

      In the real world, you have to do a good job of justifying yourself when you want your boss to spend money. And then the boss has to actually find the money. If you can't buy everything you think you need to do your job well, it maybe be your own fault, or it may be management stupidity. Either way, throwing a tantrum tends to be ineffective.

    2. Re:It's worse than that. by Adams4President · · Score: 1

      MASSIVE??? All he wants to do it implement something slightly more sophisticated than Post-It notes. How is that MASSIVE?? I'm tired of techies who have to define a friggin data dictionary and draw out their project in UML for such simple tasks as this one. An adhoc approach is perfectly acceptable for this kind of project.

  20. ...Or the Task Tool in Outlook by Filmwatcher888 · · Score: 1
    Even in standalone mode, it will give you a calendar, tracking, alerts, and areas to clip notes or attachments.

    With 2000+ and an Exchange server, you can assign tasks to other people.

    1. Re:...Or the Task Tool in Outlook by chris_mahan · · Score: 1

      It ain't gonna be a $0 solution anymore once you bring in Exchange.

      And the accompanying backup software will set you back some more. (ya, I know, python > config files > exmerge, doing that: ain't cheap either).

      Forget Bugzilla. You need some skills to set it up.

      Fogbugz is for a team, and a manager. This guy runs solo, the others are not his managers.

      A wiki might be good, but the best solution in my opinion is a simple webserver (even, gasp! Personal Web Server) and a set of text files or simple html.

      Wikis are relatively easy to set up, but hard to manage, content-wise. So unless you have somebody else in the office that will manage that: it will be too much work.

      Simple email would work too.

      Come to think of it, a Yahoo group might work. (I forget, are we still supposed to hate Yahoo? Or has the torch of evil overlordship passed to Apple or Google yet?)

      --

      "Piter, too, is dead."

    2. Re:...Or the Task Tool in Outlook by Godeke · · Score: 2, Insightful

      Your best option depends on the resources you have available. If you have a PHP/MySQL capable web server Mantis can be a lifesaver. Simpler to set up than Buzilla, more structured than a Wiki. I don't recommend the 1.XX releases yet, get the latest of the downlevel (0.19.2 as I write this). Although there will be some nice features in the next release, it is still in Alpha.

      If it probably a hair more than a single person needs, but it allows all of the things you described to be done. The other idea (using a wiki) also requires PHP (or some scripting language) and a database anyway: if you are going there, go for a complete solution. On the other hand, we also use a wiki for static documentation purposes. Nothing beats a wiki for hammering out "how to" and "FAQ" type documents.

      If you can't do a web based solution, I suggest simply following the recommendations of another here: use your mail client's "todo" system. It won't be shared (unless you have Outlook+Exchange, in which case, share your todo list) but it keeps things nicely organized: better than post-it notes.

      --
      Sig under construction since 1998.
  21. Jump to some sort of CRM by cniebla · · Score: 1

    You not only have to use a software for keeping track of stuff, but change the way you work. You have to issue a ticket for every request your customers make, and keep detailed info on every ticket you attend; once the ticket gets done, you have to print it out and lend it to your customer for a signature, and store those on individual expedients. That way, you keep a database-driven knowledge base of every curtomer, ticket and technical stuff related so you can make searches with many parameters, and also, you keep a paper trail that you can show to your boss or customers to resolve disputes. In the free software world there are many packages that attepmt to resolve this issue, and my favorite is OTRS, wich I reccomend a lot.

  22. I've got one that I wrote myself by TykeClone · · Score: 1
    It was the last thing I wrote at my last job (rewrote an existing application - RPG4 and AS/400) and the first thing I did at this one 9 years ago.

    I originally rewrote it in Access (single user app - worked fine) and have since rewrote in PHP with a PostgreSQL backend.

    Pretty slick and does what I need it to do.

    --
    A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
    1. Re:I've got one that I wrote myself by Fade_to_Blah · · Score: 2, Insightful

      How does this help the poster?

  23. Trac by gregmac · · Score: 1

    While it's really meant to be a frontend to a subversion repository, Trac may just do all the things you want. It is a combined Wiki and request tracker (and subversion repository viewer). The nice part is you can use wiki markup everywhere. I use the wiki part to document random things about the IT infrastructure (like, how the backups are performed, where certain files are stored, what all the star-codes for the phone system are, etc). You can also write a page saying "this was added while fixing bug #23" and it will make a link to that ticket.

    It also has milestones, which can be handy. You can assign tickets to a milestone, and it will give you a visual progress bar of how many open vs closed tickets you have for that milestone. It's good for tracking the progress on subtasks within projects (just file a ticket for everything you need to do -- you get an itemized todo list with priorities that you can add notes/ideas to as you work through it, and can always link back to wiki documents).

    Of course, if you absolutely hate Wiki's, you probably won't like it. I'm so-so on wikis in general, but Trac is an incredibly useful tool.

    --
    Speak before you think
  24. IRM by sysbot · · Score: 1

    Great inventory and support software. http://www.stackworks.net/view.php/irm/

    Use it at previous work places.

  25. Better way to search by lilmouse · · Score: 2, Informative

    I was using Google to search for this sort of thing. A pain in the friggen mouse. Much better search engine is dmoz.org. There are **many** products out there that can do what you want.

    Another way to search is to go on sourceforge and look for CRM (Customer Relation Management) in the Enterprise part...

    Having said all that, I'll recommend OTRS.

    --LWM

  26. Simple, works : Mantis by BigJim.fr · · Score: 2, Informative

    Very simple to deploy, simple enough so that even non-technical users feel confortable, somewhat customizable... I've deployed it twice and all users have always loved it :
    http://www.mantisbt.org/

  27. elog by linuxwrangler · · Score: 1
    Try out elog.

    It's a simple web-based logging system (single stand-alone executable availabile for *nix or windoze) that you can get running in just a few minutes. We use it for tracking issues with vendors, entering changes to machines, etc.

    It's free and the opportunity cost is only an hour or so. It won't do everything but it will probably meet your needs and you can impress your coworkers by having it up and running by the end of the day.

    --

    ~~~~~~~
    "You are not remembered for doing what is expected of you." - Atul Chitnis
  28. Issue Tracking: HelpMeICT by robbkidd · · Score: 1

    A program we decided to use in a 6-person shop was the HelpDesk Issue Management (also known as helpmeict). Simple to set up.

  29. A cross-business solution by Speequinox · · Score: 1

    The best would be an open, web-based solution that let third-party hardware and software repair technicians add their own notes to it--sort of like a medical record that follows the computer through its life.

  30. Bugzilla! by MoogMan · · Score: 1

    http://www.bugzilla.org/ may work for you, depending on the complexity and requirements of features you need.

  31. thats easy. by GotSanity · · Score: 1

    I would say try making a php script that connects to a database. I could whip one up for you in a few hours easily.

  32. Keep it simple: blog & wiki (or just files :) by hubertf · · Score: 1

    Use a weblog or simple file for the "what did I do today", and add links into some wiki or other, per-case/customer files for tracking the actual changes.

    Before I'd go and test a bazillion of complicated systems, I'd try the file-based approach first.
    You can do the linking in HTML.

    - Hubert

  33. bugzilla perhaps? by blackcoot · · Score: 1

    it's free, available here: http://bugzilla.org/ it's not exactly designed for your specific task (it's primarily aimed at quality control / bug tracking) but shouldn't be hard to adopt for your purposes.

  34. eGroupWare by Baloo+Ursidae · · Score: 1

    eGroupWare has a trouble ticket system that you can adapt to suit your exact need fairly readily.

    --
    Help us build a better map!
  35. Double Choco Latte by ke4qqq · · Score: 1

    Try DCL http://dcl.sourceforge.net/ out. It's in use by a large group of people, is very stable. Unlike most of it's competitors it's extremely easy and fast to get setup and yet provides a very featureful interface.

  36. group/forum software by majid_aldo · · Score: 1

    ..is what i suggest.

    --
    --- widget evolution: enhanced, plus, super, ultra, extreme, exxxtreme, ultra-extreme, ..etc.
  37. SugarCRM by signingis · · Score: 1
    What about running SugarCRM for yourself?

    You can add each customer as an account and mannage their "cases" (service calls) track tasks associated with the services calls, schedule customers and things like that. Check it out. :)

    --

    I prefer a void in conversation to a vacuous one.
  38. RT and PHP by KagatoLNX · · Score: 1

    Uhhh, that was a test?

    Oops, my bad Perl.

    Being a Python programmer, I misremembered it as "one of those other P-languages that gives me maintenance headaches". :)

    That being said, again, RT can be quite functional. I've found it runs better under PostgreSQL, but never tested it with Mod_Perl (didn't know it did that).

    --
    I think Mauve has the most RAM. --PHB (Dilbert Comic)
  39. IssueTrackerProduct is free! by thepeterbe · · Score: 1

    I would of course recommend the http://www.issuetrackerproduct.com/ which is Open Source and thus free. The advantage with the IssueTrackerProduct is that it's written with focus on usability and simiplicity. If it's too complicated, like many of the above mentioned are, people stop using it and go back to making spreadsheets or todo lists in Word.

    The IssueTrackerProduct requires a simple installation of the Zope server which you can run either on it's own or fronted by an apache.

    One tremendous advantage is that it's written in Python (unlike VBScript like for Fogbugs) with storage in a object database that is really easy to work with in your custom applications/reports.

    My company runs 48 instances of the IssueTrackerProduct for about 30 people.

  40. OCS Inventory by natmsincome.com · · Score: 1

    OCS Inventory

    No what you asked for dirrectly but this is what we've been using to do something similar. This will tell you everything that's installed on the machine. What hardware it has, BOIS, free space etc. All in about 10 sseconds. After that is has sections for fixes, comments, changes etc.

    We looked at getting just ticket tracking (which is basically what your wanting) and realised we wanted inventory tracking more.

    What we are looking forward to is OCS Inventory is planning to work with the GLPI project so you want use the OCS Inventory backend and use and extended OCS Inventory + GLPI front end.

    If your mainly wanting ticket tracking about hardware you may be more interested in GLPI which I talked about before.

    Lastly here more products that do issue tracking.

  41. DIY by tverbeek · · Score: 1

    I'm sure there are a bunch of fully-developed options available, and probably even some nifty free-as-in-free ones. But every x years I get hired somewhere as "the tech guy" and before long I just build a simple database app to do this. In the past I've used M*cr*s*ft Acc*ss, but next time I'll probably do it with MySQL and a PHP-based browser interface. Using a home-grown system makes it easy to include just the functionality you need and to adapt as your needs change.

    --
    http://alternatives.rzero.com/
  42. Access by jbplou · · Score: 1

    If your a one man shop Access should be good enough set up some simple tables and forms and be done with it. You don't have time to putz around with something more complicated you don't need something real robust to track one persons work.

  43. Online Solution by Anonymous Coward · · Score: 0

    Something my company uses (probably too much, really) is an application called QuickBase.
    You can find it at www.QuickBase.com. It's a customizeable database.
    *Anyone* can create a username and password for free. You can even start a database without paying anything. I think you get up to 3 databases for free. If they get past a certain size, you'll be asked to pay.
    You start by creating your database. You can do this by importing a spreadsheet, choosing one of their pre-made setups or starting from scratch.
    All you need is internet access and a browser. It seems to prefer IE, but will run in other browsers. I've not had any problems except on an old linux box, but I didn't expect it to work there.
    Once your database (I think they call them applications now) is created, you then invite people to have access to it. The database keeps track of who owns the record and who last modified it. I think you can set it up to remember every modification to each record as well.
    I think it can do everything you're looking to do. It can be accessed by multiple people at the same time (as long as they're not trying to change the same record, but it warns you if that's happening).

  44. tracking system...... by sickboy3i · · Score: 1

    dotproject.net

  45. iHEAT by jamie1911 · · Score: 0

    I am a computer tech for a local bank and we use a ticket generator that is somewhat what you are looking for... http://www.serversys.com/heat/heat.html