+
+ {ts}Description{/ts} |
+ {ts}Quantity{/ts} |
+ {ts}Unit Price{/ts} |
+ {domain.tax_term} |
+ {ts 1=$currency}Amount %1{/ts} |
+
+ {foreach from=$lineItem item=value key=priceset name=pricevalue}
+ {if $smarty.foreach.pricevalue.index eq 0}
+
|
+ {else}
+
|
+ {/if}
- {ts}Description{/ts} |
- {ts}Quantity{/ts} |
- {ts}Unit Price{/ts} |
- {domain.tax_term} |
- {ts 1=$currency}Amount %1{/ts} |
-
- {foreach from=$lineItem item=value key=priceset name=pricevalue}
- {if $smarty.foreach.pricevalue.index eq 0}
-
|
- {else}
-
|
- {/if}
-
-
-
- {if $value.html_type eq 'Text'}
- {$value.label}
- {else}
- {$value.field_title} - {$value.label}
- {/if}
- {if $value.description}
- {$value.description|truncate:30:"..."}
- {/if}
-
- |
- {$value.qty} |
- {$value.unit_price|crmMoney:$currency} |
- {if $value.tax_amount != ''}
- {if $value.tax_rate}{$value.tax_rate}%{/if} |
+
+ {if $value.html_type eq 'Text'}
+ {$value.label}
{else}
- | {if $taxTerm}{ts 1=$taxTerm}No %1{/ts}{/if} |
+ {$value.field_title} - {$value.label}
{/if}
- {$value.subTotal|crmMoney:$currency} |
-
- {/foreach}
-
|
-
- |
- {ts}Sub Total{/ts} |
- {$subTotal|crmMoney:$currency} |
+ {if $value.description}
+ {$value.description|truncate:30:"..."}
+ {/if}
+
+ {$value.qty} |
+ {$value.unit_price|crmMoney:$currency} |
+ {if $value.tax_amount != ''}
+ {if $value.tax_rate}{$value.tax_rate}%{/if} |
+ {else}
+ {if $taxTerm}{ts 1=$taxTerm}No %1{/ts}{/if} |
+ {/if}
+ {$value.subTotal|crmMoney:$currency} |
- {if !empty($dataArray)}
+ {/foreach}
+
|
+
+ |
+ {ts}Sub Total{/ts} |
+ {$subTotal|crmMoney:$currency} |
+
+ {if !empty($dataArray)}
{foreach from=$dataArray item=value key=priceset}
|
@@ -340,78 +320,78 @@
{/if}
{/foreach}
- {/if}
-
- |
-
|
-
+ {/if}
+
+ |
+
|
+
+
+ |
+ {ts 1=$currency}TOTAL %1{/ts} |
+ {$amount|crmMoney:$currency} |
+
+ {if '{contribution.is_pay_later}' == 0}
|
- {ts 1=$currency}TOTAL %1{/ts} |
+ {ts}LESS Credit to invoice(s){/ts} |
{$amount|crmMoney:$currency} |
- {if '{contribution.is_pay_later}' == 0}
-
- |
- {ts}LESS Credit to invoice(s){/ts} |
- {$amount|crmMoney:$currency} |
-
-
- |
-
|
-
-
- |
- {ts}REMAINING CREDIT{/ts} |
- {$amountDue|crmMoney:$currency} |
- |
-
- {/if}
-
|
+
|
- |
|
+ {ts}REMAINING CREDIT{/ts} |
+ {$amountDue|crmMoney:$currency} |
+ |
-
-