{% extends 'datatable.html.twig' %} {% block page_title %}Estadísticas de ajuste de tarifas{% endblock %} {% block page_content %}
pk | dest country id | dest zip | dest zip to | condition from value | condition to value | original price | original cost | rate price total | rate price diff | rate price % | shipping lines count | GANAR 5% | GANAR 10% |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.pk }} | {{ row.destCountryBigBuyId }} | {{ row.destZip }} | {{ row.destZipTo }} | {{ row.conditionFromValue }} | {{ row.conditionToValue }} | {{ row.price }} | {{ row.cost }} | {{ row.totalPrice }} | {{ row.sumDiffPrice }} | {{ percentage_price |round(2)}} | {{ row.processedElements }} | {{ corrected_rate_price_5_percent }} | {{ corrected_rate_price_10_percent }} |