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

@@ -1,5 +1,9 @@
<?php
// Calculate Execution time start
// uncomment for test
//$time_start = microtime(true);
include("config.php");
include_once("functions.php");
include("check_login.php");