{% extends 'admin/layout.html.twig' %} {% block title %}Receive Stock - KitscoApp{% endblock %} {% block page_title %}Receive Stock{% endblock %} {% block content %}
Landed cost per unit is auto-calculated: (Purchase + Shipping + Customs + Other) / Quantity
Select currency for each cost. Exchange rate required for non-TZS currencies.
{# Build currency options excluding TZS #} {% set currency_options = [] %} {% for choice in form.purchaseCostCurrency.vars.choices %} {% if choice.label != 'TZS' %} {% set currency_options = currency_options|merge([{value: choice.value, label: choice.label}]) %} {% endif %} {% endfor %} {# Purchase Cost #}Total for all purchased units
No other costs added
Upload invoices, packing lists, customs docs, etc. (max 5 files, 5MB each)
Drag & drop files here or