stock control stuff

S

safire

hi group

I am just about to embark on creating my stock control system, i have a
couple of questions to ask:
1) is there a good source of free or low cost pre made solution available to
download and play with? I have looked a bit but can't seem to find anything
that is of use.

2) I intend on creating my stock control database tables so that the stock
amount is in the main table, along with min sock amount etc.., then i will
have a form that will be for adding and removing stock, this will add or
subtract from the figure that is in stock in the main table. is this the
correct way to have the changing values?


I look forward to eny help that is on offer.

Regards

Adrian
 
F

Fred

I think that you will find that 80% of your work will be outside of Access
(see below pasted in which is something I wrote for some people who were
doing this)

If you are going to transaction-based inventory tracking, then your idea is
a good way to do it that aspect of it.

Sincerely,

Fred

Most people would define inventory tracking is an information system that
always “knows†the current inventory. For those that don’t already have this
in place, this is a 10 times larger job than they think it is. So, for many
of them, a “less perfect†system that doesn’t fully do this would be better
for them.

The central “information†system can be paper/card or electronic.
Electronic systems can be of various types such as text documents,
spreadsheets, but most are database based. For this example

Here are the main steps.....alsway read the later ones befor you
start.....:where you are headed should always infleunce what you do.

1. Create unique “names†/ identifiers for all items that you want to
track. The most common example of this is your company’s part number for
the system, following all of the rules for a good part numbering system. An
alternative is sombody elses’s part number combined with their name. For
wording in this writing, I will presume you’re using “part number†This
includes defining all units of measure. . E.G. does a part number for rope
mean 1 foot of that rope, one 200’ spool of that rope etc.

2. Define your “sphere†of what will be considered to be “in†your
inventory. Is this your stockroom, your whole building, your whole
company, a single service truck?

3. List all of the current ways in your company that inventory of an item
in your “sphere†could be modified*. The 4 main categories of this are:




Income
Outgo (sales, consumption etc.)
Creation*
Destruction*

* E.G. If, by a manufacturing act, you use part a and part b to build part
c, that act “destroys†A & B and “creates†C

The results must be

4. Set up and implement procudures, rules, practices to make sure that
every instance of every item #3 will get recorded as a transaction for each
part number involved, and that happenings not under #3 are not recorded.*
Usually, this requires defining a mental or physical around your “shpereâ€.
For example, if your “sphere†is (only) your stockroom and your production
area, then your procudures must make sure that moving an item from your
stockroom to your production area is never recorded as a transaction, and
moving an item from either of those two areas to elsewhere is always recorded
as a transaction.

5. Get / Set up a data system which has a current inventory quantity for
each part number, and which supports receiving each recorded transaction and
making the appropriate modifications to inventory quantities for each
recorded transaction.*

6. Make sure each transaction gets processed in the data system.*


Note: A portion of the items under #3 (and processed under #4, #5 & #6)
might be, or are set up as happenings within the same data system.
Examples might be sales, shipments, usage on work orders, instances of
manufacturing, “receiving†etc.. In these cases, decide which of these your
data system can and will interpret and execute as inventory transactions, and
get/make a data system that properly does so. Then, when implementing your
procedures under #4, consider entry/execution of such an action in the data
system to also be recording of the inventory transaction
 
N

NetworkTrade

in addition to Fred's input; I believe that if you search for Access
Templates you will find a Northwest Inventory template totally made.

- - As I remember, it is a good little system but still the Template may not
completely fit your mode of business or expectations; however
if you are not comfortable in database design and vb - (and an inventory
system can be a handful depending on its features) then the template maybe
will suffice with some compromise...

hope this helps
NTC
 
F

Fred

Hello NTC,

If you mean the Northwind example, I haven't spent much time with it but I
don't think that it is set up to modify inventory from transactions. (Or to
even treat transactions as events)

So in Northwind, I think that one updates inventory only by knowing and
entering the total new count of that item.

Sincerely,

Fred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top