| {{ t.col_cat }} | {{ t.col_brand }} | {{ t.col_type }} | {{ t.col_size }} | QTY | {{ t.col_yen_title }} | {{ t.col_cost_unit }} | {{ t.col_expiry }} | {{ t.col_stock }} | {{ t.col_desc }} | |
|---|---|---|---|---|---|---|---|---|---|---|
|
円
|
฿ {{ fmt(i.yen * activeTrip.rate) }} | {{ fmt(Math.max(0, i.qty - i.sold)) }} |
{{ t.col_total_sale }}: ฿ {{ fmt(channelStats.internet.sales) }}
{{ t.col_profit }}: ฿ {{ fmt(channelStats.internet.profit) }}
{{ t.margin }}: {{ channelStats.internet.margin }}%
{{ t.col_total_sale }}: ฿ {{ fmt(channelStats.cafe.sales) }}
{{ t.col_profit }}: ฿ {{ fmt(channelStats.cafe.profit) }}
{{ t.margin }}: {{ channelStats.cafe.margin }}%
| {{ t.col_cat }} | {{ t.col_item }} | {{ t.col_qty }} | {{ t.col_cost_unit }} | {{ t.col_sold }} | {{ t.col_price }} | {{ t.col_total_sale }} | {{ t.col_discount }} | {{ t.col_profit }} | % |
|---|---|---|---|---|---|---|---|---|---|
| {{ i.category === 'internet' ? t.cat_internet_short : t.cat_cafe_short }} | {{ i.brand }} {{ i.type }} ({{ i.size }}g) | {{ fmt(i.qty) }} | ฿ {{ fmt(i.yen * activeTrip.rate) }} | ฿ {{ fmt(i.sold * i.price) }} | ฿ {{ fmt(profit(i)) }} | {{ marginPct(i) }}% |