Please download the video directly to watch the detailed functions. The following information provides general functionality details:
In view of the customer base of the B/S-based warehouse management system, we decided to divide the system into two parts: the employee customer part and the administrator customer part. Generally speaking, employee customers only have viewing permissions, and administrator customers have permissions to modify and view all information of employee customers and even administrator customers.
When a customer enters the login page, it will be judged whether the customer is an employee customer, an administrator customer or an illegal customer based on the information entered by the customer in the login box. And enter the corresponding page through judgment.
In the employee customer interface, customers only have the most basic viewing rights and do not have any modification rights. Customers can view their basic information, company internal information, and inventory information inquiries.
In the administrator client interface, clients have permissions. Any information including employees and administrators can be added and modified. During the process of upgrading data, all data are cascaded as much as possible. While increasing the basic information of employees, we can also cascade increase the relevant information. Before all addition operations, it is necessary to determine whether the same record exists in the database to ensure that the possibility of database damage is reduced. All added functions are upgraded to the database at the same time, and the results are immediately displayed on the interface to let customers know the upgrade content in a timely manner. Administrators have basic functions such as adding, deleting, modifying, and viewing all data. Before all deletion operations, the system cascades to delete relevant information in the remaining tables.
System screenshot