Internet Cafe Billing
A must have features for internet cafe monitoring system:
- Allow connection from multiple computer
- Detailed information about connected computer like computer name, user code, total amount, used amount, left amount, total hour, used hour, left hour, etc.
- Time plan
- Member and walk-in customer
- User's rate information
- Automatic generation of a coupon/user code and password
- History report
- And best of all I did not use any 3rd party controls
- And a lot more...
Please login to your account to leave a comment. You may use also our online forum to ask question regarding this source code.
For the database password please read FAQ.
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
Download it for free
database password
How to Run This Project
Re: Imitation jewelry database
ihave ready to use for jewelry
i have existing ready to used software for jewelry...
Jewelry Management Control with account receivable
DB: SQLserver 2005 express
email: [email protected]
Some Question
Please bear in mind that I
Please bear in mind that I cannot create a user manual based on your requirements. This way I can save my time to update more of my source code.
re: How to edit the Users Details Query in Internet cafe Billing
I have an instruction in the readme.html file on how to access the front end database. It was created using ms access.
Compile Error
While compling the following message appears 'Compile error : String not defined'.
Please help me.
Case 0
Internet cafe billing source code update
Please download internet cafe billing again. Just fix some error when compiling the server project.
Thanks for reporting the error.
giving error while runing billing software code
error while loading the project "crviewer.dll" please update this dll & mail me [email protected] it will be very kind of you
re: giving error while runing billing software code
You need crystal reports 8.5 in order to run the reports in this program. You may come back with in 24 hours and I will create a setup file for this source code so that you will have a runtime dll for crystal reports.
hi, im looking forward for
hi, im looking forward for this awsome project i really like it i want to learn vb code and i found this codes i hope i can make may own program like this for my own shop.. thanks by the way what the use of admin tab??
It is actually another
It is actually another features that I did not finish. I don't have much more time now so I cannot continue with it.
re: Cafe shop
thesis project
Hi can i use this program for our Thesis Project. We just borrowed codes and logic from this promising project but... our thesis needs some more development just like 'How can we make a program that will run the generated time code like in a real Internet Shop?' 'Do we need to make another program to execute it? If yes, can you help about this matter? As i know your program is like a Server but we lack a program that will acts like a Users. -Ray
re: thesis project
You have almost anything that you want in this code. It is a client/server internet cafe program just like MyCafeCup, EasyCafe, etc.
This is an internet cafe manager.
nag - run na sir
What about sir if ang Server ang computer # 1. pano kami ka - connect kung ang User computer # 2. Can you help about this matter sir? Chmscian ni gli sir ah. D kami gling ka defend pa sang codes mo sir advance eh but if we're given the chance to study all the given codes with your help we're willing to do so. We just need to have a study about the codes.
re: nag - run na sir
If you have multiple computer the server program will automatically detect the computer name of the client.
Are you from talisay campus? What year level and course?
preparatory thesis
re: preparatory thesis
You can use this program for your thesis writing. But do not copy everything here.
error in the source code... :(
need help
im newbie in vb6 and access. what i want is when i input the data in the form and save it in the database. once i close the program and rerun it the data is still there. what i mean the textboxes are not empty. the data that i input earlier will retain even its already save in the databse. the textboxe are disable. it will only be enabled once i click edit. thanks in advance!
re: need help
Downoad Password Management program. It will teach you the basic of database programming.
Don't download advance source code here like Hotel, Billing, Point of Sale, Inventory System. This will just complicate you in the long run. Download simple source code to learn the basic.
re: Password
Please search the code for the password. It is actually embedded in the source code.
tutorial
hi..
i want make a internet cafe billing from begin,,can you give me a tutorial..
you can send a tutorial to my email [email protected]
thank you
How to change the rate per Hour
Your default rate per hour is 15. What would be the corresponding change in the code and database, if i want change it to 20. Please reply
Open the "Internet Record
Open the "Internet Record Front.mdb" and open the form called "Time Plan". You can change the rate using that time plan.
Total Hours get doubled
If i change the time plan in the internet Front.mdb( In form), say 30 for 1 Hour plan, when i generates ticket coupons and enter Amount=30 and hours = 1, the hours automatically doubled when i chck the generated ticket details in User/Rates secton. Can you please help
re: Total Hours get doubled
It's a bug in the query. Kindly open the "Users Details" query in "Internet Record Front.mdb" and update the SQL to:
SELECT Users.UserCode, Users.Password, Users.Name, [Users Total].SumOfTotalAmount AS TotalAmount, Users.UsedAmount, [TotalAmount]-[UsedAmount] AS LeftAmount, [TotalAmount]/([Amount]/60) AS TotalHour, [UsedAmount]/(15/60) AS UsedHour, [TotalHour]-[UsedHour] AS LeftHour, [Time Plan].Plan, Users.TimePlanID
FROM ([Time Plan] INNER JOIN (Users INNER JOIN [Users Total] ON Users.UserCode = [Users Total].UserCode) ON [Time Plan].TimePlanID = Users.TimePlanID) INNER JOIN [Time Plan Detail] ON [Time Plan].TimePlanID = [Time Plan Detail].TimePlanID;
Thanks for Responding.
I really don't want to bother your but i could sort it myself. After updating the query in Internet Front.mdb(in User Details Query), in database it update accordingly when we generates tickects from front end, however in the listview of front end, it still shows the Total Hour and Left Hour as double of the actual hour.
Thanks for Responding.
After updating the query, it updates the User Details records accordingly while generating tickets from front end, however if you check it in listview in Users/Rates, Total Hour and Hours Left, still shows double as of actual. I am really sorry for bothering you as it could not be sorted by myself. Thanks
re: Thanks for Responding.
Sorry for misunderstanding. You need to update also the query "Users Details" in "Internet Record.mdb" to the SQL statement above.
Thanks
Thanks for your help. After updating the query on both the tables, Total Hour and Hours Left value reduced by 50% for the tickects which was generated before by you. However for new tickets all fields works fine expect Hours Left field shows 60 (Say for 1 Hour) at starting and after 30 minutes it becames 0 and then reducing by -2 minutes for every minutes onwards. But in client and Online tabe in Server, both datas are correct. Anyway thanks for your great help.
Add new comment
- Add new comment
- 2265 views