You are on page 1of 1

{save insHandle='{$Stream-Handle}'} {save key='{$stream-definition(pxObjClass)}={$stream-definition(pyClassName)}.

{$ stream-definition(pyStreamName)}'} {save methodStatus='{$stream-definition(pyMethodStatus)}'} {save objClass = '{$stream-definition(pxObjClass)}'} {include ShowMe-HarnessInsert} {include Rule-HTML-Fragment=DynamicSelect_Script} <table width="100%"> {foreach .TaxSummaryList} {with embeddedPage $this} {SAVE index= {%String.valueOf(tools.getActive().indexOf())%}} {when !IsExpense} <tr> <td class="dataLabelRead" style="text-align:right; font-weight:bold;" width="182">Services Tax% and Amount:</td> <td class="dataValueRead" style="text-align:right;">{.CountryCode}{whe n .StateProvince != ""}-{.StateProvince}{/when}{when .County != ""}-{.County}{/w hen}{when .City != ""}-{.City}{/when}</td> <td class="dataValueRead" style="text-align:right;">{.TaxPercentage di splay PBTaxCalcAmount}</td> <td class="dataValueRead" style="text-align:right;">{.TaxAmt display P ACInvPrePaymentAmount}</td> </tr> {/when} {when IsExpense} <tr> <td class="dataLabelRead" style="text-align:right; font-weight:bold;" width="182">Expense Tax% and Amount:</td> <td class="dataValueRead" style="text-align:right;">{.AddressID input PACProjectLocationExpense}</td> <td class="dataValueRead" style="text-align:right;">{.TaxPercentage di splay PBTaxCalcAmount}</td> <td class="dataValueRead" style="text-align:right;">{.TaxAmt display P ACInvPrePaymentAmount}</td> </tr> {/when} {/with} {/foreach} </table>

You might also like