{include file="header.html"}

{$layout.pagetitle}

{literal} {/literal}

{t}Customer Unpaid Covenants:{/t}
{cycle name="covcycle" values="light,lucid" 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} {$covenantlist[covenantlist].tax} {$covenantlist[covenantlist].comment} {cycle name="covcycle" 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 name="precycle" values="light,lucid" print=false} {section name=prepaymentlist loop=$prepaymentlist} {sectionelse} {/section}
{t}Date:{/t} {t}Value:{/t} {t}Description:{/t}  
{$prepaymentlist[prepaymentlist].time|date_format:"%Y/%m/%d"} {$prepaymentlist[prepaymentlist].value|money_format} {$prepaymentlist[prepaymentlist].comment} {cycle name="precycle" 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"}