{include file="header.html"}

{$layout.pagetitle}

{literal} {/literal}

{t}Customer Unpaid Covenants:{/t}
{cycle values="#DFD5BD,#EBE4D6" print=false} {section name=covenantlist loop=$covenantlist} {sectionelse} {/section}
{t}Date:{/t} {t}Invoice:{/t} {t}Value:{/t} {t}Tax:{/t} {t}Description:{/t}  
{$covenantlist[covenantlist].cdate|date_format:"%Y/%m/%d"} {$covenantlist[covenantlist].invoice} {$covenantlist[covenantlist].value|money_format} {if $covenantlist[covenantlist].taxvalue} {$covenantlist[covenantlist].taxvalue|string_format:"%01.2f"} % {else}{t}tax-free{/t} {/if} {$covenantlist[covenantlist].comment} {cycle print=false}


{t}That customer hasn't got any unpaid covenants.{/t}


{t}Total:{/t} {sum array=$covenantlist column="value" string_format=$LANGDEFS.$_language.money_format} {t}Check All{/t}

{t}Customer Prepayments:{/t}
{cycle values="#DFD5BD,#EBE4D6" print=false} {section name=prepaymentlist loop=$prepaymentlist} {sectionelse} {/section}
{t}Date:{/t} {t}Value:{/t} {t}Tax:{/t} {t}Description:{/t}  
{$prepaymentlist[prepaymentlist].time|date_format:"%Y/%m/%d"} {$prepaymentlist[prepaymentlist].value|money_format} {if $prepaymentlist[prepaymentlist].taxvalue} {$prepaymentlist[prepaymentlist].taxvalue|string_format:"%01.2f"} % {else}{t}tax-free{/t} {/if} {$prepaymentlist[prepaymentlist].comment} {cycle print=false}


{t}That customer hasn't got any prepayments.{/t}


{t}Total:{/t} {sum array=$prepaymentlist column="value" string_format=$LANGDEFS.$_language.money_format} {t}Check All{/t}
{t}Bind Prepayments with Covenants{/t} {t}Cancel{/t}

{include file="footer.html"}