Keep Track Of Inventory?

Dec 17, 2010

Anyone ever set anything up to keep track of inventory?I need to check 1 time a month:

-Printers
-Barcode scanners
-labels

Am I just best to use Excel or is there better options?I need to keep track of repairs, part replacements, and orders.

View 3 Replies


ADVERTISEMENT

.net Inventory Form Design?

Feb 19, 2011

i m trying to develop a billing sw using vb.net as front end and ms sql as back end. i 'll need two tables for this. So, how can i design avb.net form for this purpose.... means what tools should be used for item entries

View 2 Replies

Calculate Remaining Inventory Of DataGrid

Sep 21, 2010

Date Used
QtyUsed A
09/01/10
5
09/15/10
6

PurchaseDate
QtyPurchase
QtyUsed
QtyOnHand

07/01/10
8
11
-3

08/09/10
9

I have two datagrids, one show Item purchase and the other Usage. I have total the QtyUsed column which I place the total on the 1st row as 11, I would like it to show 8 and show the reminder on the next row and calculate the QtyonHand. Below is the code I've tried and in work but I, think I need to kind of loop to drop to the next row. I had to place the number 1 for i to get the second row, but there may be many more rows. Not sure this is clear.

Private Function Qused()
As Double
'Usage(QtyUsed)
Dim QU As
Double = 0
[Code] .....

View 4 Replies

Develop A Simple Inventory System?

Mar 13, 2009

I am trying to develop a simple inventory system. I now have all the database set up and would like to know if there is any code that I can refer to that alert users when the stock is low (e.g pop out window informing users that stock is low or change the number of stock in the database table into different colors).

View 16 Replies

IDE :: Looking For Control To Create Inventory List?

Aug 26, 2011

point me in the right direction on an Object or Contol that would Create a list of items in an inventory type form

View 5 Replies

Inventory Program Using Structures And Arrays

Jan 29, 2009

I have to make this program to keep track of product description, ID, price, and quantity. I am manually coding some and the user can input products as well. I want to display the product and it's ID in a listbox and put price and quantity in seperate labels. [code] My question is how do i keep the array index numbers sorted so when i click an item in the listbox it will show the price and quantity in the labels for them?

View 1 Replies

Point Of Sale/inventory System?

Jun 10, 2011

i'm an IT student working on a project(point of sale) but i'm unable to display the price of the item, weight and name into a textbox from an access database and to insert multiple barcode items in order to get the subtotal.

View 3 Replies

Develop An Inventory System Using Program With Msaccess?

Jan 17, 2009

I need to know how to develop an inventory system using vb.net with msaccess

View 1 Replies

Inventory Control Software- Stand-alone Or Webapplication?

Nov 1, 2009

I am newbie programmer and I have one query for inventory control system. Initially I was planning to develop a stand-alone application, but then client added one more requirement. He wants his application should run on server, so that he can access it from anywhere in the world. Thus, I am unable to decide whether to go for stand-alone application or web application. How should I do it? How others do it?

View 2 Replies

Inventory Table - Getting Paths Of Files In Recycle Bin?

Jun 22, 2010

Getting paths of files in recycle bin ... but after that introduction of code apear a error. So lets get into place.Before introduce the code, to run an aplication a simple write Shell(path)... now with the import of Shell32 (reference of Microsoft shell controls and automization - Type COM) the shell command doesn't work.what do i have to change so i can execute a file again?TcoUpLoad (work with Vb6 and VbNet)

View 7 Replies

Makin An Inventory Form With Parallel Arrays

Apr 28, 2010

I posted earlier about making a form with an inventory menu I realized i wasnt doing it the wrong way I am suppose to use 3 parallel arrays for Inventory Name, Quantity on hand, and Price. And then Im suppose to make four buttons recieve, ship, value, and print and it suppose to update the new quantity on hand text box this homework is really getting on my nerves Ive been tryin to do it for 2 weeks this is what i have

[Code]...

View 2 Replies

Save A Huge List Of Inventory Items?

Aug 31, 2009

I am programing a basic P.O.S. (Point of Sale) system, ad am looking for the best way to save Inventory objects. The object contains a few Singles and Strings (Such as barcode, name, price...ect). Assuming the user could possibly input thousands of such items, what is the best way to store and handle these?

