8 lines
424 B
Markdown
8 lines
424 B
Markdown
# Details
|
|
|
|
- Balance notifications
|
|
# Charity notes entry | deleted
|
|
INSERT INTO `client_finances` (`id`, `client_id`, `invoice_number`, `invoice_amount`, `invoice_date`, `invoice_status`, `user_id`, `services`, `short_code`, `remarks`, `created_at`, `updated_at`)
|
|
VALUES
|
|
('602', '36', '1878', '6.16', '2025-06-17 00:00:00', 'UNPAID', '8', 'A2P', '', 'May 2025 SMS traffic', '2025-06-17 12:13:37', '2025-06-17 12:13:37');
|