Sales and Inventory System for Computer Sales Store

Language

Sales and inventory system - manage incoming and outgoing stocks, sales ordering and quotation, inventory reports, etc.

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 i had read your comment, I'm an Computer Science student, i need help about my database propose system which is pet shop sales and inventory system... my teacher would like to see it using visual basic programming language, but i have no back ground about it... A help would be appreciated sir... thanks in advance .

Sir can you help us on our IT Project :Inventory System of RTW ,vb 6.0 and MS access as the backend

WHEN I LOG-IN RUN-TIME ERROR [MICROSOFT][ODBC DRIVER MANAGER] DATE SOURCE NAME NOT FOUND AND NO DEFAULT DRIVER SPECIFIED
Submitted byAnonymous (not verified)on Wed, 01/13/2010 - 20:10

Please help me how can i Count my Age like as Birth Date 01/01/1989 End date 13/01/2010 Year= Months= Days= Prog Vb 6.0
Submitted byjonseguinon Fri, 01/15/2010 - 06:23

I got a lot of finished projects to be posted soon such as biometric applications, point of sale, school management, payroll, courier management. I haven't finished preparing them yet because i'm still loaded on my current clients. anonymous - try this one Private Function Compute_Age() As Long Dim y As Long, BirthDate As String BirthDate = txtDOB y = DateDiff("yyyy", BirthDate, Date) If DateDiff("d", Day(BirthDate) & "/" & Month(BirthDate), Date)

What software language i will use to run that code sir?????? i will use VB sir? or what?? ask lang po. . .
Submitted byJared Elejorde (not verified)on Tue, 06/26/2012 - 22:10

In reply to by Anonymous (not verified)

just use vb 6.0 in able to run the codes. :)
Submitted byAnonymous (not verified)on Sat, 01/16/2010 - 20:56

anong mali dito? rs.Open "SELECT DISTINCT TOP 5 * from tbl_sold Where qty > 5 Order by Desc", 1, 2 mar error ksi, gusto koi mkuha ung fast moving item using ms sql server na backend
Submitted byAnonymous (not verified)on Fri, 01/22/2010 - 18:45

In reply to by Anonymous (not verified)

copy mu yan sql statement mu tapos paste mus sql pane pra mlaman mu if ano error
Submitted byjaysfallon Sat, 01/23/2010 - 03:36

In reply to by Anonymous (not verified)

kualng ng connection rin kea ng error.. rs.open"string",con,1,2 ung con ung connection mo sa database...tama ba?^^,

hello po! What is the username and password? Thanks
Submitted byAnonymous (not verified)on Mon, 02/22/2010 - 14:10

In reply to by rosalierushela

username:admin password:admin you can check the table ref_user, dun kasi nakastore ung user informations though its not encrypted.
Submitted byAnonymous (not verified)on Sat, 02/27/2010 - 06:10

Hello sir, i am a final year student and also working on computer sales and inventory system. could you please help me with the project report of your project. could you please mail it to me on [email protected] thank you i will be wating for your mail.. Amit
Submitted byAnonymous (not verified)on Sun, 03/07/2010 - 20:36

Hi.. As i am new to VB6.Can u pls tell me how can i create database from script file and attach it with this project..?? I have already create a database in sql2005 using your script but nw dont know how to connect it with project. Pls help..
Submitted byAnonymous (not verified)on Tue, 03/09/2010 - 15:52

na connect ko na ung database sa dns lang pala ung mali tnx for this nice system tho
Submitted byAnonymous (not verified)on Sun, 03/14/2010 - 00:54

Hello Sir, I am tried to pen this project but unable to create the database. Can u please tell me how can I create database from script file and attach it with this project..?? I have Sql server 2005 & vb6.0. It's good project I would lean many more Please help me on this problem.
Submitted byjayant0210on Thu, 10/07/2010 - 19:18

Hi, I have created the datatbase but when i run the projects it does not connect the database. Can u pls guide me how to connect the database. Thanks Jay
Submitted byAnonymous (not verified)on Sat, 10/16/2010 - 22:53

salamat sa site na ito thums up!! boss tnx
Submitted byAnonymous (not verified)on Mon, 11/29/2010 - 15:40

what database should i connect in a ordering system??
Submitted byAnonymous (not verified)on Fri, 01/07/2011 - 22:41

WHEN I LOG-IN RUN-TIME ERROR [MICROSOFT][ODBC DRIVER MANAGER] DATE SOURCE NAME NOT FOUND AND NO DEFAULT DRIVER SPECIFIED
Submitted byAnonymous (not verified)on Sun, 01/23/2011 - 14:42

WHEN I LOG-IN RUN-TIME ERROR [MICROSOFT][ODBC DRIVER MANAGER] DATE SOURCE NAME NOT FOUND AND NO DEFAULT DRIVER SPECIFIED
Submitted byAnonymous (not verified)on Wed, 01/26/2011 - 17:00

rs.Open sql, conn, adOpenForwardOnly, adLockReadOnly yan po ung lumalabas na error eh
Submitted byAnonymous (not verified)on Sat, 05/28/2011 - 19:07

HOE TO CREATE A SIMPLE WEB SITE NG SALES AND INVENTORY.. PLS PASS A CODE....... USING HTML AND CSS.. THNKS
Submitted byAnonymous (not verified)on Mon, 07/18/2011 - 19:57

