This topic is locked

Control inventory by serial

5/12/2012 1:35:50 AM
PHPRunner General questions
J
joiresende author

I have a table called input purchases of products with the following fields:

id_product

product

mark

Date_of_purchase

The purchase price

Serial product
I have an application called input products (add products page) which works very well. My problem is that when I buy for example ten products of the same make and model have to throw all the fields one by one quantidade.por not only because of the serial.

Does anyone have an idea of how to launch the quantity of products and open fields to add the serial.

C
cgphp 5/12/2012

Post a screenshot of the add page to better illustrate your request.

J
joiresende author 5/12/2012




What I need is when you have bought the same product for example ten I do not need to keep typing in all fields, only the serial field

C
cgphp 5/13/2012

Why not add a quantity field?

J
joiresende author 5/13/2012

Dear Cristian Gilé:

I had an idea and I can not put into practice.

It would be the following: I fill the data in all fields. Product, Purchase_price, Date_of_purchase and Serial.
by pressing the save button erase the Serial field and keep the other fields filled. Do you have any idea how I could do that.

Thank you and sorry for my english

J
joiresende author 5/15/2012

any idea?

C
cgphp 5/15/2012

Why not add a quantity field?

J
joiresende author 5/15/2012

Right quantity and add the field as it would be to open ten windows (fields) to enter the serial without needing to enter data from other fields. You have an example?