Stock keeping System [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to develope a system where I have 38 stores and I want each store to login and enter their stock.
When a certain store logins they should only access their stock only not for anyone else.
Should I have a table for each store on the sql database?
someone advice please

You would need at the very least two tables. One for storing stores and other for products. One table for each store makes little sense to me.

Related

Artificial intelligence with PHP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 days ago.
Improve this question
first of all, I apologize for my poor English.
I am planning to create a user interest recognition system with the help of PHP language, that is, I will recommend my products based on the user's behavior. I decide to use PHP. Can anyone suggest a solution?
I made almost no special effort

What Is Active db in CodeIgniter? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
What Is Active db in CodeIgniter
I have been searching but I am not getting answer in this question?
Please answer me.
I think it's Active Record not Active DB. Active Record is a One kind of design pattern used for retrieve, insert, and update your database with minimal scripting. You will find more about this in the bellow link
https://www.codeigniter.com/userguide2/database/active_record.html

Edit a record without code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for some sort of (free) framework / script that generates code (or reads mysql metadata at runtime) to edit a mysql record that I can just insert into my existing website.
Something like: Give it credentials, tell it which table and how to get the ID (in this case $_GET['id']) and it spits out a HTML form and PHP code to select/update/insert it.
I'm sure something like this already exists but I can't find good google search terms.
A good key word for searching would be: scaffolding
http://www.phpscaffold.com/
http://www.amplescaffolder.com/2009/12/18/ample-scaffolder-everything-youve-ever-wanted-in-a-php-scaffolding-package/

magento how to apply 2 coupon code at the same time [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have two coupon codes that i am going to apply for single product but it is taking the only one coupons code discount. so please tell me how to apply 2 codes at the same time...
This cannot be done out of the box. But there are extensions that allow you to add personalized coupon codes and add as many as you want in the cart.
Here is an example. I'm in no way associated with the extension provider. I just used it in the past and was very happy with it.
I'm sure there are others.

is there an API that querys an amazon like site (or amazon) and gets the market price of an item? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
is there an API that querys an amazon like site (or amazon) and gets the market price of an item?
preferablly in php, but, doesnt have to be.
anyway, thanks
thanks =)
Well this could help you in a great way ::
http://www.phpclasses.org/package/642-PHP-A-PHP-XML-class-to-access-Amazon-API-they-released.html
a PHP class for easy access to Amazon API. :)
EDIT: i havent used it myself, but i assume that it should certainly be having some way to get Prices etc as you require it.

Categories