Added SMTP Port field, Set invoice naming YYYY-MM-DD-COMPANY-Invoice##, and some other little cleanups

This commit is contained in:
root
2019-04-28 14:38:10 -04:00
parent a6373678e8
commit 40e3097125
9 changed files with 84 additions and 33 deletions

View File

@@ -17,6 +17,16 @@
<input type="text" class="form-control" name="config_smtp_host" placeholder="Mail Server Address" value="<?php echo $config_smtp_host; ?>" required autofocus>
</div>
</div>
<div class="form-group">
<label>SMTP Port</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-plug"></i></span>
</div>
<input type="text" class="form-control" name="config_smtp_port" placeholder="Mail Server Port Number" value="<?php echo $config_smtp_port; ?>" required autofocus>
</div>
</div>
<div class="form-group">
<label>SMTP Username</label>