My first, and simplest thought, is to add each inventory Item to an ArrayList, then once the user saves, or closes, the ArrayList prints each object to a text file, then when the program opens it reads the text file to re-populate the Array list. However, this seems very un-efficient (I assume). Would it be better to use an excell file or a Database (I know almost nothing about databases, but I can learn), or something completely different?

View 4 Replies

Textbox To Filename For Image Collection Inventory?

Aug 17, 2011

I am attempting to create a small script to help me build a photo inventory for a few thousand widgets. Each widget has a unique barcode. I'm working on a program to let me take a picture of the widget, then scan the barcode and use the barcode value as the name of the photo file (barcode scanner inputs text string wherever curser is positioned). Right now I have a script, which I put together from a sample available online, which lets me capture an image (.bmp) using a webcam, then it lets me save that file, using traditional Windows saving method (opens an explorer to select the location and type in the file name). It works, but I want it to work a little quicker, less clicks.

Imports System.Runtime.InteropServices
Public Class Form1
Const WM_CAP As Short = &H400S

[code]....

View 3 Replies

Make A Simple Inventory System For Video Game?

Nov 3, 2011

Im still a bit newb to coding in Vb but Im trying to figure out how to make a simple inventory system for my video game. I need it to do a few simple things and Ive never made a inventory system before so im a bit lost on how to approach it.

Functions Needed:

Player has 40 pb that act as the visual inventory or display the item in that slot.

[URL]

I set up my armor menu to allow drag an drop of the item but again not sure how to even get the inventory system created to finish the armor menu to allow the object to be dragged into its box and remove its self from the player inventory.I think I need to make a array for 39 or 40 in my adventurestorage class. That part Im pretty certain of but how do I set that part up? I have over 200 images that need to act as a item that can be dropped into the inventory.

View 1 Replies

Stock/Inventory Calculations With Opening/closing Balance?

Sep 16, 2009

I got stuck up with one issue of inventory/stock calculations and put my problem in four threads and grasped some ideas and thoughts for that. But could not find SQL query for this issue in those threads. i am able to construct SQL query for stock/inventory calculations. Since I could not find any SQL query as an example on this issue inspite of spending a lot of time and search, deifinitely there might be so many examples but i was unable to reach them, so after constructing this query i wanted to share my humble effort with all. It may be a second thought for beginners like me having the same problem.The second purpose of placing this query here is to welcome improvement or alternate of this query.

[Code]...

View 4 Replies

Total Value Of Inventory - Adds The Result To The Value In An Accumulator Variable

Oct 15, 2010

I've actually gotten this program running on paper, BUT, when I try to write a code for it, it doesn't work . . . somewhat . . . When the user clicks the compute button, the total value of inventory is computed by multiplying the cost per item times the quantity of the item and then adds the result to the value in an accumulator variable.

So far this is what I've come up with:

CODE:

The quantity and cost per item is suppose to multiply each row, but it only multiplies the first row.

View 4 Replies

Unable To Link The Inventory Table To A Datagridview Object

Jun 1, 2011

I successfully connected a remote MySQL database and it is listed in the Data Connections. My database has two tables, inventory and history, both work and I can retrieve the data from each.The problem is when I try to link the inventory table to a datagridview object. As soon as I enter the configuration wizard a red x appears in my data connections. Regardless of this, however, I can still successfully add my history table. The problem is that the inventory table name isn't visible and I get this error:<``>Could not retrieve schema information for table or view ``.The inventory table is what I need and I don't understand why it blanks out.

View 2 Replies

Developing An Inventory Management System / Loaded And Displayed On Listview

Jun 6, 2011

am developing an inventory management system. have two listview controls. one for ITEM and another for details pertaining date, quantity, cost, issued to and so on. i want a vb.net code that if a given item in listview A is clicked, listview B details are cleared and then the details of that item are loaded and displayed on listview B.there is no criteria of loading like between a range of dates; just all records in the database.

View 1 Replies

Integrate A QR Code Generator And Scanner In Vprogram For Inventory Program?

