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
Another Problem
When i tried to type the username and password of some coupons in the database on the client nothing happens, it doesnt say if it is wrong or anything, literally nothing happens.
Yes they are correct. Isnt it
Yes they are correct. Isnt it supposed to say like "Invalid User or Password." or "You do not have enough money left in your account." like in the code?
about project
sir,
how can i know the histroy of user website. i wann to display the history.can u help me
Data Sources (ODBC)
Sir can this program will detect the client if we will network it using the Data Sources (ODBC)?
In the Administrative Tools? Can you help us how to work with it...
re: Data Sources (ODBC)
You do not need to use ODBC to connect to the database. The database should reside on the server. Nothing else. This is a true client/server architecture.
HOW TO RUN INTERNET BILLING S/w
sir i hv git the code but i dnt know how to run .
sir plz can u help me .
because its on .net and vb and database is also locked ..plz help sir ..
my id is ---->> [email protected]
regards ..
sir ,,, i hv got the idea how
sir ,,,
i hv got the idea how to run the project and it is running successfully on one system i.e client and server in one system but there is some problem with client and server in different systems ..
client is not able to connect and it is generating error " winsock error"...
what can i do for it ..????
plz help sir ..
re: sir ,,, i hv got the idea how
Be sure you have the correct IP Address setup in the client program. It can be access using the admin password.
For the password look at the source code.
IP address
for every client is showing the ip address as 127.0.0.1
do i need to configure ..????
re: IP address
You can configure the IP Address using the admin username and password. Search the code for the username and password to access the IP Address config.
now its running ,.....
sir now the project is running ...
but client can access the task manager and explorer.
can u tel me how to disable task manager and explorer.exe ..???
regards..
my project
hello sir
i m a 4yr student in delhi college. i m preparing a project on " online shopping",
i hav developed it nicely but hav to add new features to extend it...
my features are
1. online transaction using dummy bank
2. synchronisation token, that avoids re-submissions wen we keep on clicking on" submit button" in case of low bandwidth connection.....it asks user before re-submission
3. automated mail generation
4. add forum for asking queries
5. categorisation of products on basis of price, alphabetical, namewise
kindly help me sir..i m left wid 2 weeks time...
please sir..
waiting for reply on my id :
re: my project
Just post your unfinish project here so we can look at the source code and see what we can do.
Error message from database
Hi
Your program looks really interesting, however when attempting to login from the client the message "Unknown data format " appears on the server.
Please help
Thanks
Julian
Developing an internet cafe system
re: Developing an internet cafe system
I am willing to help but my limited time will not allow me to spend on your project. Please hire somebody to teach you.
Client Server procedure
re: Client Server procedure
Remote shutdown
SIR TY FOR SHARING THIS PROJECT
SIR TY FOR SHARING THIS PROJECT
jan
re: jan
Need Sql help
re: Need Sql help
re: Need Sql help
re: Need Sql help
re: Need Sql help
- SELECT Table1.ID, Table1.TableNumber, Table1.Tamount, Table1.DateIn, Table1.TimeIn, Table1.DateOut, Table1.TimeOut
- FROM Table1
- WHERE (((Table1.DateIn)>=#5/28/2009#) AND ((Table1.TimeIn)>=#12/30/1899 10:0:0#) AND ((Table1.DateOut)<=#5/29/2009#) AND ((Table1.TimeOut)>=#12/30/1899 4:30:0#));
re: Need Sql help
Public Sub Preview_Report_Runtime_withcondition()
On Error GoTo ErrorHandler
Dim oAccess As Access.Application
Dim oForm As Access.Form
Dim sDBPath As String
Dim sReport As String
sReport = "BilliardR"
sDBPath = Application.StartupPath & "\myaccount.mdb"
oAccess = ShellGetDB(sDBPath, "/runtime")
If Not oAccess.Visible Then oAccess.Visible = True
For Each oForm In oAccess.Forms
oAccess.DoCmd.Close(ObjectType:=Access.AcObjectType.acForm, _
ObjectName:=oForm.Name, _
Save:=Access.AcCloseSave.acSaveNo)
Next
If Not oForm Is Nothing Then
System.Runtime.InteropServices.Marshal.ReleaseComObject(oForm)
End If
oForm = Nothing
oAccess.DoCmd.SelectObject(ObjectType:=Access.AcObjectType.acReport, _
ObjectName:=sReport, InDatabaseWindow:=True)
oAccess.RunCommand(Command:=Access.AcCommand.acCmdAppMaximize)
oAccess.DoCmd.OpenReport(ReportName:=sReport, _
View:=Access.AcView.acViewPreview, WhereCondition:=WhereCase)
oAccess.DoCmd.Maximize()
oAccess.CommandBars("Menu Bar").Enabled = False
If Not oAccess.UserControl Then oAccess.UserControl = True
System.Runtime.InteropServices.Marshal.ReleaseComObject(oAccess)
oAccess = Nothing
Exit Sub
ErrorCleanup:
On Error Resume Next
System.Runtime.InteropServices.Marshal.ReleaseComObject(oForm)
oForm = Nothing
oAccess.Quit(Option:=Access.AcQuitOption.acQuitSaveNone)
System.Runtime.InteropServices.Marshal.ReleaseComObject(oAccess)
oAccess = Nothing
Exit Sub
ErrorHandler:
MsgBox(Err.Number & ": " & Err.Description, _
MsgBoxStyle.MsgBoxSetForeground, "Error Handler")
Resume ErrorCleanup
End Sub
"Wherecase" is retrieved from another function that assign a specific string (the 1 which i was asking you to help me with). And "BilliardR" is a Report in MsAccess database with the whole data in Query "BilliardALL"Hi sir, I managed to create
re: Hi sir, I managed to create - update
I've checked the email and
re: Need Sql help
Where ((([DateIn] >=#25/03/2009#) AND ([TimeIn] >=#12/30/1899 10:0:0#))) AND ((([DateOut] =#26/03/2009#) AND ([TimeOut] =#12/30/1899 5:30:0#)))
I even tried it without the brackets around the fields' name.. However, I tried separating both sides like this :
(([DateIn] >=#25/03/2009#) AND ([TimeIn] >=#12/30/1899 10:0:0#))
And the report worked fine,
everytime I include the DateOut field in the where statement i keep getting errors! I've added dateout field and added values in it for testing the code but yet i kept getting the errors,
The concept of my report is that when I hit the button in vb.net application, it will load the report I made in MsAccess and only show the range I've chosen to view only..
If you could plz try to help me with this, and also resend me the MsAccess database you tried to send before.
thank you !pls sir i need a code
How to use the Internet Management Software?
re: How to use the Internet Management Software?
re: How to use the Internet Management Software?
remote shutdown
re: remote shutdown
6-overflow
Add new comment
- Add new comment
- 2271 views