Author Topic: Program for A Tech Repair Shop?  (Read 963 times)

0 Members and 3 Guests are viewing this topic.

cyb3rfreak77

  • Guest
Program for A Tech Repair Shop?
« 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.

Offline Ragehottie

  • Knight
  • **
  • Posts: 313
  • Cookies: -9
  • Hack to learn, not learn to hack.
    • View Profile
Re: Program for A Tech Repair Shop?
« Reply #1 on: May 22, 2013, 04:33:08 am »
Make your own. So it fits all your specifications exactly. Because its yours
Blog: rexmckinnon.tumblr.com

cyb3rfreak77

  • Guest
Re: Program for A Tech Repair Shop?
« Reply #2 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?

Offline silenthunder

  • Royal Highness
  • ****
  • Posts: 700
  • Cookies: 23
  • Anpan.
    • View Profile
Re: Program for A Tech Repair Shop?
« Reply #3 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.


"Hacking is a lifestyle, a specific mindset, and it really is a lot of work." - Daemon

"Just wanted to state that this is just wicked social engineering at its best." - proxx

cyb3rfreak77

  • Guest
Re: Program for A Tech Repair Shop?
« Reply #4 on: May 22, 2013, 05:48:51 am »
hmm I think i might go with python then , thanks guys

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Program for A Tech Repair Shop?
« Reply #5 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.
>>>import this
-----------------------------

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: Program for A Tech Repair Shop?
« Reply #6 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.
« Last Edit: May 22, 2013, 11:59:26 am by Snayler »