Tips : Print-to-Pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    Tips : Print-to-Pdf

    Imagine you have a float field, and you will print only fieldFloat > 0

    <!-- {{#if fieldFloat_RAW [>] 0.0}} -->
    {{fieldFloat}}
    <!-- {{/if}} -->

    the tips is [>]

    Please, don't respond.... so only tips is "post" ..
    Last edited by item; 02-22-2022, 11:14 PM.
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Imagine Meeting : status :

    <!-- {{#ifEqual status 'Held'}} -->
    {{name}} is held
    <!-- {{/ifEqual}} -->

    imagine : a entity and related entity :

    <!-- {{#each meetings}} -->
    <!-- {{#ifEqual status 'Held'}} -->
    {{name}} is held
    <!-- {{/ifEqual}} -->
    <!-- {{/each}} -->
    Last edited by item; 02-22-2022, 11:27 PM.
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    Working...