AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Acumatica Report De...
Export Invoice to P...
 
Notifications
Clear all

Questions Export Invoice to PDF cuts off content

 
Acumatica Report Designer
Last Post by Royce Lithgo 3 years ago
3 Posts
3 Users
1 Reactions
1,373 Views
RSS
Brendan Shepperd
Posts: 6
 Brendan Shepperd
Topic starter
July 18, 2022 1:18 am
(@brendan-shepperd)
Active Member
Joined: 5 years ago

Hi Team,

We have customised a invoice form to add the note section into the body of the report as per screenshots below

It works well but when you export it to a pdf it cuts off the content in the note section?

The code is:

=IIf( InStr( [PMProject.NoteText], '<<')>=0 and InStrRev( [PMProject.NoteText], '>>')>0,
Substring( [PMProject.NoteText],
InStr( [PMProject.NoteText], '<<') + 2,
InStr( [PMProject.NoteText], '>>') - InStr( [PMProject.NoteText], '<<') - 2
), '')

 

PDF looks like this:

image

Normal invoice screen works fine:

image

 

image

 

image

 

I have tried the can shrink and can split and it doesn't seem to work?


2 Replies
mcraig
Posts: 65
 mcraig
July 18, 2022 11:50 am
(@mcraig)
Estimable Member
Joined: 5 years ago

Here are some ideas - Make sure the report has pdfview=yes

pdfview

What does the group header that that conditional text looks like

Could you try putting a hidden variable below that text. Maybe a cm below the line.

Matt


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
July 18, 2022 6:06 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

Problem is the size of the group is fixed - so it's clipping the field. Unfortunately you need to pre-allocate space for the note in the group. I've never found a clean solution for dynamically sizing groups. Shame there's no Can Grow Group property.


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 48 Online
  • 2,338 Members
Our newest member: Shoaib Shafquat
Latest Post: Pick List report suddenly not splitting on Shipment
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

  • Julian Schrenzel
Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×