dingdanquanliucheng/backend/app/services
wsb1224 5b8e41b209 feat: 报表导出增加订单明细
- CSV:每个统计周期汇总行后追加该周期的订单明细行
- XLSX:新增"订单明细"sheet,包含订单号、客户、产品、数量、单价、金额、利润、提成、日期
- report_repository 查询增加 order_no、customer_name、product_name 字段

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-04 14:23:33 +08:00
..
__init__.py
ai_service.py
arrears_service.py
audit_service.py
auth_service.py
bootstrap.py
config_service.py
customer_service.py
event_bus.py
export_service.py feat: 报表导出增加订单明细 2026-07-04 14:23:33 +08:00
file_service.py
logistics_service.py fix: 移除物流轨迹查询中的 session.flush(),修复定时任务 PendingRollbackError 2026-07-04 12:57:05 +08:00
order_service.py fix: 自发订单填入快递单号后自动识别并保存快递公司,修复物流签收状态无法自动更新 2026-07-04 11:10:19 +08:00
pricing_engine.py
product_service.py
reminder_service.py fix: 提醒模块两个性能问题 2026-07-04 13:44:10 +08:00
report_service.py feat: 报表导出增加订单明细 2026-07-04 14:23:33 +08:00
service_account_notification_service.py
storage_service.py
supplier_service.py
system_service.py
wechat_notification_service.py