避免 SalesPrice 中的四舍五入

发布于 2024-10-18 22:04:20 字数 64 浏览 5 评论 0原文

将贸易协议价格设置为 12.8888 时,销售行中使用的单价为 12.8900。我应该怎么做才能避免这种四舍五入?

When setting trade agreament price to 12.8888, the unit price used in Sales Line is 12.8900. what should I do to avoid this rounding?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

网白 2024-10-25 22:04:20

PriceDiscTable 表单上,将 PriceDiscTable_Amount 控件的 NoOfDecimals 属性设置为 4。

请注意,代码中的许多位置都会获取该金额四舍五入到货币的舍入设置。您可以在舍入选项卡上的总帐/设置/汇率下更改整个应用程序的舍入。

On the PriceDiscTable form set the NoOfDecimals property of the PriceDiscTable_Amount control to 4.

Note that there are many places in the code where that amount will get rounded to the roundoff setting for the currency. You can change that rounding for the entire application under General ledger/Setup/Exchange rates on the Round-off tab.

枯寂 2024-10-25 22:04:20

在“价目表”窗体中的“详细信息”下,单击“价目表项目”,然后单击“添加价目表项目”,然后更改舍入策略。

In the Price List form, under Details, click Price List Items, and then click Add Price List Item, then change the Rounding Policy.

空宴 2024-10-25 22:04:20

将价格设置为每 100 件商品 1288.88。

Set price to 1288.88 per 100 items.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文