{% load static %} {% block title %}Print Blend | IQBlending{% endblock %}

{% if blend %}

INTERCONTINENTAL DISTILLERS LIMITED

DAILY BLENDING QUALITY ASSURANCE REPORTS   REF NO PC1
{% if blend.product_type == 'ALCOHOLIC' %}ALCOHOLIC PRODUCTS{% elif blend.product_type == 'NON-ALCOHOLIC' %}NON-ALCOHOLIC PRODUCTS{% else %}{% endif %}

PRODUCT : {{blend.product}}

{{blend.product}} ALCOHOL USED DEMIN WATER DEMIN WATER SUGAR SYRUP

BLEND No. : {{blend.blend_number}}

TANK No. : {{blend.tank_number}}

VOLUME. : {{blend.volume_in_ltr}} Litres

DATE BLENDING STARTED : {{blend.date_blending_started}}

DATE BLENDING ENDED : {{blend.date_blending_ended}}

SOURCE : {{blend.alcohol_source}}

TASTING SCORE : {{blend.alcohol_tasting_score}}

STRENGTH : {{blend.alcohol_strength}} %

pH : {{blend.demin_water_ph}}

CONDUCTIVITY (µS) : {{blend.demin_water_conductivity}}

CHLORINE (ppm) : {{blend.demin_water_chlorine}}

IRON (Fe3+ ppm) : {{blend.demin_water_iron}}

CALCIUM (Ca+ mg/L) : {{blend.demin_water_calcium}}

PLANT : {{blend.demin_water_plant}}

CAUSTIC : {{blend.demin_water_caustic_code}}

HCL CODE : {{blend.demin_water_hcl_code}}

DATE REGENERATED : {{blend.demin_water_date_generated}}

BRIX : {{blend.sugar_brix}}

pH : {{blend.sugar_ph}}

CONDUCTIVITY (µS) : {{blend.sugar_conductivity}}

TEMP. (oC) : {{blend.sugar_temperature}}

PASS/FAIL : {{blend.sugar_pass_or_fail}}

HYGIENE : {{blend.hygiene}}
INGREDIENTS
{% for i in ingr %} {% endfor %}
# INGREDIENTS QUANTITY SOURCE/SUPPLIER DATE/CODE

{{ forloop.counter }}

{{i.ingredient}}

{{i.quantity}}

{{i.supplier}}

{{i.date_of_supply}}/{{i.ingredient_code}}

NOTE : If ingredients emmanates from more than one source, it must bear different numbers.

PRODUCT PARAMETERS AFTER BLENDING SIGN.

ALCOHOL STRENGTH : {{blend.product_alcoholic_strength}} %

pH : {{blend.product_ph}}

CONDUCTIVITY (µS) : {{blend.product_conductivity}}

BRIX (o) : {{blend.product_brix}}

TASTING RESULTS : {{blend.product_tasting_result}}

COLOR (%T) : {{blend.product_color}}

BLENDING INSP. : {{blend.blending_inspector}},   DATE : {{blend.datetime}}

RECORDED BY BMO : {{blend.formatted_username}}

COMMENT: {{blend.comment}}

CHECKED BY : {{blend.formatted_checked_by}},   DATE : {{blend.checked_by_date}}

CBMO COMMENT: {{blend.checked_comment}}

APPROVED BY : {{blend.formatted_approved_by}},   DATE : {{blend.checked_by_date}}

APPROVER COMMENT: {{blend.approver_comment}}



{% endif %}