Git Product home page Git Product logo

carrentsystem's Introduction

CarRentSystem

1. 数据库设计

系统管理员信息表:ManagementInfo(ManagerName, Password)
客户信息表:User(IDCard, Name, Telephone, Address)
汽车信息表:Car(CarID, Type, RentMoney, Color)
借车信息表:Borrow(CarID, IDCard, BorrowTime, ReturnTime)
还车信息表:Return(CarID, IDCard, ReturnTime, Type, MoneyPaid, Color)
修车厂信息表:Factory(FactoryID, FactoryName, Address, Telephone)
修车信息表:Repair(FactoryID, CarID, Type, RepairMoney)

2. 界面设计

ManagerLogin.aspx:管理员登录界面
RegisterManager.aspx:管理员注册界面
Success.aspx:注册成功界面
index.aspx:总管理界面
UserManagement:客户管理界面
CarManagement:汽车管理界面
BorrowManagement:借车管理界面
ReturnManagement:还车管理界面
RepairManagement:修车管理界面

3. 运行说明

从ManagerLogin.aspx页面进入整个系统,输入帐号密码,如果没有帐号密码的话,可以点击注册按钮进入管理员帐号注册页面。在注册界面输入用户名和密码即可注册,但是用户名不可以和已有的重复,用户名和密码也不可以为空。当注册成功之后,进入Success.aspx页面,然后再点击按钮返回到登录界面,正确输入用户名密码进入index.aspx:总管理界面。这个页面有5个功能,客户管理、汽车管理、借车管理、还车管理、修车管理。管理员可以针对不同的需求,选择不同的功能。针对用户管理,可以查询和添加功能;针对汽车管理,提供查询、添加和删除功能;针对借车管理,提供添加功能;针对还车管理,提供添加功能;针对修车管理,提供添加功能。

carrentsystem's People

Contributors

eminem1147 avatar

Stargazers

 avatar JingFengyuan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.