User Management for an Internet Access Control Application
In this part of the Internet access control application, we are going to discuss the last section of the server application that deals with user management. The term "user management" is somewhat misleading in the context of our application because it is not actually users of the Internet café that we are referring to, but rather the staff members. This section will deal with how staff members allocate Internet sessions to users and also how staff members with administration level access can add, remove and change new staff member details.
User Management for an Internet Access Control Application - Stats Page (Page 4 of 4 )
That covers the user management module. Next we will look at the stats page. I’ve not fully implemented this module because it is an optional extra. But I assume that if you wanted to see any kind of statistics, that you will want to see the running total, i.e. how much the business has made so far. So I’ve written some SQL queries that you can choose from to display the kind of information that you would want:
This concludes the discussion of the server part of the access control application. The next part of the series on Internet access control will focus on the client application.
DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.