Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
511 stars 81 forks source link

サマリ の合計値の 切り捨て が正しくない #521

Open kenichi-fk opened 3 months ago

kenichi-fk commented 3 months ago

サマリの合計値について、親テーブルの項目設定において 「小数点以下切り捨て」 を指定したとき、切り捨てられておらず四捨五入をしているようです。「切り下げ」 でも同様です。

小数点第2位まで 小数点以下切り捨て
6.55 7
2.35 2
1.15 1
146.45 146
0.85 1
24.6 25
59 59
0.25 0
20040 20040
pierre3 commented 3 months ago

Issueありがとうございます。 確認いたしますのでお待ちいただけますでしょうか。

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 7 days with no activity.

pierre3 commented 1 month ago

回答遅くなり申し訳ございません。

親テーブルの集計項目ではなく、集計結果を表示する子テーブルの項目で丸め方式を指定することで、期待通りの結果になりませんでしょうか。 まずはこちらをお試しください。