{{-- 하단 2컬럼 --}}
미해결 알림이 없습니다
{{ $alert->title }}
| 구분 | 항목 | 금액/수량 |
|---|---|---|
| 매출 | 주문건수 | {{ number_format($monthlySummary['sales']['order_count']) }}건 |
| 주문금액 | {{ number_format($monthlySummary['sales']['order_amount']) }}원 | |
| 매출액 | {{ number_format($monthlySummary['sales']['sales_amount']) }}원 | |
| 재무 | 입금 | {{ number_format($monthlySummary['finance']['deposit_total']) }}원 |
| 출금 | {{ number_format($monthlySummary['finance']['withdrawal_total']) }}원 | |
| 순자금흐름 | {{ $monthlySummary['finance']['net_cashflow'] >= 0 ? '+' : '' }}{{ number_format($monthlySummary['finance']['net_cashflow']) }}원 |