Inventory System v1.0.75

Language

This is an advance Inventory System that I've made before. It has a lot of features that you can use in your own program.

Features of this program are as follows: 

  • Purchase order are put on hold prior to final posting.
  • Purchase/Sales order return. 
  • The system automatically detect if all items in purchase order has been delivered. 
  • Items in listview turns red if all items has been delivered. 
  • Items received under purchase order are still put on hold until it is declared as final received. 
  • The item is not yet added to the inventory if it is on hold. 
  • When the item is put on hold you can still edit it. 
  • Product Measures or Product packaging allows you to record quantity based on packaging. 
  • Record deliveries per city. 
  • Allow you to edit purchase order or sales order on hold. 
  • Receive collection from different customer's invoices and receive only the amount collected from customers. 
  • Assorted product allows you to combine different product which has the same product line and automatically added to the products table. 
  • Products groupings allows you to group different product in one package and automatically added to the products table.
  • Customers balance monitoring.

This program has an advance features and coding that I did not include in the list of features above. Discover it yourself if you want to use this program.

Account information:

Username: admin

Password: a

For the database password please read FAQ.

Download ocx files here:

StyleButtonX.ocx here
ctrlNSDataCombo.ocx

Download Inventory System installer here.

Here's a video tutorial on how to operate this program: Inventory System Video Tutorial.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Sir your P.O.S. isn't working in VB express 2008, i dont know why? is this project only good for Vb 06? Please reply as soon as possible Sir, thank you

Hi Sir i just tried your POS and find it not working in my vb express 08, is this project only good for vb 06?and please kindly send me the username and password of your database thank you Sir.

hi.. i am jsut learning the programming stuff... i wasnt so expose to this kind of things...can u teach me how i can run this program? i have already downloaded crystal report and vb6... what file i need to open so i can view this... so sorry for this i would love seeing a reply from you.. thank you so much in advance,,,,

can you convert them into c# language .. ? please i need it ..

hi, This is Rajesh , I have seen your applicaiton ..Really its good and I am looking for Vb.net source code..Can you please provide the Source code in VB.net or c#.net..If you do it really it is good for us.. I hope you will do that and soon i will waiting for your reply.

may i know whats the name of your inventory system?

In reply to by Anonymous (not verified)

w want inventory system in every school resources such as chairs, tables, computers, etc..in every room..plz....

sir do restaurant inventory plz..

tol Meron ka ba high school enrollment system. naka focus lng sa sectioning w/depends on general ave kc wla tuition fee. we badly need it.. thnks

please send synopsis and usecase diagram .... because it will be easy for me to refer....

hi sir,, i just wanna ask if there is a way to get the data of a crystal report graph from vb.. for example, i wanna see on my graph the comparisons of my Sales for let's say from month of January to may.. but that month value will depends on the user.. hanks for the soon reply.. =))

Hi, plese help me to lock keyboard using VB 6.

I am not understand that why you post the wrong password here. thanks Khurram

pls help me how to make an inventory system using VB.net...pls email it to my '[email protected]

Your system is interesting.. can i have the database password plz..i would like to explore it..my email is : [email protected] thx sir

pwede ko po bang pag aralan ung inventory system n2? ahm, need ko po password ng db. thank you so much, paki send n lng po, [email protected]

im a 2nd yr. student of Plmun, and i really need your help sir. i have this project, inventory system using v 6.0.. marunong po ako mgconnect ng adodc to datagrid, and yung mga txtbox nya i can connect them. my probelm is, = in form1, andun un mga ojects ko, then my form2 ako, pag nag match po ang value ng form1.text1.text = value ng form2.text1.text. nag aappear po un first s list ng datagrid and. but un 2nd line po ng datagrid ko hnd ko n kaya lagyan ng code, hnd po kc nagbabago ng position ang arrow ng datagrid. pano po kya un. d po ako marunong ng sql codes. kindly help me. please sir. i need po. kelangan ko po ng mga hard code.

Hi Sir, Pls Send me DataBase Password On My Mail ID raj singh e id- [email protected]

Hi in my visual basic 6.0 when opened ts one error loading during c:\*\ *.log at to many files... Why is the problem can you tell us [email protected]

When loading a project project or library not found,can u plz help me run?

sir kindly give me a sample system for gasoline station system code in vb6.0

Nice Work!

password: jaypee

To : Admin Your Project has been converted to .Net Successfully after the hard work of weeks.

Dear Admin, Could you send a password to my email address: [email protected] Thnx, Normunds

HI my name is GOyal . I want to talk with you regarding your inventory managment software .So please mail ur mail ID or Phone number if it;s possible for you .Other wise give me a call Pawas Goyal 9967502429

I experienced some trouble after the first software opening:I got this message: The following files did not self-register or unregister: 1.C:\WINDOWS\system32\MSOXMLMF.DLL Error Catastrofico I guess there's a dll that remains after uninstall/new installation and that file keeps old (first installation)settings. My OS is Windows XP SP3,thanks in advance.

man I think I got the answer to the issue I told you about,the thing is that there's a txt VTM.txt which doesn't get updated properly so it preserves the previous installations' MDB path.(first installation).I could solve it by editing the txt file.

My Friend I am a student,I need ur project for my college project,I don't have Crystal Report 8.5.When I try to open ur project in VB 6 I was unable,pls guide me how I can use program,I m not more familiar with VB,Pls help me I need arjent.I will be appreciate ur friend. pls mail me : [email protected]

loose makkan where is password studpid .......... everyone asking password but u didnt reply idiot

Hello Sir. I have difficulty writting out the code to reset user password in the database after login into the application. Here is my code char[] oldPass = jPasswordField1.getPassword(); String strOldPass = new String(oldPass); char[] newPass = jPasswordField2.getPassword(); String strNewPass = new String(newPass); char[] confPass = jPasswordField3.getPassword(); String strConfPass = new String(confPass); try { Inventory objInven = new Inventory();//creating of the objectof the connection in class Inventory. Statement stmt = objinven.con.createStatement(); ResultSet rs = stmt.getResult(); while(rs.next()) { if(rs.getsring("Password").equals(strOldPass)) { rs.moveToInserRow(); rs.updateString("Password", strNewPass); rs.updateString("Password", strConfPass); if(strNewPass.equals(strConfPass)) { JOptionPane.showMessageDialog(this, "Password change successfuly"); } else {JOptionPane.showMessageDialog(this, "Password do not match"); } } else { JOptionPane.showMessageDialog(this, "Wrong old Password"); } } catch(SQLException ex) { ex.printStackTrace(); } } this code is to be performed when a submit button is clicked. i have this error : Exception occurred during event dispatching: jana.lang.NullPointerException. please help me out with this code that will allow users to change their old password to a new one in the database created by correcting my error Thanx

I believe he already included the username and password there..Why everyone keep asking.

Add new comment