Dear Sir, Thanks for the project first. Sir I have installed mysql database for sales and inventory for computer hardware. But It is not running properly after writing the connection code and provide error in the login form in rs.open in login click. So please update with the code for connection with the database will help me to use in my computer sale store. I shall really grateful if u do it and also if you have any project completed for point of sales and inventory and mail me. Thank You again for the project again. Enam email :- [email protected]
Submitted byAnonymous (not verified)on Sat, 07/30/2011 - 00:43

sir, when your next project will be posted ? Really I am looking forward your next projects from which. I can learn lot. Thanks.
Submitted bykeyjey_06on Mon, 08/08/2011 - 18:22

Pls help me code remove button in DataGrid. I want to minus the price(total amount field) of the item i want to remove (when clicked the remove button) and show it on a textbox (total cost). I have a datagrid (connected on a database in access), remove button (command) and a textbox (total cost)
Submitted byAnonymous (not verified)on Thu, 08/18/2011 - 15:35

hmmm y not to use listview rather than data grid?
Submitted byAnonymous (not verified)on Fri, 09/02/2011 - 20:58

i encounted to much error i cant run your program....
Submitted byAnonymous (not verified)on Mon, 11/28/2011 - 11:11

WHEN I LOG-IN RUN-TIME ERROR [MICROSOFT][ODBC DRIVER MANAGER] DATE SOURCE NAME NOT FOUND AND NO DEFAULT DRIVER SPECIFIED
Submitted byAnonymous (not verified)on Sat, 03/03/2012 - 13:51

ano po use ng thesis_dsn? pa answer nman po please asap
Submitted byMohammed Jaleel (not verified)on Sun, 03/11/2012 - 00:41

Hi.. As i am new to VB6.Can u pls tell me how can i create database from script file and attach it with this project..?? I have already create a database in sql2005 using your script but nw dont know how to connect it with project. Pls help.. please mail me on how to use this project please sir! help me...... my mail ID: [email protected]
Submitted bylawlaw (not verified)on Tue, 03/20/2012 - 04:15

can you help me...if you still exist. please. i realy realy need it so bad!
Submitted byRuwan (not verified)on Fri, 04/27/2012 - 12:48

I have a error this project, Errors during load.Refer to C:\InventorySales\Forms\MAIN.log'for details
Submitted bySTANLEY (not verified)on Fri, 07/13/2012 - 17:28

I LIKED YOU CODE AND THE INTERFACES GENERALLY YOU WORK IS GOOD ,YOU USED THE FUNCTION, CLASSES WELL ,CAN PLEASE SEND THE DATABASE SCHEMA IF POSSIBLE IN ACCESS I WOULD LIKE TO EXPLORER FURTHER WITH YOUR CODE THANKS NOTE;we have the same programming style so it was not hard to underfstand your code
Submitted byexoyum (not verified)on Wed, 07/18/2012 - 01:57

i already run the query at mysql but i can find the provider and data source name??how can i connect it ?? please help
Submitted byAnonymous (not verified)on Wed, 07/10/2013 - 20:34

can i get computer shop inventory management system on c++?!
Submitted bylornie (not verified)on Mon, 08/12/2013 - 21:13

I can't log in sir,,.Open sql, conn, adOpenForwardOnly, adLockReadOnly this is the error appears.Thanks sir..your reply is so much appreciated.
Submitted byOelasoron Wed, 11/06/2013 - 11:03

In reply to by lornie (not verified)

Good day Lornie, you can never login because the public conn variable declaration is erroneous (it is in modMain BAS Module). The said variable should be declared as an ADODB.Connection Object not as String. To fix this, here' how: 1. Modify the Public conn As String declaration into Public conn As ADODB.Connection. 2. Open the Main MDIForm code module. In Private Sub MDIForm_Load(), comment out the code conn = "thesis_dsn" by placing a single quote character (') in front of it. Type the following code just below the commented code:
  1. Dim connStr As String
  2.  
  3. Set conn = New ADODB.Connection
  4. connStr = "DRIVER={MySQL ODBC 5.1 Driver};SERVER=localhost;UID=root;DATABASE=inventorysalesdb;PORT=3306"
  5. conn.CursorLocation = adUseClient
  6. conn.ConnectionString = connStr
  7. conn.Open
Note: Use MySQL 5.1 ODBC Connector and make sure your MySQL Database Server is compatible with the connector. Provided you have correctly installed the database, you should be able to login using the following account details: Username: ADMIN Password: ADMIN Magandang araw and good luck. If you wish to learn more about this program or just anything about the programming language (VB 6.0) used to create this application, please feel free to contact me (+639176951738).
Submitted byjomelyn (not verified)on Wed, 02/19/2014 - 13:26

good afternoon sir we have a problem in doing our sales and inventory system..please help us about the source code of ordering point this is my email [email protected] 4 your positive responce... thank u
Submitted bymrchingon Sun, 05/18/2014 - 15:46

I download it and its error please fix if you have time to do so...I rate it for 3 stars hahaha..

please make an online dress shopping in html
Submitted byR.KRISHNAMURTHI (not verified)on Mon, 06/01/2015 - 23:30

I can't Add in sir,, product Master,sales order error Variable user an automation type not supported in visual basic please help me.

Add new comment