Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56359f9623 | |||
| 3852d70520 |
@@ -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
@@ -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)。
|
||||
|
||||
### 新功能
|
||||
- 出库单新增「总利润」:建单即计算入库,确认售价、确认进价(成本回填)后自动联动重算。
|
||||
|
||||
Reference in New Issue
Block a user