- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 10:55 PM - edited 07-09-2024 10:57 PM
Hi,
I was wondering if anyone knows if it's possible to edit the way the printing of the Program Status Report is formatted?
The issue we are having is that the status report is poorly formatted in the print preview - text and tables are cut across pages in an unsightly fashion as show in the image:
As you can see, the 'Current Status', 'Status' and 'Comments' headings start on the page prior, and the content starts on the next page, making it look poorly formatted.
Is the formatting for the program status report print changeable?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 09:58 AM
@ben119 As @shiwan_agrawal mentioned There is no out-of-the-box way to correct this. However, if you still want to proceed, we will need to make changes to the widgets. By dragging and dropping the boxes, we can format the PDF correctly.
Widgets needs to modified:
program-status-comments, program-info and program-current-status
Need to style="overflow: auto;resize: vertical;" this in the first div of the widget as shown in the image below.
Let me know if you want see demo of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 05:53 AM
@ben119 What I have seen is, it gets adjusted automatically depending on the available content. This is an OOTB behaviour and can't be modified.
If this helps, request you to mark this as "Accepted Solution"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 09:58 AM
@ben119 As @shiwan_agrawal mentioned There is no out-of-the-box way to correct this. However, if you still want to proceed, we will need to make changes to the widgets. By dragging and dropping the boxes, we can format the PDF correctly.
Widgets needs to modified:
program-status-comments, program-info and program-current-status
Need to style="overflow: auto;resize: vertical;" this in the first div of the widget as shown in the image below.
Let me know if you want see demo of it.