Report should translate Currency columns

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Report should translate Currency columns

    To avoid seeing Espo internals in UI.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Add a translation this field. It's created automatically, while you create currency field.
    Aggregate functions use "converted" field of currency field group

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      So the translation should be the same as the non converted field?

      e.g.:

      PHP Code:
      awardAmount: "Award Amount",
      awardAmountConverted: "Award Amount" 
      

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Separate these fields to avoid confusion

        Comment

        Working...