EvilZone

Community => General discussion => Topic started by: cyb3rfreak77 on May 22, 2013, 01:00:22 AM

Title: Program for A Tech Repair Shop?
Post by: cyb3rfreak77 on May 22, 2013, 01:00:22 AM
I'm looking for a program for Store Management, I work at a tech repair shop and we still use a DOS like program called Store-trek, it is very old , It suits the shop very well but it very limited and I'm going to suggest to my Boss some of the new software that might speed up the check in process of our customers. I also want to maybe find a Linux Distro like OpenSuse that is good with business management. Please suggest some type of software that can be modified or edited, I'm talking editing the categories  for when your checking in a computer - like model #, brand, serial # , etc.
Title: Re: Program for A Tech Repair Shop?
Post by: Ragehottie on May 22, 2013, 04:33:08 AM
Make your own. So it fits all your specifications exactly. Because its yours
Title: Re: Program for A Tech Repair Shop?
Post by: cyb3rfreak77 on May 22, 2013, 04:52:10 AM
I was actually thinking of doing that , but what language do you suggest I write it in? python, C#, or Java, or what?
Title: Re: Program for A Tech Repair Shop?
Post by: silenthunder on May 22, 2013, 05:05:56 AM
I was actually thinking of doing that , but what language do you suggest I write it in? python, C#, or Java, or what?

From what I understand (which isn't much in the area of programming at this moment), Python is the easiest to use cross-platform, and it seems like you work with more than one OS at this shop.
Title: Re: Program for A Tech Repair Shop?
Post by: cyb3rfreak77 on May 22, 2013, 05:48:51 AM
hmm I think i might go with python then , thanks guys
Title: Re: Program for A Tech Repair Shop?
Post by: techb on May 22, 2013, 06:00:53 AM
Javascript or PHP, I like javascript though. If you make it web based and modular with a common web interface, it might be added into other sites/work places. IT admins will like something like PHP or Javascript already in place than something like Python, trust me I've tried.
Title: Re: Program for A Tech Repair Shop?
Post by: Snayler on May 22, 2013, 11:57:30 AM
I'm modifying a ticketing system's source code to suit the needs of the shop I'm interning in. It uses mostly php and some javascript, although all the important stuff (queries to the db) is done through php.
Don't ask me to share the code, cause it was all translated to my language, so I doubt it would be of any use to you.