{% extends 'D2PartnerBundle::base.html.twig' %} {% block page_header %}
Back
View Partner Carried Forward.
{% endblock page_header %} {% block content %} {% set months = {1:"Jan", 2:"Feb", 3:"Mar", 4:"Apr", 5:"May", 6:"Jun", 7:"Jul", 8:"Aug", 9:"Sep", 10:"Oct", 11:"Nov", 12:"Dec"} %}
Partner {% if entity.getPartner is not null %}{{ entity.getPartner.getCompanyName }}{% endif %}
Account {% if entity.getMaAccount is not null %}{{ entity.getMaAccount.getMaAccountName }}{% endif %}
Period Month {{ months[entity.periodMonth] }}
Period Year {{ entity.periodYear }}
Current R {{ entity.getAging0Days|number_format(2, '.', '') }}
30 Days R {{ entity.getAging30Days|number_format(2, '.', '') }}
60 Days R {{ entity.getAging60Days|number_format(2, '.', '') }}
90 Days R {{ entity.getAging90Days|number_format(2, '.', '') }}
120 Days R {{ entity.getAging120Days|number_format(2, '.', '') }}
{% endblock content %}