Free installation
Function realizationFront-end interface
It is mainly divided into: homepage, login interface, query interface, order interface, customer personal information interface, message interface, and customer service interface.
Main process
Main page with announcements and major news
The query interface is mainly about single number query.
Users on the order interface mainly fill in: date, entrusting company or user name, user phone number, weight, consignee, address, consignee phone number, and whether they can pick up the package.
The customer personal information interface mainly includes: user name, phone number, common address, and email address.
Message interface: Feed back order information to users, etc.
Customer service interface: You can contact customer service personnel through messages or the contact information on the page.
backend interface
It is mainly divided into: administrator login interface, customer information query interface, order query interface, logistics information query management interface, home page management, and message interface.
Main process
Customer information query: You can view customer specific information.
Order inquiry: You can view the user's order application, review it, and get in touch with the user.
Logistics information query management interface: regularly upgrade order status.
Home Page Management: Manage news and statements on the home page.
Message interface management: Feedback information to users.
Specific functions of each module
Personal customer registration: Register personal customer information (including: account number, password, phone number, email, common address, common contact person)
Order information (administrator): Manage orders based on cargo weight, departure place, destination and other information.
Order information (user): After filling in the departure place, destination and other information, wait for the administrator's review.
Message message interface: Customers can write messages, and administrators can provide feedback on customers’ messages.
Modify basic information: Customers can modify their basic information after logging in.
Logistics information: Administrators can modify logistics information, and users can view logistics information.
Publish news: Administrators can publish website news on the backend
Manage news: Administrators can modify and delete published news on the backend. Publishing statements: Administrators can publish website statements on the backend.
Management statement: Administrators can modify and delete published statements in the backend
Data model:
Data model for database administrator clients:
Data storage name: Administrator information
Data source: Administrator information table
Data destination: Administrator login module
Data composition: Administrator information = Management information identification + Administrator account + Administrator password + Administrator permissions
Data model for individual customers:
Data storage name: Personal customer information
Data source: Personal customer information form
Data destination: Personal customer module
Data composition: personal customer information = personal customer information identification + customer name + name + phone number + common address + registration time
System screenshot