class MCF_Ledger_Engine { public function get_daily_ledger() { global $wpdb; $table = $wpdb->prefix . 'mcf_ledger'; $rows = $wpdb->get_results(" SELECT order_id, order_date, currency, net_sale, profit, exchange_rate FROM {$table} ORDER BY order_date ASC "); $result = []; foreach ($rows as $row) { if (empty($row->order_date)) { continue; } $date = date('Y-m-d', strtotime($row->order_date)); if (!isset($result[$date])) { $result[$date] = [ 'consolidated' => ['sales'=>0.0,'profit'=>0.0], 'TRY' => ['sales'=>0.0,'profit'=>0.0], 'EUR' => ['sales'=>0.0,'profit'=>0.0], 'orders' => [] ]; } $currency = strtoupper(trim($row->currency)); $net_sale = (float) $row->net_sale; $profit = (float) $row->profit; $exchange_rate = (float) $row->exchange_rate; if ($exchange_rate <= 0) { $exchange_rate = 1; } // Currency raw aggregation if (isset($result[$date][$currency])) { $result[$date][$currency]['sales'] += $net_sale; $result[$date][$currency]['profit'] += $profit; } // TL Consolidation if ($currency === 'EUR') { $sale_tl = $net_sale * $exchange_rate; $profit_tl = $profit * $exchange_rate; } else { $sale_tl = $net_sale; $profit_tl = $profit; } $result[$date]['consolidated']['sales'] += $sale_tl; $result[$date]['consolidated']['profit'] += $profit_tl; $result[$date]['orders'][] = [ 'id' => (int) $row->order_id, 'currency' => $currency, 'profit_tl' => round($profit_tl,2) ]; } return $result; } } Messina El Çantası -

Messina El Çantası

1.290

Messina El Çantası, dokuma yüzeyi ve örgü kulbu ile günlük kullanım için tasarlanmış bir el çantasıdır. Yapısal formu sade tutulmuş, taşıma kolaylığı ön planda düşünülmüştür

1 adet stokta

Açıklama

Messina El Çantası, dokuma yüzeyi ve örgü kulbu ile günlük kullanım için tasarlanmış bir el çantasıdır. Yapısal formu sade tutulmuş, taşıma kolaylığı ön planda düşünülmüştür.

Çanta yüzeyinde yer alan Anadolu motifleri, ürüne kültürel bir karakter kazandırırken genel tasarım çizgisini bozmaz. Hafif yapısı sayesinde kısa süreli taşıma ve tamamlayıcı aksesuar olarak kullanıma uygundur.

Ürün Özellikleri:
• Dokuma el çantası
• Örgü kulp tasarımı
• Anadolu motifli yüzey
• Günlük kullanıma uygundur

Ürün Ölçüleri:
Genişlik (W): 20 cm
Yükseklik (H): 23 cm
Derinlik (D): 15-20 cm

Değerlendirmeler

Henüz değerlendirme yapılmadı.

Sadece bu ürünü satın almış olan müşteriler yorum yapabilir.