补充可配置过户费并纳入成交成本
This commit is contained in:
@@ -3749,6 +3749,7 @@ where
|
||||
gross_amount,
|
||||
commission: cost.commission,
|
||||
stamp_tax: cost.stamp_tax,
|
||||
transfer_fee: cost.transfer_fee,
|
||||
net_cash_flow: net_cash,
|
||||
reason: reason.to_string(),
|
||||
});
|
||||
@@ -5400,6 +5401,7 @@ where
|
||||
gross_amount,
|
||||
commission: cost.commission,
|
||||
stamp_tax: cost.stamp_tax,
|
||||
transfer_fee: cost.transfer_fee,
|
||||
net_cash_flow: -cash_out,
|
||||
reason: reason.to_string(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user