Renders an SMS provider configuration dashboard showing statistics, provider settings, and the acceptable-send-time grid for each SMS code.
SMS config — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
The query must return one column: the SMS code (Smscode) from def_sms. For each code the report renders:
stage_smsRenderNotesRenderSmstimeRenderBanner(MainText, SmallText, Background="bg-aqua")Returns a Bootstrap small-box widget HTML fragment.
RenderNotes(SmsCode)Returns the SMS configuration detail panel.
RenderSmstime(SmsCode)Returns the 24x7 acceptable-send-time colour grid.