| ข้อมูลสินค้า & วันที่ | โครงสร้างต้นทุน (COG1) | Shopee | Lazada | TikTok | จัดการ |
|---|---|---|---|---|---|
|
{{ getCategoryNameByProduct(cost.product_id) }}
{{ formatDate(cost.record_date) }}
{{ getProductName(cost.product_id) }}
หน่วย: {{ getProductUnit(cost.product_id) }}
ผู้ขาย: {{ cost.supplier || '-' }}
|
1. ราคาสินค้า: {{ formatMoney(cost.cost_product) }} ฿
2. ค่า Packing: {{ formatMoney(getPackingCost(cost)) }} ฿
3. ค่าขนส่ง: {{ formatMoney(getFreightCost(cost)) }} ฿
รวม COG1:
{{ formatMoney(getCOG1(cost)) }} ฿
|
Fee ({{cost.fee_shopee}}%):
{{ formatMoney(getFeeAmount(getCOG1(cost), cost.fee_shopee)) }} ฿
กำไร ({{cost.profit_margin}}%):
+{{ formatMoney(getProfitAmount(getCOG2(getCOG1(cost), cost.fee_shopee), cost.profit_margin)) }} ฿
ขายแนะนำ:
{{ formatMoney(getFinalSellingPrice(getCOG2(getCOG1(cost), cost.fee_shopee), cost.profit_margin)) }} ฿
|
Fee ({{cost.fee_lazada}}%):
{{ formatMoney(getFeeAmount(getCOG1(cost), cost.fee_lazada)) }} ฿
กำไร ({{cost.profit_margin}}%):
+{{ formatMoney(getProfitAmount(getCOG2(getCOG1(cost), cost.fee_lazada), cost.profit_margin)) }} ฿
ขายแนะนำ:
{{ formatMoney(getFinalSellingPrice(getCOG2(getCOG1(cost), cost.fee_lazada), cost.profit_margin)) }} ฿
|
Fee ({{cost.fee_tiktok}}%):
{{ formatMoney(getFeeAmount(getCOG1(cost), cost.fee_tiktok)) }} ฿
กำไร ({{cost.profit_margin}}%):
+{{ formatMoney(getProfitAmount(getCOG2(getCOG1(cost), cost.fee_tiktok), cost.profit_margin)) }} ฿
ขายแนะนำ:
{{ formatMoney(getFinalSellingPrice(getCOG2(getCOG1(cost), cost.fee_tiktok), cost.profit_margin)) }} ฿
|
|
|
ไม่พบข้อมูลการบันทึกต้นทุน กรุณาเพิ่มข้อมูล
|
|||||
| วันที่บันทึก | สินค้า (กลุ่ม) | เงินที่รับจริง (Income) | หัก ต้นทุน (COG1) | กำไรคงเหลือ (บาท) | Profit Margin (%) | จัดการ |
|---|---|---|---|---|---|---|
| {{ formatDate(sale.record_date) }} |
{{ getProductName(sale.product_id) }}
{{ getCategoryNameByProduct(sale.product_id) }} | {{ getProductUnit(sale.product_id) }}
|
{{ formatMoney(sale.income) }} | - {{ formatMoney(getLatestCOG1(sale.product_id, sale.record_date)) }} | {{ formatMoney(getActualProfit(sale)) }} | {{ getActualProfitPct(sale) }}% | |
| ไม่พบประวัติการรับเงินของช่องทาง {{ currentPlatform }} | ||||||