Tons of UI and code cleanups, renamed many sql tables and fields, started adding created_at and updated_at fields

This commit is contained in:
root
2019-05-17 01:09:16 -04:00
parent 4b3c2c8c2a
commit fa08853640
72 changed files with 1625 additions and 3305 deletions

View File

@@ -42,6 +42,20 @@
$_SESSION['alert_message'] = '';
$_SESSION['alert_type'] = "warning";
$client_types_array = array(
'Residential',
'Law',
'Tax and Accounting',
'General Contractor',
'Medical',
'Non Profit',
'Industrial',
'Automotive',
'Retail',
'Staffing Agency',
'Other'
);
$net_terms_array = array(
'0'=>'On Reciept',
'7'=>'7 Days',
@@ -132,7 +146,8 @@
'Other'
);
$application_types_array = array(
$software_types_array = array(
'Operating System',
'Web App',
'Desktop App',
'Other'