Refinements to ticketting system, Added force recurring option created company_id chile directories for clients, settings, expenses, added dir checks to add client and add contact and much more.

This commit is contained in:
johnny@pittpc.com
2019-08-21 00:59:27 -04:00
parent 2984f0ec6c
commit 2e5763dc8d
26 changed files with 1005 additions and 70 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="form-group">
<label>Cost <strong class="text-danger">*</strong></label>
<input type="text" class="form-control" name="cost" value="<?php echo $product_cost; ?>" required>
<input type="number" step="0.01" min="0" class="form-control" name="cost" value="<?php echo $product_cost; ?>" required>
</div>
</div>
<div class="modal-footer bg-white">