Bring back invoice note

This commit is contained in:
Ibnu Maksum
2023-08-16 08:30:05 +07:00
parent 091275f380
commit 3fe9111824
6 changed files with 30 additions and 6 deletions

View File

@ -82,7 +82,8 @@
<b>[[plan_price]]</b> Internet Package Prices.<br>
<b>[[user_name]]</b> Username internet.<br>
<b>[[user_password]]</b> User password.<br>
<b>[[expired_date]]</b> Expired datetime.
<b>[[expired_date]]</b> Expired datetime.<br>
<b>[[footer]]</b> Invoice Footer.
</p>
</div>
</div>
@ -107,7 +108,8 @@
<b>[[plan_price]]</b> Internet Package Prices.<br>
<b>[[user_name]]</b> Username internet.<br>
<b>[[user_password]]</b> User password.<br>
<b>[[trx_date]]</b> Transaction datetime.
<b>[[trx_date]]</b> Transaction datetime.<br>
<b>[[footer]]</b> Invoice Footer.
</p>
</div>
</div>

View File

@ -247,6 +247,24 @@
add dst-host=tawk.to<br>
add dst-host=*.tawk.to</p>
</div>
<div class="panel-heading">
<div class="btn-group pull-right">
<button class="btn btn-primary btn-xs" title="save" type="submit"><span
class="glyphicon glyphicon-floppy-disk" aria-hidden="true"></span></button>
</div>
{Lang::T('Invoice')}
</div>
<div class="panel-heading"></div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">{Lang::T('Invoice Footer')}</label>
<div class="col-md-6">
<textarea class="form-control" id="note" name="note"
rows="3">{Lang::htmlspecialchars($_c['note'])}</textarea>
<span class="help-block">{$_L['You_can_use_html_tag']}</span>
</div>
</div>
</div>
</div>
<div class="panel-body">

View File

@ -43,7 +43,8 @@
{$_L['Expires_On']} : <b>{date($_c['date_format'], strtotime($d['expiration']))}
{$d['time']}</b><br>
{/if}
============================================
============================================<br>
<center>{$_c['note']}</center>
</fieldset>
</td>
</tr>

View File

@ -28,7 +28,8 @@
{$_L['Expires_On']} : <b>{date($_c['date_format'], strtotime($in['expiration']))}
{$in['time']}</b><br>
{/if}
=====================================================
=====================================================<br>
<center>{$_c['note']}</center>
</fieldset>
</div>
<form class="form-horizontal" method="post" action="{$_url}prepaid/print" target="_blank">