-
- Catatan: {{ cutting.description }}
-
-
-
-
Bahan Baku:
-
- -
- {{ mat.raw_material_price?.raw_material?.name }} ({{ mat.raw_material_price?.variant }}) - {{ mat.material_usage_formatted }}
-
- - Belum ada bahan baku
-
-
-
-
-
Hasil Produk:
-
- -
- {{ res.product_variant?.product?.name }} ({{ res.product_variant?.name }}) - {{ res.cutting_result }} pcs
-
- - Belum ada hasil produk
-
-
-
-
-
- Total Hasil Cutting:
- {{ cutting.total_result_pieces ?? 0 }} pcs
-
-
- Total Pemakaian Bahan:
- {{ formatTotalMaterialUsage(cutting.total_material_usage, cutting.materials) }} {{ getTotalMaterialUsageUnit(cutting.materials) }}
-
-
-
-
- Pembuat:
-
- {{ cutting.created_by?.profile?.full_name ?? cutting.created_by?.username }}
-
-
-
-