Friday, 23 August 2013

How to compare row value against static value

How to compare row value against static value

I have a very low level, beginner question. My goal is to essentially run
some kind of stock level report, where I compare the stock level against a
static number. So for instance I have 3 parts and I'd like to maintain at
least 5 parts at all times, so I want to have a page that can pull the
current stock level and output how many I need to order, then multiply
that number by the cost, then total the cost of every part, for now I'm
using a excel sheet to accomplish this, but I'd like to move it to a
webpage. I really just need to be pointed in the right direction, for now
I'm just echoing the parts and their quantity, but I'm not sure where to
begin, or what kind of operations I'll need to use to get this going. Or
if anyone could point me in the direction of an example that would be
great, as usual any assistance is appreciated.

No comments:

Post a Comment