complete story 6.5 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 20:38:32 +02:00
parent a052266950
commit e6559ef56d
8 changed files with 1210 additions and 36 deletions
+31
View File
@@ -41,6 +41,37 @@ return [
'export_failed' => 'Export failed. Please try again.',
'large_export_warning' => 'Large export may take a moment to generate.',
// Consultation Export
'export_consultations' => 'Export Consultations',
'export_consultations_description' => 'Export consultation data in CSV or PDF format',
'client_name' => 'Client Name',
'date' => 'Date',
'time' => 'Time',
'consultation_type' => 'Consultation Type',
'all_consultation_types' => 'All Types',
'payment_status' => 'Payment Status',
'all_payment_statuses' => 'All Payment Statuses',
'problem_summary' => 'Problem Summary',
'no_consultations_match' => 'No consultations match the selected filters.',
'consultations_export_title' => 'Consultations Export Report',
// Consultation Types
'type_free' => 'Free',
'type_paid' => 'Paid',
// Consultation Statuses
'status_pending' => 'Pending',
'status_approved' => 'Approved',
'status_completed' => 'Completed',
'status_cancelled' => 'Cancelled',
'status_no_show' => 'No Show',
'status_rejected' => 'Rejected',
// Payment Statuses
'payment_pending' => 'Pending',
'payment_received' => 'Received',
'payment_not_applicable' => 'N/A',
// PDF Template
'users_export_title' => 'Users Export Report',
'generated_at' => 'Generated at',