ERROR - 2025-12-02 15:04:35 --> Get Sql Query history filter All payout Report : SELECT `order_id`, `agent_id`, `distributor_id`, `amount`, `time`, `status`, `FUNDTRANSNO` FROM `oz_money_transfer_history` WHERE DATE_FORMAT(time,'%Y-%m-%d') >= '2025-10-01' AND DATE_FORMAT(time,'%Y-%m-%d') <= '2025-12-01' ORDER BY `time` DESC LIMIT 10 ERROR - 2025-12-02 15:04:39 --> Get Sql Query Archive filter Count transaction Report : SELECT COUNT(txn_id) AS total_count_data FROM `oz_money_trnx_archive` ERROR - 2025-12-02 15:04:39 --> Get Sql Query Archive filter All transaction Report : SELECT `txn_id`, `txn_order_id`, `txn_agentid`, `txn_opbal`, `txn_crdt`, `txn_dbdt`, `txn_clbal`, `txn_checktime`, `txn_type`, `txn_time`, `txn_date`, `txn_ip`, `txn_comment` FROM `oz_money_trnx_archive` ORDER BY `txn_id` DESC LIMIT 10