Updated DB Structure, Added Seperate From Name and From Email to Invoices / Quotes and Tickets, seperated Quote and Invoice to their own settings pane

This commit is contained in:
johnnyq
2022-02-18 15:26:16 -05:00
parent 16968e0b97
commit f95a228141
10 changed files with 219 additions and 52 deletions

View File

@@ -29,4 +29,14 @@
<script src="dist/js/adminlte.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
</html>
<?php
// Calculate Execution time Uncomment for test
//$time_end = microtime(true);
//$execution_time = ($time_end - $time_start);
//echo 'Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds';
?>