How to do word representation of amount field in Acumatica Invoice Report (AR.64.10.00)?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Create an un-bound field in DAC Extension for
ARInvoice
DAC. And usePX.Objects.AP.ToWords
attribute.Use
UsrAmountToWords
field in AR.64.10.00 report.The word representation happens through attribute
PX.Objects.AP.ToWords
. And this out-of-box word representation is English only. For non-English word representation, create your own attribute. Implementation ofPX.Objects.AP.ToWords
can be found in …\App_Data\CodeRepository\PX.Objects\AP\Descriptor\Attribute.cs.