Add notifications for e-invoice received

This commit is contained in:
David Bomba
2025-12-01 13:59:27 +11:00
parent 8acca3a184
commit b46bc40942
6 changed files with 76 additions and 13 deletions

View File

@@ -5666,6 +5666,8 @@ $lang = array(
'thank_you_for_feedback' => 'Thank you for your feedback!',
'use_legacy_editor' => 'Use Legacy Wysiwyg Editor',
'use_legacy_editor_help' => 'Use the TinyMCE editor.',
'enable_e_invoice_received_notification' => 'Enable E-Invoice Received Notification',
'enable_e_invoice_received_notification_help' => 'Receive an email notification when a new E-Invoice is received.',
);
return $lang;

View File

@@ -5662,6 +5662,9 @@ Développe automatiquement la section des notes dans le tableau de produits pour
'invoice_period' => 'Période de facturation',
'invoice_period_help' => 'Définit la période durant laquelle les services ont été fournis.',
'paused_recurring_invoice_helper' => 'Attention ! Lors du redémarrage d\'une facture récurrente, assurez-vous que la prochaine date d\'envoi soit dans le futur.',
'thank_you_for_feedback' => 'Merci pour vos commentaires !',
'use_legacy_editor' => 'Utiliser l\'éditeur classique Wysiwyg',
'use_legacy_editor_help' => 'Utiliser l\'éditeur TinyMCE.',
);
return $lang;

View File

@@ -5663,6 +5663,9 @@ $lang = array(
'invoice_period' => 'Hóa đơn Period',
'invoice_period_help' => 'Xác định khoảng thời gian cung cấp dịch vụ.',
'paused_recurring_invoice_helper' => 'Thận trọng! Khi khởi động lại Định kỳ Hóa đơn , hãy đảm bảo ngày gửi tiếp theo là trong tương lai.',
'thank_you_for_feedback' => 'Cảm ơn phản hồi của bạn!',
'use_legacy_editor' => 'Sử dụng Legacy Wysiwyg Editor',
'use_legacy_editor_help' => 'Sử dụng trình soạn thảo TinyMCE.',
);
return $lang;