Billing Software

Language

The source code contain advance coding specially on how to manipulate data using SQL Language. You will appreciate how I use the WHERE Clause statement to SELECT, INSERT, UPDATE record from the database using a combination of sql statement.

Basic features include:

  1. Monthly Charges
  2. Receive Payment
  3. Customer Ledger
  4. Collectibles
  5. Paid Charges
  6. Payment History
  7. Reporting
  8. And a lot more...

Account information

username: admin
password: a

For the database password please read FAQ.

Download Billing System v1.0 Installer here.

Note: If you come from pscode.com just to download the ocx file please download the full source code below. The ocx file is included in the zip file.

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

In reply to by Anonymous (not verified)

Download the source code again. May be you have save something before. If still you can't compile the program please let me know what function that returns an error.

SIR Sir do i need to install ms sql in order to compile billing system.. It is still prompting me that sub or function not defined.. Quotedtext is always highlighted. Thank you very much..

sir..good day..we are developing a voting system, we are working not that good in the security side of the system,,since it is a voting system,,,the students as voters must log-in first,,nothing's wrong with our log-in but our only problem is that how could our system detect if the student have already voted,,is there any code for this sir?? thank you and Godbless...:)

In reply to by Anonymous (not verified)

Add another field with Yes/No datatype. Toggle it to Yes after the voters finish voting.

Sir is there a code that we can use to replace quoted text? It is still a problem for me.. thank u very much sir..

Sir ive read a comment about quoted text.. That comment is true i install all the necessary tool like CR 8.5 and quoted text always returns an error..Ca you please make some revision in your billing system in the sense that you first defined quotedtext.. Error: Sub or Function not defined Quotedtext is highlighted Thank you sir... Im am Mr. Valino from batangas

Sir may i know what version of vb6 you are using.. enterprise or professional edition? Thanks..

Dear Sir, I want to print my datareport using dataenvironment directly on printer without previewing it. But it give me preview. Please hel me Its urgent

Sir Jaypabs Sir can u make a ms access version of your billing system.. Badly needed... Tnx....

what will be checked for vb components if you will make billing and payment system

Hello sir, I want my clients to pay online when i send them the invoice to their mail by clicking on the link.when they click the link they shud get the payment page where it shud ask for his invoice id.once he entered his invoice id then he shud get the payment options either pay by credit card or paypal..can anyone pls help me out as soon as possible..

To tell you frankly, this is a big task, we are talking about a dynamic webpages here, in PHP World it is not like ASP.Net that few some cliks and you have the database, in PHP you need to work in MySQL as well as PHPMyAdmin manually. Anyhow, since you did not tell any database, I'll give you one example, so you can play around and study in it. This is now a freeware version. you must dump the DB in PHPMyAdmin or any MySQL Editor, upload to your server and play with it, this is also configured to mail server, well secured and easy to use, I have the NULLED version and I was trying to "DE-BUG" the program itself, the source code is open, so you can play around, BTW, please change the read, write settings to CH 777 (Read, write and Update), Good Luck! Here is Link: https://www.phpinvoice.com/ FAQ: : http://faq.phpinvoice.com/index.php?sid=6551&lang=en&action=artikel&cat=3&id=1&artlang=en

While trying to view any report ,error is being thrown like Server not been yet opned , could you help me in this please

Sir jaypabs this part always return an error FilterRecord "((([LastName] & ', ' & [FirstName]) = " & QuotedText(cboName.Text) & ")) AND " & strWhere Saying that sub or function not defined.. need your help.. tnx..

In reply to by Anonymous (not verified)

I believe there's some missing components/references to the project and not the function/procedure that cause the error.

In reply to by admin

The qoutedtext always return an error in this part FilterRecord "((([LastName] & ', ' & [FirstName]) = " & QuotedText(cboName.Text) & ")) AND " & strWhere c",) Thanks...

Is there any requirement other than CR8.5? Quotedtext is still my problem.. Can you post the quotedtext function in the code? Thanks Sir..

In reply to by Anonymous (not verified)

