Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

Sales and Inventory System for Computer Sales Store
jonseguin's picture
Level: Pro
Language:

3115 reads



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

0
Your rating: None

Download Code




Your Vote!

0
Your rating: None


Note

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.


cancel na lang po eheh

na connect ko na ung database sa dns lang pala ung mali tnx for this nice system tho

How to create and connect database script with this project

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..

I need this project details pleaseā€

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 amit_m04@hotmail.com

thank you
i will be wating for your mail..

Amit

code

hello po! What is the username and password? Thanks

username:admin password:admin

username:admin
password:admin

you can check the table ref_user, dun kasi nakastore ung user informations though its not encrypted.

help

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

jaysfall's picture

kulang..

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

::jayxceleste@ymail.com::
::Colegio De Sta. Teresa De Avila Foundation Inc::
::Fairview,Quezon City::
::College of Information Technology::

help

copy mu yan sql statement mu tapos paste mus sql pane pra mlaman mu if ano error

jonseguin's picture

More projects soon

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) < 0 Then
Compute_Age = y - 1
Else
Compute_Age = y
End If
End Function

hope it helps.

To God be the glory

Age Count

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

emond's picture

very clean code.. 5 stars

very clean code..

5 stars from me

emond
programmer/analyst-consultant

cidfrey's picture

I agree sir. After I finish

I agree sir. After I finish my IT I'll submit all my works but not now hehehe. All I can do is to help others ^_^ 10/10 for me

The One Who Dreams Nothing, Achieves Nothing.

Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...