Commit Graph

116 Commits

Author SHA1 Message Date
萝卜
5ca76b7620 platform orders: activate subscription guard for renewal missing subscription 2026-03-15 05:18:46 +00:00
萝卜
a50cd0675e 批量BMPA 安全阀:续费单未绑订阅不允许推进并新增测试 2026-03-15 04:56:18 +00:00
萝卜
c4c91ebf14 标记支付并生效:续费单必须绑定订阅(安全阀)并新增测试 2026-03-15 04:42:37 +00:00
萝卜
54f356f52d 平台订单创建页:require_subscription 支持回填并透传 hidden input(校验失败后仍保持治理口径) 2026-03-15 04:03:56 +00:00
萝卜
2400398dcb PlatformOrder create: force renewal type when subscription context present 2026-03-15 03:14:19 +00:00
萝卜
1c5827fd85 PlatformOrder store: guard renewal must match subscription merchant/plan 2026-03-15 02:59:58 +00:00
萝卜
3182dd72a0 PlatformOrder create: require_subscription flag narrows order types 2026-03-15 02:36:27 +00:00
萝卜
41463407aa Expiry governance: nudge renewal requires subscription context 2026-03-15 02:23:19 +00:00
萝卜
e66ac765e0 PlatformOrder create: default order_type to renewal when from subscription 2026-03-15 02:15:48 +00:00
萝卜
bdea18c976 PlatformOrder store: require subscription for renewal orders 2026-03-15 02:03:04 +00:00
萝卜
6bb3c843dd PlatformOrder views: use model orderTypeLabel mapping 2026-03-15 01:43:50 +00:00
萝卜
4773c2a8c7 PlatformOrder show: render order_type label with code 2026-03-15 01:29:09 +00:00
萝卜
9a38fa84f3 PlatformOrder create: default renewal remark from subscription 2026-03-15 01:21:50 +00:00
萝卜
652d4134f7 PlatformOrder create: autofill merchant/plan from subscription defaults 2026-03-15 01:13:56 +00:00
萝卜
2d824d29dd PlatformOrders: unify back sanitize via BackUrl 2026-03-14 22:45:46 +00:00
萝卜
98073f2b71 平台订单:补齐 BMPA 单订单清理入口(路由+控制器+详情页按钮+测试) 2026-03-14 14:13:30 +00:00
萝卜
f91be76e08 platform_orders: add clear single sync_error action from show page 2026-03-14 13:58:36 +00:00
萝卜
41e3246381 fix: block batch sync when receipt_status=none 2026-03-14 06:26:44 +00:00
萝卜
fcabedff08 fix: block BMPA when governance filters present 2026-03-14 06:20:17 +00:00
萝卜
43311fd3d4 Platform orders export: include lead_id column 2026-03-14 05:53:44 +00:00
萝卜
8cf28184bd Platform orders: batch actions include lead_id filter 2026-03-14 05:43:55 +00:00
萝卜
893b4c85ce Platform orders: batch sync respects lead_id filter 2026-03-14 05:33:42 +00:00
萝卜
19abd26dd9 fix(platform): 平台订单创建页透传 lead_id 以维持线索联动 2026-03-14 04:17:14 +00:00
萝卜
b6d6b06593 feat(platform): 线索可查看关联订单(platform_orders 按 lead_id 筛选) 2026-03-14 04:05:11 +00:00
萝卜
35200e4803 feat(platform): 从开通线索创建订单时自动回写线索为已转化 2026-03-14 03:54:30 +00:00
萝卜
56bf040252 fix(back): 拒绝 nested back 参数避免回退 URL 膨胀(plans/platform-orders) 2026-03-14 02:07:04 +00:00
萝卜
c4b3769458 fix(back): platform-orders/create back 预清洗 + 表单 hidden back 条件渲染护栏 2026-03-14 01:35:28 +00:00
萝卜
a286e19e08 fix(back): 平台订单 store 透传 back 增强校验(拒绝引号/尖括号) 2026-03-14 01:22:53 +00:00
萝卜
8841238fb6 平台订单列表:锁定订阅ID时显示上下文提示 2026-03-13 23:33:44 +00:00
萝卜
1f832477c0 feat: platform orders export require download=1 safety valve 2026-03-13 22:40:56 +00:00
萝卜
dab65e9390 refactor: platform order store back query use Arr::query 2026-03-13 22:02:28 +00:00
萝卜
362e72986e refactor: export ledger snapshot reuse model totals 2026-03-13 21:41:12 +00:00
萝卜
a4fe98019a feat: export ledger snapshot include rule notes 2026-03-13 21:39:18 +00:00
萝卜
49c4733dda 对账明细导出:摘要增加 refund_inconsistent 标记 2026-03-13 21:14:43 +00:00
萝卜
f5e51f5485 对账明细导出:摘要增加 reconcile_mismatch 标记 2026-03-13 21:12:31 +00:00
萝卜
49c4226872 对账明细导出:摘要增加 amount_tolerance 容差口径 2026-03-13 21:10:26 +00:00
萝卜
5edaf57bf7 对账明细导出:订单摘要增加 receipt_total/refund_total/delta 2026-03-13 21:08:52 +00:00
萝卜
dcf1e3d226 对账明细导出:增加 download=1 安全阀并补护栏测试 2026-03-13 21:05:23 +00:00
萝卜
c4c1eedce1 对账明细导出:增加 exported_at 摘要行 2026-03-13 21:02:25 +00:00
萝卜
2a8a521dc0 对账明细导出:金额字段统一两位小数格式 2026-03-13 20:57:30 +00:00
萝卜
a15cc917e1 平台订单对账明细导出:支持 include_order_snapshot 并加入口 2026-03-13 20:51:29 +00:00
萝卜
c6a8792763 平台订单对账明细导出:补充 type 字段 2026-03-13 20:49:05 +00:00
萝卜
470f8fe2f5 平台订单:单笔对账明细CSV导出(支付回执+退款记录) 2026-03-13 20:47:12 +00:00
萝卜
2feb8055f2 Enhance: platform order create flow carries back and redirects with back 2026-03-13 19:25:55 +00:00
萝卜
43d78193ea Keep batch bmpa 24h filter in clear errors tools filtered scope 2026-03-13 17:09:01 +00:00
萝卜
4d842e5743 Keep batch bmpa 24h filter in clear sync errors filtered scope 2026-03-13 17:03:20 +00:00
萝卜
8758e635d9 Clarify refund safety valve warning mentions tolerance 2026-03-13 16:54:58 +00:00
萝卜
8f91add742 Align refund status transitions with tolerance config 2026-03-13 16:38:16 +00:00
萝卜
6f1b894b45 统一退款不一致(refund_inconsistent)口径:引入 amounts.tolerance 并对齐模型与筛选 2026-03-13 15:51:26 +00:00
萝卜
0745d5657c admin: 单笔标记支付并生效回执差额安全阀按容差配置化对齐 2026-03-13 15:14:25 +00:00