It's my mistake. I double check the code and QuotedText function is not included in the source code I uploaded. Here it is:
  1. Public Function QuotedText(ByVal strText As String) As String
  2.     Dim strOut As String
  3.     Dim X As Integer
  4.    
  5.     If InStr(strText, "'") = 0 Then
  6.         ' no single quote found -- use them
  7.         strOut = "'" & strText & "'"
  8.     ElseIf InStr(strText, Chr$(34)) = 0 Then
  9.         ' single but no double -- use doubles
  10.         strOut = Chr$(34) & strText & Chr$(34)
  11.     Else
  12.         ' double-up single quotes
  13.         X = InStr(strText, "'")
  14.         Do While X
  15.           strOut = Left$(strText, X) & "'" & Mid$(strText, X + 1)
  16.           strText = strOut
  17.           X = InStr(X + 2, strText, "'")
  18.         Loop
  19.         strOut = "'" & strText & "'"
  20.     End If
  21.    
  22.     ' the DB engine also dislikes pipe characters so I lose them...
  23.     X = InStr(strText, "|")
  24.    
  25.     Do While X > 0
  26.         Mid$(strOut, X, 1) = "!"
  27.         X = InStr(strOut, "|")
  28.     Loop
  29.    
  30.     QuotedText = strOut
  31. End Function
Put this code at the modFunction.

In reply to by admin

Sir Jaypee Thank you very much.... Your the man... SOURCECODESTER is the best sourcecode site ever..

In reply to by admin

hello sir i saw ur billing system,thats why i download it...when i run ur program cant run due t0 error...project library cant find..wat should i d0...thanks

dear sir: i just want you to know that im very thankful to the sourcecodester.com coz it helps me a lot in my studies in programming! sir can i have favor? pls make a vb program in a hospital...... tanks sir pls submit taht to my yahoo account [email protected]

Good day! I just passing by, and suddenly your site caught my attention in making visual basic program... Since, I am newbie in programming (1st year in programming) I find it hard to make system for hospital.. My Proposed system is Computerized Medical Record System of a Certain Hospital...I really need your help.. I am counting on you sir.... Please email me... [email protected] I will appreciate it..... Thanks! You've been a good Samaritan for us..especially to the newbie like me.... If i am not mistaken..you're a Filipino..Right?

In reply to by Anonymous (not verified)

In normal case you need to go to the hospital and conduct study. Ask question and collect forms needed to create this kind of program.

Hi I have download your billibg system software but when i open it it requires password can you tell me the password. [email protected]

In reply to by Anonymous (not verified)

salam usman bhai this is very important soft ware for cable operators. all cable operator use this soft ware. any help for soft ware. 0092 3013864861 email- [email protected]

In reply to by Anonymous (not verified)

plz database password send me plz software already run admin a but i need database password

Hi Sir I have download your billing system software but when i open it it requires password can you tell me the password. please email me: [email protected]

Sir Another bug found.. Please try to run the program.. In the part of subscription payment type...Try to edit one then try to save... It will prompt you an error... Thanks Sir...

In reply to by Anonymous (not verified)

What is the error?

In reply to by admin

take look at the link http://img511.imageshack.us/img511/3500/32548892.png you'll see what is the error thanks very much greetings

In reply to by Anonymous (not verified)

Sir In the part of subscription payment type...Try to edit one then try to save... It will prompt you an error... Thanks Sir...

Hello, Whenver we receive a payment , record is updaed but its notbeing shown in pament history until we close and reopen the exe. Also in Collectibles section ,collectible for installtion charged are shown but not for monthly main payment Can you please suggest me the solution?

Hi, Payment history does not update untill we restart the billing.exe collectibles never return records for monthly charges unpaod customer names it gives only installation chagres unpaid customers

hello sir i need mobile billing system as my term paper plz snd me all code of related topic plz with in 2 hour plzzzzzzzzzzzzz [email protected]

I cant generate all billing...Its appears nothing... Please check for it...

thank you for the source code sir, we really need it to be our guide on our thesis. One favor sir, can you also make a dental information management system??? please sir...we really appreciated your work. THANK YOU AGAIN

Add new comment