Updated Quote and Invoice GUI further adding footers to the html printables, added Quote view with details and an alert

This commit is contained in:
johnny@pittpc.com
2019-09-14 22:57:48 -04:00
parent 62b088e79d
commit f4557a961d
7 changed files with 71 additions and 72 deletions

View File

@@ -9,16 +9,6 @@
<div class="card-body">
<form class="p-3" action="post.php" method="post" enctype="multipart/form-data" autocomplete="off">
<div class="form-group">
<label>Base URL</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-globe"></i></span>
</div>
<input type="text" class="form-control" name="config_base_url" placeholder="Base URL ex example.com/crm or example.com" value="<?php echo $config_base_url; ?>">
</div>
</div>
<div class="form-group">
<label>API Key</label>
<div class="input-group">