1. Source code characteristics
Enterprise expense management system , with permission allocation, login verification, new roles, announcements, etc.
2. Function introduction
1. There is a problem with the compatibility of js (such as module sorting. I was just a fledgling at that time and wrote a handful of them. Now it should be easy to handle with jq. There is no problem in ie. Let’s use it.)
2. The menu inside and the directory items under the corresponding menu can be added according to your needs. There are corresponding modules.
3. You can add corresponding access pages according to the roles you set.
4. Some operations involve button permissions. For this idea, I roughly wrote two custom controls. The modules inside have demos and you can take a closer look. It should not be difficult to improve them based on this idea.
5. Newbies on paging are also very interested in this aspect. There are two paging styles. One is designed to match the backend framework itself, and the other is one I stole from Taobao’s backend (the use is quite appropriate). The table is custompagebar.css in the css folder; the logic code has been written, just bind the data and call it yourself.
3. Menu function
1. Member management: add members; member list; delivery address management; add delivery address
2. Page management: page list; add files
3. Menu management: menu list; add menu
4. Role management: role list; new role
5. System users: list of system users; add new system users
6. System parameters: parameter list; new configuration parameters
7. Add new members; add new products; publish announcements, etc.
4. Precautions
1. The development environment is Visual Studio 2010, the database is SQL Server 2008 R2, and it is developed using .net4.0.
2. The administrator login name and password are: 51aspx
3. Attach the database connection string configuration file in web.config
4. There is a database file in the DB_51aspx folder, just attach it
Rendering: