{% extends "erp_base.html" %} {% block head_extra %}{% endblock %} {% block content %} {# 쿠팡 로켓 매출 — 발주 라인별 공급가·원가·물류비·마진 #}
◀◀ 달력 엑셀 다운로드
초기화
{% for r in rows %} {% endfor %} {% if not rows %} {% endif %}
주차순번발주번호유형 발주일출고일센터입고일 SKUID바코드품목수량입고센터 공급단가공급가원가단가원가 피킹비밀크런물류비물류비중 마진마진율
{{ r.week_label }} {{ r.seq or '' }} {{ r.po_no }} {{ r.po_type }} {{ r.order_date }} {{ r.ship_date }} {{ r.center_arrival_date }} {{ r.sku_id }} {{ r.barcode }} {{ r.item_name }} {{ "{:,}".format(r.quantity) }} {{ r.center_name }} {{ "{:,.0f}".format(r.supply_unit_price) }} {{ "{:,.0f}".format(r.supply_amount) }} {{ "{:,.0f}".format(r.cost_unit_price) }} {{ "{:,.0f}".format(r.cost_amount) }} {{ "{:,.0f}".format(r.picking_amount) }} {{ "{:,.0f}".format(r.milkrun_amount) }} {{ "{:,.0f}".format(r.logistics_total) }} {{ r.logistics_ratio }}% {{ "{:,.0f}".format(r.margin) }} {{ r.margin_rate }}%
조회된 매출 자료가 없습니다. 시트를 업로드하거나 행을 추가하세요.
{% endblock %}