advanced pack: print2pdf listing of address fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gustavgraz
    Member
    • Jul 2020
    • 81

    advanced pack: print2pdf listing of address fields

    Espo Version: 6.0.8
    Advanced Pack 2.6.5

    Hello!

    Using Address fields in reports:

    In preview the fields are in the correct order as it is usual in Europe.
    Street / Postal Code / City / State / Country

    In print2pdf the fields are generated in the wrong order:
    Street / City / State / Postal Code / Country

    Could you please fix this in advanced pack {{reportTable}}


    Thank you!
    Attached Files
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hi,
    please open your template, and put address's fields placeholder in the order you need.
    I believe you have it like:
    Code:
    [SIZE=12px]{{{addressStreet}}}[/SIZE]
    [SIZE=12px]{{addressCity}}{{#if addressState}},{{/if}} {{addressState}} {{addressPostalCode}}[/SIZE]
    [SIZE=12px]{{addressCountry}}[/SIZE]
    You need to replace them.

    Comment


    • eymen-elkum
      eymen-elkum commented
      Editing a comment
      Please note that this is a report helper and not normal template

    • Maximus
      Maximus commented
      Editing a comment
      Missed that. Thanks.
  • yuri
    Member
    • Mar 2014
    • 8440

    #3
    This will be fixed. It may take a while though.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...