Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.