December 12, 2009 at 1:00 am
Hi All,
Basically i don't have knowledge in Inventory Management System. so any one can help me the flow of inventory management system and data base design for small business, like invoices purchase orders, stores
Thanks in Advance
December 12, 2009 at 8:49 am
My suggestion to you would be to create a requirements document.
Some simple questions which need to be answered before starting the database design would be:
1. What model of a system - first in, first out or last in first out or both flows be implemented with first in, first out for products which might have a "use before date". Or the third option which is neither first in / first out or last in/first out.
2. Is product cost to be tracked in the inventory system, so that the inventory value can be arrived at for fiscal period accounting purposes?
3. Do you have to track which item and number of, are shipped to what outlet (store or customer)?
Additional items added at 12:35
4. Will the inventory system have to calculate and set re-order levels for stocked items? Then when stock on hand is at or below the re-order point generate a report for purchasing.
5, Are stocked items seasonsal items / non-seasonal or a mixture of both. Seasonal would be something like bathing suits, while non-seasonal might be nuts and bolts.
And as you familiarize yourself with the complexity of a good inventory system you will find more questions that must be answered before starting the design of your database.
December 12, 2009 at 9:24 am
You might pick up a copy of this as well: http://www.amazon.com/Server-Relational-Database-Design-Implementation/dp/143020866X/ref=sr_1_1?ie=UTF8&s=books&qid=1260635050&sr=8-1
December 12, 2009 at 10:19 pm
Heh... look in Books Online and the AdventureWorks database that comes free with SQL Server. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2009 at 1:31 am
You could try going for this book at this link
December 14, 2009 at 2:29 am
Hi All,
Inventory Management Flow
Item Master
Item Name , Item Code , Make , Specifications, Opening Bal,
Qty in Hand, Reorder Level , Cost Price , Selling Price
Bill of Material ( if Manufacturing Company)
Note: Not Required if Trading Company
Purchase Order to be Placed to Supplier for Insufficient Qty
Material Inward from Supplier - Stock to be added. Purchase Order Status should be completed.
Material Outward to Customer - Stock to be Reduced.
Invoice (Bill) , DC( Delivery Challan) , GP ( Gate Pass) should be
generated.
Purchase Ledger
Sales Ledger
Daily Stock Ledger with Inward and outward of Material
Analysis Reports
1. Supplier Wise / Manufacturer Wise Sales
2. Item Wise Sales
3. Customer Wise Sales
4. Stock Report etc.,
December 14, 2009 at 10:30 pm
This isn't a subject to be taken lightly... inventory management is complex and frequently changing. It's not something that can be learned correctly in a couple of hours especially if you don't have a very, very good background in database design.
My suggestion would be to get some professional help on this one.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2009 at 8:23 am
Very well put, Jeff. There are multiple ways to handle inventory, and modeling is not something you learn in a day. It takes time, and if you've never done it, you ought to have someone that has experience work with you and review your designs.
December 15, 2009 at 8:33 am
I agree with both Jeff and Steve, but I'd like to add that their comments apply to more than just Inventory Management System. Database design is not something that should be taken lightly. A poorly designed database can break a system, especially as the number of records increases.
The book referenced by Steve is a great book. I have the SQL Server 2005 version. It will certainly open your eyes to what you need to consider in your design.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 15, 2009 at 1:07 pm
Exactly.
My MIS degree program devoted 2 semesters (courses) to Systems Analysis and Design.
August 1, 2010 at 10:55 pm
Irrespective of the size of business you have, one thing is for sure effectual inventory control management [/url/]is not a thing to be missed. if you are new to inventory management, you need to first of all become familar with the inventiry management software as this would make the further chores easy...:-)
October 12, 2010 at 10:13 am
I would have to agree with Jeff, Steve, and Alvin. Trying to design an inventory management system may be difficult and can cost you your time and your effort. If you could, I would recommend using programs that already exist to help you with your small business. One suggestion I would give is try using Mailware. It helps manage orders and has that inventory management [/url]aspect that you are looking for.
March 4, 2014 at 3:43 am
Here you are all are right and I would like to suggest you that if you want to learn inventory management system, first go with proper online system and use them for getting ideas because its little hard to understand and to go direct.
January 30, 2023 at 9:53 am
This was removed by the editor as SPAM
Viewing 14 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic. Login to reply