brotherton-erpnext/erpnext/docs/current/models/utilities/sms_log.html

197 lines
3.9 KiB
HTML
Raw Normal View History

2015-12-03 12:58:19 +00:00
<!-- title: SMS Log -->
<div class="dev-header">
<a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;">
Version 6.x.x</a>
<a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/utilities/doctype/sms_log"
target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="octicon octicon-mark-github"></i> Source</a>
</div>
<p><b>Table Name:</b> <code>tabSMS Log</code></p>
<h3>Fields</h3>
<table class="table table-bordered" style="table-layout: fixed;">
<thead>
<tr>
<th style="width: 5%">Sr</th>
<th style="width: 25%">Fieldname</th>
<th style="width: 20%">Type</th>
<th style="width: 25%">Label</th>
<th style="width: 25%">Options</th>
</tr>
</thead>
<tbody>
<tr >
<td>1</td>
<td ><code>sender_name</code></td>
<td >
Data</td>
<td >
Sender Name
</td>
<td></td>
</tr>
<tr >
<td>2</td>
<td ><code>sent_on</code></td>
<td >
Date</td>
<td >
Sent On
</td>
<td></td>
</tr>
<tr >
<td>3</td>
<td ><code>column_break0</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>4</td>
<td ><code>message</code></td>
<td >
Small Text</td>
<td >
Message
</td>
<td></td>
</tr>
<tr class="info">
<td>5</td>
<td ><code>sec_break1</code></td>
<td >
Section Break</td>
<td >
</td>
<td>
<pre>Simple</pre>
</td>
</tr>
<tr >
<td>6</td>
<td ><code>no_of_requested_sms</code></td>
<td >
Int</td>
<td >
No of Requested SMS
</td>
<td></td>
</tr>
<tr >
<td>7</td>
<td ><code>requested_numbers</code></td>
<td >
Small Text</td>
<td >
Requested Numbers
</td>
<td></td>
</tr>
<tr >
<td>8</td>
<td ><code>column_break1</code></td>
<td class="info">
Column Break</td>
<td >
</td>
<td></td>
</tr>
<tr >
<td>9</td>
<td ><code>no_of_sent_sms</code></td>
<td >
Int</td>
<td >
No of Sent SMS
</td>
<td></td>
</tr>
<tr >
<td>10</td>
<td ><code>sent_to</code></td>
<td >
Small Text</td>
<td >
Sent To
</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<h3>Controller</h3>
<h4>erpnext.utilities.doctype.sms_log.sms_log</h4>
<h3 style="font-weight: normal;">Class <b>SMSLog</b></h3>
<p style="padding-left: 30px;"><i>Inherits from frappe.model.document.Document</i></h4>
<div class="docs-attr-desc"><p></p>
</div>
<div style="padding-left: 30px;">
</div>
<hr>
<!-- autodoc -->
<!-- jinja -->
<!-- static -->