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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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
