解析Bug #232
Update the date and operator according to the product unit not the order unit
Description
Task Details
- Update the date and operator according to the product unit not the order unit
- Claim from Lee
- Report and Solution
Others
Files
Updated by Xihua Fan about 3 years ago
- Status changed from 进行中 to 已关闭
- Assignee changed from Zhongbao Ye to Xihua Fan
- % Done changed from 0 to 100
Output(2022/11/2)
- Update the date and operator according to the product unit not the order unit
- Solution: If updating the order details, will update the order product as well. But If only updating the product order, will just update it.
protected/actions/order/SaveByAjaxAction.php
protected/actions/order/QueryForUseAction.php
protected/services/OrderService.php
Updated by Xihua Fan almost 3 years ago
Output(2023/02/13)
- Display order products under the same order, even if we update the order products with different date times.
- Solution: Change the sort order from op.update_time to o.update_time and display o.update_time at the same time.
protected\actions\order\ExportExcelAction.php
protected\actions\order\QueryForUseAction.php
protected\services\OrderService.php
ui\desktop\js\order.js