Giter Club home page Giter Club logo

inventory-management's Introduction

Inventory Management 库存管理

Features 功能

Usage Sample 使用示例: docs/usage_sample.md

  • Inventory Management 库存管理
    • Inbound Items 商品入库
    • Outbound Items 商品出库
  • In/outbound Log Query 入库出库记录查询
    • Search Item Name by Keyword 搜索商品名称关键词
    • Display Certain Category Logs Only 仅显示某个分类的记录
  • User Login/Adding 用户登录/新建

Data Dictionary 数据字典

Corresponding lengths defined in const.h. 相应长度定义于 const.h

Inventory Table 库存表

Field 数据域 Type 类型 Meaning 含义 Other 其他
name char(16) Item Name 商品名称 Primary Key 主码
cate char(16) Item Category 商品分类
amount int Item Amount 商品数量

In/outbound Table 入库出库表

Field 数据域 Type 类型 Meaning 含义 Other 其他
name char(16) Item Name 商品名称
cate char(16) Item Category 商品分类
amount int I/O Amount 出入数量
time char(20) I/O time 出入时间 Primary Key 主码

Known issue: When multiple I/O manipulation occur in same second, only the first log will be recorded.

已知问题:当多个入库/出库操作在同一秒内发生,只有第一条日志将被记录。

Users Table 用户表

Field 数据域 Type 类型 Meaning 含义 Other 其他
name char(16) User Name 用户名 Primary Key 主码
pswd char(16) Password 密码

Development Environment 开发环境

  • Operating System: Arch Linux x86_64 (4.20.0-arch1-1-ARCH)
  • QT: qt5-base 5.12.0
  • SQL: sqlite 3.26.0
  • IDE: qtcreator 4.8.0
  • Editor: vscodium-bin 1.30.2

inventory-management's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.