If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Need some advice on work project!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-11, 12:58
ATPoseidon ATPoseidon is offline
Registered User
 
Join Date: May 2011
Posts: 1
Lightbulb Need some advice on work project!

Hi, my name is Yanis,
I work for a small company based in North London. We deal with IT & CCTV.
We have a POS Terminal working on MySQL. We currently use it only for receipts. However I want to expand it by creating a module that writes down new orders, gives them a tracking number, which can later be used on our website to find out the progress of the order.
I also need a certain already existing database. Basically when we take laptops for repair, we need to write down the model number. I need a field in which when I write "Satellite L" and then all the models from the L family would come on a droplist, so I can choose easily. My question is - what would be the best tools to create such a module and where to find a database that has most laptop models (not only toshiba, but all brands).

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 05-21-11, 10:36
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 620
The database can be expanded to include other tables in which you can store whatever information you would like. However, it is your application that accesses the database that you would need to verify that it be enhanced to accommodate the changes in the database. If it cannot then think about writing your own mini app (web based) just for this functionality. The easiest and most documented way of developing web based solutions is using PHP and MySQL. Other alternative development platforms include Ruby, JSP...
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On