作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最佳答案
在 ARInvoice
DAC 的 DAC 扩展中创建一个未绑定(bind)字段。并使用 PX.Objects.AP.ToWords
属性。
public class ARInvoicePXExt : PXCacheExtension<ARInvoice>
{
#region UsrAmountToWords
public abstract class usrAmountToWords : IBqlField { }
[PX.Objects.AP.ToWords(typeof(ARInvoice.curyOrigDocAmt))]
public virtual string UsrAmountToWords { get; set; }
#endregion
}
在 AR.64.10.00 报告中使用 UsrAmountToWords
字段。
单词表示通过属性 PX.Objects.AP.ToWords
发生。而且这个开箱即用的单词表示只有英文。对于非英语单词表示,创建您自己的属性。 PX.Objects.AP.ToWords
的实现可以在…\App_Data\CodeRepository\PX.Objects\AP\Descriptor\Attribute.cs。
关于c# - 如何在 Acumatica 发票报告 (AR.64.10.00) 中对金额字段进行文字表示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38320680/
我是一名优秀的程序员,十分优秀!