What is the best tech support software designed for computer services businesses?

slgarza

New Member
Reaction score
0
regardless of the price, im looking for a software that can manage all of my business from customer records to invoice and billing i dont want a web portal, im looking for a downloadable software, what would you recommend me guys?:D
 
I use AutoTask, but it's hosted. TigerPaw and Connectwise are both very strong options you'd probably want to look at though.
 
this question is being asked constantly
just search the forum and you'll get more answers than otherwise you would
 
I got tired of not find a downloadable one too. I've been looking since I've started. Budget is kind of tight so that does limit me. All I keep finding are web based CRMs. Last night I started an Access database to handle all my work orders and keep track of what I do on each computer that comes in. After I enter the customer data I can then print out a work order with all my terms and signature lines. I finished it up today and it works quite well. I use Quickbooks online for my invoicing and accounting. I don't know enough about accounting to even begin to write a DB for it.

The only problem is that I didn't realize that Access databases didn't work on Linux. At least not the forms and reports I created. My office computer is Ubuntu. I have Virtual Box OSE running XP because Linux doesn't support QBO either. The problem is that I can't get my local network to work on my VM, so no printer ability. Until I figure it out I've been saving my invoices to my dropbox account then printing them off of the host OS. I don't know what I'm gonna do with my Access DB though. I thought about making a new one with OOo, but I don't much feel like it. I rather run it on my VM and try and get my printer working.
 
MySQL, HTML/CSS, PHP, Apache

:D

Sadly I don't know enough about those to be of any use. I had considered taking my access database and making a web front end for it with an ODBC connection, but if I'm going to go through all that trouble I'm just going to rebuild teh database from scratch in Linux.

Learning experience I guess. Just kind of disheartening that I spent all that time on the Access dbase and now I'm going to have to build a completely new one.
 
Just kind of disheartening that I spent all that time on the Access dbase and now I'm going to have to build a completely new one.
OOo Base will use Access databases and you can use whatever reports you created in Access if you change the field references, which is very easy to do. Not sure about QuickBooks but Quicken runs under Wine. I know it's not the online QB, but it may provide a migration path and you can usually pick up QB on eBay for a reasonable price.
 
Sadly I don't know enough about those to be of any use. I had considered taking my access database and making a web front end for it with an ODBC connection, but if I'm going to go through all that trouble I'm just going to rebuild teh database from scratch in Linux.

Learning experience I guess. Just kind of disheartening that I spent all that time on the Access dbase and now I'm going to have to build a completely new one.
There should be ways to essentially upload an access database to MySQL.. I haven't done it, but I'm fairly certain it's possible.
 
OOo Base will use Access databases and you can use whatever reports you created in Access if you change the field references, which is very easy to do. Not sure about QuickBooks but Quicken runs under Wine. I know it's not the online QB, but it may provide a migration path and you can usually pick up QB on eBay for a reasonable price.

I know I can transfer the tables over to base, but the forms and reports do not transfer. Unless there is some way that I don't know of.
 
I know I can transfer the tables over to base, but the forms and reports do not transfer. Unless there is some way that I don't know of.

Access is what used to be called DBGo.
Microsoft bought it and added to it a Integrated Development Environment so you can design forms.
They have also integrated a compiler to compile the whole lot to .mdb
I doubt there is something that will reverse engineer the mdb and port it to another language like C++, C#, etc.
The database structure, yes, that can be done, but the forms, that's a tough one.

Edit:
and maybe the new Mircosoft Visual Studio, may do that from mdb to VB or C#, but you will have to look into it, 'cause I don't know for sure.

2nd edit.
OO is written in Java, so transferring the tables will mean to port the code to Java code.
You'll be better off doing it from scratch with OO
 
Last edited:
Access is what used to be called DBGo.
Microsoft bought it and added to it a Integrated Development Environment so you can design forms.
They have also integrated a compiler to compile the whole lot to .mdb
I doubt there is something that will reverse engineer the mdb and port it to another language like C++, C#, etc.
The database structure, yes, that can be done, but the forms, that's a tough one.

Edit:
and maybe the new Mircosoft Visual Studio, may do that from mdb to VB or C#, but you will have to look into it, 'cause I don't know for sure.

2nd edit.
OO is written in Java, so transferring the tables will mean to port the code to Java code.
You'll be better off doing it from scratch with OO

I was able to export the tables to a CSV file than import that into Calc, then import that into base. But yea, the rest I'm doing from scratch. However, Access is a lot nicer in terms of form design. And adding input masks is difficult in base involving coding whereas in Access you just click and you got it.
 
QuickBooks CRM: your customer list and addresses.
Tracking Jobs: The invoice history

It is all there, it just depends on how you look at it.
 
So could you describe how you go about that in the course of a job coming in and you noting it, then doing the job? Are you for instance using Estimates to enter the job or something?
 
Back
Top