Compare commits

...

2 Commits

Author SHA1 Message Date
wangjia 56359f9623 chore: release server-v1.1.0
Deploy Server / release-deploy-server (push) Successful in 53s
定价字段消歧+利润模型作为 minor 里程碑:1.0.86 → 1.1.0(同内容重标)。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
2026-07-03 12:56:40 +08:00
wangjia 3852d70520 chore: release client-v1.0.88
Deploy Client / build-client-web (push) Successful in 52s
Deploy Client / build-macos (push) Successful in 2m49s
Deploy Client / build-android (push) Successful in 1m21s
Deploy Client / build-ios (push) Successful in 3m11s
Deploy Client / build-windows (push) Successful in 2m16s
Deploy Client / release-deploy-client (push) Successful in 1m31s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JJ1g8XV1YhhmHRzhwWEW7o
2026-07-03 12:45:40 +08:00
2 changed files with 13 additions and 1 deletions
+10
View File
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.88] - 2026-07-03
### 新功能
- 出库单详情全新明细:成本价、售价、利润三列一目了然,底部同时显示合计金额与合计利润(仅管理员可见成本与利润)。
- 新建出库单:明细行实时显示每行利润(原「金额」列升级),底栏新增合计利润;商品名称下方直接展示商品编码。
### 改进
- 入库单明细列头更清晰:进价(单瓶)、参考售价、总进价。
- 退单窗口金额改按售价显示,与应收冲账口径一致。
## [1.0.87] - 2026-07-03
### 新功能
+3 -1
View File
@@ -5,7 +5,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.86] - 2026-07-03
## [1.1.0] - 2026-07-03
> 定价数据模型里程碑版(内容与 1.0.86 相同,版本号升为 1.1.0)。
### 新功能
- 出库单新增「总利润」:建单即计算入库,确认售价、确认进价(成本回填)后自动联动重算。