Announcement

Collapse
No announcement yet.

Advanced Pack / Invoices change name of pdf document

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advanced Pack / Invoices change name of pdf document

    Hi, My Invoices have Names like " September 2019 Consulting" and as I have multiple customers, it turns out that the pdf documents get the same name when exporting or sending by email. It would be so great, if the invoice Name could start with the invoice number, like "R-190289 September 2019 Consulting". Any idea how this could be done?

    Thanks,

  • #2
    Hi,
    Try to use this Formula for the Invoice entity:
    Code:
    name = string\concatenate(number, " ", name)
    After, recalculate Formula for all invoices.

    Comment


    • #3
      Thanks a lot.It works great :-)

      Comment

      Working...
      X