# Inventory Management 库存管理
## Features 功能
> Usage Sample 使用示例: [docs/usage_sample.md](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). 相应长度定义于 [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
没有合适的资源?快使用搜索试试~ 我知道了~
基于QT 校园图书管出入库系统.zip
共41个文件
cpp:10个
h:10个
ui:9个
需积分: 1 2 下载量 81 浏览量
2024-03-21
23:20:05
上传
评论 1
收藏 239KB ZIP 举报
温馨提示
基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库系统.zip 基于QT 校园图书管出入库系统.zip基于QT 校园图书管出入库
资源推荐
资源详情
资源评论
收起资源包目录
基于QT 校园图书管出入库系统.zip (41个子文件)
code_30312
logindialog.h 412B
studentwidget.h 762B
inboundwidget.cpp 2KB
reportchart.h 490B
inboundwidget.ui 3KB
inboundwidget.h 609B
const.h 585B
mainwindow.h 691B
studentwidget.ui 3KB
logindialog.ui 3KB
inventorywidget.cpp 8KB
outboundwidget.ui 2KB
reportchart.ui 836B
mainwindow.cpp 2KB
main.cpp 671B
userswidget.cpp 2KB
docs
usage_sample.md 1KB
usage_sample_debug.log 7KB
images
usage_sample
2019-01-12_18-34-18.png 34KB
2019-01-12_18-34-28.png 31KB
2019-01-12_18-33-25.png 45KB
2019-01-12_18-33-34.png 22KB
2019-01-12_18-31-23.png 10KB
2019-01-12_18-33-31.png 52KB
2019-01-12_18-33-28.png 52KB
reportchart.cpp 10KB
mainwindow.ui 1KB
teacherwidget.cpp 6KB
inventorywidget.h 955B
outboundwidget.h 618B
outboundwidget.cpp 2KB
inventorywidget.ui 5KB
userswidget.ui 3KB
.gitignore 740B
teacherwidget.h 767B
userswidget.h 442B
studentwidget.cpp 6KB
logindialog.cpp 2KB
teacherwidget.ui 4KB
README.md 2KB
Inventory-Management.pro 2KB
共 41 条
- 1
资源评论
龙年行大运
- 粉丝: 1252
- 资源: 3826
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功