Commit Graph

  • 968a6f8d22 web端优化 main houhuan 2026-05-15 16:39:29 +08:00
  • 735989f0ae fix: missing closing brace in Config.vue isEdited function houhuan 2026-05-14 22:04:55 +08:00
  • 0d378b9f35 feat: add clear-all button to Dashboard quick actions houhuan 2026-05-14 22:01:54 +08:00
  • 809cc5fd81 fix: show sensitive config fields as empty with placeholder, skip masked values on save houhuan 2026-05-14 17:07:39 +08:00
  • 69efff3cb4 fix: persist Gitea token to config file instead of clearing it on save houhuan 2026-05-14 17:03:27 +08:00
  • 7e735cdf72 fix: prevent Gitea token corruption from masked config values, add real connection test houhuan 2026-05-14 16:36:41 +08:00
  • 69473320b3 feat: remove Logs page from sidebar navigation houhuan 2026-05-14 16:21:36 +08:00
  • d585a6baaa feat: add download button to Tables/Images views, add task history delete/clear-all houhuan 2026-05-14 16:12:09 +08:00
  • 0e273111a2 fix: correct template_file path to include templates/ prefix for Docker houhuan 2026-05-14 15:39:02 +08:00
  • d0a1c3dce5 fix: add python3-tk to Docker image for tkinter dependency houhuan 2026-05-14 01:25:06 +08:00
  • d299db0ab2 fix: move BatchDeleteRequest class before its use in endpoint houhuan 2026-05-14 01:19:17 +08:00
  • 80a0e7eeb6 fix: frontend Docker build output to ./dist instead of ../backend/static houhuan 2026-05-13 22:52:48 +08:00
  • d5b4cc7b77 docs: expand Docker deployment instructions in README houhuan 2026-05-13 22:38:58 +08:00
  • 5e69e5a841 feat: add Docker deployment (backend:18889, frontend:18888) houhuan 2026-05-13 22:36:52 +08:00
  • 0c28031e81 docs: update README with web features, remove dev planning docs houhuan 2026-05-13 20:53:25 +08:00
  • 7dabb2ce66 fix: dialog width 75% instead of fullscreen houhuan 2026-05-13 19:59:33 +08:00
  • 2196a25aee fix: detail dialog matches preview dialog style (fullscreen) houhuan 2026-05-13 19:56:16 +08:00
  • 7baf784a39 feat: processing flow enhancement + responsive UI houhuan 2026-05-13 19:18:18 +08:00
  • 32af38fe2a docs: add processing flow + UI/UX enhancement plan houhuan 2026-05-13 19:09:27 +08:00
  • 13ef605481 feat: auto-sync file list + clear processing cache houhuan 2026-05-12 22:18:47 +08:00
  • ec8d0d7db6 fix: handle empty catch in Tables.vue clearAll houhuan 2026-05-12 21:49:58 +08:00
  • 17c45cab3f feat: add batch-delete API endpoint, replace N+1 frontend calls houhuan 2026-05-12 21:45:28 +08:00
  • 3a49780d8d refactor: remove dead code (pollTaskStatus, routeLoadingTimer) houhuan 2026-05-12 21:43:15 +08:00
  • 3f8e34c07f fix: add error handling to Barcodes, Tasks, Logs, Sync views houhuan 2026-05-12 21:41:50 +08:00
  • d94e416202 fix: Memory.vue stats fallback and error handling houhuan 2026-05-12 21:40:24 +08:00
  • fa43a9770e refactor: Orders.vue uses shared composables, fix error handling houhuan 2026-05-12 21:38:45 +08:00
  • 1a4522bd02 refactor: Tables.vue uses shared composables, fix error handling houhuan 2026-05-12 21:35:10 +08:00
  • 7e15431937 refactor: Images.vue uses shared composables, fix error handling houhuan 2026-05-12 21:31:40 +08:00
  • 7e63dda522 fix: fetchUser on mount, password validation, remove dead code houhuan 2026-05-12 21:29:03 +08:00
  • 26f6275f4e fix: add global Vue error handler with user-facing toast houhuan 2026-05-12 21:26:38 +08:00
  • 2d79c05cf1 refactor: add useFilePreview composable for shared preview logic houhuan 2026-05-12 21:25:08 +08:00
  • 50ee6ac5bd refactor: add useFileUtils composable for shared file helpers houhuan 2026-05-12 21:23:28 +08:00
  • 2a2b4c639e refactor: extract useDebounce composable from 4 duplicate copies houhuan 2026-05-12 21:19:30 +08:00
  • beaf7c6203 docs: add frontend bug fix and code quality implementation plan houhuan 2026-05-12 21:14:29 +08:00
  • 7c3616ff98 docs: add frontend bug fix and code quality design spec houhuan 2026-05-12 21:06:05 +08:00
  • e441ac82a8 Refactor processing logic and enhance error handling houhuan 2026-05-12 18:37:23 +08:00
  • 81bafaf557 fix: sync/barcode/memory overhaul + detailed logs + preview + result tracking houhuan 2026-05-05 19:37:10 +08:00
  • c18039f790 feat: 重构仪表盘布局并优化交互 houhuan 2026-05-05 16:05:59 +08:00
  • 0721ed099c @ feat: shadcn主题 + 文件关系追踪 + 处理流程修复 houhuan 2026-05-05 14:16:30 +08:00
  • dedc3b4183 feat: complete web application — FastAPI backend + Vue 3 SPA frontend houhuan 2026-05-05 11:59:07 +08:00
  • 79522d8356 feat: add task history query and retry API endpoints houhuan 2026-05-05 11:33:40 +08:00
  • c49105a678 feat: add HTTP log query API endpoints houhuan 2026-05-05 11:33:23 +08:00
  • 5de8694eec feat: persist task lifecycle to SQLite via TaskManager houhuan 2026-05-05 11:32:07 +08:00
  • 205e18563d feat: record file operations to metadata table + add history/stats endpoints houhuan 2026-05-05 11:32:04 +08:00
  • 56561068ea feat: add HTTP request logging middleware houhuan 2026-05-05 11:31:47 +08:00
  • 280b94ae1d feat: add db_schema for http_logs, task_history, file_metadata tables houhuan 2026-05-05 11:29:41 +08:00
  • 71c0ba9c96 docs: add implementation plan for logging, task history, and file management houhuan 2026-05-05 11:25:02 +08:00
  • c1826918aa docs: add design spec for logging, task history, and file management houhuan 2026-05-05 11:19:14 +08:00
  • d267a1d1fa @ feat: 商品记忆库 — 从OCR结果学习,逐步替代OCR识别 houhuan 2026-05-05 02:40:48 +08:00
  • 5cf9a98d9a fix: 预处理文件输出到配置目录而非源文件目录 houhuan 2026-05-05 02:14:14 +08:00
  • 6f96bf50ac fix: 修复输出路径问题 — 路径解析改为基于应用目录而非CWD houhuan 2026-05-04 23:05:10 +08:00
  • 6fd14b4e49 fix: EXE版禁用一键安装拖拽,打包时集成tkinterdnd2 houhuan 2026-05-04 21:26:29 +08:00
  • 4f0efcd0c0 fix: 修复PyInstaller打包缺失dotenv等模块 houhuan 2026-05-04 21:14:48 +08:00
  • 7f820ca447 chore: 更新配置文件中的 token houhuan 2026-05-04 20:33:31 +08:00
  • 11402c2196 fix: 移除无用的重新加载供应商按钮,调整列表高度参数 houhuan 2026-05-04 20:32:00 +08:00
  • 5bf51c36a0 fix: 最近文件列表最小高度保障 + 欢迎文字读取配置版本号 houhuan 2026-05-04 20:22:38 +08:00
  • 3c25a1bf4d fix: 优化GUI布局 — 最近文件高度增加、设置对话框改为双列 houhuan 2026-05-04 20:17:22 +08:00
  • e4d62df7e3 feat: 益选 OCR 订单处理系统初始提交 houhuan 2026-05-04 19:51:13 +08:00
  • 9f97ac3f21 新系统 v1.0.0 houhuan 2025-08-17 15:52:49 +08:00
  • 3414df5317 在更新一版,更方便了 houhuan 2025-08-17 15:50:21 +08:00
  • 556f8d8020 修复条码验证问题:在验证阶段处理过长条码,移除末尾多余的0,确保条码不会超过标准长度 houhuan 2025-05-30 12:38:25 +08:00
  • 53e907411d 修复条码处理问题:修改format_barcode函数,移除末尾多余的0,确保条码不会超过标准长度 houhuan 2025-05-30 12:14:53 +08:00
  • c9afe413f5 修复条码处理和数量计算问题:修复条码格式化函数,确保在数量为空时能正确计算 houhuan 2025-05-30 12:08:06 +08:00
  • 5cf3eeed0f 添加数量为空时通过金额和单价计算数量的功能,增强规格解析能力 houhuan 2025-05-30 11:54:08 +08:00
  • ae8d479acd bug修复 houhuan 2025-05-30 10:25:46 +08:00
  • b3c175836a v1.1.0: 版本更新 - 增强规格解析能力、修复条码映射功能、改进特殊条码处理 houhuan 2025-05-30 10:24:30 +08:00
  • c0fceea9dc zuihou houhuan 2025-05-13 10:02:29 +08:00
  • 772902c919 完整了,基本最后一次提交 houhuan 2025-05-10 17:41:11 +08:00
  • c3a0e29b19 优化 houhuan 2025-05-10 14:28:50 +08:00
  • 9b2007a995 小更新,但是是比较完善的版本,加油 houhuan 2025-05-10 13:05:02 +08:00
  • 4a8169ff63 ## v1.5.3 (2024-03-21) - 优化了完整流程处理逻辑: - 修改了OCR处理逻辑,当遇到已处理的图片时自动跳过并继续执行 - 改进了错误处理,避免因图片已处理而中断流程 - 优化了日志提示信息,提供更清晰的处理状态反馈 - 改进了OCRService的process_image方法: - 添加了文件存在性检查 - 添加了文件类型验证 - 添加了已处理文件检查 - 优化了错误处理和日志记录 houhuan 2025-05-10 12:58:28 +08:00
  • 201aac35e6 新增快捷键,新增日志统计 houhuan 2025-05-10 12:32:10 +08:00
  • f5eda6cbd8 新增牛奶箱-瓶的映射 houhuan 2025-05-10 12:13:04 +08:00
  • 5c0b709528 新增条码映射编辑功能图形化界面 houhuan 2025-05-10 11:39:11 +08:00
  • 7b7d491663 更新之后,我也不知道有没有问题 houhuan 2025-05-08 21:16:58 +08:00
  • 390eeb67af 新增逻辑条码映射,把件的商品拆分成单个 houhuan 2025-05-07 22:30:41 +08:00
  • 4c8def4b04 更新readme houhuan 2025-05-07 19:29:02 +08:00
  • 2f088c87ca 更新修复规格逻辑 houhuan 2025-05-07 19:16:33 +08:00
  • b9739b5267 修复一些问题 houhuan 2025-05-05 19:38:51 +08:00
  • 0b40caaf91 最新提交,提交钱看看有没有优化的地方 houhuan 2025-05-02 22:46:04 +08:00
  • 693c17283b 更新了README文件,添加了版本信息和更新日志 houhuan 2025-05-02 19:58:27 +08:00
  • 71ca90ba6e v1.0正式版 houhuan 2025-05-02 19:05:42 +08:00
  • 14eeb7b39a 日志同步到控制台显示,处理逻辑增强 houhuan 2025-05-02 18:52:39 +08:00
  • b3cecda175 excel houhuan 2025-05-02 18:17:24 +08:00
  • 131fff6a7d ai说excel部分没问题了,暂且信一次,提交文件 houhuan 2025-05-02 17:55:29 +08:00
  • 0035cd1893 增强版v2-初始化仓库,验证好了ocr部分,先备份一次 houhuan 2025-05-02 17:25:47 +08:00