Remove Relations on document when deleted or archived, added Short description field to summerize document changes or summerize a document, add header to Document Details showing Title, Date Created, Prepared by

This commit is contained in:
johnnyq
2023-09-24 22:29:48 -04:00
parent 26196a18e7
commit 6af002122a
6 changed files with 89 additions and 8 deletions

View File

@@ -45,6 +45,16 @@
</div>
</div>
<label>Description</label>
<div class="form-group">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-file"></i></span>
</div>
<input type="text" class="form-control" name="description" placeholder="Short summary of the document">
</div>
</div>
<label>Folder</label>
<div class="form-group">
<div class="input-group">