3

Working on a new project, and need some documentation advice. I need to be able to document ~ 400 client sites to track assets, setup, hardware layout, network layout, etc. We want to have photos, maps, etc. wherever possible. We need this for a call center environment.

Has anyone found any off the shelf software that performs this functionality, or are we on our own to develop the tools that we require?


To elaborate, we're currently (we have currently) deployed a product called Ready Desk for use, but when we started to work through documenting serialized assets, we quickly learned that the product is closer to an in house solution, even though it is billed to be used for IT organizations of all sizes from 1-man shops, to multi-million dollar enterprises.

Features such as Asterisk Integration and Remote Desktop were appealing, as well as being able to have client portals for each customer, etc., but every feature we look at seems to be lacking for us.

What we need to do is to support 400-4,000 client sites with approximately 400-12,000 computers across all locations (1-3 computers per location).

We're looking to have an ability to log calls, create tickets, integrate with Asterisk derived phone systems, invoice customers for time and materials (Including sales taxes per client), track asset serial numbers and customers, load and retrieve photos of locations to better understand building layout, networking, location setup, etc. all within the single system, without the need of exporting to another application for anything. We'll create GL Entries in QuickBooks to track incoming/outgoing expenses.

I feel as if our only choice is to custom develop a system that meets these needs, or purchase an expensive (> $10,000) system to do this.

HopelessN00b
  • 54,273
Richard B
  • 141

2 Answers2

2

At a past company they used Rackwise. At another company they picked Connectwise as it combined asset discovery and mapping with an IT help desk. I think for smaller IT Consulting firms there is a lot of value for these types of tools especially when it comes to asset discovery. So many times a customer will plug in a random computer, or worse, a router without any knowledge to the IT firm.

JMeterX
  • 3,407
1

It sounds like you're asking for the wrong thing: you say you want a documentation system, but you already seem to that -- what you need is a system that ties documentation, communication, and billing together: a CRM System.

There are some $10,000+ systems that do this (Microsoft Dynamics CRM), and some free ones (SugarCRM) -- Wikipedia has a short list of options.

The usual missing gap is phone system integration. Open-Source CRM Systems like SugarCRM will usually have a way to talk to Asterisk, while larger commercial ones may talk to Cisco's Unity system.


If you don't find a CRM solution to your liking (or within your budget) the grand traditional way of doing this by rolling your own is to glue together a bunch of open-source components:

  • Some kind of asset tracker (SpiceWorks, ReadyDesk, etc.)
  • Some kind of ticketing system (RT is the usual choice)
  • A billing system (preferably one that can look at the ticketing system)
  • A wiki (to store "documentation stuff" that doesn't fit elsewhere)
voretaq7
  • 80,749