Giter Site home page Giter Site logo

market_manger's Introduction

小型超市管理系统

命令形式 小型超市管理系统 CUI界面

功能需求

  • 有效记录商品信息
  • 具备查询商品日、月销售数量
  • 分为老板用户和店员用户
  • 店员用户只有销售商品,查询商品的权限

系统设计

功能模块:
  • 商品入库出库记录
  • 用户管理
数据库设计:
  • 用户信息(mb_user):用户ID(uid, 主键,大于100), 用户名(uname, 不重复), 密码(upass), 手机号(phone)
  • 商品信息(mb_goods):商品ID(gid, 主键), 商品名称(gname, 不重复), 商品成本价(cost_price),商品售价(selling_price),商品剩余数量(counts)

market_manger's People

Contributors

ithh avatar

Stargazers

 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.