Items or products are base of any inventory system. You'll keep information about your items in the item table. This table usually has fields Item Name,Description,Vendor Price, Sales Price,Department, Bar Code. You'll fill out these fields one time when you receive an item in your warehouse. If you receive this item second time you use your first record. You can only change vendor and sales prices. You'll be able to search any item in the item list.
And you'll be able to edit any record in the item list.
The item table doesn't have information about current on hand amount of items. The inventory system calculates this amount as difference between received and shipped quantity each time when your open the item list form.
No comments:
Post a Comment