Added Definable Client Abbreviation

This commit is contained in:
johnnyq
2024-06-07 18:18:42 -04:00
parent b229349d8c
commit 24022eca55
10 changed files with 41 additions and 8 deletions

View File

@@ -291,6 +291,16 @@
<div class="tab-pane fade" id="pills-more">
<div class="form-group">
<label>Abbreviation</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-id-badge"></i></span>
</div>
<input type="text" class="form-control" name="abbreviation" placeholder="Abbreviated name for client" maxlength="5">
</div>
</div>
<div class="form-group">
<label>Notes</label>
<textarea class="form-control" rows="6" name="notes" placeholder="Enter some notes"></textarea>