Renders an SMS configuration dashboard showing delivery statistics, provider settings, and an acceptable-send-time grid for each SMS code in the query result.
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 three sections:
stage_smsdef_sms schedule fields (NotBefore, NoLaterThan, InclMon–InclSun)RenderBanner(MainText, SmallText, Background="bg-aqua")Returns a single Bootstrap small-box widget HTML fragment.
RenderNotes(SmsCode)Returns the configuration detail panel for the given SMS code.
RenderSmstime(SmsCode)Returns the 24x7 acceptable-send-time colour grid for the given SMS code.