Giter Club home page Giter Club logo

bookms's Introduction

BookMS

A simple book management system.

Documentation

Dependence

  • php
  • mysql
  • apache

表关系

  • 身份(身份名称,可借本数,借阅期限)
  • 读者(读者ID,密码,姓名,邮箱,身份)
  • 工作人员(工号,密码,姓名)
  • 管理员(账号,密码,姓名)
  • 借阅(处理编号,读者ID,条码,借阅时间,归还/应还时间,是否已归还)
  • 图书单册信息(条码,ISBN,馆藏,状态,是否可借阅)
  • 状态包括:on purchase 购买中 / on the shelf 在架上 / out on loan 被他人借阅 / reserved by others 被他人预约
  • 是否可借阅分为:for circulation 外借图书 / closed reserved 闭馆保存
  • 图书基本信息(ISBN,书名,作者,出版社,年份,索引号)

管理员

  • 修改个人信息
  • 管理等级: 更改每个等级的读者能借书的数量及借书时长
  • 管理读者: 查询读者,添加读者,修改读者信息,// 为读者添加借阅图书,为读者删除借阅图书
  • 管理工作人员:查询工作人员,添加工作人员,修改工作人员信息
  • // 管理图书

工作人员

  • 修改个人信息
  • 管理读者
  • 管理图书

读者

  • 修改个人信息
  • 查看借阅信息
  • 查询图书
  • 预约图书

bookms's People

Contributors

siuto avatar explosic4 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.