Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
NSC | Customize Check Template to Create a Table Similar from Basic PDF Layout
There are scenarios where a user wants to copy the Table/style of a Basic Layout of Checks when using Advanced PDF/HTML Templates. We can customize the Standard US Voucher template to display a table that will reflect the sublists from the Check transaction.
Here are the changes of the code that we need to apply:
Replace the Body part of the Source code
<div class="items"> <table class="itemtable" style="position: absolute; overflow: hidden; left: 36pt;top: 15pt; width: 436pt;"><tr style="background-color: #000000; color: #FFFFFF;"> <td align="center" colspan="6" line-height="150%">Date</td> <td align="center" colspan="8">Description</td> <td align="center" colspan="5">Account</td> <td align="center" colspan="3">Orig. Amt.</td> <td align="center" colspan="3">Amt. Due</td> <td align="center" colspan="3">Discount</td> <td align="center" colspan="4">Amount</td> </tr>
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.
0
