Merge branch 'Development' of https://github.com/hotspotbilling/phpnuxbill into Development

This commit is contained in:
Focuslinkstech 2025-04-16 09:37:06 +01:00
commit b7cd9c63fb
5 changed files with 9 additions and 6 deletions

View file

@ -382,6 +382,9 @@
"Clean_up_Logs": "Clean up Logs", "Clean_up_Logs": "Clean up Logs",
"ID": "ID", "ID": "ID",
"Date_Sent": "Date Sent", "Date_Sent": "Date Sent",
"Plan_Not_found": "Plan Not found",
"Sales": "Sales",
"Finish": "Finish",
"Notification_Message": "Notification Message", "Notification_Message": "Notification Message",
"Share": "Share", "Share": "Share",
"Previous": "Previous", "Previous": "Previous",

View file

@ -6,7 +6,7 @@
<div class="panel-heading">{$in['invoice']}</div> <div class="panel-heading">{$in['invoice']}</div>
<div class="panel-body"> <div class="panel-body">
{if !empty($logo)} {if !empty($logo)}
<center><img src="{$app_url}/{$logo}?"></center> <center><img src="{$app_url}/{$logo}?" class="img-responsive"></center>
{/if} {/if}
<form class="form-horizontal" method="post" action="{Text::url('')}plan/print" target="_blank"> <form class="form-horizontal" method="post" action="{Text::url('')}plan/print" target="_blank">
<pre id="content" <pre id="content"

View file

@ -73,8 +73,8 @@
<label class="col-md-3 control-label"><i class="glyphicon glyphicon-print"></i> <label class="col-md-3 control-label"><i class="glyphicon glyphicon-print"></i>
{Lang::T('Print Max Char')}</label> {Lang::T('Print Max Char')}</label>
<div class="col-md-5"> <div class="col-md-5">
<input type="number" required class="form-control" id="printer_cols" placeholder="37" <input type="number" class="form-control" id="printer_cols" placeholder="37"
name="printer_cols" value="{$_c['printer_cols']}"> name="printer_cols" value="{if empty($_c['printer_cols'])}37{else}{$_c['printer_cols']}{/if}">
</div> </div>
<span class="help-block col-md-4">{Lang::T('For invoice print using Thermal <span class="help-block col-md-4">{Lang::T('For invoice print using Thermal
Printer')}</span> Printer')}</span>
@ -109,7 +109,7 @@
<div class="form-group"> <div class="form-group">
<label class="col-md-3 control-label">{Lang::T('Income reset date')}</label> <label class="col-md-3 control-label">{Lang::T('Income reset date')}</label>
<div class="col-md-5"> <div class="col-md-5">
<input type="number" required class="form-control" id="reset_day" placeholder="20" min="1" <input type="number" class="form-control" id="reset_day" placeholder="20" min="1"
max="28" step="1" name="reset_day" value="{$_c['reset_day']}"> max="28" step="1" name="reset_day" value="{$_c['reset_day']}">
</div> </div>
<span class="help-block col-md-4">{Lang::T('Income will reset every this day')}</span> <span class="help-block col-md-4">{Lang::T('Income will reset every this day')}</span>

View file

@ -10,7 +10,7 @@
<div class="panel-heading">{$in['invoice']}</div> <div class="panel-heading">{$in['invoice']}</div>
<div class="panel-body"> <div class="panel-body">
{if !empty($logo)} {if !empty($logo)}
<center><img src="{$app_url}/{$logo}"></center> <center><img src="{$app_url}/{$logo}" class="img-responsive"></center>
{/if} {/if}
<form class="form-horizontal" method="post" action="{Text::url('plan/print')}" target="_blank"> <form class="form-horizontal" method="post" action="{Text::url('plan/print')}" target="_blank">
<pre id="content" <pre id="content"

View file

@ -1,3 +1,3 @@
{ {
"version": "2025.3.20" "version": "2025.4.16"
} }