Jun 18, 2012

For Example: I need to develop a Small Inventory program for nearby Super Market and the need is a QR Code should be Generated for the Model Number of a Product Eg: A for Iphone and then we scan the QR Code image by Scanner connected to the PC it should automatically fill the letter " A " in the input box so that i can use that for searching the product " Iphone "

View 2 Replies

VS 2008 Error5 The Project File Contains A Property Value That Is Not Valid.inventory

Nov 17, 2011

I am getting the following errors which i am unable to fix. I dont know where are they coming from... Its urgent , please help me out....

Error4Project file cannot specify more than one ApplicationDefinition element.inventory

Error5The project file contains a property value that is not valid.inventory

View 12 Replies

Subtract A Value From Column Quantity(data Type Is Integer = 18) In Inventory Table?

Jun 12, 2011

i would like to ask how do I subtract a value from my column Quantity(data type is integer = 18) in my inventory table if a customer will want to have 2 orders and of course 18 - 2 will be 16. how will i do this?

View 17 Replies

Make A "sales And Inventory System" With Added Technology?

Nov 21, 2011

im planning to make a "sales and inventory system" with added technology like (barcode/ swipe card <-- this 2 are common) ....

View 6 Replies

Database - Warehouse Inventory Design - Display The Contents In A "grid" Style Layout On A Form

Mar 17, 2012

I have been staring at a blank screen for over an hour trying to figure out the best way to build this app. We have a warehouse with consumables. These consumables are stored on racks that are three rows high and 15 columns long. I need to display the contents of these racks with the following; Item nameUnit quantityUnit expiration date

Now while this in itself would be a simple thing, I need to . Take a look at this image, the lower portion of the image shows basically what I want to display as far as the form goes. Instead of the "Row 1-1-1" text, I want to show the item, qty and exp. There are multiple rows. It should also be noted that each location may have more than one item stored in it, and there might not be anything stored in it. So I guess my question is, from a design point, is it better to create a small table for each location and then join those tables to a main "Row" table since there will only be a single row displayed on the form at a time? How would it be possible to keep the data properly ordered from a coding perspective? How can I ensure that each storage location remains static unless the item is moved?

View 14 Replies

Build System Inventory To Server - Client System

Jun 3, 2011

how to build system inventory that multiuser..1 server and 1 more is client using lan connection..i dont no keyword to search in google..

View 3 Replies

How To Track A Certain Keypress

Mar 24, 2012

Before anyone tries to close this thread thinking this is for malicous purposes, let me tell you that it's not. What i'm working on is an application to save screenshots to files as soon as the 'Print Screen' key is pressed, as Jpegs or what ever. What i want to do is be able to minimize the application and I still want the application pick up on any 'Print Screen' presses, and save the screenshots. I've tried using the KeyPress event, but I soon realized that it only worked when the application had focus. I plan on using it to save screenshots every time I press 'Print Screen'

View 2 Replies

Import More Than One Track?

Jan 23, 2010

how can i import more than one track?

it only allows me to add one at a time, whole folders wouyld also be helpfulll

i wonder is someone called trujade will answer me :P or somone else...I like.....

Understandable Answers
1 2 3 4 5
- - - - - Rate yourself And Have A Kitkat
5 5 5 5 5

View 4 Replies

Keep Track Of Email Sent?

Aug 6, 2009

want to make a program to keep track of my emails sent in Outlook. I want to know what email I read (the email title and the email sender name) and what email I sent (the email title and also the name of the recipents) at the end of the day. Is that possible to do that?

View 2 Replies

Progress Bar As Track Bar In Vb?

May 3, 2011

i came a across a forum. it states the use of progress bar as track bar but that's after using mouse

Private Sub ProgressBar1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ProgressBar1.MouseMove but i wanted to have it in click eventi.e.Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProgressBar1.Click

View 6 Replies

Track All Url's That Browsers Are Going To?

Oct 1, 2010

Is there a way to track all url's that browsers are going to?

View 3 Replies

Track Ip Address In .net?

Aug 29, 2011

I want to fetch client's ip address as soon as he accesses my web-site built in silverlight application. Is there any method to achieve this target in silverlight application?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved