i need a coder for some easy task (i would do it myself but i'm too busy atm)
my friend works for some company in france and they need inventory-like script for computers (home pc's, laptops, etc..),
most important part is the search functionality, i have table structure done and will try to explain/draw how it should look..
there are 9 pages: index (list inventory, with pager, [delete record]), search (search by ram size, hard disk size, graphic card, monitor size, model, processor, etc..), add new, edit, client list page, client edit page, add client page, bill printing (html page, a4 format ready), and specification printing (product overview, html page, a4 format ready)
i already did script similar to this for some isp company and can share it..
this is table structure
here's a drawing how should index page look like (i forgot to add [print] / [bill])
more info on msn/skype/etc.. if you're interested pm me
my friend works for some company in france and they need inventory-like script for computers (home pc's, laptops, etc..),
most important part is the search functionality, i have table structure done and will try to explain/draw how it should look..
there are 9 pages: index (list inventory, with pager, [delete record]), search (search by ram size, hard disk size, graphic card, monitor size, model, processor, etc..), add new, edit, client list page, client edit page, add client page, bill printing (html page, a4 format ready), and specification printing (product overview, html page, a4 format ready)
i already did script similar to this for some isp company and can share it..
this is table structure
table "products":
product id, date of entry, product name, manufacturer, model, barcode, monitor, processor, hard drive, ram, graphics, operating system, other, buying price, selling price, market price, repair price, active, product count
table "bills":
bill id, bill number, bill date, client id, product id, vat
table "clients":
client id, full name, address, postal code, city, phone, email
product id, date of entry, product name, manufacturer, model, barcode, monitor, processor, hard drive, ram, graphics, operating system, other, buying price, selling price, market price, repair price, active, product count
table "bills":
bill id, bill number, bill date, client id, product id, vat
table "clients":
client id, full name, address, postal code, city, phone, email
more info on msn/skype/etc.. if you're interested pm me
Comment