mitrobill/system/uploads/notifications.default.json

13 lines
7.2 KiB
JSON
Raw Normal View History

{
"expired": "Hello [[name]], your internet package [[package]] has been expired.",
"balance_send": "You sent [[balance]] to [[name]].",
"balance_received": "You have received [[balance]] from [[name]].",
"reminder_7_day": "Hello *[[name]]*, \r\nyour internet package *[[package]]* will be expired in 7 days.",
"reminder_3_day": "Hello *[[name]]*, \r\nyour internet package *[[package]]* will be expired in 3 days.",
"reminder_1_day": "Hello *[[name]]*,\r\n your internet package *[[package]]* will be expired tomorrow.",
"invoice_paid": "*[[company_name]]*\r\n[[address]]\r\n[[phone]]\r\n\r\n\r\nINVOICE: *[[invoice]]*\r\nDate : [[date]]\r\n[[payment_gateway]] [[payment_channel]]\r\n\r\n\r\nType : *[[type]]*\r\nPackage : *[[plan_name]]*\r\nPrice : *[[plan_price]]*\r\n\r\nUsername : *[[user_name]]*\r\nPassword : ***********\r\n\r\nExpired : *[[expired_date]]*\r\n\r\n====================\r\n[[footer]]",
"email_invoice": "<!DOCTYPE html>\r\n<html>\r\n\r\n<head>\r\n <meta charset=\"utf-8\" />\r\n <title>Invoice No: [[invoice]]</title>\r\n\r\n <style>\r\n .invoice-box {\r\n max-width: 800px;\r\n margin: auto;\r\n padding: 30px;\r\n border: 1px solid #eee;\r\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;\r\n color: #555;\r\n }\r\n\r\n .invoice-box table {\r\n width: 100%;\r\n line-height: inherit;\r\n text-align: left;\r\n }\r\n\r\n .invoice-box table td {\r\n padding: 5px;\r\n vertical-align: top;\r\n }\r\n\r\n .invoice-box table tr td:nth-child(2) {\r\n text-align: right;\r\n }\r\n\r\n .invoice-box table tr.top table td {\r\n padding-bottom: 20px;\r\n }\r\n\r\n .invoice-box table tr.top table td.title {\r\n font-size: 45px;\r\n line-height: 45px;\r\n color: #333;\r\n }\r\n\r\n .invoice-box table tr.information table td {\r\n padding-bottom: 40px;\r\n }\r\n\r\n .invoice-box table tr.heading td {\r\n background: #eee;\r\n border-bottom: 1px solid #ddd;\r\n font-weight: bold;\r\n }\r\n\r\n .invoice-box table tr.details td {\r\n padding-bottom: 20px;\r\n }\r\n\r\n .invoice-box table tr.item td {\r\n border-bottom: 1px solid #eee;\r\n }\r\n\r\n .invoice-box table tr.item.last td {\r\n border-bottom: none;\r\n }\r\n\r\n .invoice-box table tr.total td:nth-child(2) {\r\n border-top: 2px solid #eee;\r\n font-weight: bold;\r\n }\r\n\r\n @media only screen and (max-width: 600px) {\r\n .invoice-box table tr.top table td {\r\n width: 100%;\r\n display: block;\r\n text-align: center;\r\n }\r\n\r\n .invoice-box table tr.information table td {\r\n width: 100%;\r\n display: block;\r\n text-align: center;\r\n }\r\n }\r\n\r\n /** RTL **/\r\n .invoice-box.rtl {\r\n direction: rtl;\r\n font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;\r\n }\r\n\r\n .invoice-box.rtl table {\r\n text-align: right;\r\n }\r\n\r\n .invoice-box.rtl table tr td:nth-child(2) {\r\n text-align: left;\r\n }\r\n </style>\r\n</head>\r\n\r\n<body>\r\n <div class=\"invoice-box\">\r\n <table cellpadding=\"0\" cellspacing=\"0\">\r\n <tr class=\"top\">\r\n <td colspan=\"2\">\r\n <table>\r\n <tr>\r\n <td class=\"title\">\r\n <img src=\"[[logo]]\" style=\"max-width: 100px\" />\r\n </td>\r\n\r\n <td>\r\n Invoice #: [[invoice]]<br />\r\n Created: [[created_at]]<br />\r\n Due: [[due_date]]\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n\r\n <tr class=\"information\">\r\n <td colspan=\"2\">\r\n <table>\r\n <tr>\r\n <td>\r\n [[company_name]]<br />\r\n [[company_address]]<br />\r\n [[company_phone]]<br />\r\n </td>\r\n\r\n <td>\r\n [[fullname]]<br />\r\n
"invoice_balance": "*[[company_name]]*\r\n[[address]]\r\n[[phone]]\r\n\r\n\r\nINVOICE: *[[invoice]]*\r\nDate : [[date]]\r\n[[payment_gateway]] [[payment_channel]]\r\n\r\n\r\nType : *[[type]]*\r\nPackage : *[[plan_name]]*\r\nPrice : *[[plan_price]]*\r\n\r\n====================\r\n[[footer]]",
"welcome_message": "Welcome aboard, [[name]]! \r\nWe're excited to have you as a new [[company]] customer. \r\nYour account is all set up and ready to go.\r\n\r\nHere's a quick overview:\r\n\r\nPortal: [[url]]\r\nYour login is [[Username]]\r\nYour temporary password is [[Password]] (please change this on your first login)\r\n\r\nNeed help? Reach out to our support team at anytime.\r\n\r\nWe're here to ensure you have an amazing experience with our services. Let us know how we can best support you.\r\n\r\nWelcome to the [[company]] family!"
}