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; } } Bohea Wooden Jewelry Box -

Bohea Wooden Jewelry Box

61

Bohea Wooden Jewelry Box is designed as a compact storage box for jewelry and small valuables. Its structured interior includes three separate compartments, allowing organized and practical storage.

1 in stock

SKU: BOHEA_EN Categories: , ,

Description

Bohea Wooden Jewelry Box is designed as a compact storage box for jewelry and small valuables. Its structured interior includes three separate compartments, allowing organized and practical storage.

Made from fir wood, the box features a floral pattern on the exterior, adding visual detail while maintaining a clean overall form. The surface is finished with a varnished protective wood coating, providing durability and surface protection. The product is handmade and intended for indoor use.

Product Features:
• Fir wood body
• Floral patterned exterior
• Three-compartment interior
• Varnished protective wood finish
• Handmade
• Suitable for indoor use

Product Dimensions:
Width (W): 12 cm
Height (H): 8.5 cm
Depth when closed (D1): 10 cm
Depth when open (D2): 23 cm

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.