|
|
6586d3cb75
|
feat(stocktake): 盘点草稿表增加公司隔离字段
stocktake_draft 原本没有任何公司维度,导致开启新盘点清空整表时会误删
其他公司的进度,扫码时也无法区分不同公司的同码物料。
- StocktakeDraft 增加 company_name(带索引),to_dict 同步输出
- 新增迁移 add_stocktake_draft_company_name.sql:加列 + (company_name,
session_id) 复合索引;存量行保持 NULL(超管仍可见),不做删除
执行: docker exec -i inventory_db psql -U test -d inventory_system < db_migrations/add_stocktake_draft_company_name.sql
|
2026-09-11 11:33:04 +08:00 |
|
|
|
c55eed0d75
|
fix: remove duplicate StockAdjustment model from stocktake.py to fix SQLAlchemy MetaData conflict
|
2026-03-19 14:20:27 +08:00 |
|
|
|
83745caacc
|
feat: create models and SQL schemas for stocktake remarks and inventory adjustments
|
2026-03-19 10:56:40 +08:00 |
|
|
|
332f928c78
|
refactor: simplify stocktake flow without DB schema changes and remove invalid field queries
|
2026-03-13 10:45:37 +08:00 |
|
|
|
7e23141870
|
refactor: redesign stocktake flow to require manual discrepancy audit and individual adjustments
|
2026-03-13 09:59:01 +08:00 |
|
|
|
cd192624b9
|
fix: 统一系统生成时间为北京时间(UTC+8)并优化审计日志表格列展示
|
2026-03-10 17:33:14 +08:00 |
|
|
|
b98f89bfe4
|
chore: add .material->.base refactor check comments
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
|
2026-02-10 11:34:50 +08:00 |
|
|
|
387c8973d6
|
盘库盲盘以及导出excel实现
|
2026-02-06 14:30:14 +08:00 |
|
|
|
489e62e55b
|
摄像头逻辑进行修改,更改分辨率进行快速的读取识别
|
2026-02-06 11:28:48 +08:00 |
|