{% extends 'D2BillingBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Fixed Billing
records
{{ knp_pagination_sortable(fixed_billing_items, 'Customer', 'a.company_name') }} | {{ knp_pagination_sortable(fixed_billing_items, 'Partner', 'p.company_name') }} | {{ knp_pagination_sortable(fixed_billing_items, 'Sales Code', 's.sales_code') }} | {{ knp_pagination_sortable(fixed_billing_items, 'Description', 'f.description') }} | {{ knp_pagination_sortable(fixed_billing_items, 'Item Price', 'f.item_price') }} | Bill On Month | |
---|---|---|---|---|---|---|
{{ entity.customer_name | trim }} | {{ entity.partner_name | trim }} | {{ entity.sales_code | trim }} | {{ entity.description | trim }} | R {{ entity.item_price|number_format(2, '.', ' ') }} | {{ d2_fixed_billing_months(entity.id) }} |
|