orc-order-v2/CHANGELOG.md
houhuan 32d41244e5 feat: 实现智能订单识别与自动预处理路由
- 新增智能识别功能,自动检测蓉城易购、烟草公司、杨碧月订单特征
- 修改订单服务流程,在Excel处理前自动执行专用预处理
- 更新无界面API,支持智能识别模式,简化OpenClaw集成
- 完善供应商专用预处理逻辑,修复数量计算和单位换算问题
- 添加变更日志和最终更新报告文档,记录v2.1版本变更
2026-03-30 15:36:27 +08:00

1.3 KiB

Changelog

[v2.1.0] - 2026-03-30

Added

  • Intelligent Recognition: Automated fingerprinting for Rongcheng Yigou, Tobacco, and Yang Biyue orders.
  • Auto-Routing: OrderService.process_excel now automatically handles preprocessing without explicit flags.
  • Headless API Enhancements: headless_api.py updated to support the new intelligent recognition mode.
  • Comprehensive Documentation: Added OPENCLAW_GUIDE.md and FINAL_UPDATE_REPORT.md.

Fixed

  • Rongcheng Yigou: Fixed barcode splitting issue where quantities were incorrectly distributed (30 to 5).
  • Tobacco Orders: Corrected unit price calculation (divided by 10) and quantity calculation (multiplied by 10).
  • Identification Failure: Fixed issue where header=0 caused identification keywords at the very first row to be missed.

[v2.0.0] - 2026-03-25

Added

  • Headless API: First release of headless_api.py for OpenClaw integration.
  • Price Validation: Integration with PosPal item data for unit price auditing.
  • Asynchronous Logging: GUI now uses a queue for log output to prevent UI freezing.

[v1.1.0] - 2026-03-10

Added

  • Rongcheng Yigou Support: Initial support for Rongcheng Excel templates.
  • Tobacco Support: Initial support for Tobacco Excel templates.
  • Excel Processor: Refactored core processing logic into ExcelProcessor.