View Full Version : Database and or Cash register programme
Mehok
11-01-2006, 07:46 PM
I would like to eather make or download a database where i can keep track of all my stock and services and also to have cashregister function where i can keep records of who bought what
ty
codeexploiter
11-02-2006, 05:07 AM
Your requirement seems to be very abstract. Yes you can maintain your inventory details and cash register using database.
But i don't think without stating your actual requirements it would be difficult to comment about it.
djr33
11-02-2006, 05:51 AM
http://php-mysql-tutorial.com
There ya go.
That's a general answer for a general question.
Also, anything that actually deals with money must be dealt with very carefully... I wouldn't want to code something that accepts credit cards myself, for example.
tech_support
11-02-2006, 05:59 AM
It depends if you want it online or offline
If you want offline, then Microsoft Access will do.
codeexploiter
11-02-2006, 07:22 AM
MS Access is good if you are dealing with small to medium volume of data. I would say a beginner can start using databases using MS Access will certainly enjoy the experience as it has wizards and tooltips for everything.
If you are looking for something which is efficient i would suggest MySQL (http://www.mysql.com/)/PostgreSQL (http://www.postgresql.org/)
djr33
11-02-2006, 08:13 AM
Sure. Offline is a whole different story, just if you're keeping track for yourself.
codeexploiter
11-02-2006, 08:31 AM
He still can use a web based items for an office inventory system. You can find lots of PHP packages in the net for free.
I think developing a custom software will be expensive compared to the above one.
Customized softwares has to support networks if wants to communicate with different departments.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.