473,804 Members | 1,992 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Simple inventory system

Hi all,

I'm a .net developer working with developing automation equipment for the
sawmill industry. The main focus of our product line is mechanical and
measurement equipment but our clients start asking us for an inventory system
to keep track of their produced volume.

I am new to this area (all I've done so far is store production data in a
SQL DB and create daily production reports). What we are asked to do is a
simple inventory system where our customers can keep track of the produced
artichles and create inventory reports.

The simple flow is something like this:

1. A produced item is inserted in the inventory when it is produced. Some
properties of the item like article ID, volume and maybe more is inserted.
This is done by an operator at the delivery bay of the mill.
2. The item is removed from the inventory when it is shipped to a customer.

What could be a suitable plattform for this? Are there any simple products
like this on the market? Is this a job for Access?

NOTE: I'm not interested in a full scale inventory system like what you can
get from MS Dynamics.

Thanks
Aug 15 '06 #1
3 3234
Hi Henrik,

Searching through the web, there are a lot of simple inventory systems. A
lot of them are free. For example, here is a list of them.

http://www.sofotex.com/download/Busi...are/Inventory/

If you would like to have a DIY, developing such software is not very
complicated. You can use SQL Server as database, which does better in a lot
of aspects than Access. (Use SQL Express if you need free edition.) For
database software development, you can reference the PetShop in MSDN.

http://msdn.microsoft.com/library/de...us/dnbda/html/
bdasamppet.asp

If anything is unclear, please feel free to let me know.

Kevin Yu
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Aug 16 '06 #2
"Henrik" <he*****@commun ity.nospamwrote in message
news:36******** *************** ***********@mic rosoft.com...
Hi all,

I'm a .net developer working with developing automation equipment for the
sawmill industry. The main focus of our product line is mechanical and
measurement equipment but our clients start asking us for an inventory
system
to keep track of their produced volume.

I am new to this area (all I've done so far is store production data in a
SQL DB and create daily production reports). What we are asked to do is a
simple inventory system where our customers can keep track of the produced
artichles and create inventory reports.

The simple flow is something like this:

1. A produced item is inserted in the inventory when it is produced. Some
properties of the item like article ID, volume and maybe more is inserted.
This is done by an operator at the delivery bay of the mill.
2. The item is removed from the inventory when it is shipped to a
customer.

What could be a suitable plattform for this? Are there any simple products
like this on the market? Is this a job for Access?

NOTE: I'm not interested in a full scale inventory system like what you
can
get from MS Dynamics.

Thanks
You may not have a software problem. You may have a business model problem.
If your company isn't set up to deliver business software, like inventory
control, you may create more problems than it is worth by rolling your own
solution. If it were me, I'd look around my area or industry and find a
good software partner. You can increase your sales by integrating with a
solution that some of your prospective customers already use, and you can
build a relationship that allows your company to earn a profit on referring
software sales without the cost of creating or maintaining a software
package that your company doesn't have the expertise to deliver better than
the competition.

In other words, if you create a cooperative marketing agreement with another
company, one that delivers your inventory control, and you write the
software to integrate with that company's software, then you BOTH benefit.

<infomercial>Mi crosoft has programs for their partners along these lines, as
many software providers do. If you'd like to partner with Microsoft, please
contact your local sales office and explain what you are looking for. They
can help you get set up. You can find a local office on the microsoft.com
site.</infomercial>

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Aug 16 '06 #3

Hi,

If you want to develop your own Inventory system with Microsoft
products, try this Title:" Develop an Inventory managment application
using Microsoft's visual basic" published by Vk publishers. Visit
http://www.vkinfotek.com for the contents of the book.

Regards
bhar
Henrik wrote:
*Hi all,

I'm a .net developer working with developing automation equipment for
the
sawmill industry. The main focus of our product line is mechanical
and
measurement equipment but our clients start asking us for an
inventory system
to keep track of their produced volume.

I am new to this area (all I've done so far is store production data
in a
SQL DB and create daily production reports). What we are asked to do
is a
simple inventory system where our customers can keep track of the
produced
artichles and create inventory reports.

The simple flow is something like this:

1. A produced item is inserted in the inventory when it is produced.
Some
properties of the item like article ID, volume and maybe more is
inserted.
This is done by an operator at the delivery bay of the mill.
2. The item is removed from the inventory when it is shipped to a
customer.

What could be a suitable plattform for this? Are there any simple
products
like this on the market? Is this a job for Access?

NOTE: I'm not interested in a full scale inventory system like what
you can
get from MS Dynamics.

Thanks *


--
bhar
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message2469005.html

Aug 17 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2988
by: DeepDiver | last post by:
I am developing an inventory database in SQL Server. I realize there are many commercial (as well as some non-commercial) inventory offerings, but my client has specific requirements that would necessitate significant customization of any off-the-shelf application. In the end, we decided it would be more feasible to build one to our specifications. What I am looking for are a list of best practices/recommendations for the architecture...
4
2315
nexcompac
by: nexcompac | last post by:
Ok, I posted a similar post but now need to jump back into it. Here is what I have been able to clean up. I am using textpad and jbuilder. Still getting used to the whole java world and I am trying to compile a program using TextPad. Here is what I have so far. /* * Main.java * * Created on July 19, 2007, 5:54 PM *
9
7614
by: xxplod | last post by:
I am suppose to modify the Inventory Program so the application can handle multiple items. Use an array to store the items. The output should display the information one product at a time, including the item number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory of that product. In addition, the output should display the value of the entire inventory. • Create a method to calculate...
3
7013
by: cblank | last post by:
I need some help if someone could help me. I know everyone is asking for help in java. But for some reason I'm the same as everyone else when it comes to programming in java. I have an inventory program that I have built so far with no problem. But I cannot figure out how to turn it into a GUI application. This is what I'm trying to get it to do. Modify the Inventory Program to use a GUI. The GUI should display the information one product...
2
2546
by: pinkf24 | last post by:
I cannot figure out how to add the following: Modify the Inventory Program to include an Add button, a Delete button, and a Modify button on the GUI. These buttons should allow the user to perform the corresponding actions on the item name, the number of units in stock, and the price of each unit. An item added to the inventory should have an item number one more than the previous last item. Add a Save button to the GUI that saves the...
1
2665
by: jcato77 | last post by:
I need help with a class project I'm working on, Below is my assignment and the code I have currently created. Assignment: Modify the Inventory Program by creating a subclass of the product class that uses one additional unique feature of the product you chose (for the DVDs subclass, you could use movie title, for example). In the subclass, create a method to calculate the value of the inventory of a product with the same name as the method...
13
2098
by: jcato77 | last post by:
I am having trouble figuring out my code and was hoping someone could point me in the right direction. Below is my code what I need to due is create a method to add and display the value of the entire inventory. I have what I think is the correct code but it's not working. Help is greatly appreciated class Inventory3 { public static final int MAXIMUM_ITEMS = 4; private static Product product = new Product; public static void...
3
4490
by: 100grand | last post by:
Modify the Inventory Program to use a GUI. The GUI should display the information one product at a time, including the item number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory of that product. In addition, the GUI should display the value of the entire inventory, the additional attribute, and the restocking fee. Here is my Inventory program from 1 to 3: package...
2
4449
by: blitz1989 | last post by:
Hello all, I'm new to this forum and Java and having a alot of problems understanding this language. I am working on an invetory program part 4. The assignment requirements are listed but the reading has very little in it that helps can someone take a look at this code and point me in the right direction please. Thanks for any help that is offered. //Modify the Inventory Program to use a GUI. The GUI should display the //informationone...
0
9711
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9593
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10088
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9169
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7633
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4306
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.