Quote (SpainCreed @ Jul 20 2015 10:11pm)
Okay so here's what I want to do.
It will be a database of inventory. I want to have a Page where I can add a stock item and it will be added to a database, some kind of search function so I can check how much of a certain stock I have. Also probably a way to delete and that sort of thing.
I think it's a pretty standard sort of thing.
I know html, JavaScript. I'm not sure how useful they will be for the.bulk of this. I assume I'll have to learn sql.
If there is source or even good tutorials people can recommend for me to read and get started on or any advice that would be awesome.
who is your audience? easiest way is just to use a spreadsheet. put it on google docs if you want it shared across multiple computers. it supports all your requirements and it's really easy to maintain and no coding involved.
i'm sure there are a lot of out-of-the-box software you can use for it if your company will spend a bit of money.
if you insist on writing an app, do you have someone who can maintain/configure it for you? if it's a web app, it needs to be deployed to a web / app server. you'll need someone to install/maintain your database on a server, regular backups, etc. you don't have to learn sql, but IMO that would be the easiest solution.
This post was edited by carteblanche on Jul 20 2015 08:25pm